lixiaojun
2024-12-18 25233345bd14e2389e9b8110e38f831057dd4f65
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/99-bak/AddXhsSchemeDlg.Designer.cs
@@ -151,12 +151,14 @@
            // gridControl1
            // 
            gridControl1.DataSource = setSchemeParterRecordBindingSource;
            gridControl1.Location = new Point(0, 33);
            gridControl1.EmbeddedNavigator.Margin = new Padding(1, 1, 1, 1);
            gridControl1.Location = new Point(0, 22);
            gridControl1.MainView = gridView1;
            gridControl1.Margin = new Padding(2, 2, 2, 2);
            gridControl1.MenuManager = ribbon;
            gridControl1.Name = "gridControl1";
            gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemButtonEdit1 });
            gridControl1.Size = new Size(393, 469);
            gridControl1.Size = new Size(275, 281);
            gridControl1.TabIndex = 0;
            gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
            // 
@@ -167,8 +169,10 @@
            // gridView1
            // 
            gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colCode, colName, colBeforeDbId, colAfterDbId, colBeforeCurveId, colAfterCurveId, colDelete });
            gridView1.DetailHeight = 223;
            gridView1.GridControl = gridControl1;
            gridView1.Name = "gridView1";
            gridView1.OptionsEditForm.PopupEditFormWidth = 560;
            gridView1.RowCellClick += gridView1_RowCellClick;
            gridView1.FocusedRowChanged += gridView1_FocusedRowChanged;
            // 
@@ -176,60 +180,60 @@
            // 
            colCode.Caption = "编码";
            colCode.FieldName = "Code";
            colCode.MinWidth = 30;
            colCode.MinWidth = 21;
            colCode.Name = "colCode";
            colCode.Visible = true;
            colCode.VisibleIndex = 0;
            colCode.Width = 112;
            colCode.Width = 78;
            // 
            // colName
            // 
            colName.Caption = "名称";
            colName.FieldName = "Name";
            colName.MinWidth = 30;
            colName.MinWidth = 21;
            colName.Name = "colName";
            colName.Visible = true;
            colName.VisibleIndex = 1;
            colName.Width = 112;
            colName.Width = 78;
            // 
            // colBeforeDbId
            // 
            colBeforeDbId.FieldName = "BeforeDbId";
            colBeforeDbId.MinWidth = 30;
            colBeforeDbId.MinWidth = 21;
            colBeforeDbId.Name = "colBeforeDbId";
            colBeforeDbId.Width = 112;
            colBeforeDbId.Width = 78;
            // 
            // colAfterDbId
            // 
            colAfterDbId.FieldName = "AfterDbId";
            colAfterDbId.MinWidth = 30;
            colAfterDbId.MinWidth = 21;
            colAfterDbId.Name = "colAfterDbId";
            colAfterDbId.Width = 112;
            colAfterDbId.Width = 78;
            // 
            // colBeforeCurveId
            // 
            colBeforeCurveId.FieldName = "BeforeCurveId";
            colBeforeCurveId.MinWidth = 30;
            colBeforeCurveId.MinWidth = 21;
            colBeforeCurveId.Name = "colBeforeCurveId";
            colBeforeCurveId.Width = 112;
            colBeforeCurveId.Width = 78;
            // 
            // colAfterCurveId
            // 
            colAfterCurveId.FieldName = "AfterCurveId";
            colAfterCurveId.MinWidth = 30;
            colAfterCurveId.MinWidth = 21;
            colAfterCurveId.Name = "colAfterCurveId";
            colAfterCurveId.Width = 112;
            colAfterCurveId.Width = 78;
            // 
            // colDelete
            // 
            colDelete.Caption = "删除";
            colDelete.ColumnEdit = repositoryItemButtonEdit1;
            colDelete.MaxWidth = 60;
            colDelete.MinWidth = 60;
            colDelete.MaxWidth = 42;
            colDelete.MinWidth = 42;
            colDelete.Name = "colDelete";
            colDelete.Visible = true;
            colDelete.VisibleIndex = 2;
            colDelete.Width = 60;
            colDelete.Width = 42;
            // 
            // repositoryItemButtonEdit1
            // 
