duheng
2024-10-08 3a3c41277b39d7344d841630dd73e3dcfd494d96
WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLinkManage/02-main/ThreeLinkManageMainPanel.Designer.cs
@@ -42,7 +42,7 @@
            svgImageCollection1 = new DevExpress.Utils.SvgImageCollection(components);
            sidePanel1 = new DevExpress.XtraEditors.SidePanel();
            gridControl1 = new DevExpress.XtraGrid.GridControl();
            elbowViewModelBindingSource = new BindingSource(components);
            threeLinkSeriesViewModelBindingSource = new BindingSource(components);
            gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            colName = new DevExpress.XtraGrid.Columns.GridColumn();
            colCaliber = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -51,21 +51,21 @@
            colMaterialName = new DevExpress.XtraGrid.Columns.GridColumn();
            colIsDefault = new DevExpress.XtraGrid.Columns.GridColumn();
            colCoefficient = new DevExpress.XtraGrid.Columns.GridColumn();
            elbowViewModelBindingSource = new BindingSource(components);
            dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components);
            dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
            dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            threeLinkTreeListCtrl1 = new ThreeLinkTreeListCtrl();
            threeLinkSeriesViewModelBindingSource = new BindingSource(components);
            ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)svgImageCollection1).BeginInit();
            sidePanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)elbowViewModelBindingSource).BeginInit();
            ((System.ComponentModel.ISupportInitialize)threeLinkSeriesViewModelBindingSource).BeginInit();
            ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)elbowViewModelBindingSource).BeginInit();
            ((System.ComponentModel.ISupportInitialize)dockManager1).BeginInit();
            dockPanel1.SuspendLayout();
            dockPanel1_Container.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)threeLinkSeriesViewModelBindingSource).BeginInit();
            SuspendLayout();
            // 
            // ribbonControl1
@@ -117,7 +117,7 @@
            // 
            // barBtnSetDefaultStatus
            // 
            barBtnSetDefaultStatus.Caption = "设置默认值";
            barBtnSetDefaultStatus.Caption = "设置默认";
            barBtnSetDefaultStatus.Id = 23;
            barBtnSetDefaultStatus.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnSetDefaultStatus.ImageOptions.SvgImage");
            barBtnSetDefaultStatus.Name = "barBtnSetDefaultStatus";
@@ -170,9 +170,9 @@
            gridControl1.TabIndex = 1;
            gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
            // 
            // elbowViewModelBindingSource
            // threeLinkSeriesViewModelBindingSource
            // 
            elbowViewModelBindingSource.DataSource = typeof(ElbowViewModel);
            threeLinkSeriesViewModelBindingSource.DataSource = typeof(ThreeLinkSeriesViewModel);
            // 
            // gridView1
            // 
@@ -245,6 +245,10 @@
            colCoefficient.Visible = true;
            colCoefficient.VisibleIndex = 4;
            // 
            // elbowViewModelBindingSource
            //
            elbowViewModelBindingSource.DataSource = typeof(ElbowViewModel);
            //
            // dockManager1
            // 
            dockManager1.Form = this;
@@ -260,7 +264,7 @@
            dockPanel1.Name = "dockPanel1";
            dockPanel1.OriginalSize = new Size(200, 200);
            dockPanel1.Size = new Size(200, 520);
            dockPanel1.Text = "弯头系列";
            dockPanel1.Text = "三通系列";
            // 
            // dockPanel1_Container
            // 
@@ -280,10 +284,6 @@
            threeLinkTreeListCtrl1.Size = new Size(193, 491);
            threeLinkTreeListCtrl1.TabIndex = 0;
            // 
            // threeLinkSeriesViewModelBindingSource
            //
            threeLinkSeriesViewModelBindingSource.DataSource = typeof(ThreeLinkSeriesViewModel);
            //
            // ThreeLinkManageMainPanel
            // 
            Appearance.BackColor = SystemColors.Control;
@@ -299,12 +299,12 @@
            sidePanel1.ResumeLayout(false);
            sidePanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)gridControl1).EndInit();
            ((System.ComponentModel.ISupportInitialize)elbowViewModelBindingSource).EndInit();
            ((System.ComponentModel.ISupportInitialize)threeLinkSeriesViewModelBindingSource).EndInit();
            ((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
            ((System.ComponentModel.ISupportInitialize)elbowViewModelBindingSource).EndInit();
            ((System.ComponentModel.ISupportInitialize)dockManager1).EndInit();
            dockPanel1.ResumeLayout(false);
            dockPanel1_Container.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)threeLinkSeriesViewModelBindingSource).EndInit();
            ResumeLayout(false);
        }