This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
<StackPanel Orientation="Horizontal" Margin="0,10" Width="550">
|
||||
<TextBlock Text="{DynamicResource CurrentTest}" VerticalAlignment="Center" Foreground="Black"/>
|
||||
|
||||
<TextBox x:Name="SettingPaTextBox" Width="120" Margin="10,0" Style="{StaticResource MyTextBoxStyle}"
|
||||
<TextBox x:Name="SettingPaTextBox" Width="140" Margin="10,0" Style="{StaticResource MyTextBoxStyle}"
|
||||
IsReadOnly="True"
|
||||
InputScope="Number" PreviewTextInput="SettingPaTextBox_PreviewTextInput" />
|
||||
|
||||
@@ -100,9 +100,9 @@
|
||||
|
||||
<StackPanel Orientation="Horizontal" Margin="0,10" Width="554">
|
||||
<TextBlock Text="{DynamicResource RealTimePressure}" VerticalAlignment="Center" Foreground="Black"/>
|
||||
<TextBox x:Name="RealTimePressureTextBox" Width="120" Margin="10,0" Style="{StaticResource MyTextBoxStyle}" IsReadOnly="True" IsEnabled="True"/>
|
||||
<TextBlock Text="pa" VerticalAlignment="Center" Foreground="Black"/>
|
||||
<Button Name="btnjiaozhun" Content="{DynamicResource TriggerDisplacement}" Width="180" Style="{StaticResource MyButtonStyle}" Click="Button_Click"/>
|
||||
<TextBox x:Name="RealTimePressureTextBox" Width="140" Margin="32,0" Style="{StaticResource MyTextBoxStyle}" IsReadOnly="True" IsEnabled="True"/>
|
||||
<TextBlock Text="pa" VerticalAlignment="Center" Margin="-20" Foreground="Black"/>
|
||||
<Button Name="btnjiaozhun" Content="{DynamicResource TriggerDisplacement}" Width="150" Style="{StaticResource MyButtonStyle}" Click="Button_Click"/>
|
||||
</StackPanel>
|
||||
</StackPanel>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user