@@ -243,16 +247,19 @@
            // 
            // ribbon
            // 
            ribbon.EmptyAreaImageOptions.ImagePadding = new Padding(21, 19, 21, 19);
            ribbon.ExpandCollapseItem.Id = 0;
            ribbon.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic;
            ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbon.ExpandCollapseItem });
            ribbon.Location = new Point(0, 0);
            ribbon.Margin = new Padding(2, 2, 2, 2);
            ribbon.MaxItemId = 22;
            ribbon.Name = "ribbon";
            ribbon.OptionsExpandCollapseMenu.EnableExpandCollapseMenu = DevExpress.Utils.DefaultBoolean.False;
            ribbon.OptionsExpandCollapseMenu.ShowQuickAccessToolbarItem = DevExpress.Utils.DefaultBoolean.False;
            ribbon.OptionsExpandCollapseMenu.ShowRibbonGroup = DevExpress.Utils.DefaultBoolean.False;
            ribbon.OptionsExpandCollapseMenu.ShowRibbonLayoutGroup = DevExpress.Utils.DefaultBoolean.False;
            ribbon.OptionsMenuMinWidth = 231;
            ribbon.OptionsTouch.TouchUI = DevExpress.Utils.DefaultBoolean.False;
            ribbon.RibbonCaptionAlignment = DevExpress.XtraBars.Ribbon.RibbonCaptionAlignment.Left;
            ribbon.SearchItemPosition = DevExpress.XtraBars.Ribbon.SearchItemPosition.None;
@@ -264,7 +271,7 @@
            ribbon.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
            ribbon.ShowQatLocationSelector = false;
            ribbon.ShowToolbarCustomizeItem = false;
            ribbon.Size = new Size(1569, 48);
            ribbon.Size = new Size(1098, 59);
            ribbon.Toolbar.ShowCustomizeItem = false;
            // 
            // sidePanel3dModel
@@ -274,9 +281,10 @@
            sidePanel3dModel.Controls.Add(barDockControlBottom);
            sidePanel3dModel.Controls.Add(barDockControlTop);
            sidePanel3dModel.Dock = DockStyle.Fill;
            sidePanel3dModel.Location = new Point(0, 48);
            sidePanel3dModel.Location = new Point(0, 59);
            sidePanel3dModel.Margin = new Padding(2, 2, 2, 2);
            sidePanel3dModel.Name = "sidePanel3dModel";
            sidePanel3dModel.Size = new Size(1175, 709);
            sidePanel3dModel.Size = new Size(822, 419);
            sidePanel3dModel.TabIndex = 2;
            sidePanel3dModel.Text = "sidePanel2";
            // 
@@ -284,9 +292,10 @@
            // 
            barDockControlLeft.CausesValidation = false;
            barDockControlLeft.Dock = DockStyle.Left;
            barDockControlLeft.Location = new Point(0, 35);
            barDockControlLeft.Location = new Point(0, 25);
            barDockControlLeft.Manager = barManager1;
            barDockControlLeft.Size = new Size(0, 674);
            barDockControlLeft.Margin = new Padding(2, 2, 2, 2);
            barDockControlLeft.Size = new Size(0, 394);
            // 
            // barManager1
            // 
