|
@@ -67,7 +67,6 @@
|
|
|
<ColumnDefinition Width="500"/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
<Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="40"/>
|
|
|
<RowDefinition/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<Border
|
|
@@ -1689,7 +1688,7 @@
|
|
|
<TextBox
|
|
|
Grid.Row="2"
|
|
|
Grid.Column="0" IsReadOnly="True"
|
|
|
- Grid.ColumnSpan="1" Text="{Binding ConcentrationO2Value, StringFormat={}{0:f2}}" />
|
|
|
+ Grid.ColumnSpan="1" Text="{Binding ConcentrationO2Value, StringFormat={}{0:f3}}" />
|
|
|
<TextBlock
|
|
|
Grid.Row="2"
|
|
|
Grid.Column="1"
|
|
@@ -1699,7 +1698,7 @@
|
|
|
<TextBox
|
|
|
Grid.Row="2"
|
|
|
Grid.Column="2" IsReadOnly="True"
|
|
|
- Grid.ColumnSpan="1" Text="{Binding N2PurgeLimitData,UpdateSourceTrigger=PropertyChanged}"/>
|
|
|
+ Grid.ColumnSpan="1" Text="{Binding N2PurgeLimitData,StringFormat={}{0:f3},UpdateSourceTrigger=PropertyChanged}"/>
|
|
|
<!--<UniformGrid
|
|
|
Grid.Row="3"
|
|
|
Grid.ColumnSpan="3"
|
|
@@ -2809,51 +2808,7 @@
|
|
|
Grid.ColumnSpan="2"
|
|
|
Margin="5"
|
|
|
CornerRadius="4">
|
|
|
- <StackPanel
|
|
|
- HorizontalAlignment="Center"
|
|
|
- VerticalAlignment="Center"
|
|
|
- Orientation="Horizontal">
|
|
|
- <RadioButton
|
|
|
- Width="130"
|
|
|
- Margin="5,0,5,0"
|
|
|
- Content="OutLine"
|
|
|
- GroupName="ModuleSelect">
|
|
|
- <i:Interaction.Triggers>
|
|
|
- <i:EventTrigger EventName="Click">
|
|
|
- <cal:ActionMessage MethodName="SwitchDetail">
|
|
|
- <cal:Parameter Value="OutLine"/>
|
|
|
- </cal:ActionMessage>
|
|
|
- </i:EventTrigger>
|
|
|
- </i:Interaction.Triggers>
|
|
|
- </RadioButton>
|
|
|
- <RadioButton
|
|
|
- Width="130"
|
|
|
- Margin="5,0,5,0"
|
|
|
- Content="PMC Detail"
|
|
|
- GroupName="ModuleSelect">
|
|
|
- <i:Interaction.Triggers>
|
|
|
- <i:EventTrigger EventName="Click">
|
|
|
- <cal:ActionMessage MethodName="SwitchDetail">
|
|
|
- <cal:Parameter Value="PMCDetail"/>
|
|
|
- </cal:ActionMessage>
|
|
|
- </i:EventTrigger>
|
|
|
- </i:Interaction.Triggers>
|
|
|
- </RadioButton>
|
|
|
- <RadioButton
|
|
|
- Width="130"
|
|
|
- Margin="5,0,5,0"
|
|
|
- Content="RoBo Detail"
|
|
|
- GroupName="ModuleSelect">
|
|
|
- <i:Interaction.Triggers>
|
|
|
- <i:EventTrigger EventName="Click">
|
|
|
- <cal:ActionMessage MethodName="SwitchDetail">
|
|
|
- <cal:Parameter Value="RoBoDetail"/>
|
|
|
- </cal:ActionMessage>
|
|
|
- </i:EventTrigger>
|
|
|
- </i:Interaction.Triggers>
|
|
|
- </RadioButton>
|
|
|
-
|
|
|
- </StackPanel>
|
|
|
+
|
|
|
</Border>
|
|
|
|
|
|
</Grid>
|