From d672ca82c49f01dae2c5c955202b5857ef680a71 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期五, 03 一月 2025 22:16:48 +0800
Subject: [PATCH] 创建方案

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/02-change/02-valve/CreateXhsSchemeValveChangePage.Designer.cs |  385 +++++-------------------------------------------------
 1 files changed, 37 insertions(+), 348 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/02-change/02-valve/CreateXhsSchemeValveChangePage.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/02-change/02-valve/CreateXhsSchemeValveChangePage.Designer.cs
index 50a2fde..4c3062e 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/02-change/02-valve/CreateXhsSchemeValveChangePage.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/02-change/02-valve/CreateXhsSchemeValveChangePage.Designer.cs
@@ -28,54 +28,18 @@
         /// </summary>
         private void InitializeComponent()
         {
-            components = new Container();
             sidePanel3dModel = new SidePanel();
+            panelControl1 = new PanelControl();
             layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
-            gridControl1 = new DevExpress.XtraGrid.GridControl();
-            createXhsSchemeValveChangeViewMdoelBindingSource = new BindingSource(components);
-            layoutView1 = new DevExpress.XtraGrid.Views.Layout.LayoutView();
-            colSvgImage = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
-            repPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
-            layoutViewField_colSvgImage = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
-            colLinkStatus = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
-            repImgCmbStatus = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
-            layoutViewField_colLinkStatus = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
-            colMaterial = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
-            layoutViewField_colMaterial = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
-            colDiameter = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
-            layoutViewField_colDiameter = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
-            colMinorLoss = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
-            layoutViewField_colMinorLoss = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
-            colValveType = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
-            layoutViewField_colValveType = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
-            colOpeningDegree = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
-            layoutViewField_colOpeningDegree = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
-            colName = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
-            layoutViewField_colName = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
-            colModelType = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
-            layoutViewField_colModelType = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
-            layoutViewCard1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewCard();
+            xhsSchemeValveChangeListCtrl1 = new XhsSchemeValveChangeListCtrl();
             Root = new DevExpress.XtraLayout.LayoutControlGroup();
             layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
             layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
             sidePanel1 = new SidePanel();
+            sidePanel3dModel.SuspendLayout();
+            ((ISupportInitialize)panelControl1).BeginInit();
             ((ISupportInitialize)layoutControl1).BeginInit();
             layoutControl1.SuspendLayout();
-            ((ISupportInitialize)gridControl1).BeginInit();
-            ((ISupportInitialize)createXhsSchemeValveChangeViewMdoelBindingSource).BeginInit();
-            ((ISupportInitialize)layoutView1).BeginInit();
-            ((ISupportInitialize)repPictureEdit1).BeginInit();
-            ((ISupportInitialize)layoutViewField_colSvgImage).BeginInit();
-            ((ISupportInitialize)repImgCmbStatus).BeginInit();
-            ((ISupportInitialize)layoutViewField_colLinkStatus).BeginInit();
-            ((ISupportInitialize)layoutViewField_colMaterial).BeginInit();
-            ((ISupportInitialize)layoutViewField_colDiameter).BeginInit();
-            ((ISupportInitialize)layoutViewField_colMinorLoss).BeginInit();
-            ((ISupportInitialize)layoutViewField_colValveType).BeginInit();
-            ((ISupportInitialize)layoutViewField_colOpeningDegree).BeginInit();
-            ((ISupportInitialize)layoutViewField_colName).BeginInit();
-            ((ISupportInitialize)layoutViewField_colModelType).BeginInit();
-            ((ISupportInitialize)layoutViewCard1).BeginInit();
             ((ISupportInitialize)Root).BeginInit();
             ((ISupportInitialize)layoutControlGroup1).BeginInit();
             ((ISupportInitialize)layoutControlItem1).BeginInit();
@@ -84,282 +48,43 @@
             // 
             // sidePanel3dModel
             // 
+            sidePanel3dModel.Controls.Add(panelControl1);
             sidePanel3dModel.Dock = DockStyle.Fill;
             sidePanel3dModel.Location = new Point(0, 0);
             sidePanel3dModel.Name = "sidePanel3dModel";
-            sidePanel3dModel.Size = new Size(930, 729);
+            sidePanel3dModel.Padding = new Padding(0, 0, 2, 0);
+            sidePanel3dModel.Size = new Size(595, 464);
             sidePanel3dModel.TabIndex = 0;
             sidePanel3dModel.Text = "sidePanel1";
             // 
+            // panelControl1
+            // 
+            panelControl1.Dock = DockStyle.Fill;
+            panelControl1.Location = new Point(0, 0);
+            panelControl1.Name = "panelControl1";
+            panelControl1.Padding = new Padding(1);
+            panelControl1.Size = new Size(593, 464);
+            panelControl1.TabIndex = 0;
+            // 
             // layoutControl1
             // 
-            layoutControl1.Controls.Add(gridControl1);
+            layoutControl1.Controls.Add(xhsSchemeValveChangeListCtrl1);
             layoutControl1.Dock = DockStyle.Fill;
             layoutControl1.Location = new Point(1, 0);
+            layoutControl1.Margin = new Padding(2);
             layoutControl1.Name = "layoutControl1";
             layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1034, 367, 975, 600);
             layoutControl1.Root = Root;
