|
@@ -41,177 +41,212 @@
|
|
|
<MenuItem Header="Close" Click="CloseCellVacuumValve_Click"/>
|
|
|
</ContextMenu>
|
|
|
</UserControl.Resources>
|
|
|
+
|
|
|
<Canvas>
|
|
|
- <Grid Height="50" Width="100" Canvas.Left="149" Canvas.Top="110" >
|
|
|
- <Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="30"></RowDefinition>
|
|
|
- <RowDefinition Height="20"></RowDefinition>
|
|
|
- </Grid.RowDefinitions>
|
|
|
- <Grid Grid.Row="0">
|
|
|
- <customControls:CommonValveControl Height="16" Width="16" ValveOrientation="Horizontal"
|
|
|
- Status="{Binding ElementName=self,Path=DripValve}"
|
|
|
- IsCanEdit="True"
|
|
|
- ContextMenu="{StaticResource DripValve}"/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="1">
|
|
|
- <Label Margin="62,-18,-8,8" Height="30" FontSize="10" FontWeight="Bold" Content="Drip" />
|
|
|
+ <Grid Height="50" Width="100" Canvas.Left="149" Canvas.Top="110" >
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="20"></RowDefinition>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="0">
|
|
|
+ <customControls:CommonValveControl Height="16" Width="16" ValveOrientation="Horizontal"
|
|
|
+ Status="{Binding ElementName=self,Path=DripValve}"
|
|
|
+ IsCanEdit="True"
|
|
|
+ ContextMenu="{StaticResource DripValve}" RenderTransformOrigin="0.5,0.5">
|
|
|
+ <customControls:CommonValveControl.RenderTransform>
|
|
|
+ <TransformGroup>
|
|
|
+ <ScaleTransform/>
|
|
|
+ <SkewTransform/>
|
|
|
+ <RotateTransform Angle="90"/>
|
|
|
+ <TranslateTransform/>
|
|
|
+ </TransformGroup>
|
|
|
+ </customControls:CommonValveControl.RenderTransform>
|
|
|
+ </customControls:CommonValveControl>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Label Margin="62,-18,-8,8" Height="30" FontSize="10" FontWeight="Bold" Content="Drip" />
|
|
|
+ </Grid>
|
|
|
</Grid>
|
|
|
- </Grid>
|
|
|
|
|
|
- <Grid Height="50" Width="100" Canvas.Left="258" Canvas.Top="109" >
|
|
|
- <Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="30"></RowDefinition>
|
|
|
- <RowDefinition Height="20"></RowDefinition>
|
|
|
- </Grid.RowDefinitions>
|
|
|
- <Grid Grid.Row="0">
|
|
|
- <customControls:CommonValveControl Height="16" Width="16" ValveOrientation="Horizontal"
|
|
|
- Status="{Binding ElementName=self,Path=SmallValve}"
|
|
|
- IsCanEdit="True"
|
|
|
- ContextMenu="{StaticResource SmallValve}"/>
|
|
|
+ <Grid Height="50" Width="100" Canvas.Left="258" Canvas.Top="109" >
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="20"></RowDefinition>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="0">
|
|
|
+ <customControls:CommonValveControl Height="16" Width="16" ValveOrientation="Horizontal"
|
|
|
+ Status="{Binding ElementName=self,Path=SmallValve}"
|
|
|
+ IsCanEdit="True"
|
|
|
+ ContextMenu="{StaticResource SmallValve}" RenderTransformOrigin="0.5,0.5">
|
|
|
+ <customControls:CommonValveControl.RenderTransform>
|
|
|
+ <TransformGroup>
|
|
|
+ <ScaleTransform/>
|
|
|
+ <SkewTransform/>
|
|
|
+ <RotateTransform Angle="90"/>
|
|
|
+ <TranslateTransform/>
|
|
|
+ </TransformGroup>
|
|
|
+ </customControls:CommonValveControl.RenderTransform>
|
|
|
+ </customControls:CommonValveControl>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Label Margin="60,-20,-16,10" Height="30" FontSize="10" FontWeight="Bold" Content="Small" />
|
|
|
+ </Grid>
|
|
|
</Grid>
|
|
|
- <Grid Grid.Row="1">
|
|
|
- <Label Margin="60,-20,-16,10" Height="30" FontSize="10" FontWeight="Bold" Content="Small" />
|
|
|
- </Grid>
|
|
|
- </Grid>
|
|
|
|
|
|
- <Grid Height="50" Width="100" Canvas.Left="355" Canvas.Top="111" HorizontalAlignment="Left" VerticalAlignment="Center" >
|
|
|
- <Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="30"></RowDefinition>
|
|
|
- <RowDefinition Height="20"></RowDefinition>
|
|
|
- </Grid.RowDefinitions>
|
|
|
- <Grid Grid.Row="0" Margin="0,-1,0,1">
|
|
|
- <customControls:CommonValveControl Height="16" Width="16" ValveOrientation="Horizontal"
|
|
|
- Status="{Binding ElementName=self,Path=LargeValve}"
|
|
|
- IsCanEdit="True"
|
|
|
- ContextMenu="{StaticResource LargeValve}"/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="1">
|
|
|
- <Label Margin="62,-22,-30,12" Height="30" FontSize="10" FontWeight="Bold" Content="Large" />
|
|
|
+ <Grid Height="50" Width="100" Canvas.Left="355" Canvas.Top="111" HorizontalAlignment="Left" VerticalAlignment="Center" >
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="20"></RowDefinition>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="0" Margin="0,-1,0,1">
|
|
|
+ <customControls:CommonValveControl Height="16" Width="16" ValveOrientation="Horizontal"
|
|
|
+ Status="{Binding ElementName=self,Path=LargeValve}"
|
|
|
+ IsCanEdit="True"
|
|
|
+ ContextMenu="{StaticResource LargeValve}" RenderTransformOrigin="0.5,0.5">
|
|
|
+ <customControls:CommonValveControl.RenderTransform>
|
|
|
+ <TransformGroup>
|
|
|
+ <ScaleTransform/>
|
|
|
+ <SkewTransform/>
|
|
|
+ <RotateTransform Angle="90"/>
|
|
|
+ <TranslateTransform/>
|
|
|
+ </TransformGroup>
|
|
|
+ </customControls:CommonValveControl.RenderTransform>
|
|
|
+ </customControls:CommonValveControl>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Label Margin="62,-22,-30,12" Height="30" FontSize="10" FontWeight="Bold" Content="Large" />
|
|
|
+ </Grid>
|
|
|
</Grid>
|
|
|
- </Grid>
|
|
|
|
|
|
- <Grid Height="50" Width="100" Canvas.Left="436" Canvas.Top="203" HorizontalAlignment="Center" VerticalAlignment="Top" >
|
|
|
- <Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="30"></RowDefinition>
|
|
|
- <RowDefinition Height="20"></RowDefinition>
|
|
|
- </Grid.RowDefinitions>
|
|
|
- <Grid Grid.Row="0">
|
|
|
- <customControls:CommonValveControl Height="16" Width="16" ValveOrientation="Horizontal"
|
|
|
- Status="{Binding ElementName=self,Path=VentValve}"
|
|
|
- IsCanEdit="True"
|
|
|
- ContextMenu="{StaticResource VentValve}"/>
|
|
|
+ <Grid Height="50" Width="100" Canvas.Left="436" Canvas.Top="203" HorizontalAlignment="Center" VerticalAlignment="Top" >
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="20"></RowDefinition>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="0">
|
|
|
+ <customControls:CommonValveControl Height="16" Width="16" ValveOrientation="Horizontal"
|
|
|
+ Status="{Binding ElementName=self,Path=VentValve}"
|
|
|
+ IsCanEdit="True"
|
|
|
+ ContextMenu="{StaticResource VentValve}"/>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Label Margin="12,0,0,0" Height="30" Width="100" FontSize="10" FontWeight="Bold" Content="Vent Vlave" />
|
|
|
+ </Grid>
|
|
|
</Grid>
|
|
|
- <Grid Grid.Row="1">
|
|
|
- <Label Margin="12,0,0,0" Height="30" Width="100" FontSize="10" FontWeight="Bold" Content="Vent Vlave" />
|
|
|
- </Grid>
|
|
|
- </Grid>
|
|
|
|
|
|
- <Grid Height="50" Width="100" Canvas.Left="451" Canvas.Top="378" HorizontalAlignment="Left" VerticalAlignment="Top" Panel.ZIndex="2">
|
|
|
- <Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="30"></RowDefinition>
|
|
|
- <RowDefinition Height="20"></RowDefinition>
|
|
|
- </Grid.RowDefinitions>
|
|
|
- <Grid Grid.Row="0" >
|
|
|
- <customControls:CommonValveControl Height="16" Width="16" ValveOrientation="Horizontal"
|
|
|
- Status="{Binding ElementName=self,Path=DrainValve}"
|
|
|
- IsCanEdit="True"
|
|
|
- ContextMenu="{StaticResource DrainValve}"/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="1">
|
|
|
- <Label Margin="12,0,0,0" Height="30" Width="100" FontSize="10" FontWeight="Bold" Content="Drain Valve" />
|
|
|
+ <Grid Height="50" Width="100" Canvas.Left="451" Canvas.Top="378" HorizontalAlignment="Left" VerticalAlignment="Top" Panel.ZIndex="2">
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="20"></RowDefinition>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="0" >
|
|
|
+ <customControls:CommonValveControl Height="16" Width="16" ValveOrientation="Horizontal"
|
|
|
+ Status="{Binding ElementName=self,Path=DrainValve}"
|
|
|
+ IsCanEdit="True"
|
|
|
+ ContextMenu="{StaticResource DrainValve}"/>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Label Margin="12,0,0,0" Height="30" Width="100" FontSize="10" FontWeight="Bold" Content="Drain Valve" />
|
|
|
+ </Grid>
|
|
|
</Grid>
|
|
|
- </Grid>
|
|
|
|
|
|
- <Grid Height="50" Width="100" Canvas.Left="43" Canvas.Top="431" Panel.ZIndex="2">
|
|
|
- <Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="30"></RowDefinition>
|
|
|
- <RowDefinition Height="20"></RowDefinition>
|
|
|
- </Grid.RowDefinitions>
|
|
|
- <Grid Grid.Row="0">
|
|
|
- <customControls:CommonValveControl Height="16" Width="16" ValveOrientation="Horizontal"
|
|
|
- Status="{Binding ElementName=self,Path=VacuumValve}"
|
|
|
- IsCanEdit="True"
|
|
|
- ContextMenu="{StaticResource CellVacuumValve}"/>
|
|
|
+ <Grid Height="50" Width="100" Canvas.Left="43" Canvas.Top="431" Panel.ZIndex="2">
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ <RowDefinition Height="20"></RowDefinition>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="0">
|
|
|
+ <customControls:CommonValveControl Height="16" Width="16" ValveOrientation="Horizontal"
|
|
|
+ Status="{Binding ElementName=self,Path=VacuumValve}"
|
|
|
+ IsCanEdit="True"
|
|
|
+ ContextMenu="{StaticResource CellVacuumValve}"/>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Label Margin="12,0,0,0" Height="30" Width="100" FontSize="10" FontWeight="Bold" Content="Vacuum Valve" />
|
|
|
+ </Grid>
|
|
|
</Grid>
|
|
|
- <Grid Grid.Row="1">
|
|
|
- <Label Margin="12,0,0,0" Height="30" Width="100" FontSize="10" FontWeight="Bold" Content="Vacuum Valve" />
|
|
|
- </Grid>
|
|
|
- </Grid>
|
|
|
|
|
|
- <Grid Height="50" Width="120" Canvas.Left="420" Canvas.Top="14" >
|
|
|
- <Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="20"></RowDefinition>
|
|
|
- <RowDefinition Height="30"></RowDefinition>
|
|
|
- </Grid.RowDefinitions>
|
|
|
- <Grid.ColumnDefinitions>
|
|
|
- <ColumnDefinition Width="60"></ColumnDefinition>
|
|
|
- <ColumnDefinition Width="60"></ColumnDefinition>
|
|
|
- </Grid.ColumnDefinitions>
|
|
|
- <Grid Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2" HorizontalAlignment="Center" Margin="0,0,10,0">
|
|
|
- <Label Content="DIWLoopDO" FontSize="10" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="5,0,0,0"/>
|
|
|
+ <Grid Height="50" Width="120" Canvas.Left="420" Canvas.Top="14" >
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="20"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="60"></ColumnDefinition>
|
|
|
+ <ColumnDefinition Width="60"></ColumnDefinition>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Grid Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2" HorizontalAlignment="Center" Margin="0,0,10,0">
|
|
|
+ <Label Content="DIWLoopDO" FontSize="10" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="5,0,0,0"/>
|
|
|
+ </Grid>
|
|
|
+ <Border Grid.Row="1" Grid.Column="0" Margin="5,5,5,5" Background="Black" Width="50" VerticalAlignment="Center" HorizontalAlignment="Right">
|
|
|
+ <TextBlock Text="{Binding ElementName=self,Path=DIWLoopDo}" Foreground="Lime" FontSize="16" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Left"/>
|
|
|
+ </Border>
|
|
|
+ <Border Grid.Row="1" Grid.Column="1" Margin="0,5,0,5 " Background="Black" Height="22" Width="40" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
+ <TextBlock Text="ppm" Foreground="Lime" FontSize="12" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
+ </Border>
|
|
|
</Grid>
|
|
|
- <Border Grid.Row="1" Grid.Column="0" Margin="5,5,5,5" Background="Black" Width="50" VerticalAlignment="Center" HorizontalAlignment="Right">
|
|
|
- <TextBlock Text="{Binding ElementName=self,Path=DIWLoopDo}" Foreground="Lime" FontSize="16" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Left"/>
|
|
|
- </Border>
|
|
|
- <Border Grid.Row="1" Grid.Column="1" Margin="0,5,0,5 " Background="Black" Height="22" Width="40" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
- <TextBlock Text="ppm" Foreground="Lime" FontSize="12" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
- </Border>
|
|
|
- </Grid>
|
|
|
|
|
|
- <Grid Height="50" Width="120" Canvas.Left="220" Canvas.Top="14" >
|
|
|
- <Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="20"></RowDefinition>
|
|
|
- <RowDefinition Height="30"></RowDefinition>
|
|
|
- </Grid.RowDefinitions>
|
|
|
- <Grid.ColumnDefinitions>
|
|
|
- <ColumnDefinition Width="60"></ColumnDefinition>
|
|
|
- <ColumnDefinition Width="60"></ColumnDefinition>
|
|
|
- </Grid.ColumnDefinitions>
|
|
|
- <Grid Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2" HorizontalAlignment="Center" Margin="0,0,10,0">
|
|
|
- <Label Content="Diw Cell Flow" FontSize="10" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="5,0,0,0"/>
|
|
|
+ <Grid Height="50" Width="120" Canvas.Left="220" Canvas.Top="14" >
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="20"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="60"></ColumnDefinition>
|
|
|
+ <ColumnDefinition Width="60"></ColumnDefinition>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Grid Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2" HorizontalAlignment="Center" Margin="0,0,10,0">
|
|
|
+ <Label Content="Diw Cell Flow" FontSize="10" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="5,0,0,0"/>
|
|
|
+ </Grid>
|
|
|
+ <Border Grid.Row="1" Grid.Column="0" Margin="5,5,5,5" Background="Black" Width="50" VerticalAlignment="Center" HorizontalAlignment="Right">
|
|
|
+ <TextBlock Text="{Binding ElementName=self,Path=DIWFlow}" Foreground="Lime" FontSize="16" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Left"/>
|
|
|
+ </Border>
|
|
|
+ <Border Grid.Row="1" Grid.Column="1" Margin="0,5,0,5 " Background="Black" Height="22" Width="40" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
+ <TextBlock Text="L/min" Foreground="Lime" FontSize="12" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
+ </Border>
|
|
|
</Grid>
|
|
|
- <Border Grid.Row="1" Grid.Column="0" Margin="5,5,5,5" Background="Black" Width="50" VerticalAlignment="Center" HorizontalAlignment="Right">
|
|
|
- <TextBlock Text="{Binding ElementName=self,Path=DIWFlow}" Foreground="Lime" FontSize="16" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Left"/>
|
|
|
- </Border>
|
|
|
- <Border Grid.Row="1" Grid.Column="1" Margin="0,5,0,5 " Background="Black" Height="22" Width="40" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
- <TextBlock Text="L/min" Foreground="Lime" FontSize="12" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
- </Border>
|
|
|
- </Grid>
|
|
|
|
|
|
- <Grid Height="50" Width="120" Canvas.Left="76" Canvas.Top="377" >
|
|
|
- <Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="20"></RowDefinition>
|
|
|
- <RowDefinition Height="30"></RowDefinition>
|
|
|
- </Grid.RowDefinitions>
|
|
|
- <Grid.ColumnDefinitions>
|
|
|
- <ColumnDefinition Width="60"></ColumnDefinition>
|
|
|
- <ColumnDefinition Width="60"></ColumnDefinition>
|
|
|
- </Grid.ColumnDefinitions>
|
|
|
- <Grid Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2" HorizontalAlignment="Center" Margin="0,0,10,0">
|
|
|
- <Label Content="Cell Vacuum" FontSize="10" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="5,0,0,0"/>
|
|
|
+ <Grid Height="50" Width="120" Canvas.Left="76" Canvas.Top="377" >
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="20"></RowDefinition>
|
|
|
+ <RowDefinition Height="30"></RowDefinition>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="60"></ColumnDefinition>
|
|
|
+ <ColumnDefinition Width="60"></ColumnDefinition>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Grid Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2" HorizontalAlignment="Center" Margin="0,0,10,0">
|
|
|
+ <Label Content="Cell Vacuum" FontSize="10" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="5,0,0,0"/>
|
|
|
+ </Grid>
|
|
|
+ <Border Grid.Row="1" Grid.Column="0" Margin="5,5,5,5" Background="Black" Width="50" VerticalAlignment="Center" HorizontalAlignment="Right">
|
|
|
+ <TextBlock Text="{Binding ElementName=self,Path=CellVacuum}" Foreground="Lime" FontSize="16" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Left"/>
|
|
|
+ </Border>
|
|
|
+ <Border Grid.Row="1" Grid.Column="1" Margin="0,5,0,5 " Background="Black" Height="22" Width="40" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
+ <TextBlock Text="Toor" Foreground="Lime" FontSize="12" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
+ </Border>
|
|
|
</Grid>
|
|
|
- <Border Grid.Row="1" Grid.Column="0" Margin="5,5,5,5" Background="Black" Width="50" VerticalAlignment="Center" HorizontalAlignment="Right">
|
|
|
- <TextBlock Text="{Binding ElementName=self,Path=CellVacuum}" Foreground="Lime" FontSize="16" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Left"/>
|
|
|
- </Border>
|
|
|
- <Border Grid.Row="1" Grid.Column="1" Margin="0,5,0,5 " Background="Black" Height="22" Width="40" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
- <TextBlock Text="Toor" Foreground="Lime" FontSize="12" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
- </Border>
|
|
|
- </Grid>
|
|
|
- <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="181" Canvas.Top="163"/>
|
|
|
- <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="187" Canvas.Top="247"/>
|
|
|
+ <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="181" Canvas.Top="163"/>
|
|
|
+ <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="187" Canvas.Top="247"/>
|
|
|
+
|
|
|
+ <userControls:FlowPipe Height="6" Width="360" IsFlowing="true" IsReverse="True" Panel.ZIndex="-1" Canvas.Left="195" Canvas.Top="66" HorizontalAlignment="Left" VerticalAlignment="Center" />
|
|
|
+ <userControls:FlowPipe IsFlowing="{Binding ElementName=self,Path=LargeValve}" Height="8" Width="124" RotateTransformValue="90" HorizontalAlignment="Left" VerticalAlignment="Center" Panel.ZIndex="-1" Canvas.Left="409" Canvas.Top="70"/>
|
|
|
+ <userControls:FlowPipe IsFlowing="{Binding ElementName=self,Path=DripValve}" Height="8" Width="124" RotateTransformValue="90" HorizontalAlignment="Center" VerticalAlignment="Top" Panel.ZIndex="-1" Canvas.Left="203" Canvas.Top="67"/>
|
|
|
+ <userControls:FlowPipe IsFlowing="{Binding ElementName=self,Path=SmallValve}" Height="8" Width="124" RotateTransformValue="90" HorizontalAlignment="Left" VerticalAlignment="Center" Panel.ZIndex="-1" Canvas.Left="312" Canvas.Top="71"/>
|
|
|
|
|
|
- <userControls:FlowPipe Height="6" Width="360" IsFlowing="true" IsReverse="True" Panel.ZIndex="-1" Canvas.Left="195" Canvas.Top="66" HorizontalAlignment="Left" VerticalAlignment="Center" />
|
|
|
- <userControls:FlowPipe IsFlowing="{Binding ElementName=self,Path=LargeValve}" Height="8" Width="124" RotateTransformValue="90" HorizontalAlignment="Left" VerticalAlignment="Center" Panel.ZIndex="-1" Canvas.Left="409" Canvas.Top="70"/>
|
|
|
- <userControls:FlowPipe IsFlowing="{Binding ElementName=self,Path=DripValve}" Height="8" Width="124" RotateTransformValue="90" HorizontalAlignment="Center" VerticalAlignment="Top" Panel.ZIndex="-1" Canvas.Left="203" Canvas.Top="67"/>
|
|
|
- <userControls:FlowPipe IsFlowing="{Binding ElementName=self,Path=SmallValve}" Height="8" Width="124" RotateTransformValue="90" HorizontalAlignment="Left" VerticalAlignment="Center" Panel.ZIndex="-1" Canvas.Left="312" Canvas.Top="71"/>
|
|
|
+ <userControls:FlowPipe Height="6" Width="130" IsFlowing="{Binding ElementName=self,Path=VentValve}" IsReverse="True" Panel.ZIndex="-1" Canvas.Left="424" Canvas.Top="215" HorizontalAlignment="Left" VerticalAlignment="Top" />
|
|
|
+ <userControls:FlowPipe Height="6" Width="230" IsFlowing="{Binding ElementName=self,Path=DrainValve}" IsReverse="False" Panel.ZIndex="1" Canvas.Left="321" Canvas.Top="391" HorizontalAlignment="Left" VerticalAlignment="Center" />
|
|
|
+ <userControls:FlowPipe Height="6" Width="260" IsFlowing="{Binding ElementName=self,Path=VacuumValve}" IsReverse="False" Panel.ZIndex="1" Canvas.Left="48" Canvas.Top="443" HorizontalAlignment="Center" VerticalAlignment="Top" />
|
|
|
|
|
|
- <userControls:FlowPipe Height="6" Width="130" IsFlowing="{Binding ElementName=self,Path=VentValve}" IsReverse="True" Panel.ZIndex="-1" Canvas.Left="424" Canvas.Top="215" HorizontalAlignment="Left" VerticalAlignment="Top" />
|
|
|
- <userControls:FlowPipe Height="6" Width="230" IsFlowing="{Binding ElementName=self,Path=DrainValve}" IsReverse="False" Panel.ZIndex="1" Canvas.Left="321" Canvas.Top="391" HorizontalAlignment="Left" VerticalAlignment="Center" />
|
|
|
- <userControls:FlowPipe Height="6" Width="260" IsFlowing="{Binding ElementName=self,Path=VacuumValve}" IsReverse="False" Panel.ZIndex="1" Canvas.Left="48" Canvas.Top="443" HorizontalAlignment="Center" VerticalAlignment="Top" />
|
|
|
+ <Label Height="26" Width="63" FontSize="10" FontWeight="Bold" Content="DIW In" Canvas.Left="552" Canvas.Top="58" HorizontalAlignment="Center" VerticalAlignment="Top" />
|
|
|
+ <Label Height="26" Width="63" FontSize="10" FontWeight="Bold" Content="N2 In" Canvas.Left="553" Canvas.Top="207" HorizontalAlignment="Left" VerticalAlignment="Top" />
|
|
|
+ <Label Height="26" Width="63" FontSize="10" FontWeight="Bold" Content="To Drain" Canvas.Left="540" Canvas.Top="368" HorizontalAlignment="Left" VerticalAlignment="Top" RenderTransformOrigin="0.302,1.385" />
|
|
|
+ <Label Height="26" Width="80" FontSize="10" FontWeight="Bold" Content="To VAC Pump" Canvas.Left="2" Canvas.Top="421" HorizontalAlignment="Center" VerticalAlignment="Top" />
|
|
|
|
|
|
- <Label Height="26" Width="63" FontSize="10" FontWeight="Bold" Content="DIW In" Canvas.Left="552" Canvas.Top="58" HorizontalAlignment="Center" VerticalAlignment="Top" />
|
|
|
- <Label Height="26" Width="63" FontSize="10" FontWeight="Bold" Content="N2 In" Canvas.Left="553" Canvas.Top="207" HorizontalAlignment="Left" VerticalAlignment="Top" />
|
|
|
- <Label Height="26" Width="63" FontSize="10" FontWeight="Bold" Content="To Drain" Canvas.Left="540" Canvas.Top="368" HorizontalAlignment="Left" VerticalAlignment="Top" RenderTransformOrigin="0.302,1.385" />
|
|
|
- <Label Height="26" Width="80" FontSize="10" FontWeight="Bold" Content="To VAC Pump" Canvas.Left="2" Canvas.Top="421" HorizontalAlignment="Center" VerticalAlignment="Top" />
|
|
|
- </Canvas>
|
|
|
+ <Canvas Height="30" Width="150" Canvas.Left="231" Canvas.Top="231" RenderTransformOrigin="0.5,0.5" Panel.ZIndex="2">
|
|
|
+ <Viewbox Canvas.Left="5" Canvas.Top="2.5" HorizontalAlignment="Left" VerticalAlignment="Top" Panel.ZIndex="5">
|
|
|
+ <local:VPWWaferCtrl Width="140" Height="25" WaferData="{Binding ElementName=self, Path=WaferInfo}"/>
|
|
|
+ </Viewbox>
|
|
|
+ </Canvas>
|
|
|
+ </Canvas>
|
|
|
+
|
|
|
</UserControl>
|