From 5587341ac6e50a040972d33d83de632e7d0c87af Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期二, 10 十二月 2024 09:30:36 +0800
Subject: [PATCH] 优化导入

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/01-info/CreateXhsSchemeInfoPage.Designer.cs |  185 +++++++++++++++++++++-------------------------
 1 files changed, 84 insertions(+), 101 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/01-info/CreateXhsSchemeInfoPage.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/01-info/CreateXhsSchemeInfoPage.Designer.cs
index 1506f00..42559b9 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/01-info/CreateXhsSchemeInfoPage.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/01-info/CreateXhsSchemeInfoPage.Designer.cs
@@ -29,119 +29,95 @@
         private void InitializeComponent()
         {
             components = new Container();
-            EditorButtonImageOptions editorButtonImageOptions1 = new EditorButtonImageOptions();
-            ComponentResourceManager resources = new ComponentResourceManager(typeof(CreateXhsSchemeInfoPage));
-            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();
-            EditorButtonImageOptions editorButtonImageOptions2 = new 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();
             layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
+            ckAllowCustom = new CheckEdit();
             setFlagsEditCtrl1 = new SetFlagsEditCtrl();
             txtDescription = new MemoEdit();
-            txtTagNme = new TextEdit();
-            txtCustomer = new TextEdit();
+            txtNO = new TextEdit();
             txtName = new TextEdit();
-            btnEditSelectModelFile = new ButtonEdit();
             Root = new DevExpress.XtraLayout.LayoutControlGroup();
             layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
             layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
             layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
-            layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
-            layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
             layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
+            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
             dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
+            xhsSchemeChangeTypeCheckedListHorizCtrl1 = new XhsSchemeChangeTypeCheckedListHorizCtrl();
+            layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
             ((ISupportInitialize)layoutControl1).BeginInit();
             layoutControl1.SuspendLayout();
+            ((ISupportInitialize)ckAllowCustom.Properties).BeginInit();
             ((ISupportInitialize)txtDescription.Properties).BeginInit();
-            ((ISupportInitialize)txtTagNme.Properties).BeginInit();
-            ((ISupportInitialize)txtCustomer.Properties).BeginInit();
+            ((ISupportInitialize)txtNO.Properties).BeginInit();
             ((ISupportInitialize)txtName.Properties).BeginInit();
-            ((ISupportInitialize)btnEditSelectModelFile.Properties).BeginInit();
             ((ISupportInitialize)Root).BeginInit();
             ((ISupportInitialize)layoutControlItem2).BeginInit();
             ((ISupportInitialize)layoutControlItem7).BeginInit();
             ((ISupportInitialize)layoutControlItem5).BeginInit();
-            ((ISupportInitialize)layoutControlItem8).BeginInit();
-            ((ISupportInitialize)layoutControlItem6).BeginInit();
             ((ISupportInitialize)layoutControlItem3).BeginInit();
+            ((ISupportInitialize)layoutControlItem1).BeginInit();
             ((ISupportInitialize)dxErrorProvider1).BeginInit();
+            ((ISupportInitialize)layoutControlItem4).BeginInit();
             SuspendLayout();
             // 
             // layoutControl1
             // 
+            layoutControl1.Controls.Add(xhsSchemeChangeTypeCheckedListHorizCtrl1);
+            layoutControl1.Controls.Add(ckAllowCustom);
             layoutControl1.Controls.Add(setFlagsEditCtrl1);
             layoutControl1.Controls.Add(txtDescription);
-            layoutControl1.Controls.Add(txtTagNme);
-            layoutControl1.Controls.Add(txtCustomer);
+            layoutControl1.Controls.Add(txtNO);
             layoutControl1.Controls.Add(txtName);
-            layoutControl1.Controls.Add(btnEditSelectModelFile);
             layoutControl1.Dock = DockStyle.Fill;
             layoutControl1.Location = new Point(0, 0);
             layoutControl1.Name = "layoutControl1";
-            layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1200, 175, 650, 400);
+            layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(909, 193, 650, 400);
             layoutControl1.Root = Root;
             layoutControl1.Size = new Size(859, 464);
             layoutControl1.TabIndex = 0;
             layoutControl1.Text = "layoutControl1";
             // 
