From ef716332fef142a02843b5a99e8e3e92ab165738 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 24 十二月 2024 11:35:24 +0800 Subject: [PATCH] 修改单独匹配界面线程问题 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/12-package/PackageManageMainPage.Designer.cs | 30 +++++++++++------------------- 1 files changed, 11 insertions(+), 19 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/12-package/PackageManageMainPage.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/12-package/PackageManageMainPage.Designer.cs index 19fe1a0..de2754c 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/12-package/PackageManageMainPage.Designer.cs +++ b/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; -- Gitblit v1.9.3