lixiaojun
2025-01-03 d672ca82c49f01dae2c5c955202b5857ef680a71
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/04-scheme/02-change/01-pump/CreateXhsSchemePumpChangePage.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();
            createXhsSchemePumpChangeViewMdoelBindingSource = new BindingSource(components);
            layoutView1 = new DevExpress.XtraGrid.Views.Layout.LayoutView();
            colLinkStatus = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            repImgCmbStatus = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            layoutViewField_colLinkStatus = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            colModelType = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            layoutViewField_colModelType = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            colRatedQ = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            layoutViewField_colRatedQ = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            colRatedH = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            layoutViewField_colRatedH = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            colRatedP = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            layoutViewField_colRatedP = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            colRatedN = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            layoutViewField_colRatedN = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            colCurrentHz = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            layoutViewField_colCurrentHz = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            colName = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            layoutViewField_colName = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            colIcon = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            repPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
            layoutViewField_layoutViewColumn1_1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            layoutViewCard1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewCard();
            xhsSchemePumpChangeListCtrl1 = new XhsSchemePumpChangeListCtrl();
            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)createXhsSchemePumpChangeViewMdoelBindingSource).BeginInit();
            ((ISupportInitialize)layoutView1).BeginInit();
            ((ISupportInitialize)repImgCmbStatus).BeginInit();
            ((ISupportInitialize)layoutViewField_colLinkStatus).BeginInit();
            ((ISupportInitialize)layoutViewField_colModelType).BeginInit();
            ((ISupportInitialize)layoutViewField_colRatedQ).BeginInit();
            ((ISupportInitialize)layoutViewField_colRatedH).BeginInit();
            ((ISupportInitialize)layoutViewField_colRatedP).BeginInit();
            ((ISupportInitialize)layoutViewField_colRatedN).BeginInit();
            ((ISupportInitialize)layoutViewField_colCurrentHz).BeginInit();
            ((ISupportInitialize)layoutViewField_colName).BeginInit();
            ((ISupportInitialize)repPictureEdit1).BeginInit();
            ((ISupportInitialize)layoutViewField_layoutViewColumn1_1).BeginInit();
            ((ISupportInitialize)layoutViewCard1).BeginInit();
            ((ISupportInitialize)Root).BeginInit();
            ((ISupportInitialize)layoutControlGroup1).BeginInit();
            ((ISupportInitialize)layoutControlItem1).BeginInit();
