diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs
index 7bda7ad..f757a08 100644
--- a/Properties/Resources.Designer.cs
+++ b/Properties/Resources.Designer.cs
@@ -825,6 +825,15 @@ namespace SunlightCentralizedControlManagement_SCCM_.Properties {
}
}
+ ///
+ /// 查找类似 Group 的本地化字符串。
+ ///
+ public static string Group {
+ get {
+ return ResourceManager.GetString("Group", resourceCulture);
+ }
+ }
+
///
/// 查找类似 GuidingWheel 的本地化字符串。
///
diff --git a/Properties/Resources.en-US.resx b/Properties/Resources.en-US.resx
index caab0f6..b79c26c 100644
--- a/Properties/Resources.en-US.resx
+++ b/Properties/Resources.en-US.resx
@@ -912,4 +912,7 @@
Search
+
+ Group
+
\ No newline at end of file
diff --git a/Properties/Resources.resx b/Properties/Resources.resx
index 7310e65..0cbe436 100644
--- a/Properties/Resources.resx
+++ b/Properties/Resources.resx
@@ -912,4 +912,7 @@
Search
+
+ Group
+
\ No newline at end of file
diff --git a/Properties/Resources.zh-CN.resx b/Properties/Resources.zh-CN.resx
index dd60e1e..0f69b5a 100644
--- a/Properties/Resources.zh-CN.resx
+++ b/Properties/Resources.zh-CN.resx
@@ -912,4 +912,7 @@
搜索
+
+ 组
+
\ No newline at end of file
diff --git a/Properties/Resources.zh-TW.resx b/Properties/Resources.zh-TW.resx
index fc6354e..79ea636 100644
--- a/Properties/Resources.zh-TW.resx
+++ b/Properties/Resources.zh-TW.resx
@@ -906,4 +906,13 @@
結束日期
+
+ 選擇日期
+
+
+ 搜尋
+
+
+ 組
+
\ No newline at end of file
diff --git a/SunlightCentralizedControlManagement_SCCM_.csproj b/SunlightCentralizedControlManagement_SCCM_.csproj
index 018a0b5..602f214 100644
--- a/SunlightCentralizedControlManagement_SCCM_.csproj
+++ b/SunlightCentralizedControlManagement_SCCM_.csproj
@@ -122,6 +122,9 @@
Help.xaml
+
+ InputBox.xaml
+
MSBuild:Compile
Designer
@@ -172,6 +175,10 @@
Designer
XamlIntelliSenseFileGenerator
+
+ MSBuild:Compile
+ Designer
+
diff --git a/View/ProgramgroupView.xaml b/View/ProgramgroupView.xaml
index efe33ec..3c14add 100644
--- a/View/ProgramgroupView.xaml
+++ b/View/ProgramgroupView.xaml
@@ -4,24 +4,23 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:SunlightCentralizedControlManagement_SCCM_.View"
- xmlns:lang="clr-namespace:SunlightCentralizedControlManagement_SCCM_.Properties"
+ xmlns:lang="clr-namespace:SunlightCentralizedControlManagement_SCCM_.Properties"
+ xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
mc:Ignorable="d"
d:DesignHeight="630" d:DesignWidth="1280">
-
-
+
-
-
+
+