|
@@ -38,7 +38,7 @@
|
|
|
</ContextMenu>
|
|
|
</UserControl.Resources>
|
|
|
<Canvas>
|
|
|
- <Grid Height="50" Width="100" Canvas.Left="206" Canvas.Top="107" >
|
|
|
+ <Grid Height="50" Width="100" Canvas.Left="206" Canvas.Top="83" HorizontalAlignment="Center" VerticalAlignment="Top" >
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="30"></RowDefinition>
|
|
|
<RowDefinition Height="20"></RowDefinition>
|
|
@@ -54,7 +54,7 @@
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
|
|
|
- <Grid Height="50" Width="100" Canvas.Left="575" Canvas.Top="107" >
|
|
|
+ <Grid Height="50" Width="100" Canvas.Left="575" Canvas.Top="83" HorizontalAlignment="Center" VerticalAlignment="Top" >
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="30"></RowDefinition>
|
|
|
<RowDefinition Height="20"></RowDefinition>
|
|
@@ -70,7 +70,7 @@
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
|
|
|
- <Grid Height="50" Width="100" Canvas.Left="206" Canvas.Top="226" >
|
|
|
+ <Grid Height="50" Width="100" Canvas.Left="206" Canvas.Top="202" HorizontalAlignment="Center" VerticalAlignment="Top" >
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="30"></RowDefinition>
|
|
|
<RowDefinition Height="20"></RowDefinition>
|
|
@@ -86,7 +86,7 @@
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
|
|
|
- <Grid Height="50" Width="100" Canvas.Left="250" Canvas.Top="624" >
|
|
|
+ <Grid Height="50" Width="100" Canvas.Left="250" Canvas.Top="600" HorizontalAlignment="Center" VerticalAlignment="Top" >
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="30"></RowDefinition>
|
|
|
<RowDefinition Height="20"></RowDefinition>
|
|
@@ -102,7 +102,7 @@
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
|
|
|
- <Grid Height="50" Width="100" Canvas.Left="510" Canvas.Top="624" HorizontalAlignment="Left" VerticalAlignment="Center" >
|
|
|
+ <Grid Height="50" Width="100" Canvas.Left="510" Canvas.Top="600" HorizontalAlignment="Center" VerticalAlignment="Top" >
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="30"></RowDefinition>
|
|
|
<RowDefinition Height="20"></RowDefinition>
|
|
@@ -118,7 +118,7 @@
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
|
|
|
- <Grid Height="50" Width="120" Canvas.Left="282" Canvas.Top="66" >
|
|
|
+ <Grid Height="50" Width="120" Canvas.Left="282" Canvas.Top="42" HorizontalAlignment="Center" VerticalAlignment="Top" >
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="20"></RowDefinition>
|
|
|
<RowDefinition Height="30"></RowDefinition>
|
|
@@ -138,9 +138,9 @@
|
|
|
</Border>
|
|
|
</Grid>
|
|
|
|
|
|
- <userControls:ReservoirPump IsEnabled="True" ModuleName="{Binding ModuleName,ElementName=self}" PumpType="BoosterPump" RotateTransformValue="0" IsOpenPump="{Binding IsBoosterPumpOpen,Mode=TwoWay,ElementName=self}" Height="60" Width="60" Tag="26" HorizontalAlignment="Left" VerticalAlignment="Top" Canvas.Left="99" Canvas.Top="70" />
|
|
|
- <userControls:ReservoirPump IsEnabled="True" ModuleName="{Binding ModuleName,ElementName=self}" PumpType="DegasPump" RotateTransformValue="0" IsOpenPump="{Binding IsDegasPumpOpen,Mode=TwoWay,ElementName=self}" Height="60" Width="60" Tag="26" HorizontalAlignment="Center" VerticalAlignment="Top" Canvas.Left="99" Canvas.Top="187" />
|
|
|
- <userControls:ReservoirPump IsEnabled="True" ModuleName="{Binding ModuleName,ElementName=self}" PumpType="VacuumPump" RotateTransformValue="0" IsOpenPump="{Binding IsVacuumPumpOpen,Mode=TwoWay,ElementName=self}" Height="60" Width="60" Tag="26" HorizontalAlignment="Left" VerticalAlignment="Center" Canvas.Left="396" Canvas.Top="694" RenderTransformOrigin="0.25,0.517" >
|
|
|
+ <userControls:ReservoirPump IsEnabled="True" ModuleName="{Binding ModuleName,ElementName=self}" PumpType="BoosterPump" RotateTransformValue="0" IsOpenPump="{Binding IsBoosterPumpOpen,Mode=TwoWay,ElementName=self}" Height="60" Width="60" Tag="26" HorizontalAlignment="Center" VerticalAlignment="Top" Canvas.Left="99" Canvas.Top="46" />
|
|
|
+ <userControls:ReservoirPump IsEnabled="True" ModuleName="{Binding ModuleName,ElementName=self}" PumpType="DegasPump" RotateTransformValue="0" IsOpenPump="{Binding IsDegasPumpOpen,Mode=TwoWay,ElementName=self}" Height="60" Width="60" Tag="26" HorizontalAlignment="Center" VerticalAlignment="Top" Canvas.Left="99" Canvas.Top="163" />
|
|
|
+ <userControls:ReservoirPump IsEnabled="True" ModuleName="{Binding ModuleName,ElementName=self}" PumpType="VacuumPump" RotateTransformValue="0" IsOpenPump="{Binding IsVacuumPumpOpen,Mode=TwoWay,ElementName=self}" Height="60" Width="60" Tag="26" HorizontalAlignment="Center" VerticalAlignment="Top" Canvas.Left="396" Canvas.Top="670" RenderTransformOrigin="0.25,0.517" >
|
|
|
<local:ReservoirPump.RenderTransform>
|
|
|
<TransformGroup>
|
|
|
<ScaleTransform/>
|
|
@@ -150,34 +150,34 @@
|
|
|
</TransformGroup>
|
|
|
</local:ReservoirPump.RenderTransform>
|
|
|
</userControls:ReservoirPump>
|
|
|
- <Label Height="20" Width="100" FontSize="10" FontWeight="Bold" Content="Booster Pump" Canvas.Left="86" Canvas.Top="136" />
|
|
|
- <Label Height="20" Width="100" FontSize="10" FontWeight="Bold" Content="Degas Pump" Canvas.Left="86" Canvas.Top="263" />
|
|
|
- <Label Height="20" Width="100" FontSize="10" FontWeight="Bold" Content="Vacuum Pump" Canvas.Left="376" Canvas.Top="740" HorizontalAlignment="Left" VerticalAlignment="Center" />
|
|
|
- <Label Height="20" Width="51" FontSize="10" FontWeight="Bold" Content="DIW In" Canvas.Left="17" Canvas.Top="110" HorizontalAlignment="Center" VerticalAlignment="Top" />
|
|
|
- <Label Height="26" Width="63" FontSize="10" FontWeight="Bold" Content="N2 Purge" Canvas.Left="698" Canvas.Top="42" HorizontalAlignment="Center" VerticalAlignment="Top" />
|
|
|
- <Image Source="pack://application:,,,/PunkHPX8_Themes;component/Themes/Images/parts/VpwUp.png" Height="84" Width="254" HorizontalAlignment="Left" VerticalAlignment="Top" Panel.ZIndex="1" Canvas.Left="182" Canvas.Top="304"/>
|
|
|
- <Image Source="pack://application:,,,/PunkHPX8_Themes;component/Themes/Images/parts/VpwUp.png" Height="84" Width="254" HorizontalAlignment="Left" VerticalAlignment="Top" Panel.ZIndex="1" Canvas.Left="446" Canvas.Top="304"/>
|
|
|
- <Image Source="pack://application:,,,/PunkHPX8_Themes;component/Themes/Images/parts/VpwCell.png" Height="236" Width="236" HorizontalAlignment="Left" VerticalAlignment="Top" Panel.ZIndex="1" Canvas.Left="183" Canvas.Top="392"/>
|
|
|
- <Image Source="pack://application:,,,/PunkHPX8_Themes;component/Themes/Images/parts/VpwCell.png" Height="236" Width="236" HorizontalAlignment="Left" VerticalAlignment="Top" Panel.ZIndex="1" Canvas.Left="440" Canvas.Top="392"/>
|
|
|
- <Image Source="pack://application:,,,/PunkHPX8_Themes;component/Themes/Images/parts/VpwShelf.png" Height="186" Width="292" HorizontalAlignment="Left" VerticalAlignment="Top" Panel.ZIndex="1" Canvas.Left="276" Canvas.Top="422"/>
|
|
|
+ <Label Height="20" Width="100" FontSize="10" FontWeight="Bold" Content="Booster Pump" Canvas.Left="86" Canvas.Top="112" HorizontalAlignment="Center" VerticalAlignment="Top" />
|
|
|
+ <Label Height="20" Width="100" FontSize="10" FontWeight="Bold" Content="Degas Pump" Canvas.Left="86" Canvas.Top="239" HorizontalAlignment="Center" VerticalAlignment="Top" />
|
|
|
+ <Label Height="20" Width="100" FontSize="10" FontWeight="Bold" Content="Vacuum Pump" Canvas.Left="376" Canvas.Top="716" HorizontalAlignment="Center" VerticalAlignment="Top" />
|
|
|
+ <Label Height="20" Width="51" FontSize="10" FontWeight="Bold" Content="DIW In" Canvas.Left="17" Canvas.Top="86" HorizontalAlignment="Center" VerticalAlignment="Top" />
|
|
|
+ <Label Height="26" Width="63" FontSize="10" FontWeight="Bold" Content="N2 Purge" Canvas.Left="698" Canvas.Top="18" HorizontalAlignment="Center" VerticalAlignment="Top" />
|
|
|
+ <Image Source="pack://application:,,,/PunkHPX8_Themes;component/Themes/Images/parts/VpwUp.png" Height="84" Width="254" HorizontalAlignment="Center" VerticalAlignment="Top" Panel.ZIndex="1" Canvas.Left="182" Canvas.Top="280"/>
|
|
|
+ <Image Source="pack://application:,,,/PunkHPX8_Themes;component/Themes/Images/parts/VpwUp.png" Height="84" Width="254" HorizontalAlignment="Center" VerticalAlignment="Top" Panel.ZIndex="1" Canvas.Left="446" Canvas.Top="280"/>
|
|
|
+ <Image Source="pack://application:,,,/PunkHPX8_Themes;component/Themes/Images/parts/VpwCell.png" Height="236" Width="236" HorizontalAlignment="Center" VerticalAlignment="Top" Panel.ZIndex="1" Canvas.Left="183" Canvas.Top="368"/>
|
|
|
+ <Image Source="pack://application:,,,/PunkHPX8_Themes;component/Themes/Images/parts/VpwCell.png" Height="236" Width="236" HorizontalAlignment="Center" VerticalAlignment="Top" Panel.ZIndex="1" Canvas.Left="440" Canvas.Top="368"/>
|
|
|
+ <Image Source="pack://application:,,,/PunkHPX8_Themes;component/Themes/Images/parts/VpwShelf.png" Height="186" Width="292" HorizontalAlignment="Center" VerticalAlignment="Top" Panel.ZIndex="1" Canvas.Left="276" Canvas.Top="398"/>
|
|
|
|
|
|
- <userControls:FlowPipe Height="6" Width="180" IsFlowing="{Binding IsBoosterPumpOpen,ElementName=self}" IsReverse="False" Panel.ZIndex="-1" Canvas.Left="71" Canvas.Top="119" HorizontalAlignment="Left" VerticalAlignment="Center" />
|
|
|
- <userControls:FlowPipe Height="6" Width="360" IsFlowing="{Binding RinseCommonData.FillValve}" IsReverse="False" Panel.ZIndex="-1" Canvas.Left="261" Canvas.Top="119" HorizontalAlignment="Left" VerticalAlignment="Center" />
|
|
|
- <userControls:FlowPipe Height="6" Width="400" IsFlowing="{Binding RinseCommonData.FillValve}" IsReverse="False" Panel.ZIndex="-1" Canvas.Left="330" Canvas.Top="265" HorizontalAlignment="Left" VerticalAlignment="Top" />
|
|
|
- <userControls:FlowPipe Height="6" Width="100" IsFlowing="{Binding RinseCommonData.FillValve}" IsReverse="False" Panel.ZIndex="-1" Canvas.Left="630" Canvas.Top="119" HorizontalAlignment="Left" VerticalAlignment="Center" />
|
|
|
- <userControls:FlowPipe IsFlowing="{Binding RinseCommonData.DrainValve}" Height="8" Width="124" RotateTransformValue="90" HorizontalAlignment="Center" VerticalAlignment="Top" Panel.ZIndex="1" Canvas.Left="418" Canvas.Top="119"/>
|
|
|
- <userControls:FlowPipe IsFlowing="{Binding RinseCommonData.DrainValve}" Height="8" Width="150" RotateTransformValue="90" HorizontalAlignment="Center" VerticalAlignment="Top" Panel.ZIndex="1" Canvas.Left="730" Canvas.Top="119"/>
|
|
|
- <userControls:FlowPipe IsFlowing="{Binding RinseCommonData.DrainValve}" Height="8" Width="80" RotateTransformValue="90" HorizontalAlignment="Left" VerticalAlignment="Top" Panel.ZIndex="1" Canvas.Left="530" Canvas.Top="265"/>
|
|
|
- <userControls:FlowPipe IsFlowing="{Binding RinseCommonData.DrainValve}" Height="8" Width="80" RotateTransformValue="90" HorizontalAlignment="Left" VerticalAlignment="Center" Panel.ZIndex="1" Canvas.Left="338" Canvas.Top="265"/>
|
|
|
- <userControls:FlowPipe IsReverse="True" IsFlowing="{Binding IsVacuumPumpOpen,Mode=TwoWay,ElementName=self}" Height="8" Width="40" RotateTransformValue="90" HorizontalAlignment="Left" VerticalAlignment="Top" Panel.ZIndex="1" Canvas.Left="437" Canvas.Top="641"/>
|
|
|
- <userControls:FlowPipe IsFlowing="{Binding ElementName=self,Path=VPW1VACValve}" Height="8" Width="40" RotateTransformValue="90" HorizontalAlignment="Center" VerticalAlignment="Top" Panel.ZIndex="1" Canvas.Left="304" Canvas.Top="593"/>
|
|
|
- <userControls:FlowPipe IsFlowing="{Binding ElementName=self,Path=VPW2VACValve}" Height="8" Width="40" RotateTransformValue="90" HorizontalAlignment="Left" VerticalAlignment="Center" Panel.ZIndex="1" Canvas.Left="564" Canvas.Top="593"/>
|
|
|
- <userControls:FlowPipe Height="6" Width="160" IsFlowing="{Binding IsDegasPumpOpen,ElementName=self}" IsReverse="False" Panel.ZIndex="-1" Canvas.Left="100" Canvas.Top="237" HorizontalAlignment="Left" VerticalAlignment="Center" />
|
|
|
- <userControls:FlowPipe Height="6" Width="160" IsFlowing="{Binding RinseCommonData.FillValve}" IsReverse="False" Panel.ZIndex="-1" Canvas.Left="255" Canvas.Top="237" HorizontalAlignment="Left" VerticalAlignment="Top" />
|
|
|
- <userControls:FlowPipe Height="6" Width="135" IsFlowing="{Binding IsVacuumPumpOpen,ElementName=self}" IsReverse="False" Panel.ZIndex="-1" Canvas.Left="296" Canvas.Top="636" HorizontalAlignment="Left" VerticalAlignment="Top" />
|
|
|
- <userControls:FlowPipe Height="6" Width="135" IsFlowing="{Binding IsVacuumPumpOpen,ElementName=self}" IsReverse="False" Panel.ZIndex="-1" Canvas.Left="430" Canvas.Top="636" HorizontalAlignment="Center" VerticalAlignment="Top" />
|
|
|
+ <userControls:FlowPipe Height="6" Width="180" IsFlowing="{Binding IsBoosterPumpOpen,ElementName=self}" IsReverse="False" Panel.ZIndex="-1" Canvas.Left="71" Canvas.Top="95" HorizontalAlignment="Center" VerticalAlignment="Top" />
|
|
|
+ <userControls:FlowPipe Height="6" Width="360" IsFlowing="{Binding RinseCommonData.FillValve}" IsReverse="False" Panel.ZIndex="-1" Canvas.Left="261" Canvas.Top="95" HorizontalAlignment="Center" VerticalAlignment="Top" />
|
|
|
+ <userControls:FlowPipe Height="6" Width="400" IsFlowing="{Binding RinseCommonData.FillValve}" IsReverse="False" Panel.ZIndex="-1" Canvas.Left="330" Canvas.Top="241" HorizontalAlignment="Center" VerticalAlignment="Top" />
|
|
|
+ <userControls:FlowPipe Height="6" Width="100" IsFlowing="{Binding RinseCommonData.FillValve}" IsReverse="False" Panel.ZIndex="-1" Canvas.Left="630" Canvas.Top="95" HorizontalAlignment="Center" VerticalAlignment="Top" />
|
|
|
+ <userControls:FlowPipe IsFlowing="{Binding RinseCommonData.DrainValve}" Height="8" Width="124" RotateTransformValue="90" HorizontalAlignment="Center" VerticalAlignment="Top" Panel.ZIndex="1" Canvas.Left="418" Canvas.Top="95"/>
|
|
|
+ <userControls:FlowPipe IsFlowing="{Binding RinseCommonData.DrainValve}" Height="8" Width="150" RotateTransformValue="90" HorizontalAlignment="Center" VerticalAlignment="Top" Panel.ZIndex="1" Canvas.Left="730" Canvas.Top="95"/>
|
|
|
+ <userControls:FlowPipe IsFlowing="{Binding RinseCommonData.DrainValve}" Height="8" Width="80" RotateTransformValue="90" HorizontalAlignment="Center" VerticalAlignment="Top" Panel.ZIndex="1" Canvas.Left="530" Canvas.Top="241"/>
|
|
|
+ <userControls:FlowPipe IsFlowing="{Binding RinseCommonData.DrainValve}" Height="8" Width="80" RotateTransformValue="90" HorizontalAlignment="Center" VerticalAlignment="Top" Panel.ZIndex="1" Canvas.Left="338" Canvas.Top="241"/>
|
|
|
+ <userControls:FlowPipe IsReverse="True" IsFlowing="{Binding IsVacuumPumpOpen,Mode=TwoWay,ElementName=self}" Height="8" Width="40" RotateTransformValue="90" HorizontalAlignment="Center" VerticalAlignment="Top" Panel.ZIndex="1" Canvas.Left="437" Canvas.Top="617"/>
|
|
|
+ <userControls:FlowPipe IsFlowing="{Binding ElementName=self,Path=VPW1VACValve}" Height="8" Width="40" RotateTransformValue="90" HorizontalAlignment="Center" VerticalAlignment="Top" Panel.ZIndex="1" Canvas.Left="304" Canvas.Top="569"/>
|
|
|
+ <userControls:FlowPipe IsFlowing="{Binding ElementName=self,Path=VPW2VACValve}" Height="8" Width="40" RotateTransformValue="90" HorizontalAlignment="Center" VerticalAlignment="Top" Panel.ZIndex="1" Canvas.Left="564" Canvas.Top="569"/>
|
|
|
+ <userControls:FlowPipe Height="6" Width="160" IsFlowing="{Binding IsDegasPumpOpen,ElementName=self}" IsReverse="False" Panel.ZIndex="-1" Canvas.Left="100" Canvas.Top="213" HorizontalAlignment="Center" VerticalAlignment="Top" />
|
|
|
+ <userControls:FlowPipe Height="6" Width="160" IsFlowing="{Binding RinseCommonData.FillValve}" IsReverse="False" Panel.ZIndex="-1" Canvas.Left="255" Canvas.Top="213" HorizontalAlignment="Center" VerticalAlignment="Top" />
|
|
|
+ <userControls:FlowPipe Height="6" Width="135" IsFlowing="{Binding IsVacuumPumpOpen,ElementName=self}" IsReverse="False" Panel.ZIndex="-1" Canvas.Left="296" Canvas.Top="612" HorizontalAlignment="Center" VerticalAlignment="Top" />
|
|
|
+ <userControls:FlowPipe Height="6" Width="135" IsFlowing="{Binding IsVacuumPumpOpen,ElementName=self}" IsReverse="False" Panel.ZIndex="-1" Canvas.Left="430" Canvas.Top="612" HorizontalAlignment="Center" VerticalAlignment="Top" />
|
|
|
|
|
|
- <Canvas Width="40" Height="20" Canvas.Left="710" Canvas.Top="79" HorizontalAlignment="Left" VerticalAlignment="Top" RenderTransformOrigin="0.5,0.5" >
|
|
|
+ <Canvas Width="40" Height="20" Canvas.Left="710" Canvas.Top="55" HorizontalAlignment="Center" VerticalAlignment="Top" RenderTransformOrigin="0.5,0.5" >
|
|
|
<Canvas.RenderTransform>
|
|
|
<TransformGroup>
|
|
|
<ScaleTransform/>
|