-            layoutControl1.Size = new Size(296, 729);
+            layoutControl1.Size = new Size(263, 464);
             layoutControl1.TabIndex = 1;
             layoutControl1.Text = "layoutControl1";
             // 
-            // gridControl1
+            // xhsSchemeValveChangeListCtrl1
             // 
-            gridControl1.DataSource = createXhsSchemeValveChangeViewMdoelBindingSource;
-            gridControl1.Location = new Point(0, 33);
-            gridControl1.MainView = layoutView1;
-            gridControl1.Name = "gridControl1";
-            gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repImgCmbStatus, repPictureEdit1 });
-            gridControl1.Size = new Size(296, 696);
-            gridControl1.TabIndex = 4;
-            gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { layoutView1 });
-            // 
-            // createXhsSchemeValveChangeViewMdoelBindingSource
-            // 
-            createXhsSchemeValveChangeViewMdoelBindingSource.DataSource = typeof(CreateXhsSchemeValveChangeViewMdoel);
-            // 
-            // layoutView1
-            // 
-            layoutView1.ActiveFilterEnabled = false;
-            layoutView1.Appearance.FieldCaption.Options.UseTextOptions = true;
-            layoutView1.Appearance.FieldCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
-            layoutView1.Appearance.FieldCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
-            layoutView1.Appearance.FieldEditingValue.Options.UseTextOptions = true;
-            layoutView1.Appearance.FieldEditingValue.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
-            layoutView1.Appearance.FieldValue.Options.UseTextOptions = true;
-            layoutView1.Appearance.FieldValue.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
-            layoutView1.CardHorzInterval = 0;
-            layoutView1.CardMinSize = new Size(259, 128);
-            layoutView1.CardVertInterval = 8;
-            layoutView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.LayoutViewColumn[] { colSvgImage, colLinkStatus, colMaterial, colDiameter, colMinorLoss, colValveType, colOpeningDegree, colName, colModelType });
-            layoutView1.GridControl = gridControl1;
-            layoutView1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutViewField_colMaterial, layoutViewField_colValveType });
-            layoutView1.Name = "layoutView1";
-            layoutView1.OptionsCustomization.AllowFilter = false;
-            layoutView1.OptionsCustomization.AllowSort = false;
-            layoutView1.OptionsFilter.AllowFilterEditor = false;
-            layoutView1.OptionsFilter.AllowMRUFilterList = false;
-            layoutView1.OptionsItemText.AlignMode = DevExpress.XtraGrid.Views.Layout.FieldTextAlignMode.AlignGlobal;
-            layoutView1.OptionsItemText.TextToControlDistance = 2;
-            layoutView1.OptionsView.ShowCardCaption = false;
-            layoutView1.OptionsView.ShowCardExpandButton = false;
-            layoutView1.OptionsView.ShowCardLines = false;
-            layoutView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
-            layoutView1.OptionsView.ShowHeaderPanel = false;
-            layoutView1.OptionsView.ViewMode = DevExpress.XtraGrid.Views.Layout.LayoutViewMode.Column;
-            layoutView1.TemplateCard = layoutViewCard1;
-            layoutView1.CardClick += layoutView1_CardClick;
-            layoutView1.FocusedColumnChanged += layoutView1_FocusedColumnChanged;
-            layoutView1.CellValueChanged += layoutView1_CellValueChanged;
-            // 
-            // colSvgImage
-            // 
-            colSvgImage.ColumnEdit = repPictureEdit1;
-            colSvgImage.FieldName = "SvgImage";
-            colSvgImage.LayoutViewField = layoutViewField_colSvgImage;
-            colSvgImage.MinWidth = 30;
-            colSvgImage.Name = "colSvgImage";
-            colSvgImage.OptionsColumn.AllowEdit = false;
-            colSvgImage.OptionsColumn.ReadOnly = true;
-            colSvgImage.Width = 112;
-            // 
-            // repPictureEdit1
-            // 
-            repPictureEdit1.Name = "repPictureEdit1";
-            repPictureEdit1.ReadOnly = true;
-            // 
-            // layoutViewField_colSvgImage
-            // 
-            layoutViewField_colSvgImage.EditorPreferredWidth = 125;
-            layoutViewField_colSvgImage.Location = new Point(0, 0);
-            layoutViewField_colSvgImage.Name = "layoutViewField_colSvgImage";
-            layoutViewField_colSvgImage.Size = new Size(129, 64);
-            layoutViewField_colSvgImage.StartNewLine = true;
-            layoutViewField_colSvgImage.TextSize = new Size(0, 0);
-            layoutViewField_colSvgImage.TextVisible = false;
-            // 
-            // colLinkStatus
-            // 
-            colLinkStatus.AppearanceCell.ForeColor = Color.DodgerBlue;
-            colLinkStatus.AppearanceCell.Options.UseForeColor = true;
-            colLinkStatus.ColumnEdit = repImgCmbStatus;
-            colLinkStatus.FieldName = "LinkStatus";
-            colLinkStatus.LayoutViewField = layoutViewField_colLinkStatus;
-            colLinkStatus.MinWidth = 30;
-            colLinkStatus.Name = "colLinkStatus";
-            colLinkStatus.Width = 112;
-            // 
-            // repImgCmbStatus
-            // 
-            repImgCmbStatus.AutoHeight = false;
-            repImgCmbStatus.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
-            repImgCmbStatus.Name = "repImgCmbStatus";
-            // 
-            // layoutViewField_colLinkStatus
-            // 
-            layoutViewField_colLinkStatus.EditorPreferredWidth = 126;
-            layoutViewField_colLinkStatus.Location = new Point(129, 96);
-            layoutViewField_colLinkStatus.Name = "layoutViewField_colLinkStatus";
-            layoutViewField_colLinkStatus.Size = new Size(130, 32);
-            layoutViewField_colLinkStatus.TextSize = new Size(0, 0);
-            layoutViewField_colLinkStatus.TextVisible = false;
-            // 
-            // colMaterial
-            // 
-            colMaterial.AppearanceCell.ForeColor = Color.Gray;
-            colMaterial.AppearanceCell.Options.UseForeColor = true;
-            colMaterial.FieldName = "Material";
-            colMaterial.LayoutViewField = layoutViewField_colMaterial;
-            colMaterial.MinWidth = 30;
-            colMaterial.Name = "colMaterial";
-            colMaterial.OptionsColumn.AllowEdit = false;
-            colMaterial.OptionsColumn.ReadOnly = true;
-            colMaterial.Width = 112;
-            // 
-            // layoutViewField_colMaterial
-            // 
-            layoutViewField_colMaterial.EditorPreferredWidth = 20;
-            layoutViewField_colMaterial.Location = new Point(0, 0);
-            layoutViewField_colMaterial.Name = "layoutViewField_colMaterial";
-            layoutViewField_colMaterial.Size = new Size(257, 160);
-            layoutViewField_colMaterial.TextSize = new Size(0, 0);
-            layoutViewField_colMaterial.TextVisible = false;
-            // 
-            // colDiameter
-            // 
-            colDiameter.AppearanceCell.ForeColor = Color.DodgerBlue;
-            colDiameter.AppearanceCell.Options.UseForeColor = true;
-            colDiameter.DisplayFormat.FormatString = "{0}mm";
-            colDiameter.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
-            colDiameter.FieldName = "Diameter";
-            colDiameter.LayoutViewField = layoutViewField_colDiameter;
-            colDiameter.MinWidth = 30;
-            colDiameter.Name = "colDiameter";
-            colDiameter.Width = 112;
-            // 
-            // layoutViewField_colDiameter
-            // 
-            layoutViewField_colDiameter.EditorPreferredWidth = 125;
-            layoutViewField_colDiameter.Location = new Point(0, 64);
-            layoutViewField_colDiameter.Name = "layoutViewField_colDiameter";
-            layoutViewField_colDiameter.Size = new Size(129, 32);
-            layoutViewField_colDiameter.TextSize = new Size(0, 0);
-            layoutViewField_colDiameter.TextVisible = false;
-            // 
-            // colMinorLoss
-            // 
-            colMinorLoss.AppearanceCell.ForeColor = Color.DodgerBlue;
-            colMinorLoss.AppearanceCell.Options.UseForeColor = true;
-            colMinorLoss.DisplayFormat.FormatString = "{0}ML";
-            colMinorLoss.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
-            colMinorLoss.FieldName = "MinorLoss";
-            colMinorLoss.LayoutViewField = layoutViewField_colMinorLoss;
-            colMinorLoss.MinWidth = 30;
-            colMinorLoss.Name = "colMinorLoss";
-            colMinorLoss.Width = 112;
-            // 
-            // layoutViewField_colMinorLoss
-            // 
-            layoutViewField_colMinorLoss.EditorPreferredWidth = 125;
-            layoutViewField_colMinorLoss.Location = new Point(0, 96);
-            layoutViewField_colMinorLoss.Name = "layoutViewField_colMinorLoss";
-            layoutViewField_colMinorLoss.Size = new Size(129, 32);
-            layoutViewField_colMinorLoss.TextSize = new Size(0, 0);
-            layoutViewField_colMinorLoss.TextVisible = false;
-            // 
-            // colValveType
-            // 
-            colValveType.FieldName = "ValveType";
-            colValveType.LayoutViewField = layoutViewField_colValveType;
-            colValveType.MinWidth = 30;
-            colValveType.Name = "colValveType";
-            colValveType.OptionsColumn.AllowEdit = false;
-            colValveType.OptionsColumn.ReadOnly = true;
-            colValveType.Width = 112;
-            // 
-            // layoutViewField_colValveType
-            // 
-            layoutViewField_colValveType.EditorPreferredWidth = 20;
-            layoutViewField_colValveType.Location = new Point(0, 0);
-            layoutViewField_colValveType.Name = "layoutViewField_colValveType";
-            layoutViewField_colValveType.Size = new Size(257, 160);
-            layoutViewField_colValveType.TextSize = new Size(0, 0);
-            layoutViewField_colValveType.TextVisible = false;
-            // 
-            // colOpeningDegree
-            // 
-            colOpeningDegree.AppearanceCell.ForeColor = Color.DodgerBlue;
-            colOpeningDegree.AppearanceCell.Options.UseForeColor = true;
-            colOpeningDegree.DisplayFormat.FormatString = "{0}掳";
-            colOpeningDegree.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
-            colOpeningDegree.FieldName = "OpeningDegree";
-            colOpeningDegree.LayoutViewField = layoutViewField_colOpeningDegree;
-            colOpeningDegree.MinWidth = 30;
-            colOpeningDegree.Name = "colOpeningDegree";
-            colOpeningDegree.Width = 112;
-            // 
-            // layoutViewField_colOpeningDegree
-            // 
-            layoutViewField_colOpeningDegree.EditorPreferredWidth = 126;
-            layoutViewField_colOpeningDegree.Location = new Point(129, 64);
-            layoutViewField_colOpeningDegree.Name = "layoutViewField_colOpeningDegree";
-            layoutViewField_colOpeningDegree.Size = new Size(130, 32);
-            layoutViewField_colOpeningDegree.TextSize = new Size(0, 0);
-            layoutViewField_colOpeningDegree.TextVisible = false;
-            // 
-            // colName
-            // 
-            colName.AppearanceCell.Font = new Font("Tahoma", 11F, FontStyle.Bold, GraphicsUnit.Point);
-            colName.AppearanceCell.Options.UseFont = true;
-            colName.FieldName = "Name";
-            colName.LayoutViewField = layoutViewField_colName;
-            colName.MinWidth = 30;
-            colName.Name = "colName";
-            colName.OptionsColumn.AllowEdit = false;
-            colName.OptionsColumn.ReadOnly = true;
-            colName.Width = 112;
-            // 
-            // layoutViewField_colName
-            // 
-            layoutViewField_colName.EditorPreferredWidth = 126;
-            layoutViewField_colName.Location = new Point(129, 0);
-            layoutViewField_colName.Name = "layoutViewField_colName";
-            layoutViewField_colName.Size = new Size(130, 32);
-            layoutViewField_colName.TextSize = new Size(0, 0);
-            layoutViewField_colName.TextVisible = false;
-            // 
-            // colModelType
-            // 
-            colModelType.AppearanceCell.ForeColor = Color.DodgerBlue;
-            colModelType.AppearanceCell.Options.UseForeColor = true;
-            colModelType.FieldName = "ModelType";
-            colModelType.LayoutViewField = layoutViewField_colModelType;
-            colModelType.MinWidth = 30;
-            colModelType.Name = "colModelType";
-            colModelType.OptionsColumn.AllowEdit = false;
-            colModelType.OptionsColumn.ReadOnly = true;
-            colModelType.Width = 112;
-            // 
-            // layoutViewField_colModelType
-            // 
-            layoutViewField_colModelType.EditorPreferredWidth = 126;
-            layoutViewField_colModelType.Location = new Point(129, 32);
-            layoutViewField_colModelType.Name = "layoutViewField_colModelType";
-            layoutViewField_colModelType.Size = new Size(130, 32);
-            layoutViewField_colModelType.TextSize = new Size(0, 0);
-            layoutViewField_colModelType.TextVisible = false;
-            // 
-            // layoutViewCard1
-            // 
-            layoutViewCard1.CustomizationFormText = "TemplateCard";
-            layoutViewCard1.GroupBordersVisible = false;
-            layoutViewCard1.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
-            layoutViewCard1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutViewField_colSvgImage, layoutViewField_colName, layoutViewField_colModelType, layoutViewField_colDiameter, layoutViewField_colLinkStatus, layoutViewField_colOpeningDegree, layoutViewField_colMinorLoss });
-            layoutViewCard1.Name = "layoutViewCard1";
-            layoutViewCard1.OptionsItemText.TextToControlDistance = 2;
-            layoutViewCard1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
-            layoutViewCard1.Text = "TemplateCard";
-            layoutViewCard1.TextLocation = DevExpress.Utils.Locations.Default;
+            xhsSchemeValveChangeListCtrl1.Location = new Point(0, 22);
+            xhsSchemeValveChangeListCtrl1.Name = "xhsSchemeValveChangeListCtrl1";
+            xhsSchemeValveChangeListCtrl1.Size = new Size(263, 442);
+            xhsSchemeValveChangeListCtrl1.TabIndex = 4;
             // 
             // Root
             // 
