|
|
|
|
@ -147,6 +147,9 @@
|
|
|
|
|
|
|
|
|
|
</StackPanel>-->
|
|
|
|
|
<!--#70B603Background="{Binding RelativeSource={RelativeSource Mode=Self},Path=Content, Converter={StaticResource ButtonContentToBackgroundColorConverter}}"-->
|
|
|
|
|
<ScrollViewer HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto" Background="#F2F3F5" Grid.Row="0"
|
|
|
|
|
Grid.ColumnSpan="10" Grid.Column="0" Width="Auto">
|
|
|
|
|
<StackPanel Orientation="Horizontal" >
|
|
|
|
|
<StackPanel
|
|
|
|
|
Grid.Row="0"
|
|
|
|
|
Grid.Column="0"
|
|
|
|
|
@ -189,27 +192,7 @@
|
|
|
|
|
</Button.Content>
|
|
|
|
|
</Button>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
<StackPanel
|
|
|
|
|
Grid.Row="0"
|
|
|
|
|
Grid.Column="9"
|
|
|
|
|
Height="90" Visibility="Visible">
|
|
|
|
|
<Button Style="{StaticResource btnKey}"
|
|
|
|
|
x:Name="btnChangeShifts"
|
|
|
|
|
Width="170"
|
|
|
|
|
Height="60"
|
|
|
|
|
Margin="10,5"
|
|
|
|
|
HorizontalAlignment="Center"
|
|
|
|
|
VerticalAlignment="Center"
|
|
|
|
|
Background="#2B7EE6" Click="btnChangeShifts_Click">
|
|
|
|
|
<Button.Content>
|
|
|
|
|
<TextBlock
|
|
|
|
|
VerticalAlignment="Center"
|
|
|
|
|
FontSize="20"
|
|
|
|
|
Foreground="White"
|
|
|
|
|
Text="交接班" />
|
|
|
|
|
</Button.Content>
|
|
|
|
|
</Button>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
|
|
|
|
|
<StackPanel
|
|
|
|
|
Grid.Row="0"
|
|
|
|
|
Grid.Column="2"
|
|
|
|
|
@ -392,6 +375,42 @@
|
|
|
|
|
FontSize="20"
|
|
|
|
|
Foreground="White"
|
|
|
|
|
Click="HFPlcvalue_Click" Content="查看烘房值"></Button>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
<StackPanel
|
|
|
|
|
Grid.Row="0"
|
|
|
|
|
Grid.Column="9"
|
|
|
|
|
Height="90" Visibility="Visible">
|
|
|
|
|
<Button Style="{StaticResource btnKey}"
|
|
|
|
|
x:Name="btnChangeShifts"
|
|
|
|
|
Width="170"
|
|
|
|
|
Height="60"
|
|
|
|
|
Margin="10,5"
|
|
|
|
|
HorizontalAlignment="Center"
|
|
|
|
|
VerticalAlignment="Center"
|
|
|
|
|
Background="#2B7EE6" Click="btnChangeShifts_Click">
|
|
|
|
|
<Button.Content>
|
|
|
|
|
<TextBlock
|
|
|
|
|
VerticalAlignment="Center"
|
|
|
|
|
FontSize="20"
|
|
|
|
|
Foreground="White"
|
|
|
|
|
Text="交接班" />
|
|
|
|
|
</Button.Content>
|
|
|
|
|
</Button>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
<StackPanel
|
|
|
|
|
Background="#F2F3F5"
|
|
|
|
|
Grid.Row="0"
|
|
|
|
|
Grid.Column="10"
|
|
|
|
|
>
|
|
|
|
|
<Button
|
|
|
|
|
x:Name="btnMachineRepair"
|
|
|
|
|
Style="{StaticResource btnKey}"
|
|
|
|
|
HorizontalAlignment="Right"
|
|
|
|
|
VerticalAlignment="Center"
|
|
|
|
|
Background="#2B7EE6"
|
|
|
|
|
FontSize="20"
|
|
|
|
|
Foreground="White"
|
|
|
|
|
Click="btnMachineRepair_Click" Content="报修"></Button>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
<StackPanel
|
|
|
|
|
Grid.Row="0"
|
|
|
|
|
@ -408,6 +427,8 @@
|
|
|
|
|
Foreground="White"
|
|
|
|
|
Click="btnRefresh_Click" Content="刷新"></Button>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
</ScrollViewer>
|
|
|
|
|
<DataGrid
|
|
|
|
|
x:Name="dgWorkOrderInfo"
|
|
|
|
|
Grid.Row="1"
|
|
|
|
|
|