|
|
|
@ -24,9 +24,9 @@
|
|
|
|
|
<Button x:Name="StopButton" Style="{StaticResource BUTTON_AGREE}" Content="一键停止" FontSize="30" Background="OrangeRed" Width="180" Height="45" Margin="0,0,20,0" Click="StopButton_Click"/>
|
|
|
|
|
|
|
|
|
|
<TextBlock Text="气压实时监测:" FontSize="25" VerticalAlignment="Center" Width="172" Foreground="White" Margin="50 0 10 0" />
|
|
|
|
|
<TextBlock x:Name="PressureTxt" Text="0" Width="70" FontSize="25" VerticalAlignment="Center" Margin="0,0,20,0" Foreground="White"/>
|
|
|
|
|
<TextBlock x:Name="PressureTxt" Text="0" Width="110" FontSize="25" VerticalAlignment="Center" Margin="0,0,20,0" Foreground="White"/>
|
|
|
|
|
|
|
|
|
|
<TextBlock Text="缓存区重量:" FontSize="25" VerticalAlignment="Center" Width="140" Foreground="White" HorizontalAlignment="Left" Margin="150 0 10 0" />
|
|
|
|
|
<TextBlock Text="缓存区重量:" FontSize="25" VerticalAlignment="Center" Width="140" Foreground="White" HorizontalAlignment="Left" Margin="80 0 10 0" />
|
|
|
|
|
<TextBlock x:Name="BufferWeightTxt" Text="0" Width="80" FontSize="25" VerticalAlignment="Center" Margin="0,0,20,0" Foreground="White"/>
|
|
|
|
|
<Button x:Name="SetStopWeightButton" Content="设置重量阈值" FontSize="25" Foreground="White" Background="CadetBlue" Width="200" Height="60" Margin="0 0 20 0" HorizontalAlignment="Left" Click="SetStopWeightButton_Click" />
|
|
|
|
|
|
|
|
|
@ -35,7 +35,7 @@
|
|
|
|
|
<TextBlock Visibility="Collapsed" x:Name="BagsAmountTxt" Text="0" Width="80" FontSize="25" VerticalAlignment="Center" Margin="0,0,20,0" Foreground="White"/>
|
|
|
|
|
<Button Visibility="Collapsed" x:Name="AmountChangeButton" Style="{StaticResource BUTTON_AGREE}" Content="数量调整" FontSize="30" Background="CadetBlue" Width="180" Height="60" Margin="0 0 20 0" HorizontalAlignment="Left" Click="AmountChangeButton_Click"/>
|
|
|
|
|
|
|
|
|
|
<Button x:Name="MachineStopHistoryButton" Content="停机记录" FontSize="25" Foreground="White" Background="CadetBlue" Width="200" Height="60" Margin="50 0 20 0" HorizontalAlignment="Left" Click="MachineStopHistoryButton_Click"/>
|
|
|
|
|
<Button x:Name="MachineStopHistoryButton" Content="停机记录" FontSize="25" Foreground="White" Background="CadetBlue" Width="200" Height="60" Margin="30 0 20 0" HorizontalAlignment="Left" Click="MachineStopHistoryButton_Click"/>
|
|
|
|
|
|
|
|
|
|
</StackPanel>
|
|
|
|
|
</Grid>
|
|
|
|
|