@@ -368,28 +93,27 @@
             Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 });
             Root.Name = "Root";
             Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
-            Root.Size = new Size(296, 729);
+            Root.Size = new Size(263, 464);
             Root.TextVisible = false;
             // 
             // layoutControlGroup1
             // 
-            layoutControlGroup1.CustomizationFormText = "闃�闂ㄥ垪琛�";
             layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Title;
             layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1 });
             layoutControlGroup1.Location = new Point(0, 0);
             layoutControlGroup1.Name = "layoutControlGroup1";
             layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
-            layoutControlGroup1.Size = new Size(296, 729);
+            layoutControlGroup1.Size = new Size(263, 464);
             layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
             layoutControlGroup1.Text = "闃�闂ㄥ垪琛�";
             // 
             // layoutControlItem1
             // 
-            layoutControlItem1.Control = gridControl1;
+            layoutControlItem1.Control = xhsSchemeValveChangeListCtrl1;
             layoutControlItem1.Location = new Point(0, 0);
             layoutControlItem1.Name = "layoutControlItem1";
             layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
-            layoutControlItem1.Size = new Size(296, 696);
+            layoutControlItem1.Size = new Size(263, 442);
             layoutControlItem1.TextSize = new Size(0, 0);
             layoutControlItem1.TextVisible = false;
             // 