@@ -84,308 +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(xhsSchemePumpChangeListCtrl1);
            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
            // xhsSchemePumpChangeListCtrl1
            // 
            gridControl1.DataSource = createXhsSchemePumpChangeViewMdoelBindingSource;
            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 });
            //
            // createXhsSchemePumpChangeViewMdoelBindingSource
            //
            createXhsSchemePumpChangeViewMdoelBindingSource.DataSource = typeof(CreateXhsSchemePumpChangeViewMdoel);
            //
            // 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(256, 140);
            layoutView1.CardVertInterval = 8;
            layoutView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.LayoutViewColumn[] { colLinkStatus, colModelType, colRatedQ, colRatedH, colRatedP, colRatedN, colCurrentHz, colName, colIcon });
            layoutView1.GridControl = gridControl1;
            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.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(colName, DevExpress.Data.ColumnSortOrder.Ascending) });
            layoutView1.TemplateCard = layoutViewCard1;
            layoutView1.CardClick += layoutView1_CardClick;
            layoutView1.FocusedColumnChanged += layoutView1_FocusedColumnChanged;
            //
            // 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 = 129;
            layoutViewField_colLinkStatus.Location = new Point(127, 56);
            layoutViewField_colLinkStatus.Name = "layoutViewField_colLinkStatus";
            layoutViewField_colLinkStatus.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            layoutViewField_colLinkStatus.Size = new Size(129, 28);
            layoutViewField_colLinkStatus.TextSize = new Size(0, 0);
            layoutViewField_colLinkStatus.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 = 129;
            layoutViewField_colModelType.Location = new Point(127, 28);
            layoutViewField_colModelType.Name = "layoutViewField_colModelType";
            layoutViewField_colModelType.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            layoutViewField_colModelType.Size = new Size(129, 28);
            layoutViewField_colModelType.TextSize = new Size(0, 0);
            layoutViewField_colModelType.TextVisible = false;
            //
            // colRatedQ
            //
            colRatedQ.AppearanceCell.FontSizeDelta = 1;
            colRatedQ.AppearanceCell.ForeColor = Color.Gray;
            colRatedQ.AppearanceCell.Options.UseFont = true;
            colRatedQ.AppearanceCell.Options.UseForeColor = true;
            colRatedQ.DisplayFormat.FormatString = "{0}m³/h";
            colRatedQ.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            colRatedQ.FieldName = "RatedQ";
            colRatedQ.LayoutViewField = layoutViewField_colRatedQ;
            colRatedQ.MinWidth = 30;
            colRatedQ.Name = "colRatedQ";
            colRatedQ.OptionsColumn.AllowEdit = false;
            colRatedQ.OptionsColumn.ReadOnly = true;
            colRatedQ.Width = 112;
            //
            // layoutViewField_colRatedQ
            //
            layoutViewField_colRatedQ.EditorPreferredWidth = 127;
            layoutViewField_colRatedQ.Location = new Point(0, 84);
            layoutViewField_colRatedQ.Name = "layoutViewField_colRatedQ";
            layoutViewField_colRatedQ.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            layoutViewField_colRatedQ.Size = new Size(127, 28);
            layoutViewField_colRatedQ.TextSize = new Size(0, 0);
            layoutViewField_colRatedQ.TextVisible = false;
            //
            // colRatedH
            //
            colRatedH.AppearanceCell.FontSizeDelta = 1;
            colRatedH.AppearanceCell.ForeColor = Color.Gray;
            colRatedH.AppearanceCell.Options.UseFont = true;
            colRatedH.AppearanceCell.Options.UseForeColor = true;
            colRatedH.DisplayFormat.FormatString = "{0}m";
            colRatedH.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            colRatedH.FieldName = "RatedH";
            colRatedH.LayoutViewField = layoutViewField_colRatedH;
            colRatedH.MinWidth = 30;
            colRatedH.Name = "colRatedH";
            colRatedH.OptionsColumn.AllowEdit = false;
            colRatedH.OptionsColumn.ReadOnly = true;
            colRatedH.Width = 112;
            //
            // layoutViewField_colRatedH
            //
            layoutViewField_colRatedH.EditorPreferredWidth = 129;
            layoutViewField_colRatedH.Location = new Point(127, 84);
            layoutViewField_colRatedH.Name = "layoutViewField_colRatedH";
            layoutViewField_colRatedH.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            layoutViewField_colRatedH.Size = new Size(129, 28);
            layoutViewField_colRatedH.TextSize = new Size(0, 0);
            layoutViewField_colRatedH.TextVisible = false;
            //
            // colRatedP
            //
            colRatedP.AppearanceCell.FontSizeDelta = 1;
            colRatedP.AppearanceCell.ForeColor = Color.Gray;
            colRatedP.AppearanceCell.Options.UseFont = true;
            colRatedP.AppearanceCell.Options.UseForeColor = true;
            colRatedP.DisplayFormat.FormatString = "{0}kW";
            colRatedP.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            colRatedP.FieldName = "RatedP";
            colRatedP.LayoutViewField = layoutViewField_colRatedP;
            colRatedP.MinWidth = 30;
            colRatedP.Name = "colRatedP";
            colRatedP.OptionsColumn.AllowEdit = false;
            colRatedP.OptionsColumn.ReadOnly = true;
            colRatedP.Width = 112;
            //
            // layoutViewField_colRatedP
            //
            layoutViewField_colRatedP.EditorPreferredWidth = 127;
            layoutViewField_colRatedP.Location = new Point(0, 112);
            layoutViewField_colRatedP.Name = "layoutViewField_colRatedP";
            layoutViewField_colRatedP.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            layoutViewField_colRatedP.Size = new Size(127, 28);
            layoutViewField_colRatedP.TextSize = new Size(0, 0);
            layoutViewField_colRatedP.TextVisible = false;
            //
            // colRatedN
            //
            colRatedN.AppearanceCell.FontSizeDelta = 1;
            colRatedN.AppearanceCell.ForeColor = Color.Gray;
            colRatedN.AppearanceCell.Options.UseFont = true;
            colRatedN.AppearanceCell.Options.UseForeColor = true;
            colRatedN.DisplayFormat.FormatString = "{0}r/min";
            colRatedN.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            colRatedN.FieldName = "RatedN";
            colRatedN.LayoutViewField = layoutViewField_colRatedN;
            colRatedN.MinWidth = 30;
            colRatedN.Name = "colRatedN";
            colRatedN.OptionsColumn.AllowEdit = false;
            colRatedN.OptionsColumn.ReadOnly = true;
            colRatedN.Width = 112;
            //
            // layoutViewField_colRatedN
            //
            layoutViewField_colRatedN.EditorPreferredWidth = 129;
            layoutViewField_colRatedN.Location = new Point(127, 112);
            layoutViewField_colRatedN.Name = "layoutViewField_colRatedN";
            layoutViewField_colRatedN.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            layoutViewField_colRatedN.Size = new Size(129, 28);
            layoutViewField_colRatedN.TextSize = new Size(0, 0);
            layoutViewField_colRatedN.TextVisible = false;
            //
            // colCurrentHz
            //
            colCurrentHz.AppearanceCell.ForeColor = Color.DodgerBlue;
            colCurrentHz.AppearanceCell.Options.UseForeColor = true;
            colCurrentHz.DisplayFormat.FormatString = "{0}hz";
            colCurrentHz.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            colCurrentHz.FieldName = "CurrentHz";
            colCurrentHz.LayoutViewField = layoutViewField_colCurrentHz;
            colCurrentHz.MinWidth = 30;
            colCurrentHz.Name = "colCurrentHz";
            colCurrentHz.Width = 112;
            //
            // layoutViewField_colCurrentHz
            //
            layoutViewField_colCurrentHz.EditorPreferredWidth = 127;
            layoutViewField_colCurrentHz.Location = new Point(0, 56);
            layoutViewField_colCurrentHz.Name = "layoutViewField_colCurrentHz";
            layoutViewField_colCurrentHz.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            layoutViewField_colCurrentHz.Size = new Size(127, 28);
            layoutViewField_colCurrentHz.TextSize = new Size(0, 0);
            layoutViewField_colCurrentHz.TextVisible = false;
            //
            // colName
            //
            colName.AppearanceCell.Font = new Font("Tahoma", 10F, 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 = 129;
            layoutViewField_colName.Location = new Point(127, 0);
            layoutViewField_colName.Name = "layoutViewField_colName";
            layoutViewField_colName.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            layoutViewField_colName.Size = new Size(129, 28);
            layoutViewField_colName.TextSize = new Size(0, 0);
            layoutViewField_colName.TextVisible = false;
            //
            // colIcon
            //
            colIcon.Caption = "图标";
            colIcon.ColumnEdit = repPictureEdit1;
            colIcon.FieldName = "SvgImage";
            colIcon.LayoutViewField = layoutViewField_layoutViewColumn1_1;
            colIcon.MinWidth = 30;
            colIcon.Name = "colIcon";
            colIcon.OptionsColumn.AllowEdit = false;
            colIcon.OptionsColumn.ReadOnly = true;
            colIcon.Width = 112;
            //
            // repPictureEdit1
            //
            repPictureEdit1.Name = "repPictureEdit1";
            repPictureEdit1.ReadOnly = true;
            //
            // layoutViewField_layoutViewColumn1_1
            //
            layoutViewField_layoutViewColumn1_1.EditorPreferredWidth = 127;
            layoutViewField_layoutViewColumn1_1.Location = new Point(0, 0);
            layoutViewField_layoutViewColumn1_1.Name = "layoutViewField_layoutViewColumn1_1";
            layoutViewField_layoutViewColumn1_1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            layoutViewField_layoutViewColumn1_1.Size = new Size(127, 56);
            layoutViewField_layoutViewColumn1_1.TextSize = new Size(0, 0);
            layoutViewField_layoutViewColumn1_1.TextVisible = false;
            //
            // layoutViewCard1
            //
            layoutViewCard1.CustomizationFormText = "TemplateCard";
            layoutViewCard1.GroupBordersVisible = false;
            layoutViewCard1.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
            layoutViewCard1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutViewField_layoutViewColumn1_1, layoutViewField_colName, layoutViewField_colModelType, layoutViewField_colCurrentHz, layoutViewField_colLinkStatus, layoutViewField_colRatedQ, layoutViewField_colRatedP, layoutViewField_colRatedN, layoutViewField_colRatedH });
            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;
            xhsSchemePumpChangeListCtrl1.Location = new Point(0, 22);
            xhsSchemePumpChangeListCtrl1.Name = "xhsSchemePumpChangeListCtrl1";
            xhsSchemePumpChangeListCtrl1.Size = new Size(263, 442);
            xhsSchemePumpChangeListCtrl1.TabIndex = 4;
            // 
            // Root
            // 
