From 25233345bd14e2389e9b8110e38f831057dd4f65 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期三, 18 十二月 2024 11:24:37 +0800
Subject: [PATCH] 增加下载超时时间

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/01-info/CreateXhsSchemeInfoPage.Designer.cs |  271 ++++++++++++++++++++++++++++-------------------------
 1 files changed, 144 insertions(+), 127 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..b95527c 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,113 @@
         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();
+            xhsSchemeChangeTypeCheckedListHorizCtrl1 = new XhsSchemeChangeTypeCheckedListHorizCtrl();
+            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();
+            layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
             layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
             layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
-            layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
-            layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
+            layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
             layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
+            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
+            layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
+            layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
             dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
             ((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)layoutControlGroup1).BeginInit();
             ((ISupportInitialize)layoutControlItem7).BeginInit();
             ((ISupportInitialize)layoutControlItem5).BeginInit();
-            ((ISupportInitialize)layoutControlItem8).BeginInit();
-            ((ISupportInitialize)layoutControlItem6).BeginInit();
+            ((ISupportInitialize)layoutControlItem2).BeginInit();
             ((ISupportInitialize)layoutControlItem3).BeginInit();
+            ((ISupportInitialize)layoutControlItem1).BeginInit();
+            ((ISupportInitialize)layoutControlGroup2).BeginInit();
+            ((ISupportInitialize)layoutControlItem4).BeginInit();
             ((ISupportInitialize)dxErrorProvider1).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.Margin = new Padding(4, 5, 4, 5);
             layoutControl1.Name = "layoutControl1";
-            layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1200, 175, 650, 400);
+            layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(909, 193, 844, 777);
             layoutControl1.Root = Root;
-            layoutControl1.Size = new Size(859, 464);
+            layoutControl1.Size = new Size(1227, 729);
             layoutControl1.TabIndex = 0;
             layoutControl1.Text = "layoutControl1";
             // 
+            // xhsSchemeChangeTypeCheckedListHorizCtrl1
+            // 
+            xhsSchemeChangeTypeCheckedListHorizCtrl1.Location = new Point(22, 446);
+            xhsSchemeChangeTypeCheckedListHorizCtrl1.Margin = new Padding(6, 8, 6, 8);
+            xhsSchemeChangeTypeCheckedListHorizCtrl1.Name = "xhsSchemeChangeTypeCheckedListHorizCtrl1";
+            xhsSchemeChangeTypeCheckedListHorizCtrl1.Size = new Size(1183, 261);
+            xhsSchemeChangeTypeCheckedListHorizCtrl1.TabIndex = 6;
+            // 
+            // ckAllowCustom
+            // 
+            ckAllowCustom.Location = new Point(691, 89);
+            ckAllowCustom.Margin = new Padding(4, 5, 4, 5);
+            ckAllowCustom.Name = "ckAllowCustom";
+            ckAllowCustom.Properties.AutoWidth = true;
+            ckAllowCustom.Properties.Caption = "";
+            ckAllowCustom.Size = new Size(27, 27);
+            ckAllowCustom.StyleController = layoutControl1;
+            ckAllowCustom.TabIndex = 4;
+            ckAllowCustom.ToolTip = "鏂规鍒涘缓鍚庯紝鏄惁鍏佽璋冩暣";
+            // 
             // setFlagsEditCtrl1
             // 
-            setFlagsEditCtrl1.Location = new Point(113, 36);
+            setFlagsEditCtrl1.Location = new Point(100, 89);
+            setFlagsEditCtrl1.Margin = new Padding(6, 8, 6, 8);
             setFlagsEditCtrl1.Name = "setFlagsEditCtrl1";
-            setFlagsEditCtrl1.Size = new Size(314, 20);
-            setFlagsEditCtrl1.TabIndex = 5;
+            setFlagsEditCtrl1.Size = new Size(511, 28);
+            setFlagsEditCtrl1.TabIndex = 3;
             // 
             // txtDescription
             // 
