OperationView2LPJetAB.xaml 85 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115
  1. <UserControl x:Class="EfemUI.Views.OperationView.OperationView2LPJetAB"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  5. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  6. xmlns:Common="clr-namespace:Aitex.Sorter.Common;assembly=Aitex.Sorter.Common"
  7. xmlns:ctrlCommon="clr-namespace:Aitex.Sorter.UI.Controls.Common;assembly=Aitex.Sorter.UI"
  8. xmlns:ctrl="clr-namespace:Aitex.Sorter.UI.Controls;assembly=Aitex.Sorter.UI"
  9. xmlns:deviceControl="clr-namespace:Aitex.Core.UI.DeviceControl;assembly=MECF.Framework.UI.Core"
  10. xmlns:equipment="clr-namespace:MECF.Framework.Common.Equipment;assembly=MECF.Framework.Common"
  11. xmlns:controls1="clr-namespace:EfemUI.Controls"
  12. x:Name="root" Loaded="root_Loaded"
  13. mc:Ignorable="d"
  14. Height="800" Width="1920">
  15. <UserControl.Resources>
  16. </UserControl.Resources>
  17. <Grid IsEnabled="{Binding EnablePageControl}">
  18. <Grid.ColumnDefinitions>
  19. <ColumnDefinition Width="490"/>
  20. <ColumnDefinition Width="*" />
  21. </Grid.ColumnDefinitions>
  22. <Grid>
  23. <!--LP Component -->
  24. <Viewbox Stretch="Fill" Width="560" Height="600" Grid.Column="0" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="0,60,0,0">
  25. <controls1:FoupListControl x:Name="foupList" IsSlotShowOpposite="{Binding IsSlotShowOpposite}" IsEnableTextMenu="{Binding IsNoRunning}" FoupList="{Binding FoupList}" Visibility="{Binding LP1Enable, Converter={StaticResource boolVisibilityConverter}}" LoadPortCommand="{Binding LoadPortCommand}" WaferTransferOptionCommand="{Binding WaferTransferOptionCommand}" />
  26. </Viewbox>
  27. </Grid>
  28. <Grid Grid.Column="1">
  29. <Grid.ColumnDefinitions>
  30. <ColumnDefinition Width="*" />
  31. <ColumnDefinition Width="auto" />
  32. </Grid.ColumnDefinitions>
  33. <!--Buffer Component-->
  34. <Viewbox Stretch="Fill" Width="560" Height="180" Grid.Column="0" VerticalAlignment="Top" HorizontalAlignment="Left" Margin="820,140,0,0">
  35. <controls1:FoupListControl x:Name="bufferList" IsSlotShowOpposite="{Binding IsSlotShowOpposite}" IsEnableTextMenu="{Binding IsNoRunning}" FoupList="{Binding BufferList}" Visibility="{Binding BufferEnable, Converter={StaticResource boolVisibilityConverter}}"/>
  36. </Viewbox>
  37. <!--Efem UI-->
  38. <Grid Margin="90,210,60,70">
  39. <controls1:EFEM2LPJetAB IsEnableTextMenu="{Binding IsNoRunning}" x:Name="efem" Aligner1Wafer="{Binding Aligner1Wafer}" Aligner2Wafer="{Binding Aligner2Wafer}" CoolingBuffer1Wafer="{Binding CoolingBuffer1Wafer}" CoolingBuffer2Wafer="{Binding CoolingBuffer2Wafer}" FlipperWafer="{Binding FlipperWafer}" Margin="0,0,-20,-60" WaferIDDisplayMode="WaferOrigin"/>
  40. </Grid>
  41. <!--Up WaferInfo Panel-->
  42. <!--PMA WaferInfo Component-->
  43. <Border Visibility="{Binding PMAEnable,Converter={StaticResource boolVisibilityConverter},ConverterParameter={StaticResource True}}" BorderThickness="1" BorderBrush="#84a567" Height="70" Width="220" Margin="280,0,580,650">
  44. <DockPanel Background="{StaticResource Table_BG_Content}">
  45. <Label Content="PMA" HorizontalContentAlignment="Center" DockPanel.Dock="Top" FontWeight="Bold" FontSize="15" Style="{StaticResource label}" Width="220" Height="30" />
  46. <Grid>
  47. <Grid.ColumnDefinitions>
  48. <ColumnDefinition Width="auto" />
  49. <ColumnDefinition Width="168" />
  50. <ColumnDefinition Width="32"/>
  51. </Grid.ColumnDefinitions>
  52. <Grid.RowDefinitions>
  53. <RowDefinition Height="40" />
  54. </Grid.RowDefinitions>
  55. <ctrl:Wafer WaferIDDisplayMode="WaferOrigin" IsEnableTextMenu="{Binding IsNoRunning}" Grid.Row="0" Height="23.6" Margin="0,8,0,8" Width="216" Padding="0" Slot="0" WaferTransferOptionCommand="{Binding WaferTransferOptionCommand}" WaferItem="{Binding LL1Wafer}" Station="LL1" ShowSlot="True" Grid.ColumnSpan="3" />
  56. </Grid>
  57. </DockPanel>
  58. </Border>
  59. <!--PMB WaferInfo Component-->
  60. <Border Visibility="{Binding PMBEnable,Converter={StaticResource boolVisibilityConverter},ConverterParameter={StaticResource True}}" BorderThickness="1" BorderBrush="#84a567" Height="70" Width="220" Margin="570,0,290,650">
  61. <DockPanel Background="{StaticResource Table_BG_Content}">
  62. <Label Content="PMB" HorizontalContentAlignment="Center" DockPanel.Dock="Top" FontWeight="Bold" FontSize="15" Style="{StaticResource label}" Width="220" Height="30" />
  63. <Grid>
  64. <Grid.ColumnDefinitions>
  65. <ColumnDefinition Width="auto" />
  66. <ColumnDefinition Width="168" />
  67. <ColumnDefinition Width="32"/>
  68. </Grid.ColumnDefinitions>
  69. <Grid.RowDefinitions>
  70. <RowDefinition Height="40" />
  71. </Grid.RowDefinitions>
  72. <ctrl:Wafer WaferIDDisplayMode="WaferOrigin" IsEnableTextMenu="{Binding IsNoRunning}" Grid.Row="0" Height="23.6" Margin="0,8,0,8" Width="216" Padding="0" Slot="0" WaferTransferOptionCommand="{Binding WaferTransferOptionCommand}" WaferItem="{Binding LL2Wafer}" Station="LL2" ShowSlot="True" Grid.ColumnSpan="3" />
  73. </Grid>
  74. </DockPanel>
  75. </Border>
  76. <!--Left WaferInfo Panel-->
  77. <Grid Margin="0,175,815,70" Width="220">
  78. <Grid.RowDefinitions>
  79. <RowDefinition Height="1.4*"/>
  80. <RowDefinition/>
  81. <RowDefinition/>
  82. <RowDefinition Height="180"/>
  83. </Grid.RowDefinitions>
  84. <!--Flipper WaferInfo Component-->
  85. <Border Grid.Row="0" Visibility="{Binding FlipperEnable,Converter={StaticResource boolVisibilityConverter},ConverterParameter={StaticResource True}}" BorderThickness="1" BorderBrush="#84a567" Height="130" Width="220" VerticalAlignment="Center">
  86. <DockPanel Background="{StaticResource Table_BG_Content}">
  87. <Label Content="Flipper" HorizontalContentAlignment="Center" DockPanel.Dock="Top" FontWeight="Bold" FontSize="15" Style="{StaticResource label}" Width="220" Height="30" />
  88. <Grid>
  89. <Grid.ColumnDefinitions>
  90. <ColumnDefinition Width="auto" />
  91. <ColumnDefinition Width="168" />
  92. <ColumnDefinition Width="32"/>
  93. </Grid.ColumnDefinitions>
  94. <Grid.RowDefinitions>
  95. <RowDefinition Height="40" />
  96. <RowDefinition Height="28" />
  97. <RowDefinition Height="29" />
  98. </Grid.RowDefinitions>
  99. <ctrl:Wafer WaferIDDisplayMode="WaferOrigin" IsEnableTextMenu="{Binding IsNoRunning}" Margin="0,8,0,8" Width="216" Grid.Row="0" Height="23.6" HorizontalAlignment="Center" Padding="0" Slot="0" WaferTransferOptionCommand="{Binding WaferTransferOptionCommand}" WaferItem="{Binding FlipperWafer}" Station="Flipper" ShowSlot="True" Grid.ColumnSpan="3" />
  100. <Grid Grid.Row="1" Grid.ColumnSpan="3" ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="LightBlue" Margin="0,0,-2,0">
  101. <Grid.ColumnDefinitions>
  102. <ColumnDefinition/>
  103. <ColumnDefinition/>
  104. </Grid.ColumnDefinitions>
  105. <StackPanel Orientation="Horizontal" Margin="35,0,0,0">
  106. <ctrlCommon:LED On="{Binding IsOver0Degree}"/>
  107. <TextBlock Text="0°" FontWeight="Bold" Foreground="Gray" FontSize="15" Margin="10,0,0,0"/>
  108. </StackPanel>
  109. <StackPanel Grid.Column="1" Orientation="Horizontal" Margin="20,0,0,0">
  110. <ctrlCommon:LED On="{Binding IsOver180Degree}"/>
  111. <TextBlock Text="180°" FontWeight="Bold" Foreground="Gray" FontSize="15" Margin="10,0,0,0"/>
  112. </StackPanel>
  113. </Grid>
  114. <Grid Grid.Row="2" Grid.ColumnSpan="3" ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="LightBlue" Margin="0,0,-2,0">
  115. <Grid.ColumnDefinitions>
  116. <ColumnDefinition/>
  117. <ColumnDefinition/>
  118. </Grid.ColumnDefinitions>
  119. <StackPanel Orientation="Horizontal" Margin="35,0,0,0">
  120. <ctrlCommon:LED On="{Binding ClampClose}"/>
  121. <TextBlock Text="Grip" FontWeight="Bold" Foreground="Gray" FontSize="15" Margin="5,0,0,0"/>
  122. </StackPanel>
  123. <StackPanel Grid.Column="1" Orientation="Horizontal" Margin="20,0,0,0">
  124. <ctrlCommon:LED On="{Binding ClampOpen}"/>
  125. <TextBlock Text="UnGrip" FontWeight="Bold" Foreground="Gray" FontSize="15" Margin="5,0,0,0"/>
  126. </StackPanel>
  127. </Grid>
  128. </Grid>
  129. </DockPanel>
  130. </Border>
  131. <!--CoolingBuffer1 WaferInfo Component-->
  132. <Border Grid.Row="1" Visibility="{Binding CoolingBuffer1Enable,Converter={StaticResource boolVisibilityConverter},ConverterParameter={StaticResource True}}" BorderThickness="1" BorderBrush="#84a567" Height="70" Width="220" VerticalAlignment="Center">
  133. <DockPanel Background="{StaticResource Table_BG_Content}">
  134. <Label Content="CoolingBuffer1" HorizontalContentAlignment="Center" DockPanel.Dock="Top" FontWeight="Bold" FontSize="15" Style="{StaticResource label}" Width="220" Height="30" />
  135. <Grid>
  136. <Grid.ColumnDefinitions>
  137. <ColumnDefinition Width="auto" />
  138. <ColumnDefinition Width="168" />
  139. <ColumnDefinition Width="32"/>
  140. </Grid.ColumnDefinitions>
  141. <Grid.RowDefinitions>
  142. <RowDefinition Height="40" />
  143. </Grid.RowDefinitions>
  144. <ctrl:Wafer WaferIDDisplayMode="WaferOrigin" IsEnableTextMenu="{Binding IsNoRunning}" Grid.Row="0" Height="23.6" Grid.ColumnSpan="3" Padding="0" Slot="0" WaferTransferOptionCommand="{Binding WaferTransferOptionCommand}" WaferItem="{Binding CoolingBuffer1Wafer}" Station="CoolingBuffer1" ShowSlot="True" Margin="0,8,0,8" Width="216" HorizontalAlignment="Center"/>
  145. </Grid>
  146. </DockPanel>
  147. </Border>
  148. <!--CoolingBuffer2 WaferInfo Component-->
  149. <Border Grid.Row="2" Visibility="{Binding CoolingBuffer2Enable,Converter={StaticResource boolVisibilityConverter},ConverterParameter={StaticResource True}}" BorderThickness="1" BorderBrush="#84a567" Height="70" Width="220" VerticalAlignment="Center">
  150. <DockPanel Background="{StaticResource Table_BG_Content}">
  151. <Label Content="CoolingBuffer2" HorizontalContentAlignment="Center" DockPanel.Dock="Top" FontWeight="Bold" FontSize="15" Style="{StaticResource label}" Width="220" Height="30" />
  152. <Grid>
  153. <Grid.ColumnDefinitions>
  154. <ColumnDefinition Width="auto" />
  155. <ColumnDefinition Width="168" />
  156. <ColumnDefinition Width="32"/>
  157. </Grid.ColumnDefinitions>
  158. <Grid.RowDefinitions>
  159. <RowDefinition Height="40" />
  160. </Grid.RowDefinitions>
  161. <ctrl:Wafer WaferIDDisplayMode="WaferOrigin" IsEnableTextMenu="{Binding IsNoRunning}" Grid.Row="0" Height="23.6" Margin="0,8,0,8" Width="216" HorizontalAlignment="Center" Padding="0" Slot="0" WaferTransferOptionCommand="{Binding WaferTransferOptionCommand}" WaferItem="{Binding CoolingBuffer2Wafer}" Station="CoolingBuffer2" ShowSlot="True" Grid.ColumnSpan="3" Grid.Column="0" />
  162. </Grid>
  163. </DockPanel>
  164. </Border>
  165. <!--Robot WaferInfo Component-->
  166. <Border Grid.Row="3" HorizontalAlignment="Center" BorderThickness="1" BorderBrush="#84a567" Height="158" Width="220" VerticalAlignment="Center" Margin="0,20,0,0">
  167. <DockPanel Background="{StaticResource Table_BG_Content}">
  168. <Label Content="Robot" HorizontalContentAlignment="Center" FontWeight="Bold" FontSize="15" DockPanel.Dock="Top" Style="{StaticResource label}" Width="230" Height="30" />
  169. <Grid>
  170. <Grid.RowDefinitions>
  171. <RowDefinition Height="*" />
  172. <RowDefinition Height="*" />
  173. <RowDefinition Height="2*" />
  174. </Grid.RowDefinitions>
  175. <Grid.ColumnDefinitions>
  176. <ColumnDefinition Width="47" />
  177. <ColumnDefinition Width="*" />
  178. </Grid.ColumnDefinitions>
  179. <ctrlCommon:LED Grid.Row="0" Grid.Column="0" On="{Binding IsRightArmPressureSensorON}" />
  180. <ctrl:Wafer IsEnableTextMenu="{Binding IsNoRunning}" WaferIDDisplayMode="WaferOrigin" Grid.Row="0" Height="23.6" Margin="0,0,0,8" Padding="0" Grid.Column="1" Slot="1" WaferTransferOptionCommand="{Binding WaferTransferOptionCommand}" WaferItem="{Binding RobotWafer2}" Station="{Binding Source={x:Static equipment:ModuleName.Robot}}" ShowSlot="True"/>
  181. <ctrlCommon:LED Grid.Row="1" On="{Binding IsLeftArmPressureSensorON}" />
  182. <ctrl:Wafer IsEnableTextMenu="{Binding IsNoRunning}" WaferIDDisplayMode="WaferOrigin" Grid.Row="1" Height="23.6" Margin="0,0,0,8" Padding="0" Grid.Column="1" Slot="0" WaferTransferOptionCommand="{Binding WaferTransferOptionCommand}" WaferItem="{Binding RobotWafer1}" Station="{Binding Source={x:Static equipment:ModuleName.Robot}}" ShowSlot="True" HorizontalAlignment="Center" Width="164" />
  183. <Border Grid.Row="2" Grid.ColumnSpan="2" BorderBrush="Gray" BorderThickness="1">
  184. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  185. <Grid.ColumnDefinitions>
  186. <ColumnDefinition Width="*" />
  187. <ColumnDefinition Width="*" />
  188. </Grid.ColumnDefinitions>
  189. <Grid.RowDefinitions>
  190. <RowDefinition Height="30" />
  191. <RowDefinition Height="30" />
  192. </Grid.RowDefinitions>
  193. <Label Content="Status" FontSize="18" HorizontalAlignment="Center"/>
  194. <Label Content="{Binding RobotState}" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}" Background="{Binding RobotState,Converter={StaticResource deviceStateColorConverter}}"/>
  195. <Label Content="Speed" FontSize="18" Grid.Row="1" HorizontalAlignment="Center"/>
  196. <Label Content="{Binding CurrentReadSpeedData}" Grid.Row="1" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}"/>
  197. </Grid>
  198. </Border>
  199. </Grid>
  200. </DockPanel>
  201. </Border>
  202. </Grid>
  203. <!--Right WaferInfo Panel-->
  204. <Grid Margin="810,218,10,70" Width="220" >
  205. <Grid.RowDefinitions>
  206. <RowDefinition/>
  207. <RowDefinition/>
  208. <RowDefinition/>
  209. <RowDefinition Height="180"/>
  210. </Grid.RowDefinitions>
  211. <!--None WaferInfo Component-->
  212. <Border Visibility="Hidden" BorderThickness="1" BorderBrush="#84a567" Height="70" Width="220" VerticalAlignment="Center" HorizontalAlignment="Center">
  213. <DockPanel Background="{StaticResource Table_BG_Content}">
  214. <Label Content="PM" HorizontalContentAlignment="Center" DockPanel.Dock="Top" FontWeight="Bold" FontSize="15" Style="{StaticResource label}" Width="220" Height="30" />
  215. <Grid>
  216. <Grid.ColumnDefinitions>
  217. <ColumnDefinition Width="auto" />
  218. <ColumnDefinition Width="168" />
  219. <ColumnDefinition Width="32"/>
  220. </Grid.ColumnDefinitions>
  221. <Grid.RowDefinitions>
  222. <RowDefinition Height="40" />
  223. </Grid.RowDefinitions>
  224. <ctrl:Wafer WaferIDDisplayMode="WaferOrigin" IsEnableTextMenu="{Binding IsNoRunning}" Grid.Row="0" Height="23.6" Margin="0,8,0,8" Width="216" HorizontalAlignment="Center" Padding="0" Slot="0" WaferTransferOptionCommand="{Binding WaferTransferOptionCommand}" WaferItem="{Binding LL1Wafer}" Station="LL1" ShowSlot="True" Grid.ColumnSpan="3" />
  225. </Grid>
  226. </DockPanel>
  227. </Border>
  228. <!--Aligner1 WaferInfo Component-->
  229. <Border Grid.Row="1" Visibility="{Binding Aligner1Enable,Converter={StaticResource boolVisibilityConverter},ConverterParameter={StaticResource True}}" BorderThickness="1" BorderBrush="#84a567" Height="70" Width="220" HorizontalAlignment="Center">
  230. <DockPanel Background="{StaticResource Table_BG_Content}">
  231. <Label Content="Aligner1" HorizontalContentAlignment="Center" DockPanel.Dock="Top" FontWeight="Bold" FontSize="15" Style="{StaticResource label}" Width="220" Height="30" />
  232. <Grid>
  233. <Grid.ColumnDefinitions>
  234. <ColumnDefinition Width="auto" />
  235. <ColumnDefinition Width="168" />
  236. <ColumnDefinition Width="32"/>
  237. </Grid.ColumnDefinitions>
  238. <Grid.RowDefinitions>
  239. <RowDefinition Height="40" />
  240. </Grid.RowDefinitions>
  241. <ctrl:Wafer WaferIDDisplayMode="WaferOrigin" IsEnableTextMenu="{Binding IsNoRunning}" Grid.Row="0" Height="23.6" Margin="0,8,0,8" Width="216" HorizontalAlignment="Center" Padding="0" Slot="0" WaferTransferOptionCommand="{Binding WaferTransferOptionCommand}" WaferItem="{Binding Aligner1Wafer}" Station="Aligner1" ShowSlot="True" Grid.ColumnSpan="3" />
  242. </Grid>
  243. </DockPanel>
  244. </Border>
  245. <!--Aligner2 WaferInfo Component-->
  246. <Border Grid.Row="2" Visibility="{Binding Aligner2Enable,Converter={StaticResource boolVisibilityConverter},ConverterParameter={StaticResource True}}" BorderThickness="1" BorderBrush="#84a567" Height="70" Width="220" HorizontalAlignment="Center" VerticalAlignment="Center">
  247. <DockPanel Background="{StaticResource Table_BG_Content}">
  248. <Label Content="Aligner2" HorizontalContentAlignment="Center" DockPanel.Dock="Top" FontWeight="Bold" FontSize="15" Style="{StaticResource label}" Width="220" Height="30" />
  249. <Grid>
  250. <Grid.ColumnDefinitions>
  251. <ColumnDefinition Width="auto" />
  252. <ColumnDefinition Width="168" />
  253. <ColumnDefinition Width="32"/>
  254. </Grid.ColumnDefinitions>
  255. <Grid.RowDefinitions>
  256. <RowDefinition Height="40" />
  257. </Grid.RowDefinitions>
  258. <ctrl:Wafer WaferIDDisplayMode="WaferOrigin" IsEnableTextMenu="{Binding IsNoRunning}" Grid.Row="0" Height="23.6" Margin="0,8,0,8" Width="216" HorizontalAlignment="Center" Padding="0" Slot="0" WaferTransferOptionCommand="{Binding WaferTransferOptionCommand}" WaferItem="{Binding Aligner2Wafer}" Station="Aligner2" ShowSlot="True" Grid.ColumnSpan="3" Grid.Column="0" />
  259. </Grid>
  260. </DockPanel>
  261. </Border>
  262. </Grid>
  263. <!--Right Menus-->
  264. <Border Grid.Row="0" Grid.RowSpan="3" Grid.Column="1" HorizontalAlignment="Left" VerticalAlignment="Top" BorderThickness="1" BorderBrush="#84a567" Height="780" Width="350">
  265. <DockPanel Background="{StaticResource Table_BG_Content}">
  266. <!--<Label Content="Cycle" HorizontalContentAlignment="Center" DockPanel.Dock="Top" Style="{StaticResource label}" Width="400" Height="30" />-->
  267. <Grid>
  268. <Grid.Resources>
  269. <Style TargetType="Label" BasedOn="{StaticResource {x:Type Label}}">
  270. <Setter Property="VerticalAlignment" Value="Center" />
  271. <Setter Property="HorizontalAlignment" Value="Center" />
  272. </Style>
  273. </Grid.Resources>
  274. <Grid.RowDefinitions>
  275. <RowDefinition Height="35" />
  276. <RowDefinition Height="55" />
  277. <RowDefinition Height="35" />
  278. <RowDefinition Height="155" />
  279. <RowDefinition Height="35" />
  280. <RowDefinition Height="141" />
  281. <RowDefinition Height="35" />
  282. <RowDefinition Height="117" />
  283. <RowDefinition Height="35" />
  284. <RowDefinition Height="1*" />
  285. </Grid.RowDefinitions>
  286. <Label Content="Operation" FontSize="17" FontWeight="Bold" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" Width="350" Style="{StaticResource label}" />
  287. <Grid Grid.Row="1">
  288. <Grid.ColumnDefinitions>
  289. <ColumnDefinition/>
  290. <ColumnDefinition/>
  291. </Grid.ColumnDefinitions>
  292. <Button Template="{StaticResource realism_button}" VerticalAlignment="Center" HorizontalAlignment="Left" Content="Home All" FontSize="17" Height="36" Width="120" IsEnabled="{Binding IsHomeAllButtonEnabled}" Command="{Binding InvokeCommand}" CommandParameter="HomeAll" Margin="50,0,0,0" />
  293. <Button Template="{StaticResource realism_button}" Grid.Column="1" VerticalAlignment="Center" HorizontalAlignment="Left" Content="Abort" FontSize="17" Height="36" Width="120" IsEnabled="{Binding IsAbortHomeAllButtonEnabled}" Command="{Binding InvokeCommand}" CommandParameter="AbortHomeAll" Margin="23,0,0,0" />
  294. </Grid>
  295. <Label Content="Cycle" Grid.Row="2" FontSize="17" FontWeight="Bold" Grid.Column="0" Grid.ColumnSpan="3" Width="350" Style="{StaticResource label}" />
  296. <Grid Grid.Row="3">
  297. <Grid.RowDefinitions>
  298. <RowDefinition Height="1*"/>
  299. <RowDefinition Height="1.8*"/>
  300. <RowDefinition Height="1*"/>
  301. </Grid.RowDefinitions>
  302. <StackPanel Orientation="Horizontal" >
  303. <TextBlock Text="Origin:" FontSize="17" Margin="20,0,0,0"></TextBlock>
  304. <ComboBox Width="100" Height="30" Margin="5,0" FontSize="17" ItemsSource="{Binding CycleItemsSource}" SelectedValue="{Binding CycleFrom}">
  305. </ComboBox>
  306. <TextBlock Text="To:" FontSize="17" Margin="10,0,0,0"></TextBlock>
  307. <ComboBox Width="100" Height="30" Margin="5" FontSize="17" ItemsSource="{Binding CycleItemsSource}" SelectedValue="{Binding CycleTo}">
  308. </ComboBox>
  309. </StackPanel>
  310. <WrapPanel Grid.Row="1" HorizontalAlignment="Left" VerticalAlignment="Center" Width="310" Height="54" Margin="28,0,0,0">
  311. <CheckBox Margin="0,0,10,10" VerticalContentAlignment="Center" FontSize="17" Visibility="{Binding Aligner1Enable,Converter={StaticResource boolVisibilityConverter},ConverterParameter={StaticResource True}}" IsChecked="{Binding Aligner1IsChecked}">Aligner1</CheckBox>
  312. <CheckBox Margin="0,0,10,10" VerticalContentAlignment="Center" FontSize="17" Visibility="{Binding Aligner2Enable,Converter={StaticResource boolVisibilityConverter},ConverterParameter={StaticResource True}}" IsChecked="{Binding Aligner2IsChecked}">Aligner2</CheckBox>
  313. <!--<CheckBox Margin="0,0,10,7" VerticalContentAlignment="Center" FontSize="17" IsEnabled="False" Visibility="{Binding PMAEnable,Converter={StaticResource boolVisibilityConverter},ConverterParameter={StaticResource True}}" IsChecked="{Binding Ll1IsChecked}">PMA</CheckBox>
  314. <CheckBox Margin="0,0,10,7" VerticalContentAlignment="Center" FontSize="17" IsEnabled="False" Visibility="{Binding PMBEnable,Converter={StaticResource boolVisibilityConverter},ConverterParameter={StaticResource True}}" IsChecked="{Binding Ll2IsChecked}">PMB</CheckBox>-->
  315. <CheckBox Margin="0,0,10,10" VerticalContentAlignment="Center" FontSize="17" Visibility="{Binding CoolingBuffer1Enable,Converter={StaticResource boolVisibilityConverter},ConverterParameter={StaticResource True}}" IsChecked="{Binding CoolingBuffer1IsChecked}">Cooling1</CheckBox>
  316. <CheckBox Margin="0,0,10,10" VerticalContentAlignment="Center" FontSize="17" Visibility="{Binding CoolingBuffer2Enable,Converter={StaticResource boolVisibilityConverter},ConverterParameter={StaticResource True}}" IsChecked="{Binding CoolingBuffer2IsChecked}">Cooling2</CheckBox>
  317. <CheckBox Margin="0,0,10,10" VerticalContentAlignment="Center" FontSize="17" Visibility="{Binding BufferEnable,Converter={StaticResource boolVisibilityConverter},ConverterParameter={StaticResource True}}" IsChecked="{Binding BufferIsChecked}">Buffer</CheckBox>
  318. <CheckBox Margin="0,0,10,10" VerticalContentAlignment="Center" FontSize="17" Visibility="{Binding FlipperEnable,Converter={StaticResource boolVisibilityConverter},ConverterParameter={StaticResource True}}" IsChecked="{Binding FlipperIsChecked}">Flipper</CheckBox>
  319. </WrapPanel>
  320. <StackPanel Grid.Row="2" HorizontalAlignment="Center" VerticalAlignment="Center" Orientation="Horizontal" Width="345" Margin="0,0,0,0">
  321. <Button FontSize="17" Template="{StaticResource realism_button}" Content="Start" VerticalAlignment="Center" Height="36" Width="120" IsEnabled="{Binding IsHomeAllButtonEnabled}" Command="{Binding StartCycleCommand}" CommandParameter="Cycle" Margin="50,0,0,5"/>
  322. <Button FontSize="17" Template="{StaticResource realism_button}" Content="Stop" VerticalAlignment="Center" Height="36" Width="120" IsEnabled="{Binding IsHomeAllButtonEnabled}" Command="{Binding InvokeCommand}" CommandParameter="Stop" Margin="30,0,0,5"/>
  323. <!--Button Content="Benchmark" Height="36" Width="100" IsEnabled="{Binding IsHomeAllButtonEnabled}" Command="{Binding StartCycleCommand}" CommandParameter="Benchmark" /-->
  324. </StackPanel>
  325. </Grid>
  326. <Label Content="Process Information" FontSize="17" FontWeight="Bold" Grid.Row="4" Grid.Column="0" Grid.ColumnSpan="3" Width="350" Style="{StaticResource label}" />
  327. <Grid Grid.Row="5" Grid.ColumnSpan="5" ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  328. <Grid.Resources>
  329. <Style TargetType="Label" BasedOn="{StaticResource {x:Type Label}}">
  330. <Setter Property="VerticalAlignment" Value="Center" />
  331. <Setter Property="HorizontalAlignment" Value="Left" />
  332. <Setter Property="Margin" Value="10,0,0,0" />
  333. </Style>
  334. </Grid.Resources>
  335. <Grid.ColumnDefinitions>
  336. <ColumnDefinition Width="184" />
  337. <ColumnDefinition />
  338. </Grid.ColumnDefinitions>
  339. <Grid.RowDefinitions>
  340. <RowDefinition Height="35" />
  341. <RowDefinition Height="35" />
  342. <RowDefinition Height="35" />
  343. <RowDefinition Height="35" />
  344. </Grid.RowDefinitions>
  345. <Label Grid.Row="0" Content="Elapse Time(s)" FontSize="17" Margin="20,0,0,0" Height="32" Width="145" />
  346. <Label Grid.Column="1" FontSize="17" Content="{Binding TransferTime}" HorizontalContentAlignment="Center" Height="32" Width="143" />
  347. <Label Grid.Row="1" Content="Wafer Count" FontSize="17" Margin="20,0,0,0" Height="32" Width="122" />
  348. <Label Grid.Row="1" Grid.Column="1" FontSize="17" HorizontalContentAlignment="Center" Content="{Binding TransferCount}" Height="32" Width="145" />
  349. <Label Grid.Row="2" Content="Throughput(WPH)" FontSize="17" Margin="20,0,0,0" Height="32" Width="172" />
  350. <Label Grid.Row="2" Grid.Column="1" FontSize="17" HorizontalContentAlignment="Center" Content="{Binding TranserThroughput}" Height="32" Width="145" />
  351. <Label Grid.Row="3" Content="Cycle Count" FontSize="17" Margin="20,0,0,0" Height="32" Width="119" />
  352. <Label Grid.Row="3" Grid.Column="1" FontSize="17" HorizontalContentAlignment="Center" Content="{Binding CycleCountDisplay}" Height="32" Width="145" />
  353. </Grid>
  354. <Label Content="FFU Information" FontSize="17" FontWeight="Bold" Grid.Row="6" Grid.Column="0" Grid.ColumnSpan="3" Width="350" Style="{StaticResource label}" />
  355. <Grid Grid.Row="7" Grid.ColumnSpan="5" ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  356. <Grid.Resources>
  357. <Style TargetType="Label" BasedOn="{StaticResource {x:Type Label}}">
  358. <Setter Property="VerticalAlignment" Value="Center" />
  359. <Setter Property="HorizontalAlignment" Value="Left" />
  360. <Setter Property="Margin" Value="10,0,0,0" />
  361. </Style>
  362. </Grid.Resources>
  363. <Grid.ColumnDefinitions>
  364. <ColumnDefinition Width="184" />
  365. <ColumnDefinition Width="1*" />
  366. </Grid.ColumnDefinitions>
  367. <Grid.RowDefinitions>
  368. <RowDefinition Height="35" />
  369. <RowDefinition Height="35" />
  370. <RowDefinition Height="40" />
  371. </Grid.RowDefinitions>
  372. <Label Grid.Row="0" FontSize="17" Content="FFU Speed" Margin="20,4,0,4" />
  373. <Label Grid.Row="0" Grid.Column="1" Content="{Binding FFU1Speed}" HorizontalContentAlignment="Center" Grid.ColumnSpan="2" Height="32" Width="145" />
  374. <Label Grid.Row="1" FontSize="17" Content="FFU Set Speed" Margin="20,4,0,4" />
  375. <TextBox x:Name="txtFFUSetpoint" Grid.Row="1" Grid.Column="1" Margin="10,2,10,4" Height="NaN"/>
  376. <Button Template="{StaticResource realism_button}" Grid.Row="2" Grid.Column="1" Command="{Binding SetFFUCommand}"
  377. CommandParameter="{Binding Text,ElementName=txtFFUSetpoint}"
  378. Margin="10,4,10,0" Content="Set FFU Speed" VerticalAlignment="Top" Width="Auto" Height="37" Grid.ColumnSpan="2"/>
  379. </Grid>
  380. <!--Flipper Operaion Component-->
  381. <Label VerticalAlignment="Top" Visibility="{Binding FlipperEnable,Converter={StaticResource boolVisibilityConverter},ConverterParameter={StaticResource True}}" Content="Flipper Operation" FontSize="17" FontWeight="Bold" Grid.Row="8" Width="350" Height="35" Style="{StaticResource label}" />
  382. <Grid Grid.Row="9" Visibility="{Binding FlipperEnable,Converter={StaticResource boolVisibilityConverter},ConverterParameter={StaticResource True}}">
  383. <Grid.ColumnDefinitions>
  384. <ColumnDefinition/>
  385. <ColumnDefinition/>
  386. <ColumnDefinition/>
  387. </Grid.ColumnDefinitions>
  388. <Grid.RowDefinitions>
  389. <RowDefinition/>
  390. <RowDefinition/>
  391. <RowDefinition/>
  392. </Grid.RowDefinitions>
  393. <Button Content="Home" Grid.Row="0" Grid.Column="0" Width="90" Height="36" Command="{Binding FlipperHomeCommand}" Template="{StaticResource realism_button}"/>
  394. <Button Content="Reset" Grid.Row="0" Grid.Column="1" Width="90" Height="36" Command="{Binding FlipperResetCommand}" Template="{StaticResource realism_button}"/>
  395. <Button Content="Abort" Grid.Row="0" Grid.Column="2" Width="90" Height="36" Command="{Binding FlipperAbortCommand}" Template="{StaticResource realism_button}"/>
  396. <Button Content="UnGrip" Grid.Row="1" Grid.Column="0" Width="90" Height="36" Command="{Binding FlipperUnGripCommand}" Template="{StaticResource realism_button}"/>
  397. <Button Content="Grip" Grid.Row="1" Grid.Column="1" Width="90" Height="36" Command="{Binding FlipperGripCommand}" Template="{StaticResource realism_button}"/>
  398. <Button Content="Turn Over" Grid.Row="1" Grid.Column="2" Width="90" Height="36" Command="{Binding FlipperTurnOverCommand}" Template="{StaticResource realism_button}"/>
  399. <Grid Grid.Row="2" Grid.Column="0" Grid.ColumnSpan="3" Margin="0,0,0,0">
  400. <Grid.ColumnDefinitions>
  401. <ColumnDefinition/>
  402. <ColumnDefinition Width="1.3*"/>
  403. <ColumnDefinition/>
  404. <ColumnDefinition Width="1.3*"/>
  405. </Grid.ColumnDefinitions>
  406. <Button Content="Jog+" Grid.Column="0" Width="60" Height="36" Command="{Binding FlipperTurnOverJogPCommand}" Template="{StaticResource realism_button}"/>
  407. <Button Content="Jog+Stop" Grid.Column="1" Width="90" Height="36" Command="{Binding FlipperTurnOverJogPStopCommand}" Template="{StaticResource realism_button}"/>
  408. <Button Content="Jog-" Grid.Column="2" Width="60" Height="36" Command="{Binding FlipperTurnOverJogNCommand}" Template="{StaticResource realism_button}"/>
  409. <Button Content="Jog-Stop" Grid.Column="3" Width="90" Height="36" Command="{Binding FlipperTurnOverJogNStopCommand}" Template="{StaticResource realism_button}"/>
  410. </Grid>
  411. </Grid>
  412. </Grid>
  413. </DockPanel>
  414. </Border>
  415. <!--LP1 Wafer Setting Component-->
  416. <Border HorizontalAlignment="Left" VerticalAlignment="Bottom" BorderThickness="1" Visibility="Hidden" BorderBrush="#84a567" Height="158" Width="195" Margin="260,0,0,10">
  417. <DockPanel Background="{StaticResource Table_BG_Content}">
  418. <Label Content="LP1" HorizontalContentAlignment="Center" DockPanel.Dock="Top" Style="{StaticResource label}" Width="230" Height="30" />
  419. <Grid>
  420. <Grid.RowDefinitions>
  421. <RowDefinition Height="*" />
  422. <RowDefinition Height="*" />
  423. <RowDefinition Height="*" />
  424. <RowDefinition Height="*" />
  425. </Grid.RowDefinitions>
  426. <Grid.ColumnDefinitions>
  427. <ColumnDefinition Width="100" />
  428. <ColumnDefinition Width="*" />
  429. </Grid.ColumnDefinitions>
  430. <Button Grid.Column="0" Grid.Row="0" Command="{Binding SetWaferThick}" CommandParameter="LP1" Margin="8,0,0,0" Width="80" Height="25" Content="Thick" VerticalAlignment="Center" />
  431. <Button Grid.Column="1" Grid.Row="0" Command="{Binding SetWaferThin}" CommandParameter="LP1" Margin="0,0,0,0" Width="80" Height="25" Content="Thin" VerticalAlignment="Center" />
  432. <Border Grid.Row="1" Grid.ColumnSpan="2" BorderBrush="Gray" BorderThickness="1">
  433. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  434. <Grid.ColumnDefinitions>
  435. <ColumnDefinition Width="*" />
  436. <ColumnDefinition Width="*" />
  437. </Grid.ColumnDefinitions>
  438. <Grid.RowDefinitions>
  439. <RowDefinition Height="30" />
  440. </Grid.RowDefinitions>
  441. <Label Content="Type"/>
  442. <Label Content="{Binding LP1WaferThickness}" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}"/>
  443. </Grid>
  444. </Border>
  445. <Button Grid.Column="0" Grid.Row="2" Command="{Binding SetLPSlot13}" CommandParameter="LP1" Margin="8,0,0,0" Width="80" Height="25" Content="13'" VerticalAlignment="Center" />
  446. <Button Grid.Column="1" Grid.Row="2" Command="{Binding SetLPSlot25}" CommandParameter="LP1" Margin="0,0,0,0" Width="80" Height="25" Content="25'" VerticalAlignment="Center" />
  447. <Border Grid.Row="3" Grid.ColumnSpan="2" BorderBrush="Gray" BorderThickness="1">
  448. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  449. <Grid.ColumnDefinitions>
  450. <ColumnDefinition Width="*" />
  451. <ColumnDefinition Width="*" />
  452. </Grid.ColumnDefinitions>
  453. <Grid.RowDefinitions>
  454. <RowDefinition Height="30" />
  455. </Grid.RowDefinitions>
  456. <Label Content="Slots"/>
  457. <Label Content="{Binding LP1ValidSlotsNumber}" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}"/>
  458. </Grid>
  459. </Border>
  460. </Grid>
  461. </DockPanel>
  462. </Border>
  463. <!--LP2 Wafer Setting Component-->
  464. <Border HorizontalAlignment="Left" VerticalAlignment="Bottom" BorderThickness="1" Visibility="Hidden" BorderBrush="#84a567" Height="158" Width="195" Margin="472,0,0,10">
  465. <DockPanel Background="{StaticResource Table_BG_Content}">
  466. <Label Content="LP2" HorizontalContentAlignment="Center" DockPanel.Dock="Top" Style="{StaticResource label}" Width="230" Height="30" />
  467. <Grid>
  468. <Grid.RowDefinitions>
  469. <RowDefinition Height="*" />
  470. <RowDefinition Height="*" />
  471. <RowDefinition Height="*" />
  472. <RowDefinition Height="*" />
  473. </Grid.RowDefinitions>
  474. <Grid.ColumnDefinitions>
  475. <ColumnDefinition Width="100" />
  476. <ColumnDefinition Width="*" />
  477. </Grid.ColumnDefinitions>
  478. <Button Grid.Column="0" Grid.Row="0" Command="{Binding SetWaferThick}" CommandParameter="LP2" Margin="8,0,0,0" Width="80" Height="25" Content="Thick" VerticalAlignment="Center" />
  479. <Button Grid.Column="1" Grid.Row="0" Command="{Binding SetWaferThin}" CommandParameter="LP2" Margin="0,0,0,0" Width="80" Height="25" Content="Thin" VerticalAlignment="Center" />
  480. <Border Grid.Row="1" Grid.ColumnSpan="2" BorderBrush="Gray" BorderThickness="1">
  481. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  482. <Grid.ColumnDefinitions>
  483. <ColumnDefinition Width="*" />
  484. <ColumnDefinition Width="*" />
  485. </Grid.ColumnDefinitions>
  486. <Grid.RowDefinitions>
  487. <RowDefinition Height="Auto" />
  488. </Grid.RowDefinitions>
  489. <Label Content="Type"/>
  490. <Label Content="{Binding LP2WaferThickness}" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}" />
  491. </Grid>
  492. </Border>
  493. <Button Grid.Column="0" Grid.Row="2" Command="{Binding SetLPSlot13}" CommandParameter="LP2" Margin="8,0,0,0" Width="80" Height="25" Content="13'" VerticalAlignment="Center" />
  494. <Button Grid.Column="1" Grid.Row="2" Command="{Binding SetLPSlot25}" CommandParameter="LP2" Margin="0,0,0,0" Width="80" Height="25" Content="25'" VerticalAlignment="Center" />
  495. <Border Grid.Row="4" Grid.ColumnSpan="2" BorderBrush="Gray" BorderThickness="1">
  496. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent" Margin="1,-1,-1,1">
  497. <Grid.ColumnDefinitions>
  498. <ColumnDefinition Width="*" />
  499. <ColumnDefinition Width="*" />
  500. </Grid.ColumnDefinitions>
  501. <Grid.RowDefinitions>
  502. <RowDefinition Height="Auto" />
  503. </Grid.RowDefinitions>
  504. <Label Content="Slots"/>
  505. <Label Content="{Binding LP2ValidSlotsNumber}" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}" />
  506. </Grid>
  507. </Border>
  508. </Grid>
  509. </DockPanel>
  510. </Border>
  511. <!--Aligner1 Wafer Setting Component-->
  512. <Border HorizontalAlignment="Left" VerticalAlignment="Bottom" BorderThickness="1" Visibility="Hidden" BorderBrush="#84a567" Height="93" Width="195" Margin="715,0,0,278">
  513. <DockPanel Background="{StaticResource Table_BG_Content}">
  514. <Label Content="Aligner1" HorizontalContentAlignment="Center" DockPanel.Dock="Top" Style="{StaticResource label}" Width="230" Height="30" />
  515. <Grid>
  516. <Grid.RowDefinitions>
  517. <RowDefinition Height="*" />
  518. <RowDefinition Height="*" />
  519. </Grid.RowDefinitions>
  520. <Grid.ColumnDefinitions>
  521. <ColumnDefinition Width="100" />
  522. <ColumnDefinition Width="*" />
  523. </Grid.ColumnDefinitions>
  524. <Button Grid.Column="0" Grid.Row="0" Command="{Binding SetWaferThick}" CommandParameter="Aligner1" Margin="8,0,0,0" Width="80" Height="25" Content="Thick" VerticalAlignment="Center" />
  525. <Button Grid.Column="1" Grid.Row="0" Command="{Binding SetWaferThin}" CommandParameter="Aligner1" Margin="0,0,0,0" Width="80" Height="25" Content="Thin" VerticalAlignment="Center" />
  526. <Border Grid.Row="2" Grid.ColumnSpan="2" BorderBrush="Gray" BorderThickness="1">
  527. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  528. <Grid.ColumnDefinitions>
  529. <ColumnDefinition Width="*" />
  530. <ColumnDefinition Width="*" />
  531. </Grid.ColumnDefinitions>
  532. <Grid.RowDefinitions>
  533. <RowDefinition Height="Auto" />
  534. </Grid.RowDefinitions>
  535. <Label Content="Type"/>
  536. <Label Content="{Binding Aligner1WaferThickness}" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}" />
  537. </Grid>
  538. </Border>
  539. </Grid>
  540. </DockPanel>
  541. </Border>
  542. <Border HorizontalAlignment="Left" VerticalAlignment="Bottom" BorderThickness="1" Visibility="Hidden" BorderBrush="#84a567" Height="93" Width="195" Margin="715,0,0,278">
  543. <DockPanel Background="{StaticResource Table_BG_Content}">
  544. <Label Content="Aligner1" HorizontalContentAlignment="Center" DockPanel.Dock="Top" Style="{StaticResource label}" Width="230" Height="30" />
  545. <Grid>
  546. <Grid.RowDefinitions>
  547. <RowDefinition Height="*" />
  548. <RowDefinition Height="*" />
  549. </Grid.RowDefinitions>
  550. <Grid.ColumnDefinitions>
  551. <ColumnDefinition Width="70" />
  552. <ColumnDefinition Width="70" />
  553. <ColumnDefinition Width="*" />
  554. </Grid.ColumnDefinitions>
  555. <Button Grid.Column="0" Grid.Row="0" Command="{Binding SetWaferSize4}" CommandParameter="Aligner1" Margin="8,0,0,0" Width="40" Height="25" Content="4'" VerticalAlignment="Center" />
  556. <Button Grid.Column="1" Grid.Row="0" Command="{Binding SetWaferSize6}" CommandParameter="Aligner1" Margin="0,0,0,0" Width="40" Height="25" Content="6'" VerticalAlignment="Center" />
  557. <Button Grid.Column="2" Grid.Row="0" Command="{Binding SetWaferSize8}" CommandParameter="Aligner1" Margin="0,0,0,0" Width="40" Height="25" Content="8'" VerticalAlignment="Center" />
  558. <Border Grid.Row="2" Grid.ColumnSpan="3" BorderBrush="Gray" BorderThickness="1">
  559. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  560. <Grid.ColumnDefinitions>
  561. <ColumnDefinition Width="*" />
  562. <ColumnDefinition Width="*" />
  563. </Grid.ColumnDefinitions>
  564. <Grid.RowDefinitions>
  565. <RowDefinition Height="Auto" />
  566. </Grid.RowDefinitions>
  567. <Label Content="Size"/>
  568. <Label Content="{Binding WaferSizeAligner1}" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}" />
  569. </Grid>
  570. </Border>
  571. </Grid>
  572. </DockPanel>
  573. </Border>
  574. <!--Aligner2 Wafer Setting Component-->
  575. <Border HorizontalAlignment="Left" VerticalAlignment="Bottom" BorderThickness="1" Visibility="Hidden" BorderBrush="#84a567" Height="93" Width="195" Margin="715,0,0,382">
  576. <DockPanel Background="{StaticResource Table_BG_Content}">
  577. <Label Content="Aligner2" HorizontalContentAlignment="Center" DockPanel.Dock="Top" Style="{StaticResource label}" Width="230" Height="30" />
  578. <Grid>
  579. <Grid.RowDefinitions>
  580. <RowDefinition Height="*" />
  581. <RowDefinition Height="*" />
  582. </Grid.RowDefinitions>
  583. <Grid.ColumnDefinitions>
  584. <ColumnDefinition Width="100" />
  585. <ColumnDefinition Width="*" />
  586. </Grid.ColumnDefinitions>
  587. <Button Grid.Column="0" Grid.Row="0" Command="{Binding SetWaferThick}" CommandParameter="Aligner2" Margin="8,0,0,0" Width="80" Height="25" Content="Thick" VerticalAlignment="Center" />
  588. <Button Grid.Column="1" Grid.Row="0" Command="{Binding SetWaferThin}" CommandParameter="Aligner2" Margin="0,0,0,0" Width="80" Height="25" Content="Thin" VerticalAlignment="Center" />
  589. <Border Grid.Row="2" Grid.ColumnSpan="2" BorderBrush="Gray" BorderThickness="1">
  590. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  591. <Grid.ColumnDefinitions>
  592. <ColumnDefinition Width="*" />
  593. <ColumnDefinition Width="*" />
  594. </Grid.ColumnDefinitions>
  595. <Grid.RowDefinitions>
  596. <RowDefinition Height="Auto" />
  597. </Grid.RowDefinitions>
  598. <Label Content="Type"/>
  599. <Label Content="{Binding Aligner2WaferThickness}" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}" />
  600. </Grid>
  601. </Border>
  602. </Grid>
  603. </DockPanel>
  604. </Border>
  605. <Border HorizontalAlignment="Left" VerticalAlignment="Bottom" BorderThickness="1" Visibility="Hidden" BorderBrush="#84a567" Height="93" Width="195" Margin="715,0,0,382">
  606. <DockPanel Background="{StaticResource Table_BG_Content}">
  607. <Label Content="Aligner2" HorizontalContentAlignment="Center" DockPanel.Dock="Top" Style="{StaticResource label}" Width="230" Height="30" />
  608. <Grid>
  609. <Grid.RowDefinitions>
  610. <RowDefinition Height="*" />
  611. <RowDefinition Height="*" />
  612. </Grid.RowDefinitions>
  613. <Grid.ColumnDefinitions>
  614. <ColumnDefinition Width="70" />
  615. <ColumnDefinition Width="70" />
  616. <ColumnDefinition Width="*" />
  617. </Grid.ColumnDefinitions>
  618. <Button Grid.Column="0" Grid.Row="0" Command="{Binding SetWaferSize4}" CommandParameter="Aligner2" Margin="8,0,0,0" Width="40" Height="25" Content="4'" VerticalAlignment="Center" />
  619. <Button Grid.Column="1" Grid.Row="0" Command="{Binding SetWaferSize6}" CommandParameter="Aligner2" Margin="0,0,0,0" Width="40" Height="25" Content="6'" VerticalAlignment="Center" />
  620. <Button Grid.Column="2" Grid.Row="0" Command="{Binding SetWaferSize8}" CommandParameter="Aligner2" Margin="0,0,0,0" Width="40" Height="25" Content="8'" VerticalAlignment="Center" />
  621. <Border Grid.Row="2" Grid.ColumnSpan="3" BorderBrush="Gray" BorderThickness="1">
  622. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  623. <Grid.ColumnDefinitions>
  624. <ColumnDefinition Width="*" />
  625. <ColumnDefinition Width="*" />
  626. </Grid.ColumnDefinitions>
  627. <Grid.RowDefinitions>
  628. <RowDefinition Height="Auto" />
  629. </Grid.RowDefinitions>
  630. <Label Content="Size"/>
  631. <Label Content="{Binding WaferSizeAligner2}" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}" />
  632. </Grid>
  633. </Border>
  634. </Grid>
  635. </DockPanel>
  636. </Border>
  637. <!--PMA Wafer Setting Component-->
  638. <Border HorizontalAlignment="Left" VerticalAlignment="Bottom" BorderThickness="1" Visibility="Hidden" BorderBrush="#84a567" Height="93" Width="195" Margin="25,0,0,485">
  639. <DockPanel Background="{StaticResource Table_BG_Content}">
  640. <Label Content="PMA" HorizontalContentAlignment="Center" DockPanel.Dock="Top" Style="{StaticResource label}" Width="230" Height="30" />
  641. <Grid>
  642. <Grid.RowDefinitions>
  643. <RowDefinition Height="*" />
  644. <RowDefinition Height="*" />
  645. </Grid.RowDefinitions>
  646. <Grid.ColumnDefinitions>
  647. <ColumnDefinition Width="100" />
  648. <ColumnDefinition Width="*" />
  649. </Grid.ColumnDefinitions>
  650. <Button Grid.Column="0" Grid.Row="0" Command="{Binding SetWaferThick}" CommandParameter="LL1" Margin="8,0,0,0" Width="80" Height="25" Content="Thick" VerticalAlignment="Center" />
  651. <Button Grid.Column="1" Grid.Row="0" Command="{Binding SetWaferThin}" CommandParameter="LL1" Margin="0,0,0,0" Width="80" Height="25" Content="Thin" VerticalAlignment="Center" />
  652. <Border Grid.Row="2" Grid.ColumnSpan="2" BorderBrush="Gray" BorderThickness="1">
  653. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  654. <Grid.ColumnDefinitions>
  655. <ColumnDefinition Width="*" />
  656. <ColumnDefinition Width="*" />
  657. </Grid.ColumnDefinitions>
  658. <Grid.RowDefinitions>
  659. <RowDefinition Height="Auto" />
  660. </Grid.RowDefinitions>
  661. <Label Content="Type"/>
  662. <Label Content="{Binding PMAWaferThickness}" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}" />
  663. </Grid>
  664. </Border>
  665. </Grid>
  666. </DockPanel>
  667. </Border>
  668. <Border HorizontalAlignment="Left" VerticalAlignment="Bottom" BorderThickness="1" Visibility="Hidden" BorderBrush="#84a567" Height="93" Width="195" Margin="25,0,0,485">
  669. <DockPanel Background="{StaticResource Table_BG_Content}">
  670. <Label Content="PMA" HorizontalContentAlignment="Center" DockPanel.Dock="Top" Style="{StaticResource label}" Width="230" Height="30" />
  671. <Grid>
  672. <Grid.RowDefinitions>
  673. <RowDefinition Height="*" />
  674. <RowDefinition Height="*" />
  675. </Grid.RowDefinitions>
  676. <Grid.ColumnDefinitions>
  677. <ColumnDefinition Width="70" />
  678. <ColumnDefinition Width="70" />
  679. <ColumnDefinition Width="*" />
  680. </Grid.ColumnDefinitions>
  681. <Button Grid.Column="0" Grid.Row="0" Command="{Binding SetWaferSize4}" CommandParameter="LL1" Margin="8,0,0,0" Width="40" Height="25" Content="4'" VerticalAlignment="Center" />
  682. <Button Grid.Column="1" Grid.Row="0" Command="{Binding SetWaferSize6}" CommandParameter="LL1" Margin="0,0,0,0" Width="40" Height="25" Content="6'" VerticalAlignment="Center" />
  683. <Button Grid.Column="2" Grid.Row="0" Command="{Binding SetWaferSize8}" CommandParameter="LL1" Margin="0,0,0,0" Width="40" Height="25" Content="8'" VerticalAlignment="Center" />
  684. <Border Grid.Row="2" Grid.ColumnSpan="3" BorderBrush="Gray" BorderThickness="1">
  685. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  686. <Grid.ColumnDefinitions>
  687. <ColumnDefinition Width="*" />
  688. <ColumnDefinition Width="*" />
  689. </Grid.ColumnDefinitions>
  690. <Grid.RowDefinitions>
  691. <RowDefinition Height="Auto" />
  692. </Grid.RowDefinitions>
  693. <Label Content="Size"/>
  694. <Label Content="{Binding WaferSizeLL1}" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}" />
  695. </Grid>
  696. </Border>
  697. </Grid>
  698. </DockPanel>
  699. </Border>
  700. <!--PMB Wafer Setting Component-->
  701. <Border HorizontalAlignment="Left" VerticalAlignment="Bottom" BorderThickness="1" Visibility="Hidden" BorderBrush="#84a567" Height="93" Width="195" Margin="715,0,0,485">
  702. <DockPanel Background="{StaticResource Table_BG_Content}">
  703. <Label Content="PMB" HorizontalContentAlignment="Center" DockPanel.Dock="Top" Style="{StaticResource label}" Width="230" Height="30" />
  704. <Grid>
  705. <Grid.RowDefinitions>
  706. <RowDefinition Height="*" />
  707. <RowDefinition Height="*" />
  708. </Grid.RowDefinitions>
  709. <Grid.ColumnDefinitions>
  710. <ColumnDefinition Width="100" />
  711. <ColumnDefinition Width="*" />
  712. </Grid.ColumnDefinitions>
  713. <Button Grid.Column="0" Grid.Row="0" Command="{Binding SetWaferThick}" CommandParameter="LL2" Margin="8,0,0,0" Width="80" Height="25" Content="Thick" VerticalAlignment="Center" />
  714. <Button Grid.Column="1" Grid.Row="0" Command="{Binding SetWaferThin}" CommandParameter="LL2" Margin="0,0,0,0" Width="80" Height="25" Content="Thin" VerticalAlignment="Center" />
  715. <Border Grid.Row="2" Grid.ColumnSpan="2" BorderBrush="Gray" BorderThickness="1">
  716. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  717. <Grid.ColumnDefinitions>
  718. <ColumnDefinition Width="*" />
  719. <ColumnDefinition Width="*" />
  720. </Grid.ColumnDefinitions>
  721. <Grid.RowDefinitions>
  722. <RowDefinition Height="Auto" />
  723. </Grid.RowDefinitions>
  724. <Label Content="Type"/>
  725. <Label Content="{Binding PMBWaferThickness}" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}" />
  726. </Grid>
  727. </Border>
  728. </Grid>
  729. </DockPanel>
  730. </Border>
  731. <Border HorizontalAlignment="Left" VerticalAlignment="Bottom" BorderThickness="1" Visibility="Hidden" BorderBrush="#84a567" Height="93" Width="195" Margin="715,0,0,485">
  732. <DockPanel Background="{StaticResource Table_BG_Content}">
  733. <Label Content="PMB" HorizontalContentAlignment="Center" DockPanel.Dock="Top" Style="{StaticResource label}" Width="230" Height="30" />
  734. <Grid>
  735. <Grid.RowDefinitions>
  736. <RowDefinition Height="*" />
  737. <RowDefinition Height="*" />
  738. </Grid.RowDefinitions>
  739. <Grid.ColumnDefinitions>
  740. <ColumnDefinition Width="70" />
  741. <ColumnDefinition Width="70" />
  742. <ColumnDefinition Width="*" />
  743. </Grid.ColumnDefinitions>
  744. <Button Grid.Column="0" Grid.Row="0" Command="{Binding SetWaferSize4}" CommandParameter="LL2" Margin="8,0,0,0" Width="40" Height="25" Content="4'" VerticalAlignment="Center" />
  745. <Button Grid.Column="1" Grid.Row="0" Command="{Binding SetWaferSize6}" CommandParameter="LL2" Margin="0,0,0,0" Width="40" Height="25" Content="6'" VerticalAlignment="Center" />
  746. <Button Grid.Column="2" Grid.Row="0" Command="{Binding SetWaferSize8}" CommandParameter="LL2" Margin="0,0,0,0" Width="40" Height="25" Content="8'" VerticalAlignment="Center" />
  747. <Border Grid.Row="2" Grid.ColumnSpan="3" BorderBrush="Gray" BorderThickness="1">
  748. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  749. <Grid.ColumnDefinitions>
  750. <ColumnDefinition Width="*" />
  751. <ColumnDefinition Width="*" />
  752. </Grid.ColumnDefinitions>
  753. <Grid.RowDefinitions>
  754. <RowDefinition Height="Auto" />
  755. </Grid.RowDefinitions>
  756. <Label Content="Size"/>
  757. <Label Content="{Binding WaferSizeLL2}" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}" />
  758. </Grid>
  759. </Border>
  760. </Grid>
  761. </DockPanel>
  762. </Border>
  763. <!--Cooling1 Wafer Setting Component-->
  764. <Border HorizontalAlignment="Left" VerticalAlignment="Bottom" BorderThickness="1" Visibility="Hidden" BorderBrush="#84a567" Height="93" Width="195" Margin="25,0,0,278">
  765. <DockPanel Background="{StaticResource Table_BG_Content}">
  766. <Label Content="Cooling1" HorizontalContentAlignment="Center" DockPanel.Dock="Top" Style="{StaticResource label}" Width="230" Height="30" />
  767. <Grid>
  768. <Grid.RowDefinitions>
  769. <RowDefinition Height="*" />
  770. <RowDefinition Height="*" />
  771. </Grid.RowDefinitions>
  772. <Grid.ColumnDefinitions>
  773. <ColumnDefinition Width="100" />
  774. <ColumnDefinition Width="*" />
  775. </Grid.ColumnDefinitions>
  776. <Button Grid.Column="0" Grid.Row="0" Command="{Binding SetWaferThick}" CommandParameter="CoolingBuffer1" Margin="8,0,0,0" Width="80" Height="25" Content="Thick" VerticalAlignment="Center" />
  777. <Button Grid.Column="1" Grid.Row="0" Command="{Binding SetWaferThin}" CommandParameter="CoolingBuffer1" Margin="0,0,0,0" Width="80" Height="25" Content="Thin" VerticalAlignment="Center" />
  778. <Border Grid.Row="2" Grid.ColumnSpan="2" BorderBrush="Gray" BorderThickness="1">
  779. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  780. <Grid.ColumnDefinitions>
  781. <ColumnDefinition Width="*" />
  782. <ColumnDefinition Width="*" />
  783. </Grid.ColumnDefinitions>
  784. <Grid.RowDefinitions>
  785. <RowDefinition Height="Auto" />
  786. </Grid.RowDefinitions>
  787. <Label Content="Type"/>
  788. <Label Content="{Binding Cooling1WaferThickness}" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}" />
  789. </Grid>
  790. </Border>
  791. </Grid>
  792. </DockPanel>
  793. </Border>
  794. <Border HorizontalAlignment="Left" VerticalAlignment="Bottom" BorderThickness="1" Visibility="Hidden" BorderBrush="#84a567" Height="93" Width="195" Margin="25,0,0,278">
  795. <DockPanel Background="{StaticResource Table_BG_Content}">
  796. <Label Content="Cooling1" HorizontalContentAlignment="Center" DockPanel.Dock="Top" Style="{StaticResource label}" Width="230" Height="30" />
  797. <Grid>
  798. <Grid.RowDefinitions>
  799. <RowDefinition Height="*" />
  800. <RowDefinition Height="*" />
  801. </Grid.RowDefinitions>
  802. <Grid.ColumnDefinitions>
  803. <ColumnDefinition Width="70" />
  804. <ColumnDefinition Width="70" />
  805. <ColumnDefinition Width="*" />
  806. </Grid.ColumnDefinitions>
  807. <Button Grid.Column="0" Grid.Row="0" Command="{Binding SetWaferSize4}" CommandParameter="CoolingBuffer1" Margin="8,0,0,0" Width="40" Height="25" Content="4'" VerticalAlignment="Center" />
  808. <Button Grid.Column="1" Grid.Row="0" Command="{Binding SetWaferSize6}" CommandParameter="CoolingBuffer1" Margin="0,0,0,0" Width="40" Height="25" Content="6'" VerticalAlignment="Center" />
  809. <Button Grid.Column="2" Grid.Row="0" Command="{Binding SetWaferSize8}" CommandParameter="CoolingBuffer1" Margin="0,0,0,0" Width="40" Height="25" Content="8'" VerticalAlignment="Center" />
  810. <Border Grid.Row="2" Grid.ColumnSpan="3" BorderBrush="Gray" BorderThickness="1">
  811. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  812. <Grid.ColumnDefinitions>
  813. <ColumnDefinition Width="*" />
  814. <ColumnDefinition Width="*" />
  815. </Grid.ColumnDefinitions>
  816. <Grid.RowDefinitions>
  817. <RowDefinition Height="Auto" />
  818. </Grid.RowDefinitions>
  819. <Label Content="Size"/>
  820. <Label Content="{Binding WaferSizeCoolingBuffer1}" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}" />
  821. </Grid>
  822. </Border>
  823. </Grid>
  824. </DockPanel>
  825. </Border>
  826. <!--Cooling2 Wafer Setting Component-->
  827. <Border HorizontalAlignment="Left" VerticalAlignment="Bottom" BorderThickness="1" Visibility="Hidden" BorderBrush="#84a567" Height="93" Width="195" Margin="25,0,0,382">
  828. <DockPanel Background="{StaticResource Table_BG_Content}">
  829. <Label Content="Cooling2" HorizontalContentAlignment="Center" DockPanel.Dock="Top" Style="{StaticResource label}" Width="230" Height="30" />
  830. <Grid>
  831. <Grid.RowDefinitions>
  832. <RowDefinition Height="*" />
  833. <RowDefinition Height="*" />
  834. </Grid.RowDefinitions>
  835. <Grid.ColumnDefinitions>
  836. <ColumnDefinition Width="100" />
  837. <ColumnDefinition Width="*" />
  838. </Grid.ColumnDefinitions>
  839. <Button Grid.Column="0" Grid.Row="0" Command="{Binding SetWaferThick}" CommandParameter="CoolingBuffer2" Margin="8,0,0,0" Width="80" Height="25" Content="Thick" VerticalAlignment="Center" />
  840. <Button Grid.Column="1" Grid.Row="0" Command="{Binding SetWaferThin}" CommandParameter="CoolingBuffer2" Margin="0,0,0,0" Width="80" Height="25" Content="Thin" VerticalAlignment="Center" />
  841. <Border Grid.Row="2" Grid.ColumnSpan="2" BorderBrush="Gray" BorderThickness="1">
  842. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  843. <Grid.ColumnDefinitions>
  844. <ColumnDefinition Width="*" />
  845. <ColumnDefinition Width="*" />
  846. </Grid.ColumnDefinitions>
  847. <Grid.RowDefinitions>
  848. <RowDefinition Height="Auto" />
  849. </Grid.RowDefinitions>
  850. <Label Content="Type"/>
  851. <Label Content="{Binding Cooling2WaferThickness}" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}" />
  852. </Grid>
  853. </Border>
  854. </Grid>
  855. </DockPanel>
  856. </Border>
  857. <Border HorizontalAlignment="Left" VerticalAlignment="Bottom" BorderThickness="1" Visibility="Hidden" BorderBrush="#84a567" Height="93" Width="195" Margin="25,0,0,382">
  858. <DockPanel Background="{StaticResource Table_BG_Content}">
  859. <Label Content="Cooling2" HorizontalContentAlignment="Center" DockPanel.Dock="Top" Style="{StaticResource label}" Width="230" Height="30" />
  860. <Grid>
  861. <Grid.RowDefinitions>
  862. <RowDefinition Height="*" />
  863. <RowDefinition Height="*" />
  864. </Grid.RowDefinitions>
  865. <Grid.ColumnDefinitions>
  866. <ColumnDefinition Width="70" />
  867. <ColumnDefinition Width="70" />
  868. <ColumnDefinition Width="*" />
  869. </Grid.ColumnDefinitions>
  870. <Button Grid.Column="0" Grid.Row="0" Command="{Binding SetWaferSize4}" CommandParameter="CoolingBuffer2" Margin="8,0,0,0" Width="40" Height="25" Content="4'" VerticalAlignment="Center" />
  871. <Button Grid.Column="1" Grid.Row="0" Command="{Binding SetWaferSize6}" CommandParameter="CoolingBuffer2" Margin="0,0,0,0" Width="40" Height="25" Content="6'" VerticalAlignment="Center" />
  872. <Button Grid.Column="2" Grid.Row="0" Command="{Binding SetWaferSize8}" CommandParameter="CoolingBuffer2" Margin="0,0,0,0" Width="40" Height="25" Content="8'" VerticalAlignment="Center" />
  873. <Border Grid.Row="2" Grid.ColumnSpan="3" BorderBrush="Gray" BorderThickness="1">
  874. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  875. <Grid.ColumnDefinitions>
  876. <ColumnDefinition Width="*" />
  877. <ColumnDefinition Width="*" />
  878. </Grid.ColumnDefinitions>
  879. <Grid.RowDefinitions>
  880. <RowDefinition Height="Auto" />
  881. </Grid.RowDefinitions>
  882. <Label Content="Size"/>
  883. <Label Content="{Binding WaferSizeCoolingBuffer2}" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}" />
  884. </Grid>
  885. </Border>
  886. </Grid>
  887. </DockPanel>
  888. </Border>
  889. <!--Upper Blader Wafer Setting Component-->
  890. <Border HorizontalAlignment="Left" VerticalAlignment="Bottom" BorderThickness="1" Visibility="Hidden" BorderBrush="#84a567" Height="93" Width="195" Margin="715,0,0,177">
  891. <DockPanel Background="{StaticResource Table_BG_Content}">
  892. <Label Content="Upper" HorizontalContentAlignment="Center" DockPanel.Dock="Top" Style="{StaticResource label}" Width="230" Height="30" />
  893. <Grid>
  894. <Grid.RowDefinitions>
  895. <RowDefinition Height="*" />
  896. <RowDefinition Height="*" />
  897. </Grid.RowDefinitions>
  898. <Grid.ColumnDefinitions>
  899. <ColumnDefinition Width="100" />
  900. <ColumnDefinition Width="*" />
  901. </Grid.ColumnDefinitions>
  902. <Button Grid.Column="0" Grid.Row="0" Command="{Binding SetWaferThick}" CommandParameter="Upper" Margin="8,0,0,0" Width="80" Height="25" Content="Thick" VerticalAlignment="Center" />
  903. <Button Grid.Column="1" Grid.Row="0" Command="{Binding SetWaferThin}" CommandParameter="Upper" Margin="0,0,0,0" Width="80" Height="25" Content="Thin" VerticalAlignment="Center" />
  904. <Border Grid.Row="2" Grid.ColumnSpan="2" BorderBrush="Gray" BorderThickness="1">
  905. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  906. <Grid.ColumnDefinitions>
  907. <ColumnDefinition Width="*" />
  908. <ColumnDefinition Width="*" />
  909. </Grid.ColumnDefinitions>
  910. <Grid.RowDefinitions>
  911. <RowDefinition Height="Auto" />
  912. </Grid.RowDefinitions>
  913. <Label Content="Type"/>
  914. <Label Content="{Binding UpperWaferThickness}" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}" />
  915. </Grid>
  916. </Border>
  917. </Grid>
  918. </DockPanel>
  919. </Border>
  920. <Border HorizontalAlignment="Left" VerticalAlignment="Bottom" BorderThickness="1" Visibility="Hidden" BorderBrush="#84a567" Height="93" Width="195" Margin="715,0,0,177">
  921. <DockPanel Background="{StaticResource Table_BG_Content}">
  922. <Label Content="Upper" HorizontalContentAlignment="Center" DockPanel.Dock="Top" Style="{StaticResource label}" Width="230" Height="30" />
  923. <Grid>
  924. <Grid.RowDefinitions>
  925. <RowDefinition Height="*" />
  926. <RowDefinition Height="*" />
  927. </Grid.RowDefinitions>
  928. <Grid.ColumnDefinitions>
  929. <ColumnDefinition Width="70" />
  930. <ColumnDefinition Width="70" />
  931. <ColumnDefinition Width="*" />
  932. </Grid.ColumnDefinitions>
  933. <Button Grid.Column="0" Grid.Row="0" Command="{Binding SetWaferSize4}" CommandParameter="Upper" Margin="8,0,0,0" Width="40" Height="25" Content="4'" VerticalAlignment="Center" />
  934. <Button Grid.Column="1" Grid.Row="0" Command="{Binding SetWaferSize6}" CommandParameter="Upper" Margin="0,0,0,0" Width="40" Height="25" Content="6'" VerticalAlignment="Center" />
  935. <Button Grid.Column="2" Grid.Row="0" Command="{Binding SetWaferSize8}" CommandParameter="Upper" Margin="0,0,0,0" Width="40" Height="25" Content="8'" VerticalAlignment="Center" />
  936. <Border Grid.Row="2" Grid.ColumnSpan="3" BorderBrush="Gray" BorderThickness="1">
  937. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  938. <Grid.ColumnDefinitions>
  939. <ColumnDefinition Width="*" />
  940. <ColumnDefinition Width="*" />
  941. </Grid.ColumnDefinitions>
  942. <Grid.RowDefinitions>
  943. <RowDefinition Height="Auto" />
  944. </Grid.RowDefinitions>
  945. <Label Content="Size"/>
  946. <Label Content="{Binding WaferSizeRobot2}" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}" />
  947. </Grid>
  948. </Border>
  949. </Grid>
  950. </DockPanel>
  951. </Border>
  952. <!--Lower Blader Wafer Setting Component-->
  953. <Border HorizontalAlignment="Left" VerticalAlignment="Bottom" BorderThickness="1" Visibility="Hidden" BorderBrush="#84a567" Height="93" Width="195" Margin="25,0,0,177">
  954. <DockPanel Background="{StaticResource Table_BG_Content}">
  955. <Label Content="Lower" HorizontalContentAlignment="Center" DockPanel.Dock="Top" Style="{StaticResource label}" Width="230" Height="30" />
  956. <Grid>
  957. <Grid.RowDefinitions>
  958. <RowDefinition Height="*" />
  959. <RowDefinition Height="*" />
  960. </Grid.RowDefinitions>
  961. <Grid.ColumnDefinitions>
  962. <ColumnDefinition Width="100" />
  963. <ColumnDefinition Width="*" />
  964. </Grid.ColumnDefinitions>
  965. <Button Grid.Column="0" Grid.Row="0" Command="{Binding SetWaferThick}" CommandParameter="Lower" Margin="8,0,0,0" Width="80" Height="25" Content="Thick" VerticalAlignment="Center" />
  966. <Button Grid.Column="1" Grid.Row="0" Command="{Binding SetWaferThin}" CommandParameter="Lower" Margin="0,0,0,0" Width="80" Height="25" Content="Thin" VerticalAlignment="Center" />
  967. <Border Grid.Row="2" Grid.ColumnSpan="2" BorderBrush="Gray" BorderThickness="1">
  968. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  969. <Grid.ColumnDefinitions>
  970. <ColumnDefinition Width="*" />
  971. <ColumnDefinition Width="*" />
  972. </Grid.ColumnDefinitions>
  973. <Grid.RowDefinitions>
  974. <RowDefinition Height="Auto" />
  975. </Grid.RowDefinitions>
  976. <Label Content="Type"/>
  977. <Label Content="{Binding LowerWaferThickness}" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}" />
  978. </Grid>
  979. </Border>
  980. </Grid>
  981. </DockPanel>
  982. </Border>
  983. <Border HorizontalAlignment="Left" VerticalAlignment="Bottom" BorderThickness="1" Visibility="Hidden" BorderBrush="#84a567" Height="93" Width="195" Margin="25,0,0,177">
  984. <!--Visibility="{Binding EnableMultiWaferSize}"-->
  985. <DockPanel Background="{StaticResource Table_BG_Content}">
  986. <Label Content="Lower" HorizontalContentAlignment="Center" DockPanel.Dock="Top" Style="{StaticResource label}" Width="230" Height="30" />
  987. <Grid>
  988. <Grid.RowDefinitions>
  989. <RowDefinition Height="*" />
  990. <RowDefinition Height="*" />
  991. </Grid.RowDefinitions>
  992. <Grid.ColumnDefinitions>
  993. <ColumnDefinition Width="70" />
  994. <ColumnDefinition Width="70" />
  995. <ColumnDefinition Width="*" />
  996. </Grid.ColumnDefinitions>
  997. <Button Grid.Column="0" Grid.Row="0" Command="{Binding SetWaferSize4}" CommandParameter="Lower" Margin="8,0,0,0" Width="40" Height="25" Content="4'" VerticalAlignment="Center" />
  998. <Button Grid.Column="1" Grid.Row="0" Command="{Binding SetWaferSize6}" CommandParameter="Lower" Margin="0,0,0,0" Width="40" Height="25" Content="6'" VerticalAlignment="Center" />
  999. <Button Grid.Column="2" Grid.Row="0" Command="{Binding SetWaferSize8}" CommandParameter="Lower" Margin="0,0,0,0" Width="40" Height="25" Content="8'" VerticalAlignment="Center" />
  1000. <Border Grid.Row="2" Grid.ColumnSpan="3" BorderBrush="Gray" BorderThickness="1">
  1001. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  1002. <Grid.ColumnDefinitions>
  1003. <ColumnDefinition Width="*" />
  1004. <ColumnDefinition Width="*" />
  1005. </Grid.ColumnDefinitions>
  1006. <Grid.RowDefinitions>
  1007. <RowDefinition Height="Auto" />
  1008. </Grid.RowDefinitions>
  1009. <Label Content="Size"/>
  1010. <Label Content="{Binding WaferSizeRobot1}" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}" />
  1011. </Grid>
  1012. </Border>
  1013. </Grid>
  1014. </DockPanel>
  1015. </Border>
  1016. <Border Grid.Column="0" Visibility="{Binding IsEnableMultiWaferSize,Converter={StaticResource boolVisibilityConverter}}">
  1017. <Canvas>
  1018. <!--<TextBlock Visibility="{Binding LP1Enable, Converter={StaticResource boolVisibilityConverter}}" Background="AliceBlue" TextWrapping="Wrap" FontSize="10" Text="{Binding LP1CarrierType}" Width="170" Canvas.Left="402" Canvas.Top="665" Height="70" RenderTransformOrigin="0.333,0.5" VerticalAlignment="Top"/>-->
  1019. <!--<TextBlock Background="AliceBlue" TextWrapping="Wrap" FontSize="10" Text="{Binding LP2CarrierType}" Width="170" Canvas.Left="490" Canvas.Top="630" Height="70" RenderTransformOrigin="0.678,2.2"/>-->
  1020. <!--<Button Template="{StaticResource realism_button}" Canvas.Left="445" Canvas.Top="740" FontSize="12" Visibility="{Binding IsShowLP1CarrierType,Converter={StaticResource boolVisibilityConverter}}" Content="CarrierType" Command="{Binding SetTransCarrierTypeCommand}" CommandParameter="LP1" Margin="0" Width="84" RenderTransformOrigin="2.247,3.75"></Button>-->
  1021. <!--<Button Canvas.Left="530" Canvas.Top="705" FontSize="12" Visibility="{Binding IsShowLP2CarrierType,Converter={StaticResource boolVisibilityConverter}}" Content="CarrierType" Command="{Binding SetTransCarrierTypeCommand}" CommandParameter="LP2" Margin="0" RenderTransformOrigin="-3.04,-2.375" Width="85"></Button>-->
  1022. <!--TextBlock Background="AliceBlue" TextWrapping="Wrap" FontSize="10" Text="{Binding LP3CarrierType}" Width="80" Canvas.Left="194" Canvas.Top="450" Height="85" RenderTransformOrigin="0.333,0.5"/>
  1023. <TextBlock Background="AliceBlue" TextWrapping="Wrap" FontSize="10" Text="{Binding LP4CarrierType}" Width="80" Canvas.Left="279" Canvas.Top="450" Height="85" RenderTransformOrigin="0.678,2.2"/>-->
  1024. </Canvas>
  1025. </Border>
  1026. </Grid>
  1027. </Grid>
  1028. </UserControl>