| | |
| | | private void InitializeComponent() |
| | | { |
| | | components = new Container(); |
| | | DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); |
| | | ComponentResourceManager resources = new ComponentResourceManager(typeof(InputXhsProjectInfoWizardPage)); |
| | | 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(); |
| | | layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
| | | setFlagsEditCtrl1 = new SetFlagsEditCtrl(); |
| | | txtDescription = new DevExpress.XtraEditors.MemoEdit(); |
| | |
| | | // |
| | | // txtDescription |
| | | // |
| | | txtDescription.Location = new Point(113, 84); |
| | | txtDescription.Location = new Point(113, 87); |
| | | txtDescription.Name = "txtDescription"; |
| | | txtDescription.Size = new Size(734, 368); |
| | | txtDescription.Size = new Size(734, 365); |
| | | txtDescription.StyleController = layoutControl1; |
| | | txtDescription.TabIndex = 7; |
| | | // |
| | |
| | | btnEditSelectModelFile.EditValue = ""; |
| | | btnEditSelectModelFile.Location = new Point(113, 60); |
| | | btnEditSelectModelFile.Name = "btnEditSelectModelFile"; |
| | | btnEditSelectModelFile.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() }); |
| | | editorButtonImageOptions1.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("editorButtonImageOptions1.SvgImage"); |
| | | editorButtonImageOptions1.SvgImageSize = new Size(15, 15); |
| | | btnEditSelectModelFile.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(Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) }); |
| | | btnEditSelectModelFile.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; |
| | | btnEditSelectModelFile.Size = new Size(734, 20); |
| | | btnEditSelectModelFile.Size = new Size(734, 23); |
| | | btnEditSelectModelFile.StyleController = layoutControl1; |
| | | btnEditSelectModelFile.TabIndex = 6; |
| | | btnEditSelectModelFile.ButtonClick += btnEditSelectModelFile_ButtonClick; |
| | |
| | | // layoutControlItem7 |
| | | // |
| | | layoutControlItem7.Control = txtDescription; |
| | | layoutControlItem7.Location = new Point(0, 72); |
| | | layoutControlItem7.Location = new Point(0, 75); |
| | | layoutControlItem7.Name = "layoutControlItem7"; |
| | | layoutControlItem7.Size = new Size(839, 372); |
| | | layoutControlItem7.Size = new Size(839, 369); |
| | | layoutControlItem7.Text = "说明"; |
| | | layoutControlItem7.TextSize = new Size(89, 14); |
| | | // |
| | |
| | | layoutControlItem8.Control = btnEditSelectModelFile; |
| | | layoutControlItem8.Location = new Point(0, 48); |
| | | layoutControlItem8.Name = "layoutControlItem8"; |
| | | layoutControlItem8.Size = new Size(839, 24); |
| | | layoutControlItem8.Size = new Size(839, 27); |
| | | layoutControlItem8.Text = "选择模型文件:"; |
| | | layoutControlItem8.TextSize = new Size(89, 17); |
| | | // |