sc 8 months ago
parent
commit
c20c095bf8
  1. 9
      Properties/Resources.Designer.cs
  2. 3
      Properties/Resources.en-US.resx
  3. 3
      Properties/Resources.resx
  4. 3
      Properties/Resources.zh-CN.resx
  5. 8
      View/ProductionPlanningView.xaml

9
Properties/Resources.Designer.cs

@ -1626,6 +1626,15 @@ namespace SunlightCentralizedControlManagement_SCCM_.Properties {
}
}
/// <summary>
/// 查找类似 plan 的本地化字符串。
/// </summary>
public static string Plan {
get {
return ResourceManager.GetString("Plan", resourceCulture);
}
}
/// <summary>
/// 查找类似 PopUpLogout 的本地化字符串。
/// </summary>

3
Properties/Resources.en-US.resx

@ -969,4 +969,7 @@
<data name="void_" xml:space="preserve">
<value>Void</value>
</data>
<data name="Plan" xml:space="preserve">
<value>Plan</value>
</data>
</root>

3
Properties/Resources.resx

@ -969,4 +969,7 @@
<data name="void_" xml:space="preserve">
<value>void</value>
</data>
<data name="Plan" xml:space="preserve">
<value>plan</value>
</data>
</root>

3
Properties/Resources.zh-CN.resx

@ -969,4 +969,7 @@
<data name="void_" xml:space="preserve">
<value>无效</value>
</data>
<data name="Plan" xml:space="preserve">
<value>计划</value>
</data>
</root>

8
View/ProductionPlanningView.xaml

@ -74,6 +74,14 @@
</StackPanel>
<StackPanel Grid.Row="1" Height="60" Background="#FF00204E" Orientation="Horizontal" HorizontalAlignment="Right">
<ListView ScrollViewer.HorizontalScrollBarVisibility="Disabled" Foreground="#FF1368BD">
<ListViewItem Width="150" MouseLeftButtonUp="ListViewItem_New" IsEnabled="{Binding USER_Capacity[5]}">
<StackPanel Orientation="Horizontal" >
<materialDesign:PackIcon Kind="MoonNew" Width="40" Height="30" Margin="10" VerticalAlignment="Center" Foreground="#FF1368BD"/>
<TextBlock Text="{x:Static lang:Resources.Plan}" VerticalAlignment="Center" Margin="20 10" Foreground="White"/>
</StackPanel>
</ListViewItem>
</ListView>
<ListView ScrollViewer.HorizontalScrollBarVisibility="Disabled" Foreground="#FF1368BD">
<ListViewItem Width="150" MouseLeftButtonUp="ListViewItem_New" x:Name="Quit" IsEnabled="{Binding USER_Capacity[5]}">
<StackPanel Orientation="Horizontal" >

Loading…
Cancel
Save