diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs
index 61b9b94..355d74f 100644
--- a/Properties/Resources.Designer.cs
+++ b/Properties/Resources.Designer.cs
@@ -303,6 +303,15 @@ namespace DyeingComputer.Properties {
}
}
+ ///
+ /// 查找类似 Quit 的本地化字符串。
+ ///
+ public static string Quit {
+ get {
+ return ResourceManager.GetString("Quit", resourceCulture);
+ }
+ }
+
///
/// 查找类似 Ready 的本地化字符串。
///
diff --git a/Properties/Resources.en-US.resx b/Properties/Resources.en-US.resx
index 5534ca0..755aaf7 100644
--- a/Properties/Resources.en-US.resx
+++ b/Properties/Resources.en-US.resx
@@ -246,4 +246,7 @@
Save
+
+ Quit
+
\ No newline at end of file
diff --git a/Properties/Resources.resx b/Properties/Resources.resx
index dd45444..37ccca6 100644
--- a/Properties/Resources.resx
+++ b/Properties/Resources.resx
@@ -246,4 +246,7 @@
Save
+
+ Quit
+
\ No newline at end of file
diff --git a/Properties/Resources.zh-CN.resx b/Properties/Resources.zh-CN.resx
index de6bd3a..8d71663 100644
--- a/Properties/Resources.zh-CN.resx
+++ b/Properties/Resources.zh-CN.resx
@@ -246,4 +246,7 @@
保存
+
+ 退出
+
\ No newline at end of file
diff --git a/Properties/Resources.zh-TW.resx b/Properties/Resources.zh-TW.resx
index e4ef165..0f8631d 100644
--- a/Properties/Resources.zh-TW.resx
+++ b/Properties/Resources.zh-TW.resx
@@ -246,4 +246,7 @@
儲存
+
+ 退出
+
\ No newline at end of file
diff --git a/View/ProgramstepsView .xaml b/View/ProgramstepsView .xaml
index af70d1d..1091ae1 100644
--- a/View/ProgramstepsView .xaml
+++ b/View/ProgramstepsView .xaml
@@ -14,7 +14,7 @@
-
+
diff --git a/View/ProgramstepsView .xaml.cs b/View/ProgramstepsView .xaml.cs
index 732a291..ffd42de 100644
--- a/View/ProgramstepsView .xaml.cs
+++ b/View/ProgramstepsView .xaml.cs
@@ -78,7 +78,7 @@ namespace DyeingComputer.View
{
}
- private void ProgramgroupView_Recover_Click(object sender, RoutedEventArgs e)//
+ private void ProgramgroupView_Quit_Click(object sender, RoutedEventArgs e)//
{
}