|
@@ -128,10 +128,10 @@
|
|
|
<GroupBox Header="DI Replen Enable" Grid.Column="0" Grid.Row="0" IsEnabled="{Binding Enable}">
|
|
|
<Grid>
|
|
|
<RadioButton Content="False" Height="35" Width="60" VerticalContentAlignment="Center" HorizontalAlignment="Right"
|
|
|
- Command ="{Binding DIReplenEnableFalseCommand}" IsChecked="{Binding Recipe.DIReplenEnable,Converter={StaticResource boolReverseConverter},Mode=TwoWay}" Margin="5,15,40,0">
|
|
|
+ Command ="{Binding DIReplenEnableFalseCommand}" IsChecked="{Binding Recipe.DIReplenEnable,Converter={StaticResource boolReverseConverter},Mode=TwoWay}" Margin="0,16,25,2">
|
|
|
</RadioButton>
|
|
|
<RadioButton Content="True" Height="35" Width="60" VerticalContentAlignment="Center" HorizontalAlignment="Left"
|
|
|
- Command ="{Binding DIReplenEnableTrueCommand}" IsChecked="{Binding Recipe.DIReplenEnable,Mode=TwoWay}" Margin="25,15,0,0" ></RadioButton>
|
|
|
+ Command ="{Binding DIReplenEnableTrueCommand}" IsChecked="{Binding Recipe.DIReplenEnable,Mode=TwoWay}" Margin="15,16,0,2" ></RadioButton>
|
|
|
</Grid>
|
|
|
</GroupBox>
|
|
|
<UserControls:GroupTextBoxControl Grid.Column="0" Grid.Row="1" Title="DI Replen Time Rate" Unit="mL/day" MinValue="0" MaxValue="9000" IntValue="{Binding Recipe.DIReplenTimeRate,Mode=TwoWay}" ValidResult="{Binding PropertyValidResultDic[DIReplenTimeRate],Mode=TwoWay}" Width="200"/>
|
|
@@ -235,9 +235,9 @@
|
|
|
<GroupBox Header="AN DI Replen Enable" Grid.Column="0" Grid.Row="0" IsEnabled="{Binding Enable}">
|
|
|
<Grid>
|
|
|
<RadioButton Content="False" Height="35" Width="60" VerticalContentAlignment="Center" HorizontalAlignment="Right"
|
|
|
- Command ="{Binding ANDIReplenEnableFalseCommand}" IsChecked="{Binding Recipe.ANDIReplenEnable,Converter={StaticResource boolReverseConverter},Mode=TwoWay}" Margin="5,15,40,0"></RadioButton>
|
|
|
+ Command ="{Binding ANDIReplenEnableFalseCommand}" IsChecked="{Binding Recipe.ANDIReplenEnable,Converter={StaticResource boolReverseConverter},Mode=TwoWay}" Margin="0,16,30,2"></RadioButton>
|
|
|
<RadioButton Content="True" Height="35" Width="60" VerticalContentAlignment="Center" HorizontalAlignment="Left"
|
|
|
- Command ="{Binding ANDIReplenEnableTrueCommand}" IsChecked="{Binding Recipe.ANDIReplenEnable,Mode=TwoWay}" Margin="25,15,0,0" ></RadioButton>
|
|
|
+ Command ="{Binding ANDIReplenEnableTrueCommand}" IsChecked="{Binding Recipe.ANDIReplenEnable,Mode=TwoWay}" Margin="18,16,0,2" ></RadioButton>
|
|
|
</Grid>
|
|
|
</GroupBox>
|
|
|
<UserControls:GroupTextBoxControl Grid.Column="0" Grid.Row="1" Title="AN DI Replen Time Rate" Unit="mL/day" MinValue="0" MaxValue="9000" IntValue="{Binding Recipe.ANDIReplenTimeRate,Mode=TwoWay}" ValidResult="{Binding PropertyValidResultDic[ANDIReplenTimeRate],Mode=TwoWay}" Width="200"/>
|
|
@@ -353,9 +353,9 @@
|
|
|
<GroupBox Header="Burn In Enable" Grid.Column="0" Grid.Row="0" IsEnabled="{Binding Enable}">
|
|
|
<Grid>
|
|
|
<RadioButton Content="False" Height="35" Width="60" VerticalContentAlignment="Center" HorizontalAlignment="Right"
|
|
|
- IsChecked="{Binding Recipe.BurnInEnable,Converter={StaticResource boolReverseConverter},Mode=TwoWay}" Margin="0,15,40,0"></RadioButton>
|
|
|
+ IsChecked="{Binding Recipe.BurnInEnable,Converter={StaticResource boolReverseConverter},Mode=TwoWay}" Margin="0,16,26,2"></RadioButton>
|
|
|
<RadioButton Content="True" Height="35" Width="60" VerticalContentAlignment="Center" HorizontalAlignment="Left"
|
|
|
- IsChecked="{Binding Recipe.BurnInEnable,Mode=TwoWay}" Margin="40,15,0,0" ></RadioButton>
|
|
|
+ IsChecked="{Binding Recipe.BurnInEnable,Mode=TwoWay}" Margin="26,16,0,2" ></RadioButton>
|
|
|
</Grid>
|
|
|
</GroupBox>
|
|
|
<GroupBox Header="Method" Grid.Row="1" Grid.Column="0" Grid.RowSpan="4" Grid.ColumnSpan="2" Padding="10" IsEnabled="{Binding Enable}">
|
|
@@ -371,22 +371,22 @@
|
|
|
<ColumnDefinition Width="80"></ColumnDefinition>
|
|
|
<ColumnDefinition Width="200"></ColumnDefinition>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
- <Grid Grid.Row="0" Grid.Column="0">
|
|
|
- <RadioButton Content="Idle Time" Height="35" Width="80" VerticalContentAlignment="Center" HorizontalAlignment="Left"
|
|
|
- IsChecked="{Binding Recipe.IdleTime,Mode=TwoWay}" Margin="0,15,0,0" ></RadioButton>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="1" Grid.Column="0">
|
|
|
- <RadioButton Content="Charge" Height="35" Width="80" VerticalContentAlignment="Center" HorizontalAlignment="Left"
|
|
|
- IsChecked="{Binding Recipe.Charge,Mode=TwoWay}" Margin="0,15,0,0" ></RadioButton>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="2" Grid.Column="0">
|
|
|
- <RadioButton Content="Cycles" Height="35" Width="80" VerticalContentAlignment="Center" HorizontalAlignment="Left"
|
|
|
- IsChecked="{Binding Recipe.Cycles,Mode=TwoWay}" Margin="0,15,0,0" ></RadioButton>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="3" Grid.Column="0">
|
|
|
- <RadioButton Content="Start Time" Height="35" Width="80" VerticalContentAlignment="Center" HorizontalAlignment="Left"
|
|
|
- IsChecked="{Binding Recipe.StartTime,Mode=TwoWay}" Margin="0,15,0,0" ></RadioButton>
|
|
|
- </Grid>
|
|
|
+
|
|
|
+ <RadioButton Grid.Row="0" Grid.Column="0" Content="Idle Time" Height="35" Width="80" VerticalContentAlignment="Center" HorizontalAlignment="Left"
|
|
|
+ IsChecked="{Binding Recipe.IdleTime,Mode=TwoWay}" Margin="0,15,0,0" ></RadioButton>
|
|
|
+
|
|
|
+
|
|
|
+ <RadioButton Grid.Row="1" Grid.Column="0" Content="Charge" Height="35" Width="80" VerticalContentAlignment="Center" HorizontalAlignment="Left"
|
|
|
+ IsChecked="{Binding Recipe.Charge,Mode=TwoWay}" Margin="0,15,0,0" ></RadioButton>
|
|
|
+
|
|
|
+
|
|
|
+ <RadioButton Grid.Row="2" Grid.Column="0" Content="Cycles" Height="35" Width="80" VerticalContentAlignment="Center" HorizontalAlignment="Left"
|
|
|
+ IsChecked="{Binding Recipe.Cycles,Mode=TwoWay}" Margin="0,15,0,0" ></RadioButton>
|
|
|
+
|
|
|
+
|
|
|
+ <RadioButton Grid.Row="3" Grid.Column="0" Content="Start Time" Height="35" Width="80" VerticalContentAlignment="Center" HorizontalAlignment="Left"
|
|
|
+ IsChecked="{Binding Recipe.StartTime,Mode=TwoWay}" Margin="0,15,0,0" ></RadioButton>
|
|
|
+
|
|
|
<UserControls:GroupTextBoxControl Grid.Column="1" Grid.Row="0" IsEnabled="{Binding Recipe.IdleTime}" Title="Burn In Time" Unit="min" MinValue="60" MaxValue="1440" IntValue="{Binding Recipe.BurnInTime,Mode=TwoWay}" ValidResult="{Binding PropertyValidResultDic[BurnInTime],Mode=TwoWay}" Width="200"/>
|
|
|
|
|
|
<UserControls:GroupTextBoxControl Grid.Column="1" Grid.Row="1" IsEnabled="{Binding Recipe.Charge}" Title="Burn In Current" Unit="Ah" MinValue="0" MaxValue="5000" IntValue="{Binding Recipe.BurnInCurrent,Mode=TwoWay}" ValidResult="{Binding PropertyValidResultDic[BurnInCurrent],Mode=TwoWay}" Width="200"/>
|