+            // ckAllowCustom
+            // 
+            ckAllowCustom.Location = new Point(486, 36);
+            ckAllowCustom.Name = "ckAllowCustom";
+            ckAllowCustom.Properties.AutoWidth = true;
+            ckAllowCustom.Properties.Caption = "";
+            ckAllowCustom.Size = new Size(20, 20);
+            ckAllowCustom.StyleController = layoutControl1;
+            ckAllowCustom.TabIndex = 8;
+            ckAllowCustom.ToolTip = "鏂规鍒涘缓鍚庯紝鏄惁鍏佽璋冩暣";
+            // 
             // setFlagsEditCtrl1
             // 
-            setFlagsEditCtrl1.Location = new Point(113, 36);
+            setFlagsEditCtrl1.Location = new Point(67, 36);
             setFlagsEditCtrl1.Name = "setFlagsEditCtrl1";
-            setFlagsEditCtrl1.Size = new Size(314, 20);
+            setFlagsEditCtrl1.Size = new Size(360, 20);
             setFlagsEditCtrl1.TabIndex = 5;
             // 
             // txtDescription
             // 
-            txtDescription.Location = new Point(113, 87);
+            txtDescription.Location = new Point(67, 129);
             txtDescription.Name = "txtDescription";
-            txtDescription.Size = new Size(734, 365);
+            txtDescription.Size = new Size(780, 323);
             txtDescription.StyleController = layoutControl1;
             txtDescription.TabIndex = 7;
             // 
-            // txtTagNme
+            // txtNO
             // 
-            txtTagNme.Location = new Point(532, 36);
-            txtTagNme.Name = "txtTagNme";
-            txtTagNme.Size = new Size(315, 20);
-            txtTagNme.StyleController = layoutControl1;
-            txtTagNme.TabIndex = 4;
-            // 
-            // txtCustomer
-            // 
-            txtCustomer.Location = new Point(532, 12);
-            txtCustomer.Name = "txtCustomer";
-            txtCustomer.Size = new Size(315, 20);
-            txtCustomer.StyleController = layoutControl1;
-            txtCustomer.TabIndex = 3;
+            txtNO.Location = new Point(486, 12);
+            txtNO.Name = "txtNO";
+            txtNO.Size = new Size(361, 20);
+            txtNO.StyleController = layoutControl1;
+            txtNO.TabIndex = 3;
             // 
             // txtName
             // 
-            txtName.Location = new Point(113, 12);
+            txtName.Location = new Point(67, 12);
             txtName.Name = "txtName";
-            txtName.Size = new Size(314, 20);
+            txtName.Size = new Size(360, 20);
             txtName.StyleController = layoutControl1;
             txtName.TabIndex = 0;
-            // 
-            // btnEditSelectModelFile
-            // 
-            btnEditSelectModelFile.EditValue = "";
-            btnEditSelectModelFile.Location = new Point(113, 60);
-            btnEditSelectModelFile.Name = "btnEditSelectModelFile";
-            editorButtonImageOptions1.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("editorButtonImageOptions1.SvgImage");
-            editorButtonImageOptions1.SvgImageSize = new Size(15, 15);
-            editorButtonImageOptions2.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("editorButtonImageOptions2.SvgImage");
-            editorButtonImageOptions2.SvgImageSize = new Size(15, 15);
-            btnEditSelectModelFile.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "鏈湴鏂囦欢", "Local", null, DevExpress.Utils.ToolTipAnchor.Default), new EditorButton(ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "浜戞枃浠�", "Http", null, DevExpress.Utils.ToolTipAnchor.Default) });
-            btnEditSelectModelFile.Properties.TextEditStyle = TextEditStyles.DisableTextEditor;
-            btnEditSelectModelFile.Size = new Size(734, 23);
-            btnEditSelectModelFile.StyleController = layoutControl1;
-            btnEditSelectModelFile.TabIndex = 6;
             // 
             // Root
             // 