@@ -335,23 +344,26 @@
            barDockControlTop.Dock = DockStyle.Top;
            barDockControlTop.Location = new Point(0, 0);
            barDockControlTop.Manager = barManager1;
            barDockControlTop.Size = new Size(1175, 35);
            barDockControlTop.Margin = new Padding(2, 2, 2, 2);
            barDockControlTop.Size = new Size(822, 25);
            // 
            // barDockControlBottom
            // 
            barDockControlBottom.CausesValidation = false;
            barDockControlBottom.Dock = DockStyle.Bottom;
            barDockControlBottom.Location = new Point(0, 709);
            barDockControlBottom.Location = new Point(0, 419);
            barDockControlBottom.Manager = barManager1;
            barDockControlBottom.Size = new Size(1175, 0);
            barDockControlBottom.Margin = new Padding(2, 2, 2, 2);
            barDockControlBottom.Size = new Size(822, 0);
            // 
            // barDockControlRight
            // 
            barDockControlRight.CausesValidation = false;
            barDockControlRight.Dock = DockStyle.Right;
            barDockControlRight.Location = new Point(1175, 35);
            barDockControlRight.Location = new Point(822, 25);
            barDockControlRight.Manager = barManager1;
            barDockControlRight.Size = new Size(0, 674);
            barDockControlRight.Margin = new Padding(2, 2, 2, 2);
            barDockControlRight.Size = new Size(0, 394);
            // 
            // dockManager1
            // 
@@ -371,10 +383,11 @@
            dockPanel5.Controls.Add(dockPanelScheme);
            dockPanel5.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
            dockPanel5.ID = new Guid("4f9140be-dc44-4cc6-9924-d22c117f4a97");
            dockPanel5.Location = new Point(1175, 48);
            dockPanel5.Location = new Point(822, 59);
            dockPanel5.Margin = new Padding(2, 2, 2, 2);
            dockPanel5.Name = "dockPanel5";
            dockPanel5.OriginalSize = new Size(394, 200);
            dockPanel5.Size = new Size(394, 1056);
            dockPanel5.Size = new Size(276, 640);
            dockPanel5.Text = "panelContainer1";
            // 
            // dockPanelChangeRecord
@@ -383,17 +396,19 @@
            dockPanelChangeRecord.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
            dockPanelChangeRecord.ID = new Guid("2c97b548-e9c5-4899-b8e1-203e6decf6f7");
            dockPanelChangeRecord.Location = new Point(0, 0);
            dockPanelChangeRecord.Margin = new Padding(2, 2, 2, 2);
            dockPanelChangeRecord.Name = "dockPanelChangeRecord";
            dockPanelChangeRecord.OriginalSize = new Size(394, 825);
            dockPanelChangeRecord.Size = new Size(394, 825);
            dockPanelChangeRecord.Size = new Size(276, 500);
            dockPanelChangeRecord.Text = "变更记录";
            // 
            // dockPanel1_Container
            // 
            dockPanel1_Container.Controls.Add(layoutControl1);
            dockPanel1_Container.Location = new Point(1, 34);
            dockPanel1_Container.Location = new Point(1, 23);
            dockPanel1_Container.Margin = new Padding(2, 2, 2, 2);
            dockPanel1_Container.Name = "dockPanel1_Container";
            dockPanel1_Container.Size = new Size(393, 791);
            dockPanel1_Container.Size = new Size(275, 477);
            dockPanel1_Container.TabIndex = 0;
            // 
            // layoutControl1
@@ -402,21 +417,24 @@
            layoutControl1.Controls.Add(gridControl1);
            layoutControl1.Dock = DockStyle.Fill;
            layoutControl1.Location = new Point(0, 0);
            layoutControl1.Margin = new Padding(2, 2, 2, 2);
            layoutControl1.Name = "layoutControl1";
            layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(565, 389, 975, 600);
            layoutControl1.Root = Root;
            layoutControl1.Size = new Size(393, 791);
            layoutControl1.Size = new Size(275, 477);
            layoutControl1.TabIndex = 0;
            layoutControl1.Text = "layoutControl1";
            // 
            // gridControl2
            // 
            gridControl2.DataSource = setSchemeParterRecordItemBindingSource;
            gridControl2.Location = new Point(0, 535);
            gridControl2.EmbeddedNavigator.Margin = new Padding(1, 1, 1, 1);
            gridControl2.Location = new Point(0, 325);
            gridControl2.MainView = gridView2;
            gridControl2.Margin = new Padding(2, 2, 2, 2);
            gridControl2.MenuManager = ribbon;
            gridControl2.Name = "gridControl2";
            gridControl2.Size = new Size(393, 256);
            gridControl2.Size = new Size(275, 152);
            gridControl2.TabIndex = 0;
            gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView2 });
            // 
