From 0a6c1d69626e7a9af49c76a73ef5ff8051ebf419 Mon Sep 17 00:00:00 2001
From: cloudflight <cloudflight@126.com>
Date: 星期三, 15 五月 2024 14:34:47 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/Yw/Hydro.V1.1

---
 Hydraulic/Hydro.MapView/Template/Template.cs |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/Hydraulic/Hydro.MapView/Template/Template.cs b/Hydraulic/Hydro.MapView/Template/Template.cs
index 290dd3c..11d0233 100644
--- a/Hydraulic/Hydro.MapView/Template/Template.cs
+++ b/Hydraulic/Hydro.MapView/Template/Template.cs
@@ -19,12 +19,12 @@
     public class Template
     {
         private string _ID;
-        [Category("1銆佸熀鏈俊鎭�")]
+        [Category("鍩烘湰淇℃伅")]
         [Description("瀵硅薄鐨処D鍞竴鏍囪瘑")]
         [DisplayName("妯℃澘ID")]
         [Browsable(true)]
         public string ID { get { if (_ID == null || _ID == "") _ID = Guid.NewGuid().ToString(); return _ID; } set { _ID = value; } }
-        [Category("1銆佸熀鏈俊鎭�")]
+        [Category("鍩烘湰淇℃伅")]
         [DisplayName("鍚嶇О")]
         public string Name { get; set; }
 
@@ -32,7 +32,7 @@
 
         private string _filePath = null;
 
-        [Category("2銆佽绠楀弬鏁�")]
+        [Category("璁$畻鍙傛暟")]
         [DisplayName("璺緞INP")]
         public string filePath
         {
@@ -117,10 +117,10 @@
 
 
 
-        [Category("2銆佽绠楀弬鏁�")]
+        [Category("璁$畻鍙傛暟")]
         [DisplayName("鏈�楂樼骇鏁�")]
         public int MaxLevel { get; set; } = 99;
-        [Category("1銆佸熀鏈俊鎭�")]
+        [Category("鍩烘湰淇℃伅")]
         [Description("绫诲瀷")]
         [DisplayName("绫诲瀷")]
         [Browsable(true)]
@@ -145,7 +145,7 @@
         }
 
 
-        [Category("4銆佸叾浠栧弬鏁�")]
+        [Category("鍏朵粬鍙傛暟")]
         [Description("瀵硅薄鐨処D鍞竴鏍囪瘑")]
         [Browsable(false)]
         [NonSerialized]
@@ -153,12 +153,12 @@
 
 
 
-        [Category("5銆佹ゼ灞�")]
+        [Category("妤煎眰")]
         [DisplayName("妤煎眰")]
 
         public List<TRegion> Regions { get; set; } = null;// new List<TRegion>();
 
-        [Category("1銆佸熀鏈俊鎭�")]
+        [Category("鍩烘湰淇℃伅")]
         [DisplayName("鏍囬珮")]
         [Browsable(false)]
         public float Elev { get { return 0; } }
@@ -172,12 +172,12 @@
 
 
 
-        [Category("4銆佸叾浠栧弬鏁�")]
+        [Category("鍏朵粬鍙傛暟")]
         [DisplayName("寮�濮嬭妭鐐�")]
         public string Node1 { get; set; }
 
 
-        [Category("4銆佸叾浠栧弬鏁�")]
+        [Category("鍏朵粬鍙傛暟")]
         [DisplayName("缁撴潫鑺傜偣")]
         public string Node2 { get; set; }
 
@@ -189,13 +189,13 @@
         [Browsable(false)]
         public string Visible { get; set; }
 
-        [Category("4銆侀粯璁よ瑙�")]
+        [Category("榛樿瑙嗚")]
         [DisplayName("瑙嗚")]
         [Browsable(false)]
         public MapDimensions view { get; set; } = null;
 
 
-        [Category("4銆侀粯璁よ瑙�")]
+        [Category("榛樿瑙嗚")]
         [DisplayName("涓績X")]
         [Browsable(true)]
         public float CenterX
@@ -211,7 +211,7 @@
                 view.Center = new PointF(value, view.Center.Y);
             }
         }
-        [Category("4銆侀粯璁よ瑙�")]
+        [Category("榛樿瑙嗚")]
         [DisplayName("涓績Y")]
         [Browsable(true)]
         public float CenterY
@@ -228,7 +228,7 @@
             }
         }
 
-        [Category("4銆侀粯璁よ瑙�")]
+        [Category("榛樿瑙嗚")]
         [DisplayName("缂╂斁")]
         [Browsable(true)]
         public float zoom
@@ -246,7 +246,7 @@
             }
         }
 
-        [Category("4銆侀粯璁よ瑙�")]
+        [Category("榛樿瑙嗚")]
         [DisplayName("鏃嬭浆瑙掑害")]
         [Browsable(true)]
         public double rotation
@@ -259,7 +259,7 @@
             }
         }
 
-        [Category("4銆侀粯璁よ瑙�")]
+        [Category("榛樿瑙嗚")]
         [DisplayName("淇瑙掑害")]
         [Browsable(true)]
         public double rotationF

--
Gitblit v1.9.3