@@ -149,7 +125,7 @@
             Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
             Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
             Root.GroupBordersVisible = false;
-            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem7, layoutControlItem5, layoutControlItem8, layoutControlItem6, layoutControlItem3 });
+            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem7, layoutControlItem5, layoutControlItem3, layoutControlItem1, layoutControlItem4 });
             Root.Name = "Root";
             Root.Size = new Size(859, 464);
             Root.TextVisible = false;
@@ -162,16 +138,16 @@
             layoutControlItem2.Name = "layoutControlItem2";
             layoutControlItem2.Size = new Size(419, 24);
             layoutControlItem2.Text = "<color=red>*</color>鍚嶇О锛�";
-            layoutControlItem2.TextSize = new Size(89, 14);
+            layoutControlItem2.TextSize = new Size(43, 14);
             // 
             // layoutControlItem7
             // 
             layoutControlItem7.Control = txtDescription;
-            layoutControlItem7.Location = new Point(0, 75);
+            layoutControlItem7.Location = new Point(0, 117);
             layoutControlItem7.Name = "layoutControlItem7";
-            layoutControlItem7.Size = new Size(839, 369);
+            layoutControlItem7.Size = new Size(839, 327);
             layoutControlItem7.Text = "璇存槑";
-            layoutControlItem7.TextSize = new Size(89, 14);
+            layoutControlItem7.TextSize = new Size(43, 14);
             // 
             // layoutControlItem5
             // 
@@ -180,63 +156,70 @@
             layoutControlItem5.Name = "layoutControlItem5";
             layoutControlItem5.Size = new Size(419, 24);
             layoutControlItem5.Text = "鏍囩锛�";
-            layoutControlItem5.TextSize = new Size(89, 14);
-            // 
-            // layoutControlItem8
-            // 
-            layoutControlItem8.AppearanceItemCaption.FontSizeDelta = 1;
-            layoutControlItem8.AppearanceItemCaption.Options.UseFont = true;
-            layoutControlItem8.Control = btnEditSelectModelFile;
-            layoutControlItem8.Location = new Point(0, 48);
-            layoutControlItem8.Name = "layoutControlItem8";
-            layoutControlItem8.Size = new Size(839, 27);
-            layoutControlItem8.Text = "閫夋嫨妯″瀷鏂囦欢:";
-            layoutControlItem8.TextSize = new Size(89, 17);
-            // 
-            // layoutControlItem6
-            // 
-            layoutControlItem6.Control = txtTagNme;
-            layoutControlItem6.Location = new Point(419, 24);
-            layoutControlItem6.Name = "layoutControlItem6";
-            layoutControlItem6.Size = new Size(420, 24);
-            layoutControlItem6.Text = "鏍囧織锛�";
-            layoutControlItem6.TextSize = new Size(89, 14);
+            layoutControlItem5.TextSize = new Size(43, 14);
             // 
             // layoutControlItem3
             // 
-            layoutControlItem3.Control = txtCustomer;
+            layoutControlItem3.Control = txtNO;
             layoutControlItem3.Location = new Point(419, 0);
             layoutControlItem3.Name = "layoutControlItem3";
             layoutControlItem3.Size = new Size(420, 24);
-            layoutControlItem3.Text = "瀹㈡埛锛�";
-            layoutControlItem3.TextSize = new Size(89, 14);
+            layoutControlItem3.Text = "缂栧彿锛�";
+            layoutControlItem3.TextSize = new Size(43, 14);
+            // 
+            // layoutControlItem1
+            // 
+            layoutControlItem1.Control = ckAllowCustom;
+            layoutControlItem1.Location = new Point(419, 24);
+            layoutControlItem1.Name = "layoutControlItem1";
+            layoutControlItem1.Size = new Size(420, 24);
+            layoutControlItem1.Text = "鑷畾涔�:";
+            layoutControlItem1.TextSize = new Size(43, 14);
             // 
             // dxErrorProvider1
             // 
             dxErrorProvider1.ContainerControl = this;
             // 
