diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs
index f757a08..e1fd49c 100644
--- a/Properties/Resources.Designer.cs
+++ b/Properties/Resources.Designer.cs
@@ -186,6 +186,15 @@ namespace SunlightCentralizedControlManagement_SCCM_.Properties {
}
}
+ ///
+ /// 查找类似 Before 的本地化字符串。
+ ///
+ public static string Before {
+ get {
+ return ResourceManager.GetString("Before", resourceCulture);
+ }
+ }
+
///
/// 查找类似 Beginning 的本地化字符串。
///
@@ -510,6 +519,15 @@ namespace SunlightCentralizedControlManagement_SCCM_.Properties {
}
}
+ ///
+ /// 查找类似 DayAfter 的本地化字符串。
+ ///
+ public static string DayAfter {
+ get {
+ return ResourceManager.GetString("DayAfter", resourceCulture);
+ }
+ }
+
///
/// 查找类似 Delete 的本地化字符串。
///
@@ -2292,6 +2310,15 @@ namespace SunlightCentralizedControlManagement_SCCM_.Properties {
}
}
+ ///
+ /// 查找类似 Today 的本地化字符串。
+ ///
+ public static string Today {
+ get {
+ return ResourceManager.GetString("Today", resourceCulture);
+ }
+ }
+
///
/// 查找类似 Type 的本地化字符串。
///
diff --git a/Properties/Resources.en-US.resx b/Properties/Resources.en-US.resx
index b79c26c..3086c27 100644
--- a/Properties/Resources.en-US.resx
+++ b/Properties/Resources.en-US.resx
@@ -915,4 +915,13 @@
Group
+
+ Before
+
+
+ Today
+
+
+ Day After
+
\ No newline at end of file
diff --git a/Properties/Resources.resx b/Properties/Resources.resx
index 0cbe436..b3691f5 100644
--- a/Properties/Resources.resx
+++ b/Properties/Resources.resx
@@ -915,4 +915,13 @@
Group
+
+ Before
+
+
+ Today
+
+
+ DayAfter
+
\ No newline at end of file
diff --git a/Properties/Resources.zh-CN.resx b/Properties/Resources.zh-CN.resx
index 0f69b5a..653af02 100644
--- a/Properties/Resources.zh-CN.resx
+++ b/Properties/Resources.zh-CN.resx
@@ -915,4 +915,13 @@
组
+
+ 前一天
+
+
+ 今天
+
+
+ 后一天
+
\ No newline at end of file
diff --git a/Properties/Resources.zh-TW.resx b/Properties/Resources.zh-TW.resx
index 79ea636..509deae 100644
--- a/Properties/Resources.zh-TW.resx
+++ b/Properties/Resources.zh-TW.resx
@@ -879,24 +879,24 @@
生產計劃
-
- 輸送
-
繼續
-
- 停止
-
恢復
+
+ 停止
+
染色機
單據
+
+ 輸送
+
日期
diff --git a/View/CurveView.xaml b/View/CurveView.xaml
index 683e56b..1c95d80 100644
--- a/View/CurveView.xaml
+++ b/View/CurveView.xaml
@@ -9,52 +9,17 @@
xmlns:lang="clr-namespace:SunlightCentralizedControlManagement_SCCM_.Properties"
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
mc:Ignorable="d"
+ Loaded="UserControl_Loaded"
d:DataContext="{d:DesignInstance Type=viewmodel:CurveDiagramViewModel}"
d:DesignHeight="900" d:DesignWidth="1800">
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+