-            txtDescription.Location = new Point(113, 87);
+            txtDescription.Location = new Point(100, 121);
+            txtDescription.Margin = new Padding(4, 5, 4, 5);
             txtDescription.Name = "txtDescription";
-            txtDescription.Size = new Size(734, 365);
+            txtDescription.Size = new Size(1103, 266);
             txtDescription.StyleController = layoutControl1;
-            txtDescription.TabIndex = 7;
+            txtDescription.TabIndex = 5;
             // 
-            // 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(691, 57);
+            txtNO.Margin = new Padding(4, 5, 4, 5);
+            txtNO.Name = "txtNO";
+            txtNO.Size = new Size(512, 28);
+            txtNO.StyleController = layoutControl1;
+            txtNO.TabIndex = 2;
             // 
             // txtName
             // 
-            txtName.Location = new Point(113, 12);
+            txtName.Location = new Point(100, 57);
+            txtName.Margin = new Padding(4, 5, 4, 5);
             txtName.Name = "txtName";
-            txtName.Size = new Size(314, 20);
+            txtName.Size = new Size(511, 28);
             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,10 +143,37 @@
             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[] { layoutControlGroup1, layoutControlGroup2 });
             Root.Name = "Root";
-            Root.Size = new Size(859, 464);
+            Root.Size = new Size(1227, 729);
             Root.TextVisible = false;
+            // 
+            // layoutControlGroup1
+            // 
+            layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Title;
+            layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem7, layoutControlItem5, layoutControlItem2, layoutControlItem3, layoutControlItem1 });
+            layoutControlGroup1.Location = new Point(0, 0);
+            layoutControlGroup1.Name = "layoutControlGroup1";
+            layoutControlGroup1.Size = new Size(1207, 391);
+            layoutControlGroup1.Text = "鏂规";
+            // 
+            // layoutControlItem7
+            // 
+            layoutControlItem7.Control = txtDescription;
+            layoutControlItem7.Location = new Point(0, 64);
+            layoutControlItem7.Name = "layoutControlItem7";
+            layoutControlItem7.Size = new Size(1183, 270);
+            layoutControlItem7.Text = "璇存槑";
+            layoutControlItem7.TextSize = new Size(64, 22);
+            // 
+            // layoutControlItem5
+            // 
+            layoutControlItem5.Control = setFlagsEditCtrl1;
+            layoutControlItem5.Location = new Point(0, 32);
+            layoutControlItem5.Name = "layoutControlItem5";
+            layoutControlItem5.Size = new Size(591, 32);
+            layoutControlItem5.Text = "鏍囩锛�";
+            layoutControlItem5.TextSize = new Size(64, 22);
             // 
             // layoutControlItem2
             // 
@@ -160,82 +181,76 @@
             layoutControlItem2.Control = txtName;
             layoutControlItem2.Location = new Point(0, 0);
             layoutControlItem2.Name = "layoutControlItem2";
-            layoutControlItem2.Size = new Size(419, 24);
+            layoutControlItem2.Size = new Size(591, 32);
             layoutControlItem2.Text = "<color=red>*</color>鍚嶇О锛�";
-            layoutControlItem2.TextSize = new Size(89, 14);
-            // 
-            // layoutControlItem7
-            // 
-            layoutControlItem7.Control = txtDescription;
-            layoutControlItem7.Location = new Point(0, 75);
-            layoutControlItem7.Name = "layoutControlItem7";
-            layoutControlItem7.Size = new Size(839, 369);
-            layoutControlItem7.Text = "璇存槑";
-            layoutControlItem7.TextSize = new Size(89, 14);
-            // 
-            // layoutControlItem5
-            // 
-            layoutControlItem5.Control = setFlagsEditCtrl1;
-            layoutControlItem5.Location = new Point(0, 24);
-            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);
+            layoutControlItem2.TextSize = new Size(64, 22);
             // 
             // layoutControlItem3
             // 
