diff --git a/MainWindow.xaml b/MainWindow.xaml index e4b1941..b8438e5 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -105,7 +105,7 @@ - + diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs index d798a25..7c43825 100644 --- a/Properties/Resources.Designer.cs +++ b/Properties/Resources.Designer.cs @@ -411,6 +411,15 @@ namespace SunlightCentralizedControlManagement_SCCM_.Properties { } } + /// + /// 查找类似 Conveyor 的本地化字符串。 + /// + public static string Conveyor { + get { + return ResourceManager.GetString("Conveyor", resourceCulture); + } + } + /// /// 查找类似 ConveyorCenters 的本地化字符串。 /// @@ -600,6 +609,15 @@ namespace SunlightCentralizedControlManagement_SCCM_.Properties { } } + /// + /// 查找类似 DyeingMachine 的本地化字符串。 + /// + public static string DyeingMachine { + get { + return ResourceManager.GetString("DyeingMachine", resourceCulture); + } + } + /// /// 查找类似 Dyelot 的本地化字符串。 /// @@ -1842,6 +1860,15 @@ namespace SunlightCentralizedControlManagement_SCCM_.Properties { } } + /// + /// 查找类似 Receipt 的本地化字符串。 + /// + public static string Receipt { + get { + return ResourceManager.GetString("Receipt", resourceCulture); + } + } + /// /// 查找类似 Recover 的本地化字符串。 /// diff --git a/Properties/Resources.en-US.resx b/Properties/Resources.en-US.resx index c5273ea..2c245bf 100644 --- a/Properties/Resources.en-US.resx +++ b/Properties/Resources.en-US.resx @@ -888,4 +888,13 @@ Stop + + Dyeing Machine + + + Receipt + + + Conveyor + \ No newline at end of file diff --git a/Properties/Resources.resx b/Properties/Resources.resx index faeb3ed..b573d15 100644 --- a/Properties/Resources.resx +++ b/Properties/Resources.resx @@ -888,4 +888,13 @@ stop + + DyeingMachine + + + Receipt + + + Conveyor + \ No newline at end of file diff --git a/Properties/Resources.zh-CN.resx b/Properties/Resources.zh-CN.resx index 3a8f2a5..e8cb61d 100644 --- a/Properties/Resources.zh-CN.resx +++ b/Properties/Resources.zh-CN.resx @@ -888,4 +888,13 @@ 结束 + + 染色机 + + + 单据 + + + 输送 + \ No newline at end of file diff --git a/Properties/Resources.zh-TW.resx b/Properties/Resources.zh-TW.resx index ce7a270..61387dd 100644 --- a/Properties/Resources.zh-TW.resx +++ b/Properties/Resources.zh-TW.resx @@ -879,4 +879,22 @@ 生產計劃 + + 輸送 + + + 繼續 + + + 停止 + + + 恢復 + + + 染色機 + + + 單據 + \ No newline at end of file diff --git a/View/MonitorView.xaml b/View/MonitorView.xaml index d75a4ae..d91050d 100644 --- a/View/MonitorView.xaml +++ b/View/MonitorView.xaml @@ -15,7 +15,7 @@ BorderThickness="1,1,1,1" ColumnHeaderHeight="40" HorizontalContentAlignment="Right" Grid.ColumnSpan="2" AllowDrop="False" CanUserReorderColumns="False" CanUserSortColumns="False" CanUserResizeRows="False" CanUserResizeColumns="False" CanUserAddRows="True" CanUserDeleteRows="False" HeadersVisibility ="Column" - Background="White" SelectionMode="Single" FontSize="15" TabIndex="1" Focusable="True" VerticalAlignment="Top" Height="300"> + Background="White" SelectionMode="Single" FontSize="15" TabIndex="1" Focusable="True" VerticalAlignment="Top" Height="300" BorderBrush="Black">