@@ -427,37 +445,39 @@
            // gridView2
            // 
            gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName1, colAfterValue, colBeforeValue });
            gridView2.DetailHeight = 223;
            gridView2.GridControl = gridControl2;
            gridView2.Name = "gridView2";
            gridView2.OptionsEditForm.PopupEditFormWidth = 560;
            // 
            // colName1
            // 
            colName1.FieldName = "Name";
            colName1.MinWidth = 30;
            colName1.MinWidth = 21;
            colName1.Name = "colName1";
            colName1.Visible = true;
            colName1.VisibleIndex = 0;
            colName1.Width = 112;
            colName1.Width = 78;
            // 
            // colAfterValue
            // 
            colAfterValue.Caption = "变更前";
            colAfterValue.FieldName = "AfterValue";
            colAfterValue.MinWidth = 30;
            colAfterValue.MinWidth = 21;
            colAfterValue.Name = "colAfterValue";
            colAfterValue.Visible = true;
            colAfterValue.VisibleIndex = 1;
            colAfterValue.Width = 112;
            colAfterValue.Width = 78;
            // 
            // colBeforeValue
            // 
            colBeforeValue.Caption = "变更后";
            colBeforeValue.FieldName = "BeforeValue";
            colBeforeValue.MinWidth = 30;
            colBeforeValue.MinWidth = 21;
            colBeforeValue.Name = "colBeforeValue";
            colBeforeValue.Visible = true;
            colBeforeValue.VisibleIndex = 2;
            colBeforeValue.Width = 112;
            colBeforeValue.Width = 78;
            // 
            // Root
            // 
@@ -466,7 +486,7 @@
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1, layoutControlGroup2 });
            Root.Name = "Root";
            Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            Root.Size = new Size(393, 791);
            Root.Size = new Size(275, 477);
            Root.TextVisible = false;
            // 
            // layoutControlGroup1
@@ -478,7 +498,7 @@
            layoutControlGroup1.Name = "layoutControlGroup1";
            layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            layoutControlGroup1.ShowInCustomizationForm = false;
            layoutControlGroup1.Size = new Size(393, 502);
            layoutControlGroup1.Size = new Size(275, 303);
            layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            layoutControlGroup1.Text = "记录列表";
            // 
@@ -489,7 +509,7 @@
            layoutControlItem1.Location = new Point(0, 0);
            layoutControlItem1.Name = "layoutControlItem1";
            layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            layoutControlItem1.Size = new Size(393, 469);
            layoutControlItem1.Size = new Size(275, 281);
            layoutControlItem1.TextSize = new Size(0, 0);
            layoutControlItem1.TextVisible = false;
            // 
@@ -498,11 +518,11 @@
            layoutControlGroup2.ExpandButtonVisible = true;
            layoutControlGroup2.GroupStyle = DevExpress.Utils.GroupStyle.Title;
            layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2 });
            layoutControlGroup2.Location = new Point(0, 502);
            layoutControlGroup2.Location = new Point(0, 303);
            layoutControlGroup2.Name = "layoutControlGroup2";
            layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            layoutControlGroup2.ShowInCustomizationForm = false;
            layoutControlGroup2.Size = new Size(393, 289);
            layoutControlGroup2.Size = new Size(275, 174);
            layoutControlGroup2.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            layoutControlGroup2.Text = "记录详情";
            // 
