From 1d8832e8e8e862a296f80c18ae2f1dac40419b68 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期二, 29 十月 2024 18:09:01 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 WinFrmUI/HStation.WinFrmUI.Basic/02-SysPropManage/SysPropManageMainPanel.Designer.cs |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Basic/02-SysPropManage/SysPropManageMainPanel.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Basic/02-SysPropManage/SysPropManageMainPanel.Designer.cs
index 451f0c0..bde1fd0 100644
--- a/WinFrmUI/HStation.WinFrmUI.Basic/02-SysPropManage/SysPropManageMainPanel.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Basic/02-SysPropManage/SysPropManageMainPanel.Designer.cs
@@ -94,7 +94,7 @@
             // 
             // barBtnEditPumpCurve
             // 
-            barBtnEditPumpCurve.Caption = "缂栬緫灞炴��";
+            barBtnEditPumpCurve.Caption = "缂栬緫";
             barBtnEditPumpCurve.Id = 13;
             barBtnEditPumpCurve.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnEditPumpCurve.ImageOptions.SvgImage");
             barBtnEditPumpCurve.Name = "barBtnEditPumpCurve";
@@ -102,7 +102,7 @@
             // 
             // BtnAdd
             // 
-            BtnAdd.Caption = "澧炲姞灞炴��";
+            BtnAdd.Caption = "澧炲姞";
             BtnAdd.Id = 15;
             BtnAdd.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnAdd.ImageOptions.SvgImage");
             BtnAdd.Name = "BtnAdd";
@@ -110,7 +110,7 @@
             // 
             // BtnDelete
             // 
-            BtnDelete.Caption = "鍒犻櫎灞炴��";
+            BtnDelete.Caption = "鍒犻櫎";
             BtnDelete.Id = 16;
             BtnDelete.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnDelete.ImageOptions.SvgImage");
             BtnDelete.Name = "BtnDelete";
@@ -219,6 +219,7 @@
             colName.Name = "colName";
             colName.Visible = true;
             colName.VisibleIndex = 0;
+            colName.Width = 197;
             // 
             // colCode
             // 
@@ -229,6 +230,7 @@
             colCode.Name = "colCode";
             colCode.Visible = true;
             colCode.VisibleIndex = 1;
+            colCode.Width = 178;
             // 
             // colDescription
             // 
@@ -239,6 +241,7 @@
             colDescription.Name = "colDescription";
             colDescription.Visible = true;
             colDescription.VisibleIndex = 6;
+            colDescription.Width = 207;
             // 
             // colDefaultValue
             // 
@@ -247,6 +250,7 @@
             colDefaultValue.Name = "colDefaultValue";
             colDefaultValue.Visible = true;
             colDefaultValue.VisibleIndex = 2;
+            colDefaultValue.Width = 92;
             // 
             // colFormat
             // 
@@ -255,6 +259,7 @@
             colFormat.Name = "colFormat";
             colFormat.Visible = true;
             colFormat.VisibleIndex = 3;
+            colFormat.Width = 86;
             // 
             // colIsNull
             // 
@@ -263,6 +268,7 @@
             colIsNull.Name = "colIsNull";
             colIsNull.Visible = true;
             colIsNull.VisibleIndex = 5;
+            colIsNull.Width = 91;
             // 
             // colUnitName
             // 
@@ -271,6 +277,7 @@
             colUnitName.Name = "colUnitName";
             colUnitName.Visible = true;
             colUnitName.VisibleIndex = 4;
+            colUnitName.Width = 95;
             // 
             // ColPropEdit
             // 
@@ -280,6 +287,7 @@
             ColPropEdit.OptionsColumn.AllowEdit = false;
             ColPropEdit.Visible = true;
             ColPropEdit.VisibleIndex = 7;
+            ColPropEdit.Width = 62;
             // 
             // repositoryItemButtonEdit1
             // 

--
Gitblit v1.9.3