| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286 |
- namespace Ips.Sps.Ephs
- {
- partial class EphImportForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|