namespace Ips.Sps.Ephs
{
partial class EphImportForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.grdEphFiles = new DevExpress.XtraGrid.GridControl();
this.bsImportList = new System.Windows.Forms.BindingSource(this.components);
this.gvEphFiles = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colEphType = new DevExpress.XtraGrid.Columns.GridColumn();
this.colFileName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colState = new DevExpress.XtraGrid.Columns.GridColumn();
this.txtImportAll = new DevExpress.XtraEditors.CheckEdit();
this.btnImport = new DevExpress.XtraEditors.SimpleButton();
this.txtEphFiles = new DevExpress.XtraEditors.ButtonEdit();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.lcEphFiles = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
this.bgImportWorker = new System.ComponentModel.BackgroundWorker();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdEphFiles)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsImportList)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gvEphFiles)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtImportAll.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtEphFiles.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lcEphFiles)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
this.SuspendLayout();
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.grdEphFiles);
this.layoutControl1.Controls.Add(this.txtImportAll);
this.layoutControl1.Controls.Add(this.btnImport);
this.layoutControl1.Controls.Add(this.txtEphFiles);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(723, 439);
this.layoutControl1.TabIndex = 0;
this.layoutControl1.Text = "layoutControl1";
//
// grdEphFiles
//
this.grdEphFiles.DataSource = this.bsImportList;
this.grdEphFiles.Location = new System.Drawing.Point(12, 38);
this.grdEphFiles.MainView = this.gvEphFiles;
this.grdEphFiles.Name = "grdEphFiles";
this.grdEphFiles.Size = new System.Drawing.Size(699, 389);
this.grdEphFiles.TabIndex = 5;
this.grdEphFiles.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gvEphFiles});
//
// bsImportList
//
this.bsImportList.DataSource = typeof(Ips.Sps.Ephs.EphImportVo);
//
// gvEphFiles
//
this.gvEphFiles.Appearance.Row.Options.UseTextOptions = true;
this.gvEphFiles.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.gvEphFiles.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colEphType,
this.colFileName,
this.colState});
this.gvEphFiles.GridControl = this.grdEphFiles;
this.gvEphFiles.Name = "gvEphFiles";
this.gvEphFiles.OptionsBehavior.Editable = false;
this.gvEphFiles.OptionsView.ShowGroupPanel = false;
this.gvEphFiles.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvEphFiles_RowCellStyle);
//
// colEphType
//
this.colEphType.FieldName = "EphType";
this.colEphType.Name = "colEphType";
this.colEphType.Visible = true;
this.colEphType.VisibleIndex = 0;
this.colEphType.Width = 97;
//
// colFileName
//
this.colFileName.FieldName = "FileName";
this.colFileName.Name = "colFileName";
this.colFileName.OptionsColumn.AllowFocus = false;
this.colFileName.Visible = true;
this.colFileName.VisibleIndex = 1;
this.colFileName.Width = 627;
//
// colState
//
this.colState.FieldName = "State";
this.colState.Name = "colState";
this.colState.Visible = true;
this.colState.VisibleIndex = 2;
this.colState.Width = 83;
//
// txtImportAll
//
this.txtImportAll.Location = new System.Drawing.Point(588, 13);
this.txtImportAll.Name = "txtImportAll";
this.txtImportAll.Properties.Caption = "导入全部";
this.txtImportAll.Size = new System.Drawing.Size(75, 20);
this.txtImportAll.StyleController = this.layoutControl1;
this.txtImportAll.TabIndex = 4;
this.txtImportAll.CheckedChanged += new System.EventHandler(this.txtImportAll_CheckedChanged);
//
// btnImport
//
this.btnImport.Location = new System.Drawing.Point(667, 12);
this.btnImport.Name = "btnImport";
this.btnImport.Size = new System.Drawing.Size(44, 22);
this.btnImport.StyleController = this.layoutControl1;
this.btnImport.TabIndex = 3;
this.btnImport.Text = "导入";
this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
//
// txtEphFiles
//
this.txtEphFiles.Location = new System.Drawing.Point(94, 12);
this.txtEphFiles.Name = "txtEphFiles";
editorButtonImageOptions1.ImageUri.Uri = "diagramicons/new";
editorButtonImageOptions1.SvgImageSize = new System.Drawing.Size(12, 12);
editorButtonImageOptions2.ImageUri.Uri = "Open";
editorButtonImageOptions2.SvgImageSize = new System.Drawing.Size(12, 12);
this.txtEphFiles.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "文件", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default),
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "文件夹", -1, true, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
this.txtEphFiles.Size = new System.Drawing.Size(490, 20);
this.txtEphFiles.StyleController = this.layoutControl1;
this.txtEphFiles.TabIndex = 0;
this.txtEphFiles.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtEphFiles_ButtonClick);
this.txtEphFiles.EditValueChanged += new System.EventHandler(this.txtEphFiles_EditValueChanged);
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.lcEphFiles,
this.layoutControlItem1,
this.layoutControlItem2,
this.layoutControlItem3});
this.Root.Name = "Root";
this.Root.Size = new System.Drawing.Size(723, 439);
this.Root.TextVisible = false;
//
// lcEphFiles
//
this.lcEphFiles.Control = this.txtEphFiles;
this.lcEphFiles.Location = new System.Drawing.Point(0, 0);
this.lcEphFiles.Name = "lcEphFiles";
this.lcEphFiles.Size = new System.Drawing.Size(576, 26);
this.lcEphFiles.Text = "星历文件(夹)";
this.lcEphFiles.TextSize = new System.Drawing.Size(70, 14);
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.btnImport;
this.layoutControlItem1.Location = new System.Drawing.Point(655, 0);
this.layoutControlItem1.MaxSize = new System.Drawing.Size(48, 26);
this.layoutControlItem1.MinSize = new System.Drawing.Size(48, 26);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(48, 26);
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextVisible = false;
//
// layoutControlItem2
//
this.layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
this.layoutControlItem2.Control = this.txtImportAll;
this.layoutControlItem2.Location = new System.Drawing.Point(576, 0);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Size = new System.Drawing.Size(79, 26);
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem2.TextVisible = false;
//
// layoutControlItem3
//
this.layoutControlItem3.Control = this.grdEphFiles;
this.layoutControlItem3.Location = new System.Drawing.Point(0, 26);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.Size = new System.Drawing.Size(703, 393);
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem3.TextVisible = false;
//
// bgImportWorker
//
this.bgImportWorker.WorkerReportsProgress = true;
this.bgImportWorker.WorkerSupportsCancellation = true;
this.bgImportWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgImportWorker_DoWork);
this.bgImportWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bgImportWorker_ProgressChanged);
this.bgImportWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgImportWorker_RunWorkerCompleted);
//
// EphImportForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(723, 439);
this.Controls.Add(this.layoutControl1);
this.IconOptions.ShowIcon = false;
this.Name = "EphImportForm";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "导入星历";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EphImportForm_FormClosing);
this.Load += new System.EventHandler(this.EphImportForm_Load);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.grdEphFiles)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsImportList)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gvEphFiles)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtImportAll.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtEphFiles.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lcEphFiles)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraEditors.SimpleButton btnImport;
private DevExpress.XtraEditors.ButtonEdit txtEphFiles;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem lcEphFiles;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraEditors.CheckEdit txtImportAll;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraGrid.GridControl grdEphFiles;
private DevExpress.XtraGrid.Views.Grid.GridView gvEphFiles;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private System.ComponentModel.BackgroundWorker bgImportWorker;
private BindingSource bsImportList;
private DevExpress.XtraGrid.Columns.GridColumn colFileName;
private DevExpress.XtraGrid.Columns.GridColumn colState;
private DevExpress.XtraGrid.Columns.GridColumn colEphType;
}
}