duheng
2025-03-28 e411302bca8857e102443a5250c82b9580ef07a3
WinFrmUI/HStation.WinFrmUI.Assets.Core/12-package/PackageManageMainPage.Designer.cs
@@ -59,13 +59,12 @@
            colName = new DevExpress.XtraGrid.Columns.GridColumn();
            colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
            colEquipmentCount = new DevExpress.XtraGrid.Columns.GridColumn();
            colUseCount = new DevExpress.XtraGrid.Columns.GridColumn();
            colNO = new DevExpress.XtraGrid.Columns.GridColumn();
            colManufacturer = new DevExpress.XtraGrid.Columns.GridColumn();
            dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components);
            dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
            dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            EquipmentTreeListCtrl1 = new PackageTreeListCtrl();
            colManufacturer = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)svgImageCollection1).BeginInit();
            sidePanel1.SuspendLayout();
@@ -154,6 +153,7 @@
            // 
            ribbonPageGroup2.Name = "ribbonPageGroup2";
            ribbonPageGroup2.Text = "更多";
            ribbonPageGroup2.Visible = false;
            // 
            // svgImageCollection1
            // 
@@ -287,7 +287,7 @@
            gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
            gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colDescription, colEquipmentCount, colUseCount, colNO, colManufacturer });
            gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colDescription, colEquipmentCount, colNO, colManufacturer });
            gridView1.GridControl = gridControl1;
            gridView1.Name = "gridView1";
            gridView1.OptionsView.ShowGroupPanel = false;
@@ -310,7 +310,7 @@
            colDescription.FieldName = "Description";
            colDescription.Name = "colDescription";
            colDescription.Visible = true;
            colDescription.VisibleIndex = 5;
            colDescription.VisibleIndex = 4;
            colDescription.Width = 222;
            // 
            // colEquipmentCount
@@ -320,19 +320,19 @@
            colEquipmentCount.Visible = true;
            colEquipmentCount.VisibleIndex = 3;
            // 
            // colUseCount
            //
            colUseCount.FieldName = "UseCount";
            colUseCount.Name = "colUseCount";
            colUseCount.Visible = true;
            colUseCount.VisibleIndex = 4;
            //
            // colNO
            // 
            colNO.FieldName = "NO";
            colNO.Name = "colNO";
            colNO.Visible = true;
            colNO.VisibleIndex = 2;
            //
            // colManufacturer
            //
            colManufacturer.FieldName = "Manufacturer";
            colManufacturer.Name = "colManufacturer";
            colManufacturer.Visible = true;
            colManufacturer.VisibleIndex = 1;
            // 
            // dockManager1
            // 
@@ -370,13 +370,6 @@
            EquipmentTreeListCtrl1.Name = "EquipmentTreeListCtrl1";
            EquipmentTreeListCtrl1.Size = new Size(193, 491);
            EquipmentTreeListCtrl1.TabIndex = 0;
            //
            // colManufacturer
            //
            colManufacturer.FieldName = "Manufacturer";
            colManufacturer.Name = "colManufacturer";
            colManufacturer.Visible = true;
            colManufacturer.VisibleIndex = 1;
            // 
            // PackageManageMainPage
            // 
@@ -429,7 +422,6 @@
        private DevExpress.XtraGrid.Columns.GridColumn colName;
        private DevExpress.XtraGrid.Columns.GridColumn colDescription;
        private DevExpress.XtraGrid.Columns.GridColumn colEquipmentCount;
        private DevExpress.XtraGrid.Columns.GridColumn colUseCount;
        private DevExpress.XtraGrid.Columns.GridColumn colNO;
        private BindingSource equipmentViewModelBindingSource1;
        private BindingSource kitViewModelBindingSource;