This commit is contained in:
14
Window4.xaml
14
Window4.xaml
@@ -190,7 +190,7 @@
|
||||
Style="{StaticResource MyTextBoxStyle}"
|
||||
IsReadOnly="True"
|
||||
PreviewTextInput="ClostTxt_PreviewTextInput"
|
||||
Width="80"/>
|
||||
Width="100"/>
|
||||
|
||||
<TextBlock Text="L/min"
|
||||
VerticalAlignment="Center"
|
||||
@@ -220,7 +220,7 @@
|
||||
Style="{StaticResource MyTextBoxStyle}"
|
||||
Text="???"
|
||||
IsEnabled="False"
|
||||
Width="80"/>
|
||||
Width="100"/>
|
||||
<TextBlock Text="pa"
|
||||
VerticalAlignment="Center"
|
||||
Margin="10,0,0,0"
|
||||
@@ -248,7 +248,7 @@
|
||||
Style="{StaticResource MyTextBoxStyle}"
|
||||
Text="???"
|
||||
IsEnabled="False"
|
||||
Width="80"/>
|
||||
Width="100"/>
|
||||
<TextBlock Text="L/min"
|
||||
VerticalAlignment="Center"
|
||||
Margin="10,0,0,0"
|
||||
@@ -277,7 +277,7 @@
|
||||
Style="{StaticResource MyTextBoxStyle}"
|
||||
Text="???"
|
||||
IsEnabled="False"
|
||||
Width="80"/>
|
||||
Width="100"/>
|
||||
<TextBlock Text="L/min"
|
||||
VerticalAlignment="Center"
|
||||
Margin="10,0,0,0"
|
||||
@@ -292,12 +292,8 @@
|
||||
Margin="42,10,42,10"/>
|
||||
</Grid>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" Margin="0,10">
|
||||
<TextBlock Text="{DynamicResource setFlow112}" VerticalAlignment="Center" FontWeight="Bold" FontSize="16" Margin="20 0 50 0"/>
|
||||
<TextBlock Text="{DynamicResource setFlow112}" VerticalAlignment="Center" FontWeight="Bold" FontSize="16" Margin="-10 0 50 0"/>
|
||||
<TextBox Name="saveFlowOutTxt" Style="{StaticResource MyTextBoxStyle}" Text="???" Width="120" IsEnabled="False"/>
|
||||
<TextBlock Text="pa" VerticalAlignment="Center" Margin="10,0,0,0"/>
|
||||
<TextBlock Text="{DynamicResource setFlow12}" VerticalAlignment="Center" FontWeight="Bold" FontSize="16" Margin="20 0 50 0"/>
|
||||
|
||||
Reference in New Issue
Block a user