From 0663632b0a4aa990a68fca7ea564c93d963c3eaf Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期一, 26 八月 2024 15:01:51 +0800 Subject: [PATCH] 优化界面 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/02-ProjectInfo/InputXhsProjectInfoWizardPage.Designer.cs | 22 +++++++++++++++------- 1 files changed, 15 insertions(+), 7 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/02-ProjectInfo/InputXhsProjectInfoWizardPage.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/02-ProjectInfo/InputXhsProjectInfoWizardPage.Designer.cs index 89c049c..aa0612e 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/02-ProjectInfo/InputXhsProjectInfoWizardPage.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/02-ProjectInfo/InputXhsProjectInfoWizardPage.Designer.cs @@ -29,6 +29,12 @@ 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(); @@ -87,9 +93,9 @@ // // 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; // @@ -122,9 +128,11 @@ 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; @@ -153,9 +161,9 @@ // 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); // @@ -175,7 +183,7 @@ 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); // -- Gitblit v1.9.3