From 970022ca59c5c22cf572c458c01e0328be85a253 Mon Sep 17 00:00:00 2001 From: cloudflight <cloudflight@126.com> Date: 星期六, 08 六月 2024 12:01:03 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/Yw/Hydro.V1.1 --- Hydraulic/Hydro.MapView/Model/ValveViewModel.cs | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Hydraulic/Hydro.MapView/Model/ValveViewModel.cs b/Hydraulic/Hydro.MapView/Model/ValveViewModel.cs index a21171e..f8d25d0 100644 --- a/Hydraulic/Hydro.MapView/Model/ValveViewModel.cs +++ b/Hydraulic/Hydro.MapView/Model/ValveViewModel.cs @@ -10,21 +10,21 @@ [Serializable] public class ValveViewModel:LinkViewModel { - [Category("1銆佸熀鏈俊鎭�")] - [DisplayName("5)闀垮害(m)")] + [Category("鍩烘湰淇℃伅")] + [DisplayName("闀垮害(m)")] [Browsable(true)] public new float Length { get; set; } - [Category("1銆佸熀鏈俊鎭�")] + [Category("鍩烘湰淇℃伅")] [DisplayName("鍙e緞(mm)")] [Browsable(true)] public new float Diameter { get; set; } - [Category("2銆佽绠楀弬鏁�")] + [Category("璁$畻鍙傛暟")] [DisplayName("娴锋.濞佸粔绯绘暟")] [Browsable(true)] public new float Roughness { get; set; } = 110; - [Category("2銆佽绠楀弬鏁�")] + [Category("璁$畻鍙傛暟")] [DisplayName("灞�閮ㄩ樆鍔涚郴鏁�")] [Browsable(true)] public new float MinorLoss { get; set; } = 0; @@ -32,11 +32,11 @@ //[DisplayName("鍒濆鐘舵��")] //[Browsable(true)] //public string Status { get; set; } = ""; - [Category("2銆佸熀鏈俊鎭�")] + [Category("鍩烘湰淇℃伅")] [DisplayName("绫诲瀷")] [Browsable(true)] public new string Type { get; set; } = "GPV"; - [Category("2銆佸熀鏈俊鎭�")] + [Category("鍩烘湰淇℃伅")] [DisplayName("鏇茬嚎")] [Browsable(true)] public string Setting { get; set; } = "GPVDefault"; -- Gitblit v1.9.3