namespace HStation.WinFrmUI { partial class ImportAssetsExchangerCurveQLByExcelDlg { /// /// 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() { components = new Container(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); btnTemplate = new DevExpress.XtraEditors.SimpleButton(); txtImportance = new DevExpress.XtraEditors.TextEdit(); txtName = new DevExpress.XtraEditors.TextEdit(); btnEditExcel = new DevExpress.XtraEditors.ButtonEdit(); generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl(); panelControl1 = new DevExpress.XtraEditors.PanelControl(); universalChartExcelImportCtrl1 = new UniversalChartExcelImportCtrl(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)txtImportance.Properties).BeginInit(); ((ISupportInitialize)txtName.Properties).BeginInit(); ((ISupportInitialize)btnEditExcel.Properties).BeginInit(); ((ISupportInitialize)panelControl1).BeginInit(); panelControl1.SuspendLayout(); ((ISupportInitialize)Root).BeginInit(); ((ISupportInitialize)layoutControlItem1).BeginInit(); ((ISupportInitialize)layoutControlItem2).BeginInit(); ((ISupportInitialize)layoutControlItem3).BeginInit(); ((ISupportInitialize)layoutControlItem4).BeginInit(); ((ISupportInitialize)layoutControlItem5).BeginInit(); ((ISupportInitialize)emptySpaceItem1).BeginInit(); ((ISupportInitialize)layoutControlItem6).BeginInit(); ((ISupportInitialize)dxErrorProvider1).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(btnTemplate); layoutControl1.Controls.Add(txtImportance); layoutControl1.Controls.Add(txtName); layoutControl1.Controls.Add(btnEditExcel); layoutControl1.Controls.Add(generalOkAndCancelCtrl1); layoutControl1.Controls.Add(panelControl1); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1228, 230, 650, 400); layoutControl1.Root = Root; layoutControl1.Size = new Size(1062, 545); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // btnTemplate // btnTemplate.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question; btnTemplate.Appearance.Options.UseBackColor = true; btnTemplate.Location = new Point(934, 12); btnTemplate.Name = "btnTemplate"; btnTemplate.Size = new Size(116, 22); btnTemplate.StyleController = layoutControl1; btnTemplate.TabIndex = 7; btnTemplate.Text = "模板"; btnTemplate.Click += btnTemplate_Click; // // txtImportance // txtImportance.Location = new Point(644, 13); txtImportance.Name = "txtImportance"; txtImportance.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False; txtImportance.Properties.EditFormat.FormatString = "N0"; txtImportance.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; txtImportance.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtImportance.Size = new Size(78, 20); txtImportance.StyleController = layoutControl1; txtImportance.TabIndex = 6; // // txtName // txtName.Location = new Point(444, 13); txtName.Name = "txtName"; txtName.Size = new Size(128, 20); txtName.StyleController = layoutControl1; txtName.TabIndex = 5; // // btnEditExcel // btnEditExcel.Location = new Point(80, 13); btnEditExcel.Name = "btnEditExcel"; btnEditExcel.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() }); btnEditExcel.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; btnEditExcel.Size = new Size(292, 20); btnEditExcel.StyleController = layoutControl1; btnEditExcel.TabIndex = 0; btnEditExcel.ButtonClick += btnEditExcel_ButtonClick; // // generalOkAndCancelCtrl1 // generalOkAndCancelCtrl1.ButtonCancelMaxSize = new Size(100, 26); generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(100, 26); generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(100, 26); generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(100, 26); generalOkAndCancelCtrl1.Location = new Point(12, 507); generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1"; generalOkAndCancelCtrl1.Size = new Size(1038, 26); generalOkAndCancelCtrl1.TabIndex = 2; // // panelControl1 // panelControl1.Controls.Add(universalChartExcelImportCtrl1); panelControl1.Location = new Point(12, 38); panelControl1.Name = "panelControl1"; panelControl1.Size = new Size(1038, 465); panelControl1.TabIndex = 4; // // universalChartExcelImportCtrl1 // universalChartExcelImportCtrl1.Dock = DockStyle.Fill; universalChartExcelImportCtrl1.Location = new Point(2, 2); universalChartExcelImportCtrl1.Margin = new Padding(2, 2, 2, 2); universalChartExcelImportCtrl1.Name = "universalChartExcelImportCtrl1"; universalChartExcelImportCtrl1.Size = new Size(1034, 461); universalChartExcelImportCtrl1.TabIndex = 0; // // Root // Root.AppearanceItemCaption.Options.UseTextOptions = true; Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3, layoutControlItem4, layoutControlItem5, emptySpaceItem1, layoutControlItem6 }); Root.Name = "Root"; Root.Size = new Size(1062, 545); Root.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.Control = panelControl1; layoutControlItem1.Location = new Point(0, 26); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(1042, 469); layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // layoutControlItem2 // layoutControlItem2.Control = generalOkAndCancelCtrl1; layoutControlItem2.Location = new Point(0, 495); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(1042, 30); layoutControlItem2.TextSize = new Size(0, 0); layoutControlItem2.TextVisible = false; // // layoutControlItem3 // layoutControlItem3.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutControlItem3.Control = btnEditExcel; layoutControlItem3.Location = new Point(0, 0); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Size = new Size(364, 26); layoutControlItem3.Text = "Excel文件:"; layoutControlItem3.TextSize = new Size(56, 14); // // layoutControlItem4 // layoutControlItem4.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutControlItem4.Control = txtName; layoutControlItem4.Location = new Point(364, 0); layoutControlItem4.MaxSize = new Size(200, 24); layoutControlItem4.MinSize = new Size(200, 24); layoutControlItem4.Name = "layoutControlItem4"; layoutControlItem4.Size = new Size(200, 26); layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem4.Text = "名称:"; layoutControlItem4.TextSize = new Size(56, 14); // // layoutControlItem5 // layoutControlItem5.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutControlItem5.Control = txtImportance; layoutControlItem5.Location = new Point(564, 0); layoutControlItem5.MaxSize = new Size(150, 24); layoutControlItem5.MinSize = new Size(150, 24); layoutControlItem5.Name = "layoutControlItem5"; layoutControlItem5.Size = new Size(150, 26); layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem5.Text = "重要度:"; layoutControlItem5.TextSize = new Size(56, 14); // // emptySpaceItem1 // emptySpaceItem1.AllowHotTrack = false; emptySpaceItem1.Location = new Point(714, 0); emptySpaceItem1.Name = "emptySpaceItem1"; emptySpaceItem1.Size = new Size(208, 26); emptySpaceItem1.TextSize = new Size(0, 0); // // layoutControlItem6 // layoutControlItem6.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutControlItem6.Control = btnTemplate; layoutControlItem6.Location = new Point(922, 0); layoutControlItem6.MaxSize = new Size(120, 26); layoutControlItem6.MinSize = new Size(120, 26); layoutControlItem6.Name = "layoutControlItem6"; layoutControlItem6.Size = new Size(120, 26); layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem6.TextSize = new Size(0, 0); layoutControlItem6.TextVisible = false; // // dxErrorProvider1 // dxErrorProvider1.ContainerControl = this; // // ImportAssetsExchangerCurveQLByExcelDlg // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(1062, 545); Controls.Add(layoutControl1); Name = "ImportAssetsExchangerCurveQLByExcelDlg"; StartPosition = FormStartPosition.CenterParent; Text = "通过Excel导入"; ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)txtImportance.Properties).EndInit(); ((ISupportInitialize)txtName.Properties).EndInit(); ((ISupportInitialize)btnEditExcel.Properties).EndInit(); ((ISupportInitialize)panelControl1).EndInit(); panelControl1.ResumeLayout(false); ((ISupportInitialize)Root).EndInit(); ((ISupportInitialize)layoutControlItem1).EndInit(); ((ISupportInitialize)layoutControlItem2).EndInit(); ((ISupportInitialize)layoutControlItem3).EndInit(); ((ISupportInitialize)layoutControlItem4).EndInit(); ((ISupportInitialize)layoutControlItem5).EndInit(); ((ISupportInitialize)emptySpaceItem1).EndInit(); ((ISupportInitialize)layoutControlItem6).EndInit(); ((ISupportInitialize)dxErrorProvider1).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraEditors.ButtonEdit btnEditExcel; private GeneralOkAndCancelCtrl generalOkAndCancelCtrl1; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraEditors.SimpleButton btnTemplate; private DevExpress.XtraEditors.TextEdit txtImportance; private DevExpress.XtraEditors.TextEdit txtName; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private UniversalChartExcelImportCtrl universalChartExcelImportCtrl1; private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; } }