From 5e776f1884d4d865c8d3d037a1fb10fb083f37ed Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期五, 03 一月 2025 11:13:02 +0800 Subject: [PATCH] PhartRelation 新增远程方式 --- WinFrmUI/Yw.WinFrmUI.Hydro.Core/12-monitor/02-docking/SetHydroMonitorDockingListCtrl.Designer.cs | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/12-monitor/02-docking/SetHydroMonitorDockingListCtrl.Designer.cs b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/12-monitor/02-docking/SetHydroMonitorDockingListCtrl.Designer.cs index 002ced9..ccbbb7a 100644 --- a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/12-monitor/02-docking/SetHydroMonitorDockingListCtrl.Designer.cs +++ b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/12-monitor/02-docking/SetHydroMonitorDockingListCtrl.Designer.cs @@ -34,7 +34,7 @@ hydroMonitorDockingViewModelBindingSource = new BindingSource(components); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); colChecked = new DevExpress.XtraGrid.Columns.GridColumn(); - colRelation = new DevExpress.XtraGrid.Columns.GridColumn(); + colParter = new DevExpress.XtraGrid.Columns.GridColumn(); colPropName = new DevExpress.XtraGrid.Columns.GridColumn(); colPropValue = new DevExpress.XtraGrid.Columns.GridColumn(); colUnitName = new DevExpress.XtraGrid.Columns.GridColumn(); @@ -65,7 +65,7 @@ // // gridView1 // - gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colChecked, colRelation, colPropName, colPropValue, colUnitName, colFlags, colDescription }); + gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colChecked, colParter, colPropName, colPropValue, colUnitName, colFlags, colDescription }); gridView1.GridControl = gridControl1; gridView1.Name = "gridView1"; // @@ -81,15 +81,15 @@ colChecked.VisibleIndex = 0; colChecked.Width = 60; // - // colRelation + // colParter // - colRelation.FieldName = "Relation"; - colRelation.MaxWidth = 150; - colRelation.MinWidth = 100; - colRelation.Name = "colRelation"; - colRelation.Visible = true; - colRelation.VisibleIndex = 1; - colRelation.Width = 100; + colParter.FieldName = "Parter"; + colParter.MaxWidth = 150; + colParter.MinWidth = 100; + colParter.Name = "colParter"; + colParter.Visible = true; + colParter.VisibleIndex = 1; + colParter.Width = 100; // // colPropName // @@ -174,7 +174,7 @@ private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn colChecked; - private DevExpress.XtraGrid.Columns.GridColumn colRelation; + private DevExpress.XtraGrid.Columns.GridColumn colParter; private DevExpress.XtraGrid.Columns.GridColumn colPropName; private DevExpress.XtraGrid.Columns.GridColumn colDescription; private DevExpress.XtraGrid.Columns.GridColumn colFlags; -- Gitblit v1.9.3