@@ -397,38 +121,25 @@
             // 
             sidePanel1.Controls.Add(layoutControl1);
             sidePanel1.Dock = DockStyle.Right;
-            sidePanel1.Location = new Point(930, 0);
+            sidePanel1.Location = new Point(595, 0);
+            sidePanel1.Margin = new Padding(2);
             sidePanel1.Name = "sidePanel1";
-            sidePanel1.Size = new Size(297, 729);
+            sidePanel1.Size = new Size(264, 464);
             sidePanel1.TabIndex = 2;
             sidePanel1.Text = "sidePanel1";
             // 
             // CreateXhsSchemeValveChangePage
             // 
-            AutoScaleDimensions = new SizeF(10F, 22F);
+            AutoScaleDimensions = new SizeF(7F, 14F);
             AutoScaleMode = AutoScaleMode.Font;
             Controls.Add(sidePanel3dModel);
             Controls.Add(sidePanel1);
-            Margin = new Padding(4, 5, 4, 5);
             Name = "CreateXhsSchemeValveChangePage";
-            Size = new Size(1227, 729);
+            Size = new Size(859, 464);
+            sidePanel3dModel.ResumeLayout(false);
+            ((ISupportInitialize)panelControl1).EndInit();
             ((ISupportInitialize)layoutControl1).EndInit();
             layoutControl1.ResumeLayout(false);
