From bc0ed5b6cfda6c72c06f451b77da8518c41ab210 Mon Sep 17 00:00:00 2001
From: duheng <2286773002@qq.com>
Date: 星期四, 20 三月 2025 16:16:03 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 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