From 5685f16cc087d5645b2251ca66a7ac55dd4799ef Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 25 十二月 2024 16:03:55 +0800 Subject: [PATCH] 修改资产--喷头--闷头--消火栓 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/ThreeLinkManageMainPage.Designer.cs | 108 +++++++++++++++++++++++++++--------------------------- 1 files changed, 54 insertions(+), 54 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/ThreeLinkManageMainPage.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/ThreeLinkManageMainPage.Designer.cs index 296c694..a923138 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/ThreeLinkManageMainPage.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/ThreeLinkManageMainPage.Designer.cs @@ -28,8 +28,8 @@ /// </summary> private void InitializeComponent() { - components = new System.ComponentModel.Container(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ThreeLinkManageMainPage)); + components = new Container(); + ComponentResourceManager resources = new ComponentResourceManager(typeof(ThreeLinkManageMainPage)); ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl(); BtnAdd = new DevExpress.XtraBars.BarButtonItem(); BtnEdit = new DevExpress.XtraBars.BarButtonItem(); @@ -47,22 +47,22 @@ colName = new DevExpress.XtraGrid.Columns.GridColumn(); colCaliber = new DevExpress.XtraGrid.Columns.GridColumn(); colKeyWord = 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(); - threeLinkTreeListCtrl1 = new ThreeLinkTreeListCtrl(); colBranchThroughMinorLoss = new DevExpress.XtraGrid.Columns.GridColumn(); colRunThroughMinorLoss = new DevExpress.XtraGrid.Columns.GridColumn(); colMinorLoss = new DevExpress.XtraGrid.Columns.GridColumn(); colMaterial = new DevExpress.XtraGrid.Columns.GridColumn(); colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); - ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit(); - ((System.ComponentModel.ISupportInitialize)svgImageCollection1).BeginInit(); + dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components); + dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel(); + dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); + threeLinkTreeListCtrl1 = new ThreeLinkTreeListCtrl(); + ((ISupportInitialize)ribbonControl1).BeginInit(); + ((ISupportInitialize)svgImageCollection1).BeginInit(); sidePanel1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit(); - ((System.ComponentModel.ISupportInitialize)threeLinkViewModelBindingSource).BeginInit(); - ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit(); - ((System.ComponentModel.ISupportInitialize)dockManager1).BeginInit(); + ((ISupportInitialize)gridControl1).BeginInit(); + ((ISupportInitialize)threeLinkViewModelBindingSource).BeginInit(); + ((ISupportInitialize)gridView1).BeginInit(); + ((ISupportInitialize)dockManager1).BeginInit(); dockPanel1.SuspendLayout(); dockPanel1_Container.SuspendLayout(); SuspendLayout(); @@ -195,7 +195,7 @@ colCaliber.FieldName = "Caliber"; colCaliber.Name = "colCaliber"; colCaliber.Visible = true; - colCaliber.VisibleIndex = 3; + colCaliber.VisibleIndex = 4; // // colKeyWord // @@ -203,6 +203,41 @@ colKeyWord.Name = "colKeyWord"; colKeyWord.Visible = true; colKeyWord.VisibleIndex = 1; + // + // colBranchThroughMinorLoss + // + colBranchThroughMinorLoss.FieldName = "BranchThroughMinorLoss"; + colBranchThroughMinorLoss.Name = "colBranchThroughMinorLoss"; + colBranchThroughMinorLoss.Visible = true; + colBranchThroughMinorLoss.VisibleIndex = 5; + // + // colRunThroughMinorLoss + // + colRunThroughMinorLoss.FieldName = "RunThroughMinorLoss"; + colRunThroughMinorLoss.Name = "colRunThroughMinorLoss"; + colRunThroughMinorLoss.Visible = true; + colRunThroughMinorLoss.VisibleIndex = 6; + // + // colMinorLoss + // + colMinorLoss.FieldName = "MinorLoss"; + colMinorLoss.Name = "colMinorLoss"; + colMinorLoss.Visible = true; + colMinorLoss.VisibleIndex = 2; + // + // colMaterial + // + colMaterial.FieldName = "Material"; + colMaterial.Name = "colMaterial"; + colMaterial.Visible = true; + colMaterial.VisibleIndex = 3; + // + // colDescription + // + colDescription.FieldName = "Description"; + colDescription.Name = "colDescription"; + colDescription.Visible = true; + colDescription.VisibleIndex = 7; // // dockManager1 // @@ -241,41 +276,6 @@ threeLinkTreeListCtrl1.Size = new Size(193, 491); threeLinkTreeListCtrl1.TabIndex = 0; // - // colBranchThroughMinorLoss - // - colBranchThroughMinorLoss.FieldName = "BranchThroughMinorLoss"; - colBranchThroughMinorLoss.Name = "colBranchThroughMinorLoss"; - colBranchThroughMinorLoss.Visible = true; - colBranchThroughMinorLoss.VisibleIndex = 5; - // - // colRunThroughMinorLoss - // - colRunThroughMinorLoss.FieldName = "RunThroughMinorLoss"; - colRunThroughMinorLoss.Name = "colRunThroughMinorLoss"; - colRunThroughMinorLoss.Visible = true; - colRunThroughMinorLoss.VisibleIndex = 6; - // - // colMinorLoss - // - colMinorLoss.FieldName = "MinorLoss"; - colMinorLoss.Name = "colMinorLoss"; - colMinorLoss.Visible = true; - colMinorLoss.VisibleIndex = 4; - // - // colMaterial - // - colMaterial.FieldName = "Material"; - colMaterial.Name = "colMaterial"; - colMaterial.Visible = true; - colMaterial.VisibleIndex = 2; - // - // colDescription - // - colDescription.FieldName = "Description"; - colDescription.Name = "colDescription"; - colDescription.Visible = true; - colDescription.VisibleIndex = 7; - // // ThreeLinkManageMainPage // Appearance.BackColor = SystemColors.Control; @@ -286,14 +286,14 @@ Controls.Add(dockPanel1); Name = "ThreeLinkManageMainPage"; Size = new Size(890, 520); - ((System.ComponentModel.ISupportInitialize)ribbonControl1).EndInit(); - ((System.ComponentModel.ISupportInitialize)svgImageCollection1).EndInit(); + ((ISupportInitialize)ribbonControl1).EndInit(); + ((ISupportInitialize)svgImageCollection1).EndInit(); sidePanel1.ResumeLayout(false); sidePanel1.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)gridControl1).EndInit(); - ((System.ComponentModel.ISupportInitialize)threeLinkViewModelBindingSource).EndInit(); - ((System.ComponentModel.ISupportInitialize)gridView1).EndInit(); - ((System.ComponentModel.ISupportInitialize)dockManager1).EndInit(); + ((ISupportInitialize)gridControl1).EndInit(); + ((ISupportInitialize)threeLinkViewModelBindingSource).EndInit(); + ((ISupportInitialize)gridView1).EndInit(); + ((ISupportInitialize)dockManager1).EndInit(); dockPanel1.ResumeLayout(false); dockPanel1_Container.ResumeLayout(false); ResumeLayout(false); -- Gitblit v1.9.3