diff --git a/DyeingComputer.csproj b/DyeingComputer.csproj index 9e5a76c..c5ea206 100644 --- a/DyeingComputer.csproj +++ b/DyeingComputer.csproj @@ -115,6 +115,9 @@ ParameterSetView.xaml + + ProgramstepsView .xaml + ProgramgroupView.xaml @@ -166,6 +169,10 @@ Designer MSBuild:Compile + + MSBuild:Compile + Designer + Designer MSBuild:Compile diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs index e92684a..f342bc2 100644 --- a/Properties/Resources.Designer.cs +++ b/Properties/Resources.Designer.cs @@ -96,6 +96,15 @@ namespace DyeingComputer.Properties { } } + /// + /// 查找类似 Code 的本地化字符串。 + /// + public static string Code { + get { + return ResourceManager.GetString("Code", resourceCulture); + } + } + /// /// 查找类似 Confirm 的本地化字符串。 /// @@ -123,6 +132,15 @@ namespace DyeingComputer.Properties { } } + /// + /// 查找类似 Directives 的本地化字符串。 + /// + public static string Directives { + get { + return ResourceManager.GetString("Directives", resourceCulture); + } + } + /// /// 查找类似 edit 的本地化字符串。 /// @@ -177,6 +195,15 @@ namespace DyeingComputer.Properties { } } + /// + /// 查找类似 ID 的本地化字符串。 + /// + public static string ID { + get { + return ResourceManager.GetString("ID", resourceCulture); + } + } + /// /// 查找类似 I/O 的本地化字符串。 /// diff --git a/Properties/Resources.en-US.resx b/Properties/Resources.en-US.resx index ec3d069..7dcd64f 100644 --- a/Properties/Resources.en-US.resx +++ b/Properties/Resources.en-US.resx @@ -228,4 +228,13 @@ Rename + + ID + + + Directives + + + Code + \ No newline at end of file diff --git a/Properties/Resources.resx b/Properties/Resources.resx index bd0afad..323762b 100644 --- a/Properties/Resources.resx +++ b/Properties/Resources.resx @@ -228,4 +228,13 @@ Step + + Code + + + Directives + + + ID + \ No newline at end of file diff --git a/Properties/Resources.zh-CN.resx b/Properties/Resources.zh-CN.resx index 9cb1990..0b483ca 100644 --- a/Properties/Resources.zh-CN.resx +++ b/Properties/Resources.zh-CN.resx @@ -228,4 +228,13 @@ 重命名 + + ID + + + 指令 + + + 代码 + \ No newline at end of file diff --git a/Properties/Resources.zh-TW.resx b/Properties/Resources.zh-TW.resx index 30b26f1..a386d1a 100644 --- a/Properties/Resources.zh-TW.resx +++ b/Properties/Resources.zh-TW.resx @@ -228,4 +228,13 @@ 重新命名 + + ID + + + 指令 + + + 代碼 + \ No newline at end of file diff --git a/View/ProgramgroupView.xaml b/View/ProgramgroupView.xaml index 3d586d9..daaa384 100644 --- a/View/ProgramgroupView.xaml +++ b/View/ProgramgroupView.xaml @@ -14,8 +14,7 @@