@@ -513,7 +533,7 @@
            layoutControlItem2.Location = new Point(0, 0);
            layoutControlItem2.Name = "layoutControlItem2";
            layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            layoutControlItem2.Size = new Size(393, 256);
            layoutControlItem2.Size = new Size(275, 152);
            layoutControlItem2.TextSize = new Size(0, 0);
            layoutControlItem2.TextVisible = false;
            // 
@@ -522,18 +542,20 @@
            dockPanelScheme.Controls.Add(dockPanel3_Container);
            dockPanelScheme.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
            dockPanelScheme.ID = new Guid("39552842-60b6-4e4d-b215-438810b7a737");
            dockPanelScheme.Location = new Point(0, 825);
            dockPanelScheme.Location = new Point(0, 500);
            dockPanelScheme.Margin = new Padding(2, 2, 2, 2);
            dockPanelScheme.Name = "dockPanelScheme";
            dockPanelScheme.OriginalSize = new Size(394, 231);
            dockPanelScheme.Size = new Size(394, 231);
            dockPanelScheme.Size = new Size(276, 140);
            dockPanelScheme.Text = "方案信息";
            // 
            // dockPanel3_Container
            // 
            dockPanel3_Container.Controls.Add(layoutControl2);
            dockPanel3_Container.Location = new Point(1, 35);
            dockPanel3_Container.Location = new Point(1, 24);
            dockPanel3_Container.Margin = new Padding(2, 2, 2, 2);
            dockPanel3_Container.Name = "dockPanel3_Container";
            dockPanel3_Container.Size = new Size(393, 196);
            dockPanel3_Container.Size = new Size(275, 116);
            dockPanel3_Container.TabIndex = 0;
            // 
            // layoutControl2
@@ -546,46 +568,44 @@
            layoutControl2.Controls.Add(memoDescription);
            layoutControl2.Dock = DockStyle.Fill;
            layoutControl2.Location = new Point(0, 0);
            layoutControl2.Margin = new Padding(2, 2, 2, 2);
            layoutControl2.Name = "layoutControl2";
            layoutControl2.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(71, 697, 975, 600);
            layoutControl2.Root = layoutControlGroup3;
            layoutControl2.Size = new Size(393, 196);
            layoutControl2.Size = new Size(275, 116);
            layoutControl2.TabIndex = 0;
            layoutControl2.Text = "layoutControl2";
            // 
            // setFlagsEditCtrl1
            // 
            setFlagsEditCtrl1.Location = new Point(262, 44);
            setFlagsEditCtrl1.Margin = new Padding(6, 8, 6, 8);
            setFlagsEditCtrl1.Location = new Point(181, 29);
            setFlagsEditCtrl1.Margin = new Padding(4, 5, 4, 5);
            setFlagsEditCtrl1.Name = "setFlagsEditCtrl1";
            setFlagsEditCtrl1.Size = new Size(119, 28);
            setFlagsEditCtrl1.Size = new Size(86, 20);
            setFlagsEditCtrl1.TabIndex = 3;
            // 
            // imgCmbSchemeType
            // 
            imgCmbSchemeType.Location = new Point(76, 44);
            imgCmbSchemeType.Margin = new Padding(4, 5, 4, 5);
            imgCmbSchemeType.Location = new Point(51, 29);
            imgCmbSchemeType.Name = "imgCmbSchemeType";
            imgCmbSchemeType.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
            imgCmbSchemeType.Size = new Size(118, 28);
            imgCmbSchemeType.Size = new Size(85, 20);
            imgCmbSchemeType.StyleController = layoutControl2;
            imgCmbSchemeType.TabIndex = 4;
            // 
            // txtNo
            // 
            txtNo.Location = new Point(76, 12);
            txtNo.Margin = new Padding(4, 5, 4, 5);
            txtNo.Location = new Point(51, 7);
            txtNo.Name = "txtNo";
            txtNo.Size = new Size(118, 28);
            txtNo.Size = new Size(85, 20);
            txtNo.StyleController = layoutControl2;
            txtNo.TabIndex = 0;
            // 
            // txtName
            // 
            txtName.Location = new Point(262, 12);
            txtName.Margin = new Padding(4, 5, 4, 5);
            txtName.Location = new Point(181, 7);
            txtName.Name = "txtName";
            txtName.Size = new Size(119, 28);
            txtName.Size = new Size(86, 20);
            txtName.StyleController = layoutControl2;
            txtName.TabIndex = 2;
            // 