@@ -394,7 +93,7 @@
            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
@@ -404,17 +103,17 @@
            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 = xhsSchemePumpChangeListCtrl1;
            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;
            // 
@@ -422,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";
            // 
            // CreateXhsSchemePumpChangePage
            // 
            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 = "CreateXhsSchemePumpChangePage";
            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)createXhsSchemePumpChangeViewMdoelBindingSource).EndInit();
            ((ISupportInitialize)layoutView1).EndInit();
            ((ISupportInitialize)repImgCmbStatus).EndInit();
            ((ISupportInitialize)layoutViewField_colLinkStatus).EndInit();
            ((ISupportInitialize)layoutViewField_colModelType).EndInit();
            ((ISupportInitialize)layoutViewField_colRatedQ).EndInit();
            ((ISupportInitialize)layoutViewField_colRatedH).EndInit();
            ((ISupportInitialize)layoutViewField_colRatedP).EndInit();
            ((ISupportInitialize)layoutViewField_colRatedN).EndInit();
            ((ISupportInitialize)layoutViewField_colCurrentHz).EndInit();
            ((ISupportInitialize)layoutViewField_colName).EndInit();
            ((ISupportInitialize)repPictureEdit1).EndInit();
            ((ISupportInitialize)layoutViewField_layoutViewColumn1_1).EndInit();
            ((ISupportInitialize)layoutViewCard1).EndInit();
            ((ISupportInitialize)Root).EndInit();
            ((ISupportInitialize)layoutControlGroup1).EndInit();
            ((ISupportInitialize)layoutControlItem1).EndInit();
