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/ValveNodeViewModel.cs | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Hydraulic/Hydro.MapView/Model/ValveNodeViewModel.cs b/Hydraulic/Hydro.MapView/Model/ValveNodeViewModel.cs index f766bb1..58cfb94 100644 --- a/Hydraulic/Hydro.MapView/Model/ValveNodeViewModel.cs +++ b/Hydraulic/Hydro.MapView/Model/ValveNodeViewModel.cs @@ -15,33 +15,33 @@ public string Node2 { get; set; } - [Category("1銆佸熀鏈俊鎭�")] - [DisplayName("5)闀垮害(m)")] + [Category("鍩烘湰淇℃伅")] + [DisplayName("闀垮害(m)")] [Browsable(true)] public float Length { get; set; } - [Category("1銆佸熀鏈俊鎭�")] + [Category("鍩烘湰淇℃伅")] [DisplayName("鍙e緞(mm)")] [Browsable(true)] public float Diameter { get; set; } - [Category("2銆佽绠楀弬鏁�")] + [Category("璁$畻鍙傛暟")] [DisplayName("娴锋.濞佸粔绯绘暟")] [Browsable(true)] public float Roughness { get; set; } = 110; - [Category("2銆佽绠楀弬鏁�")] + [Category("璁$畻鍙傛暟")] [DisplayName("灞�閮ㄩ樆鍔涚郴鏁�")] [Browsable(true)] public float MinorLoss { get; set; } = 0; - [Category("2銆佽绠楀弬鏁�")] + [Category("璁$畻鍙傛暟")] [DisplayName("鍒濆鐘舵��")] [Browsable(true)] public new StatusType Status { get; set; } - [Category("1銆佸熀鏈俊鎭�")] + [Category("鍩烘湰淇℃伅")] [DisplayName("绫诲瀷")] [Browsable(true)] public new string Type { get; set; } = "GPV"; - [Category("1銆佸熀鏈俊鎭�")] + [Category("鍩烘湰淇℃伅")] [DisplayName("鏇茬嚎")] [Browsable(true)] public string Setting { get; set; } = "GPVDefault"; -- Gitblit v1.9.3