@@ -593,9 +613,10 @@
            // 
            btnSave.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question;
            btnSave.Appearance.Options.UseBackColor = true;
            btnSave.Location = new Point(120, 144);
            btnSave.Location = new Point(84, 82);
            btnSave.Margin = new Padding(2, 2, 2, 2);
            btnSave.Name = "btnSave";
            btnSave.Size = new Size(153, 32);
            btnSave.Size = new Size(107, 22);
            btnSave.StyleController = layoutControl2;
            btnSave.TabIndex = 6;
            btnSave.Text = "保存";
@@ -603,11 +624,12 @@
            // 
            // memoDescription
            // 
            memoDescription.Location = new Point(76, 76);
            memoDescription.Location = new Point(51, 51);
            memoDescription.Margin = new Padding(2, 2, 2, 2);
            memoDescription.MenuManager = ribbon;
            memoDescription.Name = "memoDescription";
            memoDescription.Properties.ScrollBars = ScrollBars.Horizontal;
            memoDescription.Size = new Size(305, 56);
            memoDescription.Size = new Size(216, 24);
            memoDescription.StyleController = layoutControl2;
            memoDescription.TabIndex = 5;
            // 
@@ -617,16 +639,16 @@
            layoutControlGroup3.GroupBordersVisible = false;
            layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem5, layoutControlItem13, layoutControlItem14, layoutControlItem12, layoutControlItem3, layoutControlItem11 });
            layoutControlGroup3.Name = "Root";
            layoutControlGroup3.Size = new Size(393, 196);
            layoutControlGroup3.Size = new Size(275, 116);
            layoutControlGroup3.TextVisible = false;
            // 
            // layoutControlItem5
            // 
            layoutControlItem5.Control = btnSave;
            layoutControlItem5.Location = new Point(0, 124);
            layoutControlItem5.Location = new Point(0, 70);
            layoutControlItem5.Name = "layoutControlItem5";
            layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(110, 110, 10, 10);
            layoutControlItem5.Size = new Size(373, 52);
            layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(77, 77, 6, 6);
            layoutControlItem5.Size = new Size(261, 34);
            layoutControlItem5.TextSize = new Size(0, 0);
            layoutControlItem5.TextVisible = false;
            // 
@@ -637,9 +659,9 @@
            layoutControlItem13.Control = txtNo;
            layoutControlItem13.Location = new Point(0, 0);
            layoutControlItem13.Name = "layoutControlItem13";
            layoutControlItem13.Size = new Size(186, 32);
            layoutControlItem13.Size = new Size(130, 22);
            layoutControlItem13.Text = "编码:";
            layoutControlItem13.TextSize = new Size(52, 22);
            layoutControlItem13.TextSize = new Size(35, 14);
            // 
            // layoutControlItem14
            // 
@@ -647,11 +669,11 @@
            layoutControlItem14.AppearanceItemCaption.Options.UseTextOptions = true;
            layoutControlItem14.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            layoutControlItem14.Control = txtName;
            layoutControlItem14.Location = new Point(186, 0);
            layoutControlItem14.Location = new Point(130, 0);
            layoutControlItem14.Name = "layoutControlItem14";
            layoutControlItem14.Size = new Size(187, 32);
            layoutControlItem14.Size = new Size(131, 22);
            layoutControlItem14.Text = "<color=red>*</color>名称:";
            layoutControlItem14.TextSize = new Size(52, 22);
            layoutControlItem14.TextSize = new Size(35, 14);
            // 
            // layoutControlItem12
            // 