-            layoutControlItem3.Control = txtCustomer;
-            layoutControlItem3.Location = new Point(419, 0);
+            layoutControlItem3.Control = txtNO;
+            layoutControlItem3.Location = new Point(591, 0);
             layoutControlItem3.Name = "layoutControlItem3";
-            layoutControlItem3.Size = new Size(420, 24);
-            layoutControlItem3.Text = "瀹㈡埛锛�";
-            layoutControlItem3.TextSize = new Size(89, 14);
+            layoutControlItem3.Size = new Size(592, 32);
+            layoutControlItem3.Text = "缂栧彿锛�";
+            layoutControlItem3.TextSize = new Size(64, 22);
+            // 
+            // layoutControlItem1
+            // 
+            layoutControlItem1.Control = ckAllowCustom;
+            layoutControlItem1.Location = new Point(591, 32);
+            layoutControlItem1.Name = "layoutControlItem1";
+            layoutControlItem1.Size = new Size(592, 32);
+            layoutControlItem1.Text = "鑷畾涔�:";
+            layoutControlItem1.TextSize = new Size(64, 22);
+            // 
+            // layoutControlGroup2
+            // 
+            layoutControlGroup2.GroupStyle = DevExpress.Utils.GroupStyle.Title;
+            layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem4 });
+            layoutControlGroup2.Location = new Point(0, 391);
+            layoutControlGroup2.Name = "layoutControlGroup2";
+            layoutControlGroup2.Size = new Size(1207, 318);
+            layoutControlGroup2.Text = "鍙樻洿绫诲瀷(鍙��)";
+            // 
+            // layoutControlItem4
+            // 
+            layoutControlItem4.Control = xhsSchemeChangeTypeCheckedListHorizCtrl1;
+            layoutControlItem4.Location = new Point(0, 0);
+            layoutControlItem4.Name = "layoutControlItem4";
+            layoutControlItem4.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
+            layoutControlItem4.Size = new Size(1183, 261);
+            layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.SupportHorzAlignment;
+            layoutControlItem4.Text = "鍙樻洿:";
+            layoutControlItem4.TextSize = new Size(0, 0);
+            layoutControlItem4.TextVisible = false;
             // 
             // dxErrorProvider1
             // 
             dxErrorProvider1.ContainerControl = this;
             // 
-            // InputXhsProjectInfoWizardPage
+            // CreateXhsSchemeInfoPage
             // 
-            AutoScaleDimensions = new SizeF(7F, 14F);
+            AutoScaleDimensions = new SizeF(10F, 22F);
             AutoScaleMode = AutoScaleMode.Font;
             Controls.Add(layoutControl1);
-            Name = "InputXhsProjectInfoWizardPage";
-            Size = new Size(859, 464);
+            Margin = new Padding(4, 5, 4, 5);
+            Name = "CreateXhsSchemeInfoPage";
+            Size = new Size(1227, 729);
             ((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)layoutControlGroup1).EndInit();
             ((ISupportInitialize)layoutControlItem7).EndInit();
             ((ISupportInitialize)layoutControlItem5).EndInit();
-            ((ISupportInitialize)layoutControlItem8).EndInit();
-            ((ISupportInitialize)layoutControlItem6).EndInit();
+            ((ISupportInitialize)layoutControlItem2).EndInit();
             ((ISupportInitialize)layoutControlItem3).EndInit();
+            ((ISupportInitialize)layoutControlItem1).EndInit();
+            ((ISupportInitialize)layoutControlGroup2).EndInit();
+            ((ISupportInitialize)layoutControlItem4).EndInit();
             ((ISupportInitialize)dxErrorProvider1).EndInit();
             ResumeLayout(false);
         }
@@ -247,15 +262,17 @@
         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;
+        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
+        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
     }
 }

--
Gitblit v1.9.3