From c17dd77e798b3b94da8ee93ba3577d0bd540a125 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期一, 26 八月 2024 09:37:30 +0800 Subject: [PATCH] 优化界面 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/03-property/HomeXhsProjectPropertyViewModel.cs | 46 +++++++--------------------------------------- 1 files changed, 7 insertions(+), 39 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/03-property/HomeXhsProjectPropertyViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/03-property/HomeXhsProjectPropertyViewModel.cs index 8df097d..33d96a1 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/03-property/HomeXhsProjectPropertyViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/03-property/HomeXhsProjectPropertyViewModel.cs @@ -1,18 +1,19 @@ 锘縩amespace HStation.WinFrmUI { /// <summary> - /// + /// /// </summary> [TypeConverter(typeof(PropertySorter))] public class HomeXhsProjectPropertyViewModel { /// <summary> - /// + /// /// </summary> - public HomeXhsProjectPropertyViewModel() { } + public HomeXhsProjectPropertyViewModel() + { } /// <summary> - /// + /// /// </summary> public HomeXhsProjectPropertyViewModel(XhsProjectStdDto rhs) { @@ -44,25 +45,6 @@ [PropertyOrder(2)] [Browsable(true)] public string Name { get; set; } - - /// <summary> - /// 鐢熸晥鏃堕棿 - /// </summary> - [DisplayName("鐢熸晥鏃堕棿")] - [Category("鍩烘湰淇℃伅")] - [PropertyOrder(3)] - [Browsable(true)] - public string StartTime { get; set; } - - /// <summary> - /// 澶辨晥鏃堕棿 - /// </summary> - [DisplayName("澶辨晥鏃堕棿")] - [Category("鍩烘湰淇℃伅")] - [PropertyOrder(4)] - [Browsable(true)] - public string EndTime { get; set; } - /// <summary> /// 璇︾粏鍦板潃 @@ -112,23 +94,9 @@ public string Description { get; set; } /// <summary> - /// + /// /// </summary> [Browsable(false)] public XhsProjectStdDto Project { get; set; } - - - - - - - - - - - - - - } -} +} \ No newline at end of file -- Gitblit v1.9.3