@@ -659,22 +681,22 @@
            layoutControlItem12.AppearanceItemCaption.Options.UseTextOptions = true;
            layoutControlItem12.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            layoutControlItem12.Control = imgCmbSchemeType;
            layoutControlItem12.Location = new Point(0, 32);
            layoutControlItem12.Location = new Point(0, 22);
            layoutControlItem12.Name = "layoutControlItem12";
            layoutControlItem12.Size = new Size(186, 32);
            layoutControlItem12.Size = new Size(130, 22);
            layoutControlItem12.Text = "<color=red>*</color>类型:";
            layoutControlItem12.TextSize = new Size(52, 22);
            layoutControlItem12.TextSize = new Size(35, 14);
            // 
            // layoutControlItem3
            // 
            layoutControlItem3.AppearanceItemCaption.Options.UseTextOptions = true;
            layoutControlItem3.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            layoutControlItem3.Control = memoDescription;
            layoutControlItem3.Location = new Point(0, 64);
            layoutControlItem3.Location = new Point(0, 44);
            layoutControlItem3.Name = "layoutControlItem3";
            layoutControlItem3.Size = new Size(373, 60);
            layoutControlItem3.Size = new Size(261, 26);
            layoutControlItem3.Text = "说明:";
            layoutControlItem3.TextSize = new Size(52, 22);
            layoutControlItem3.TextSize = new Size(35, 14);
            // 
            // layoutControlItem11
            // 
@@ -682,29 +704,31 @@
            layoutControlItem11.AppearanceItemCaption.Options.UseTextOptions = true;
            layoutControlItem11.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            layoutControlItem11.Control = setFlagsEditCtrl1;
            layoutControlItem11.Location = new Point(186, 32);
            layoutControlItem11.Location = new Point(130, 22);
            layoutControlItem11.Name = "layoutControlItem11";
            layoutControlItem11.Size = new Size(187, 32);
            layoutControlItem11.Size = new Size(131, 22);
            layoutControlItem11.Text = "标签:";
            layoutControlItem11.TextSize = new Size(52, 22);
            layoutControlItem11.TextSize = new Size(35, 14);
            // 
            // dockPanelParterList
            // 
            dockPanelParterList.Controls.Add(dockPanel2_Container);
            dockPanelParterList.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
            dockPanelParterList.ID = new Guid("7be297a3-864b-4041-9aee-de9c1d1f1b52");
            dockPanelParterList.Location = new Point(0, 757);
            dockPanelParterList.Location = new Point(0, 478);
            dockPanelParterList.Margin = new Padding(2, 2, 2, 2);
            dockPanelParterList.Name = "dockPanelParterList";
            dockPanelParterList.OriginalSize = new Size(200, 347);
            dockPanelParterList.Size = new Size(1175, 347);
            dockPanelParterList.Size = new Size(822, 221);
            dockPanelParterList.Text = "构建列表";
            // 
            // dockPanel2_Container
            // 
            dockPanel2_Container.Controls.Add(tabPane1);
            dockPanel2_Container.Location = new Point(0, 35);
            dockPanel2_Container.Location = new Point(0, 24);
            dockPanel2_Container.Margin = new Padding(2, 2, 2, 2);
            dockPanel2_Container.Name = "dockPanel2_Container";
            dockPanel2_Container.Size = new Size(1175, 312);
            dockPanel2_Container.Size = new Size(822, 197);
            dockPanel2_Container.TabIndex = 0;
            // 
            // tabPane1
@@ -714,11 +738,12 @@
            tabPane1.Controls.Add(tabPagePipe);
            tabPane1.Dock = DockStyle.Fill;
            tabPane1.Location = new Point(0, 0);
            tabPane1.Margin = new Padding(2, 2, 2, 2);
            tabPane1.Name = "tabPane1";
            tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { tabPagePump, tabPageValve, tabPagePipe });
            tabPane1.RegularSize = new Size(1175, 312);
            tabPane1.RegularSize = new Size(822, 197);
            tabPane1.SelectedPage = tabPagePump;
            tabPane1.Size = new Size(1175, 312);
            tabPane1.Size = new Size(822, 197);
            tabPane1.TabIndex = 0;
            tabPane1.Text = "tabPane1";
            // 
