|
@@ -291,7 +291,7 @@
|
|
|
<Border>
|
|
|
<Label Content="PH(Torr):" Width="130"/>
|
|
|
</Border>
|
|
|
- <TextBox Tag="None" IsReadOnly="True" Text="{Binding LeakCheckHighLimit ,UpdateSourceTrigger=PropertyChanged}" Width="235"/>
|
|
|
+ <TextBox Tag="None" IsReadOnly="True" Text="{Binding LeakCheckHighLimit ,UpdateSourceTrigger=PropertyChanged, StringFormat={}{0:F3}}" Width="235"/>
|
|
|
</StackPanel>
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
<Border>
|
|
@@ -312,7 +312,7 @@
|
|
|
<Border>
|
|
|
<Label Content="PL(Torr):" Width="130"/>
|
|
|
</Border>
|
|
|
- <TextBox Tag="None" IsReadOnly="True" Text="{Binding LeakCheckLowLimit ,UpdateSourceTrigger=PropertyChanged}" Width="235"/>
|
|
|
+ <TextBox Tag="None" IsReadOnly="True" Text="{Binding LeakCheckLowLimit ,UpdateSourceTrigger=PropertyChanged, StringFormat={}{0:F3}}" Width="235"/>
|
|
|
</StackPanel>
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
<Border>
|
|
@@ -332,7 +332,7 @@
|
|
|
<Border>
|
|
|
<Label Content="BP(Torr):" Width="130"/>
|
|
|
</Border>
|
|
|
- <TextBox Tag="None" IsReadOnly="True" Text="{Binding LeakCheckBasePressure ,UpdateSourceTrigger=PropertyChanged}" Width="235"/>
|
|
|
+ <TextBox Tag="None" IsReadOnly="True" Text="{Binding LeakCheckBasePressure ,UpdateSourceTrigger=PropertyChanged, StringFormat={}{0:F3}}" Width="235"/>
|
|
|
</StackPanel>
|
|
|
|
|
|
</StackPanel>
|
|
@@ -347,7 +347,7 @@
|
|
|
<Border>
|
|
|
<Label Content="BPLimit(Torr):" Width="130"/>
|
|
|
</Border>
|
|
|
- <TextBox Tag="None" IsReadOnly="True" Text="{Binding LeakCheckBasePressureLimit ,UpdateSourceTrigger=PropertyChanged}" Width="235"/>
|
|
|
+ <TextBox Tag="None" IsReadOnly="True" Text="{Binding LeakCheckBasePressureLimit ,UpdateSourceTrigger=PropertyChanged, StringFormat={}{0:F3}}" Width="235"/>
|
|
|
</StackPanel>
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
<Border>
|
|
@@ -382,14 +382,14 @@
|
|
|
<Border>
|
|
|
<Label Content="Monitor Pressure(Torr):" Width="170" />
|
|
|
</Border>
|
|
|
- <TextBox Tag="None" IsReadOnly="True" Text="{Binding LeakCheckDelayMonitorPressure ,UpdateSourceTrigger=PropertyChanged}" Width="220" Margin="0"/>
|
|
|
+ <TextBox Tag="None" IsReadOnly="True" Text="{Binding LeakCheckDelayMonitorPressure ,UpdateSourceTrigger=PropertyChanged, StringFormat={}{0:F3}}" Width="220" Margin="0"/>
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
|
|
<Border>
|
|
|
<Label Content="Start Pressure(Torr):" Width="170" />
|
|
|
</Border>
|
|
|
- <TextBox Tag="None" IsReadOnly="True" Text="{Binding LeakCheckDelayStartPressure ,UpdateSourceTrigger=PropertyChanged}" Width="220" Margin="0"/>
|
|
|
+ <TextBox Tag="None" IsReadOnly="True" Text="{Binding LeakCheckDelayStartPressure ,UpdateSourceTrigger=PropertyChanged, StringFormat={}{0:F3}}" Width="220" Margin="0"/>
|
|
|
</StackPanel>
|
|
|
</StackPanel>
|
|
|
</GroupBox>
|
|
@@ -418,7 +418,7 @@
|
|
|
<Border>
|
|
|
<Label Content="Leak Limit(Torr):" Width="130"/>
|
|
|
</Border>
|
|
|
- <TextBox Tag="None" IsReadOnly="True" Text="{Binding LeakCheckLeakLimit ,UpdateSourceTrigger=PropertyChanged}" Width="235"/>
|
|
|
+ <TextBox Tag="None" IsReadOnly="True" Text="{Binding LeakCheckLeakLimit ,UpdateSourceTrigger=PropertyChanged, StringFormat={}{0:F3}}" Width="235"/>
|
|
|
</StackPanel>
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
<Border>
|
|
@@ -434,21 +434,21 @@
|
|
|
<Border>
|
|
|
<Label Content="Actual(Torr):" Width="160" />
|
|
|
</Border>
|
|
|
- <TextBox Tag="None" IsReadOnly="True" Text="{Binding LeakCheckActualLeak ,UpdateSourceTrigger=PropertyChanged}" Width="220" Margin="0"/>
|
|
|
+ <TextBox Tag="None" IsReadOnly="True" Text="{Binding LeakCheckActualLeak ,UpdateSourceTrigger=PropertyChanged, StringFormat={}{0:F3}}" Width="220" Margin="0"/>
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
|
|
<Border>
|
|
|
<Label Content="Monitor Pressure(Torr):" Width="160" />
|
|
|
</Border>
|
|
|
- <TextBox Tag="None" IsReadOnly="True" Text="{Binding LeakCheckMonitorPressure ,UpdateSourceTrigger=PropertyChanged}" Width="220" Margin="0"/>
|
|
|
+ <TextBox Tag="None" IsReadOnly="True" Text="{Binding LeakCheckMonitorPressure ,UpdateSourceTrigger=PropertyChanged, StringFormat={}{0:F3}}" Width="220" Margin="0"/>
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" Margin="0,10,0,0">
|
|
|
<Border>
|
|
|
<Label Content="Start Pressure(Torr):" Width="160" />
|
|
|
</Border>
|
|
|
- <TextBox Tag="None" IsReadOnly="True" Text="{Binding LeakCheckStartPressure ,UpdateSourceTrigger=PropertyChanged}" Width="220" Margin="0"/>
|
|
|
+ <TextBox Tag="None" IsReadOnly="True" Text="{Binding LeakCheckStartPressure ,UpdateSourceTrigger=PropertyChanged, StringFormat={}{0:F3}}" Width="220" Margin="0"/>
|
|
|
</StackPanel>
|
|
|
</StackPanel>
|
|
|
|