diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs
index 41154e9..9e71ffc 100644
--- a/Properties/Resources.Designer.cs
+++ b/Properties/Resources.Designer.cs
@@ -1626,6 +1626,15 @@ namespace SunlightCentralizedControlManagement_SCCM_.Properties {
}
}
+ ///
+ /// 查找类似 plan 的本地化字符串。
+ ///
+ public static string Plan {
+ get {
+ return ResourceManager.GetString("Plan", resourceCulture);
+ }
+ }
+
///
/// 查找类似 PopUpLogout 的本地化字符串。
///
diff --git a/Properties/Resources.en-US.resx b/Properties/Resources.en-US.resx
index 40966af..1ed8e13 100644
--- a/Properties/Resources.en-US.resx
+++ b/Properties/Resources.en-US.resx
@@ -969,4 +969,7 @@
Void
+
+ Plan
+
\ No newline at end of file
diff --git a/Properties/Resources.resx b/Properties/Resources.resx
index af08b22..1912890 100644
--- a/Properties/Resources.resx
+++ b/Properties/Resources.resx
@@ -969,4 +969,7 @@
void
+
+ plan
+
\ No newline at end of file
diff --git a/Properties/Resources.zh-CN.resx b/Properties/Resources.zh-CN.resx
index 4b29d41..f43ad9c 100644
--- a/Properties/Resources.zh-CN.resx
+++ b/Properties/Resources.zh-CN.resx
@@ -969,4 +969,7 @@
无效
+
+ 计划
+
\ No newline at end of file
diff --git a/View/ProductionPlanningView.xaml b/View/ProductionPlanningView.xaml
index c7e8264..838ba58 100644
--- a/View/ProductionPlanningView.xaml
+++ b/View/ProductionPlanningView.xaml
@@ -74,6 +74,14 @@
+
+
+
+
+
+
+
+