@@ -726,48 +751,48 @@
            // 
            tabPagePump.Caption = "水泵";
            tabPagePump.Controls.Add(setSchemePumpListCtrl1);
            tabPagePump.Margin = new Padding(2, 2, 2, 2);
            tabPagePump.Name = "tabPagePump";
            tabPagePump.Size = new Size(1175, 263);
            tabPagePump.Size = new Size(822, 164);
            // 
            // setSchemePumpListCtrl1
            // 
            setSchemePumpListCtrl1.Dock = DockStyle.Fill;
            setSchemePumpListCtrl1.Location = new Point(0, 0);
            setSchemePumpListCtrl1.Margin = new Padding(4, 5, 4, 5);
            setSchemePumpListCtrl1.Name = "setSchemePumpListCtrl1";
            setSchemePumpListCtrl1.Size = new Size(1175, 263);
            setSchemePumpListCtrl1.Size = new Size(822, 164);
            setSchemePumpListCtrl1.TabIndex = 0;
            // 
            // tabPageValve
            // 
            tabPageValve.Caption = "阀门";
            tabPageValve.Controls.Add(setSchemeValveListCtrl1);
            tabPageValve.Margin = new Padding(2, 2, 2, 2);
            tabPageValve.Name = "tabPageValve";
            tabPageValve.Size = new Size(977, 384);
            tabPageValve.Size = new Size(684, 244);
            // 
            // setSchemeValveListCtrl1
            // 
            setSchemeValveListCtrl1.Dock = DockStyle.Fill;
            setSchemeValveListCtrl1.Location = new Point(0, 0);
            setSchemeValveListCtrl1.Margin = new Padding(4, 5, 4, 5);
            setSchemeValveListCtrl1.Name = "setSchemeValveListCtrl1";
            setSchemeValveListCtrl1.Size = new Size(977, 384);
            setSchemeValveListCtrl1.Size = new Size(684, 244);
            setSchemeValveListCtrl1.TabIndex = 2;
            // 
            // tabPagePipe
            // 
            tabPagePipe.Caption = "管路";
            tabPagePipe.Controls.Add(setSchemePipeListCtrl1);
            tabPagePipe.Margin = new Padding(2, 2, 2, 2);
            tabPagePipe.Name = "tabPagePipe";
            tabPagePipe.Size = new Size(977, 384);
            tabPagePipe.Size = new Size(684, 244);
            // 
            // setSchemePipeListCtrl1
            // 
            setSchemePipeListCtrl1.Dock = DockStyle.Fill;
            setSchemePipeListCtrl1.Location = new Point(0, 0);
            setSchemePipeListCtrl1.Margin = new Padding(4, 5, 4, 5);
            setSchemePipeListCtrl1.Name = "setSchemePipeListCtrl1";
            setSchemePipeListCtrl1.Size = new Size(977, 384);
            setSchemePipeListCtrl1.Size = new Size(684, 244);
            setSchemePipeListCtrl1.TabIndex = 1;
            // 
            // panelContainer1
@@ -804,13 +829,14 @@
            // 
            // AddXhsSchemeDlg
            // 
            AutoScaleDimensions = new SizeF(10F, 22F);
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(1569, 1104);
            ClientSize = new Size(1098, 699);
            Controls.Add(sidePanel3dModel);
            Controls.Add(dockPanelParterList);
            Controls.Add(dockPanel5);
            Controls.Add(dockPanelParterList);
            Controls.Add(ribbon);
            Margin = new Padding(2, 2, 2, 2);
            Name = "AddXhsSchemeDlg";
            Ribbon = ribbon;
            StartPosition = FormStartPosition.CenterScreen;