-            // InputXhsProjectInfoWizardPage
+            // xhsSchemeChangeTypeCheckedListHorizCtrl1
+            // 
+            xhsSchemeChangeTypeCheckedListHorizCtrl1.Location = new Point(67, 60);
+            xhsSchemeChangeTypeCheckedListHorizCtrl1.Name = "xhsSchemeChangeTypeCheckedListHorizCtrl1";
+            xhsSchemeChangeTypeCheckedListHorizCtrl1.Size = new Size(780, 65);
+            xhsSchemeChangeTypeCheckedListHorizCtrl1.TabIndex = 9;
+            // 
+            // layoutControlItem4
+            // 
+            layoutControlItem4.Control = xhsSchemeChangeTypeCheckedListHorizCtrl1;
+            layoutControlItem4.Location = new Point(0, 48);
+            layoutControlItem4.MaxSize = new Size(0, 69);
+            layoutControlItem4.MinSize = new Size(109, 69);
+            layoutControlItem4.Name = "layoutControlItem4";
+            layoutControlItem4.Size = new Size(839, 69);
+            layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+            layoutControlItem4.Text = "鍙樻洿:";
+            layoutControlItem4.TextSize = new Size(43, 14);
+            // 
+            // CreateXhsSchemeInfoPage
             // 
             AutoScaleDimensions = new SizeF(7F, 14F);
             AutoScaleMode = AutoScaleMode.Font;
             Controls.Add(layoutControl1);
-            Name = "InputXhsProjectInfoWizardPage";
+            Name = "CreateXhsSchemeInfoPage";
             Size = new Size(859, 464);
             ((ISupportInitialize)layoutControl1).EndInit();
             layoutControl1.ResumeLayout(false);
+            ((ISupportInitialize)ckAllowCustom.Properties).EndInit();
             ((ISupportInitialize)txtDescription.Properties).EndInit();
-            ((ISupportInitialize)txtTagNme.Properties).EndInit();
-            ((ISupportInitialize)txtCustomer.Properties).EndInit();
+            ((ISupportInitialize)txtNO.Properties).EndInit();
             ((ISupportInitialize)txtName.Properties).EndInit();
-            ((ISupportInitialize)btnEditSelectModelFile.Properties).EndInit();
             ((ISupportInitialize)Root).EndInit();
             ((ISupportInitialize)layoutControlItem2).EndInit();
             ((ISupportInitialize)layoutControlItem7).EndInit();
             ((ISupportInitialize)layoutControlItem5).EndInit();
-            ((ISupportInitialize)layoutControlItem8).EndInit();
-            ((ISupportInitialize)layoutControlItem6).EndInit();
             ((ISupportInitialize)layoutControlItem3).EndInit();
+            ((ISupportInitialize)layoutControlItem1).EndInit();
             ((ISupportInitialize)dxErrorProvider1).EndInit();
+            ((ISupportInitialize)layoutControlItem4).EndInit();
             ResumeLayout(false);
         }
 
@@ -247,15 +230,15 @@
         private DevExpress.XtraEditors.TextEdit txtName;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
         private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
-        private DevExpress.XtraEditors.TextEdit txtCustomer;
+        private DevExpress.XtraEditors.TextEdit txtNO;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
-        private DevExpress.XtraEditors.TextEdit txtTagNme;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
         private DevExpress.XtraEditors.MemoEdit txtDescription;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
         private SetFlagsEditCtrl setFlagsEditCtrl1;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
-        private DevExpress.XtraEditors.ButtonEdit btnEditSelectModelFile;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
+        private CheckEdit ckAllowCustom;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
+        private XhsSchemeChangeTypeCheckedListHorizCtrl xhsSchemeChangeTypeCheckedListHorizCtrl1;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
     }
 }

--
Gitblit v1.9.3