|
@@ -108,7 +108,7 @@
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
</GroupBox>
|
|
|
- <GroupBox Header="AN DIW Replen" FontWeight="Bold" FontSize="15" Grid.Row="2" Grid.Column="0" Width="200" Grid.RowSpan="3" Height="320" Margin="0,130,270,0">
|
|
|
+ <GroupBox Header="AN DIW Replen" FontWeight="Bold" FontSize="15" Grid.Row="2" Grid.Column="0" Width="200" Grid.RowSpan="3" Height="320" Margin="0,110,270,0">
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="35"></RowDefinition>
|
|
@@ -154,8 +154,8 @@
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
</GroupBox>
|
|
|
- <Grid Grid.Row="1" Grid.Column="2" Grid.RowSpan="2" Margin="10 0 0 200">
|
|
|
- <userControls:RecipeLoad Margin="10,10,0,0"
|
|
|
+ <Grid Grid.Row="1" Grid.Column="2" Grid.RowSpan="2" Margin="20 0 0 200">
|
|
|
+ <userControls:RecipeLoad Margin="50,10,0,0"
|
|
|
Module="{Binding Module}"
|
|
|
HeadName="Res Recipe"
|
|
|
RecipeType="{Binding RecipeType}" IsEnabled="{Binding IsEnabled}"
|
|
@@ -169,26 +169,26 @@
|
|
|
<RowDefinition Height="50"></RowDefinition>
|
|
|
</Grid.RowDefinitions>
|
|
|
<Grid Grid.Row="0">
|
|
|
- <Label Content="{Binding Module}" FontSize="35" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" VerticalAlignment="Center" HorizontalAlignment="Center" Margin="0,0,0,0"></Label>
|
|
|
+ <Label Content="{Binding Module}" FontSize="35" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" VerticalAlignment="Center" HorizontalAlignment="Center" Margin="0,0,-100,0"></Label>
|
|
|
</Grid>
|
|
|
<Grid Grid.Row="1">
|
|
|
- <Button IsEnabled="{Binding IsAutoEnabled}" Style="{StaticResource SysBtnStyle}" Grid.Column="1" Height="30" Width="100" HorizontalAlignment="Center" Content="Initialize" Command="{Binding InitializeCommand}"></Button>
|
|
|
+ <Button IsEnabled="{Binding IsAutoEnabled}" Style="{StaticResource SysBtnStyle}" Grid.Column="1" Height="30" Width="100" HorizontalAlignment="Center" Content="Initialize" Command="{Binding InitializeCommand}" Margin="0,0,-100,0"></Button>
|
|
|
</Grid>
|
|
|
<Grid Grid.Row="2">
|
|
|
- <Label Content="Operating Mode" FontSize="15" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" VerticalAlignment="Top" HorizontalAlignment="Center"></Label>
|
|
|
+ <Label Content="Operating Mode" FontSize="15" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" VerticalAlignment="Top" HorizontalAlignment="Center" Margin="0,0,-100,0"></Label>
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
- <userControls:OperatingModeControl HorizontalAlignment="Center" Margin="0,0,0,100" VerticalAlignment="Center" Grid.Row="1" Grid.Column="3" Grid.RowSpan="2"
|
|
|
+ <userControls:OperatingModeControl HorizontalAlignment="Center" Margin="0,0,-100,100" VerticalAlignment="Center" Grid.Row="1" Grid.Column="3" Grid.RowSpan="2"
|
|
|
ModuleName="{Binding Module}"
|
|
|
OperationModeValue="{Binding ReservoirsPersistent.OperatingMode}"/>
|
|
|
|
|
|
<Grid Grid.Row="2" Grid.Column="3">
|
|
|
- <Label Content="Recipe Mode" FontSize="15" FontWeight="Bold" Margin="0,0,0,90" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" VerticalAlignment="Center" HorizontalAlignment="Center"></Label>
|
|
|
- <userControls:RecipeModeControl HorizontalAlignment="Center" Margin="0,140,0,0" VerticalAlignment="Top" Width="190"
|
|
|
+ <Label Content="Recipe Mode" FontSize="15" FontWeight="Bold" Margin="0,0,-100,90" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" VerticalAlignment="Center" HorizontalAlignment="Center"></Label>
|
|
|
+ <userControls:RecipeModeControl HorizontalAlignment="Center" Margin="0,140,-100,0" VerticalAlignment="Top" Width="190"
|
|
|
ModuleName="{Binding Module}"
|
|
|
RecipeModeValue="{Binding ReservoirsPersistent.RecipeOperatingMode}" />
|
|
|
</Grid>
|
|
|
- <GroupBox Grid.Row="2" Grid.Column="2" Grid.ColumnSpan="2" Grid.RowSpan="3" HorizontalAlignment="Right" Height="200" VerticalAlignment="Center" Margin="0,0,50,180">
|
|
|
+ <GroupBox Grid.Row="2" Grid.Column="2" Grid.ColumnSpan="2" Grid.RowSpan="3" HorizontalAlignment="Right" Height="200" VerticalAlignment="Center" Margin="0,0,-50,180">
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="30"/>
|
|
@@ -241,7 +241,7 @@
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
</GroupBox>
|
|
|
- <GroupBox Header="Status" Grid.Row="3" Grid.Column="2" Grid.ColumnSpan="2" Grid.RowSpan="2" HorizontalAlignment="Right" Height="150" VerticalAlignment="Center" Margin="0,0,50,170">
|
|
|
+ <GroupBox Header="Status" Grid.Row="3" Grid.Column="2" Grid.ColumnSpan="2" Grid.RowSpan="2" HorizontalAlignment="Right" Height="150" VerticalAlignment="Center" Margin="0,0,-50,170">
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="30"/>
|
|
@@ -280,7 +280,7 @@
|
|
|
</Border>
|
|
|
</Grid>
|
|
|
</GroupBox>
|
|
|
- <Grid Grid.Row="2" Grid.Column="0" Grid.ColumnSpan="3" Grid.RowSpan="3" Margin="210,-50,0,0">
|
|
|
+ <Grid Grid.Row="2" Grid.Column="0" Grid.ColumnSpan="3" Grid.RowSpan="3" Margin="250,-50,0,0">
|
|
|
<userControls:DMReservoirUIControl
|
|
|
ModuleName="{Binding Module}"
|
|
|
ANIsolationValve="{Binding ReservoirData.AnIsolation}"
|
|
@@ -301,6 +301,9 @@
|
|
|
ReservoirTemperature ="{Binding TemperatureControlData.ReserviorTemperature}"
|
|
|
TCStatus ="{Binding TemperatureControlData.Status}"
|
|
|
TCEnableStatus ="{Binding TCEnableStatus}"
|
|
|
+ ANDiReplenValve="{Binding ReservoirData.AnDiReplen}"
|
|
|
+ CADiReplenValve="{Binding ReservoirData.CaDiReplen}"
|
|
|
+ IsError="{Binding IsError}"
|
|
|
>
|
|
|
|
|
|
</userControls:DMReservoirUIControl>
|