namespace HStation.WinFrmUI { partial class SelectXhsProjectModelFileWizardPage { /// /// 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 Component 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(); DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); btnEditSelectModelFile = new DevExpress.XtraEditors.ButtonEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)btnEditSelectModelFile.Properties).BeginInit(); ((ISupportInitialize)Root).BeginInit(); ((ISupportInitialize)layoutControlItem1).BeginInit(); ((ISupportInitialize)dxErrorProvider1).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(btnEditSelectModelFile); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1208, 302, 650, 400); layoutControl1.Root = Root; layoutControl1.Size = new Size(941, 591); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // btnEditSelectModelFile // btnEditSelectModelFile.Location = new Point(30, 232); btnEditSelectModelFile.Name = "btnEditSelectModelFile"; btnEditSelectModelFile.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() }); btnEditSelectModelFile.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; btnEditSelectModelFile.Size = new Size(881, 20); btnEditSelectModelFile.StyleController = layoutControl1; btnEditSelectModelFile.TabIndex = 4; btnEditSelectModelFile.ButtonClick += btnEditSelectModelFile_ButtonClick; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1 }); Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; Root.Name = "Root"; columnDefinition1.SizeType = SizeType.Percent; columnDefinition1.Width = 100D; Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { columnDefinition1 }); rowDefinition1.Height = 40D; rowDefinition1.SizeType = SizeType.Percent; rowDefinition2.Height = 65D; rowDefinition2.SizeType = SizeType.Absolute; rowDefinition3.Height = 60D; rowDefinition3.SizeType = SizeType.Percent; Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition1, rowDefinition2, rowDefinition3 }); Root.Size = new Size(941, 591); Root.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.AppearanceItemCaption.FontSizeDelta = 6; layoutControlItem1.AppearanceItemCaption.Options.UseFont = true; layoutControlItem1.Control = btnEditSelectModelFile; layoutControlItem1.Location = new Point(0, 202); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.OptionsTableLayoutItem.RowIndex = 1; layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(20, 20, 20, 2); layoutControlItem1.Size = new Size(921, 65); layoutControlItem1.Text = "选择模型文件"; layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top; layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // dxErrorProvider1 // dxErrorProvider1.ContainerControl = this; // // SelectXhsProjectModelFileWizardPage // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); Name = "SelectXhsProjectModelFileWizardPage"; Size = new Size(941, 591); ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)btnEditSelectModelFile.Properties).EndInit(); ((ISupportInitialize)Root).EndInit(); ((ISupportInitialize)layoutControlItem1).EndInit(); ((ISupportInitialize)dxErrorProvider1).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraEditors.ButtonEdit btnEditSelectModelFile; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; } }