@@ -466,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 BindingSource createXhsSchemePumpChangeViewMdoelBindingSource;
        private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repImgCmbStatus;
        private DevExpress.XtraGrid.Views.Layout.LayoutView layoutView1;
        private DevExpress.XtraGrid.Columns.LayoutViewColumn colLinkStatus;
        private DevExpress.XtraGrid.Columns.LayoutViewColumn colModelType;
        private DevExpress.XtraGrid.Columns.LayoutViewColumn colRatedQ;
        private DevExpress.XtraGrid.Columns.LayoutViewColumn colRatedH;
        private DevExpress.XtraGrid.Columns.LayoutViewColumn colRatedP;
        private DevExpress.XtraGrid.Columns.LayoutViewColumn colRatedN;
        private DevExpress.XtraGrid.Columns.LayoutViewColumn colCurrentHz;
        private DevExpress.XtraGrid.Columns.LayoutViewColumn colName;
        private DevExpress.XtraGrid.Columns.LayoutViewColumn colIcon;
        private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repPictureEdit1;
        private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colLinkStatus;
        private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colModelType;
        private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colRatedQ;
        private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colRatedH;
        private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colRatedP;
        private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colRatedN;
        private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colCurrentHz;
        private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colName;
        private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_layoutViewColumn1_1;
        private DevExpress.XtraGrid.Views.Layout.LayoutViewCard layoutViewCard1;
        private SidePanel sidePanel1;
        private XhsSchemePumpChangeListCtrl xhsSchemePumpChangeListCtrl1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
        private PanelControl panelControl1;
    }
}