-            ((ISupportInitialize)gridControl1).EndInit();
-            ((ISupportInitialize)createXhsSchemeValveChangeViewMdoelBindingSource).EndInit();
-            ((ISupportInitialize)layoutView1).EndInit();
-            ((ISupportInitialize)repPictureEdit1).EndInit();
-            ((ISupportInitialize)layoutViewField_colSvgImage).EndInit();
-            ((ISupportInitialize)repImgCmbStatus).EndInit();
-            ((ISupportInitialize)layoutViewField_colLinkStatus).EndInit();
-            ((ISupportInitialize)layoutViewField_colMaterial).EndInit();
-            ((ISupportInitialize)layoutViewField_colDiameter).EndInit();
-            ((ISupportInitialize)layoutViewField_colMinorLoss).EndInit();
-            ((ISupportInitialize)layoutViewField_colValveType).EndInit();
-            ((ISupportInitialize)layoutViewField_colOpeningDegree).EndInit();
-            ((ISupportInitialize)layoutViewField_colName).EndInit();
-            ((ISupportInitialize)layoutViewField_colModelType).EndInit();
-            ((ISupportInitialize)layoutViewCard1).EndInit();
             ((ISupportInitialize)Root).EndInit();
             ((ISupportInitialize)layoutControlGroup1).EndInit();
             ((ISupportInitialize)layoutControlItem1).EndInit();
@@ -441,32 +152,10 @@
         private SidePanel sidePanel3dModel;
         private DevExpress.XtraLayout.LayoutControl layoutControl1;
         private DevExpress.XtraLayout.LayoutControlGroup Root;
-        private DevExpress.XtraGrid.GridControl gridControl1;
         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
-        private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repImgCmbStatus;
-        private DevExpress.XtraGrid.Views.Layout.LayoutView layoutView1;
-        private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repPictureEdit1;
         private SidePanel sidePanel1;
+        private XhsSchemeValveChangeListCtrl xhsSchemeValveChangeListCtrl1;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
-        private BindingSource createXhsSchemeValveChangeViewMdoelBindingSource;
-        private DevExpress.XtraGrid.Columns.LayoutViewColumn colSvgImage;
-        private DevExpress.XtraGrid.Columns.LayoutViewColumn colLinkStatus;
-        private DevExpress.XtraGrid.Columns.LayoutViewColumn colMaterial;
-        private DevExpress.XtraGrid.Columns.LayoutViewColumn colDiameter;
-        private DevExpress.XtraGrid.Columns.LayoutViewColumn colMinorLoss;
-        private DevExpress.XtraGrid.Columns.LayoutViewColumn colValveType;
-        private DevExpress.XtraGrid.Columns.LayoutViewColumn colOpeningDegree;
-        private DevExpress.XtraGrid.Columns.LayoutViewColumn colName;
-        private DevExpress.XtraGrid.Columns.LayoutViewColumn colModelType;
-        private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colSvgImage;
-        private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colLinkStatus;
-        private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colMaterial;
-        private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colDiameter;
-        private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colMinorLoss;
-        private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colValveType;
-        private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colOpeningDegree;
-        private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colName;
-        private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colModelType;
-        private DevExpress.XtraGrid.Views.Layout.LayoutViewCard layoutViewCard1;
+        private PanelControl panelControl1;
     }
 }

--
Gitblit v1.9.3