Operation4LPView.xaml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. <UserControl x:Class="Aitex.Sorter.UI.Views.Operation4LPView"
  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:uc="clr-namespace:Aitex.Sorter.UI.Controls"
  7. xmlns:Common="clr-namespace:Aitex.Sorter.Common;assembly=Aitex.Sorter.Common"
  8. xmlns:ctrlCommon="clr-namespace:Aitex.Sorter.UI.Controls.Common"
  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. mc:Ignorable="d"
  12. Height="800" Width="1920">
  13. <Grid>
  14. <Grid.ColumnDefinitions>
  15. <ColumnDefinition Width="810"/>
  16. <ColumnDefinition Width="*" />
  17. </Grid.ColumnDefinitions>
  18. <Grid Grid.Column="0">
  19. <Grid VerticalAlignment="Top">
  20. <Grid.ColumnDefinitions>
  21. <ColumnDefinition Width="10" />
  22. <ColumnDefinition Width="188" />
  23. <ColumnDefinition Width="10" />
  24. <ColumnDefinition Width="188" />
  25. <ColumnDefinition Width="10" />
  26. <ColumnDefinition Width="188" />
  27. <ColumnDefinition Width="10" />
  28. <ColumnDefinition Width="188" />
  29. </Grid.ColumnDefinitions>
  30. <Grid.RowDefinitions>
  31. <RowDefinition Height="585" />
  32. <RowDefinition Height="200" />
  33. </Grid.RowDefinitions>
  34. <uc:Foup Grid.Column="1" x:Name="foup1" Title="Carrier 1" SlotCount="25" Slots="{Binding FoupAWaferInfo}" Station="{Binding Source={x:Static equipment:ModuleName.LP1}}" SlotTransferInfo="{Binding LocalControlJob.TransferSlotInfoA}"></uc:Foup>
  35. <uc:Foup Grid.Column="3" x:Name="foup2" Title="Carrier 2" SlotCount="25" Slots="{Binding FoupBWaferInfo}" Station="{Binding Source={x:Static equipment:ModuleName.LP2}}" SlotTransferInfo="{Binding LocalControlJob.TransferSlotInfoB}"></uc:Foup>
  36. <uc:Foup Grid.Column="5" x:Name="foup3" Title="Carrier 3" SlotCount="25" Slots="{Binding FoupBWaferInfo}" Station="{Binding Source={x:Static equipment:ModuleName.LP2}}" SlotTransferInfo="{Binding LocalControlJob.TransferSlotInfoB}"></uc:Foup>
  37. <uc:Foup Grid.Column="7" x:Name="foup4" Title="Carrier 4" SlotCount="25" Slots="{Binding FoupBWaferInfo}" Station="{Binding Source={x:Static equipment:ModuleName.LP2}}" SlotTransferInfo="{Binding LocalControlJob.TransferSlotInfoB}"></uc:Foup>
  38. <uc:HeaderPanel Header="{Binding FoupAID}" Grid.Column="1" Grid.Row="1" VerticalAlignment="Top" HorizontalAlignment="Left" Height="200" Width="188">
  39. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  40. <Grid.RowDefinitions>
  41. <RowDefinition Height="30" />
  42. <RowDefinition Height="40" />
  43. <RowDefinition Height="40" />
  44. <RowDefinition Height="40" />
  45. </Grid.RowDefinitions>
  46. <Label Content="{Binding LoadportAState}" Background="{Binding LoadportAState,Converter={StaticResource deviceStateColorConverter}}"/>
  47. <Button Height="30" Grid.Row="1" Grid.ColumnSpan="2" Content="Load" Command="{Binding LoadPortACommand}" CommandParameter="{x:Static Common:OperationName.ReadFoupID}" />
  48. <Button Height="30" Grid.Row="2" Grid.ColumnSpan="2" Content="Proceed" Command="{Binding LoadPortACommand}" CommandParameter="{x:Static Common:OperationName.LoadFoup}" />
  49. <Button Height="30" Grid.Row="3" Grid.ColumnSpan="2" Content="Unload" Command="{Binding LoadPortACommand}" CommandParameter="{x:Static Common:OperationName.UnloadFoup}" />
  50. </Grid>
  51. </uc:HeaderPanel>
  52. <uc:HeaderPanel Header="{Binding FoupBID}" Grid.Column="3" Grid.Row="1" VerticalAlignment="Top" HorizontalAlignment="Left" Height="200" Width="188">
  53. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  54. <Grid.RowDefinitions>
  55. <RowDefinition Height="30" />
  56. <RowDefinition Height="40" />
  57. <RowDefinition Height="40" />
  58. <RowDefinition Height="40" />
  59. </Grid.RowDefinitions>
  60. <Label Content="{Binding LoadportBState}" Background="{Binding LoadportBState,Converter={StaticResource deviceStateColorConverter}}"/>
  61. <Button Height="30" Grid.Row="1" Grid.ColumnSpan="2" Content="Load" Command="{Binding LoadPortBCommand}" CommandParameter="{x:Static Common:OperationName.ReadFoupID}" />
  62. <Button Height="30" Grid.Row="2" Grid.ColumnSpan="2" Content="Proceed" Command="{Binding LoadPortBCommand}" CommandParameter="{x:Static Common:OperationName.LoadFoup}" />
  63. <Button Height="30" Grid.Row="3" Grid.ColumnSpan="2" Content="Unload" Command="{Binding LoadPortBCommand}" CommandParameter="{x:Static Common:OperationName.UnloadFoup}" />
  64. </Grid>
  65. </uc:HeaderPanel>
  66. <uc:HeaderPanel Header="{Binding FoupCID}" Grid.Column="5" Grid.Row="1" VerticalAlignment="Top" HorizontalAlignment="Left" Height="200" Width="188">
  67. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  68. <Grid.RowDefinitions>
  69. <RowDefinition Height="30" />
  70. <RowDefinition Height="40" />
  71. <RowDefinition Height="40" />
  72. <RowDefinition Height="40" />
  73. </Grid.RowDefinitions>
  74. <Label Content="{Binding LoadportCState}" Background="{Binding LoadportCState,Converter={StaticResource deviceStateColorConverter}}"/>
  75. <Button Height="30" Grid.Row="1" Grid.ColumnSpan="2" Content="Load" Command="{Binding LoadPortCCommand}" CommandParameter="{x:Static Common:OperationName.ReadFoupID}" />
  76. <Button Height="30" Grid.Row="2" Grid.ColumnSpan="2" Content="Proceed" Command="{Binding LoadPortCCommand}" CommandParameter="{x:Static Common:OperationName.LoadFoup}" />
  77. <Button Height="30" Grid.Row="3" Grid.ColumnSpan="2" Content="Unload" Command="{Binding LoadPortCCommand}" CommandParameter="{x:Static Common:OperationName.UnloadFoup}" />
  78. </Grid>
  79. </uc:HeaderPanel>
  80. <uc:HeaderPanel Header="{Binding FoupDID}" Grid.Column="7" Grid.Row="1" VerticalAlignment="Top" HorizontalAlignment="Left" Height="200" Width="188">
  81. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  82. <Grid.RowDefinitions>
  83. <RowDefinition Height="30" />
  84. <RowDefinition Height="40" />
  85. <RowDefinition Height="40" />
  86. <RowDefinition Height="40" />
  87. </Grid.RowDefinitions>
  88. <Label Content="{Binding LoadportDState}" Background="{Binding LoadportDState,Converter={StaticResource deviceStateColorConverter}}"/>
  89. <Button Height="30" Grid.Row="1" Grid.ColumnSpan="2" Content="Load" Command="{Binding LoadPortDCommand}" CommandParameter="{x:Static Common:OperationName.ReadFoupID}" />
  90. <Button Height="30" Grid.Row="2" Grid.ColumnSpan="2" Content="Proceed" Command="{Binding LoadPortDCommand}" CommandParameter="{x:Static Common:OperationName.LoadFoup}" />
  91. <Button Height="30" Grid.Row="3" Grid.ColumnSpan="2" Content="Unload" Command="{Binding LoadPortDCommand}" CommandParameter="{x:Static Common:OperationName.UnloadFoup}" />
  92. </Grid>
  93. </uc:HeaderPanel>
  94. </Grid>
  95. </Grid>
  96. <Grid Grid.Column="1">
  97. <Grid.ColumnDefinitions>
  98. <ColumnDefinition Width="*" />
  99. <ColumnDefinition Width="auto" />
  100. </Grid.ColumnDefinitions>
  101. <StackPanel Orientation="Horizontal">
  102. <Border HorizontalAlignment="Left" Background="White" VerticalAlignment="Top" BorderThickness="1" BorderBrush="LightGray" CornerRadius="4" Width="260" Height="110" Margin="10">
  103. <Grid Margin="0,8,0,0">
  104. <Grid.RowDefinitions>
  105. <RowDefinition Height="45" />
  106. <RowDefinition Height="2" />
  107. <RowDefinition Height="45" />
  108. </Grid.RowDefinitions>
  109. <Grid.ColumnDefinitions>
  110. <ColumnDefinition Width="*" />
  111. <ColumnDefinition Width="*" />
  112. </Grid.ColumnDefinitions>
  113. <Label Content="System" Foreground="#035092" HorizontalContentAlignment="Center" Height="35" />
  114. <Line Grid.Row="1" DockPanel.Dock="Top" X1="10" Y1="0" Y2="0" X2="140" Stroke="Black" StrokeThickness="1" />
  115. <TextBlock Grid.Row="2" Text="{Binding RtStatus}" />
  116. <Button Grid.Column="1" Content="Home All" Height="36" Width="120" IsEnabled="{Binding IsHomeAllButtonEnabled}" Command="{Binding InvokeCommand}" CommandParameter="HomeAll" />
  117. <Button Grid.Column="1" Grid.Row="2" Content="Abort" Height="36" Width="120" IsEnabled="{Binding IsAbortHomeAllButtonEnabled}" Command="{Binding InvokeCommand}" CommandParameter="AbortHomeAll" />
  118. </Grid>
  119. </Border>
  120. <Border Grid.Row="1" HorizontalAlignment="Center" Background="White" VerticalAlignment="Top" BorderThickness="1" BorderBrush="LightGray" CornerRadius="4" Width="160" Height="110" Margin="10">
  121. <WrapPanel Margin="2" HorizontalAlignment="Center" Orientation="Vertical">
  122. <Label Content="Operation" Foreground="#035092" HorizontalContentAlignment="Center" Height="35" />
  123. <Line DockPanel.Dock="Top" X1="10" Y1="0" Y2="0" X2="140" Stroke="Black" StrokeThickness="1" />
  124. <Grid Margin="0,8,0,0">
  125. <Grid.RowDefinitions>
  126. <RowDefinition Height="0" />
  127. <RowDefinition Height="*" />
  128. </Grid.RowDefinitions>
  129. <WrapPanel Grid.Row="1">
  130. <Button Content="Return Wafer" Height="36" Width="120" IsEnabled="{Binding IsReturnWaferButtonEnabled}" Command="{Binding InvokeCommand}" CommandParameter="ReturnWafer" />
  131. </WrapPanel>
  132. </Grid>
  133. </WrapPanel>
  134. </Border>
  135. <Border Visibility="{Binding CycleVisibility}" Grid.Row="2" HorizontalAlignment="Center" Background="White" VerticalAlignment="Top" BorderThickness="1" BorderBrush="LightGray" CornerRadius="4" Width="160" Height="150" Margin="10">
  136. <WrapPanel Margin="2" HorizontalAlignment="Center" Orientation="Vertical">
  137. <Label Content="Cycle" Foreground="#035092" HorizontalContentAlignment="Center" Height="35" />
  138. <Line DockPanel.Dock="Top" X1="10" Y1="0" Y2="0" X2="140" Stroke="Black" StrokeThickness="1" />
  139. <Grid Margin="0,8,0,0">
  140. <Grid.RowDefinitions>
  141. <RowDefinition Height="0" />
  142. <RowDefinition Height="*" />
  143. </Grid.RowDefinitions>
  144. <WrapPanel Grid.Row="1">
  145. <Button Content="Start" Height="36" Width="120" IsEnabled="{Binding IsStartCycleButtonEnabled}" Command="{Binding InvokeCommand}" CommandParameter="Cycle" />
  146. <Button Content="Stop" Height="36" Width="120" IsEnabled="{Binding IsStopCycleButtonEnabled}" Command="{Binding InvokeCommand}" CommandParameter="Stop" />
  147. </WrapPanel>
  148. </Grid>
  149. </WrapPanel>
  150. </Border>
  151. </StackPanel>
  152. <uc:EFEM4 Margin="0" x:Name="efem" Grid.RowSpan="2" />
  153. <Border HorizontalAlignment="Left" VerticalAlignment="Bottom" BorderThickness="1" BorderBrush="#84a567" Margin="250,0,0,25" Height="100" Width="230">
  154. <DockPanel Background="#d6f1ff">
  155. <Label Content="Aligner" HorizontalContentAlignment="Center" DockPanel.Dock="Top" Background="#7fc7ed" Height="30" />
  156. <Grid>
  157. <Grid.RowDefinitions>
  158. <RowDefinition Height="*" />
  159. <RowDefinition Height="*" />
  160. </Grid.RowDefinitions>
  161. <Grid.ColumnDefinitions>
  162. <ColumnDefinition Width="30" />
  163. <ColumnDefinition Width="*" />
  164. </Grid.ColumnDefinitions>
  165. <deviceControl:AITSensor DeviceData="{Binding SensorPreAlignerWaferOn}" GreenColor="True" LightOnValue="False" />
  166. <uc:Wafer Height="23.6" Grid.Column="1" Margin="0" Padding="0" Slot="0" WaferItem="{Binding AlignerWaferInfo}" Station="{Binding Source={x:Static equipment:ModuleName.Aligner}}" ShowSlot="True" />
  167. <Border Grid.Row="1" Grid.ColumnSpan="2" BorderBrush="Gray" BorderThickness="1">
  168. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  169. <Grid.ColumnDefinitions>
  170. <ColumnDefinition Width="*" />
  171. <ColumnDefinition Width="*" />
  172. </Grid.ColumnDefinitions>
  173. <Label Content="Status" />
  174. <Label Content="{Binding AlignerState}" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}" Background="{Binding AlignerState,Converter={StaticResource deviceStateColorConverter}}"/>
  175. </Grid>
  176. </Border>
  177. </Grid>
  178. </DockPanel>
  179. </Border>
  180. <Border HorizontalAlignment="Left" VerticalAlignment="Bottom" BorderThickness="1" BorderBrush="#84a567" Height="160" Width="230" Margin="0,0,0,25">
  181. <DockPanel Background="#d6f1ff">
  182. <Label Content="Robot" HorizontalContentAlignment="Center" DockPanel.Dock="Top" Background="#7fc7ed" Height="30" />
  183. <Grid>
  184. <Grid.RowDefinitions>
  185. <RowDefinition Height="*" />
  186. <RowDefinition Height="*" />
  187. <RowDefinition Height="2*" />
  188. </Grid.RowDefinitions>
  189. <Grid.ColumnDefinitions>
  190. <ColumnDefinition Width="30" />
  191. <ColumnDefinition Width="*" />
  192. </Grid.ColumnDefinitions>
  193. <deviceControl:AITSensor DeviceData="{Binding SensorRobotFork2WaferOn}" GreenColor="True" LightOnValue="False" />
  194. <uc:Wafer Height="23.6" Margin="0" Padding="0" Grid.Column="1" Slot="1" WaferItem="{Binding RobotWaferInfo2}" Station="{Binding Source={x:Static equipment:ModuleName.Robot}}" ShowSlot="True" />
  195. <deviceControl:AITSensor Grid.Row="1" DeviceData="{Binding SensorRobotFork1WaferOn}" LightOnValue="False" GreenColor="True" />
  196. <uc:Wafer Grid.Row="1" Height="23.6" Margin="0" Padding="0" Grid.Column="1" Slot="0" WaferItem="{Binding RobotWaferInfo1}" Station="{Binding Source={x:Static equipment:ModuleName.Robot}}" ShowSlot="True" />
  197. <Border Grid.Row="2" Grid.ColumnSpan="2" BorderBrush="Gray" BorderThickness="1">
  198. <Grid ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  199. <Grid.ColumnDefinitions>
  200. <ColumnDefinition Width="*" />
  201. <ColumnDefinition Width="*" />
  202. </Grid.ColumnDefinitions>
  203. <Grid.RowDefinitions>
  204. <RowDefinition Height="30" />
  205. <RowDefinition Height="30" />
  206. </Grid.RowDefinitions>
  207. <Label Content="Status"/>
  208. <Label Content="{Binding RobotState}" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}" Background="{Binding RobotState,Converter={StaticResource deviceStateColorConverter}}"/>
  209. <Label Content="Speed" Grid.Row="1"/>
  210. <Label Content="{Binding RobotSpeed}" Grid.Row="1" Grid.Column="1" Style="{StaticResource MiddleCenterLabel}"/>
  211. </Grid>
  212. </Border>
  213. </Grid>
  214. </DockPanel>
  215. </Border>
  216. <Border Grid.Row="0" Grid.RowSpan="3" Grid.Column="1" HorizontalAlignment="Left" VerticalAlignment="Top" BorderThickness="1" BorderBrush="#84a567" Height="750" Width="400">
  217. <DockPanel Background="#d6f1ff">
  218. <Label Content="Recipe" HorizontalContentAlignment="Center" DockPanel.Dock="Top" Background="#7fc7ed" Height="30" />
  219. <Grid>
  220. <Grid.Resources>
  221. <Style TargetType="Label" BasedOn="{StaticResource {x:Type Label}}">
  222. <Setter Property="VerticalAlignment" Value="Center" />
  223. <Setter Property="HorizontalAlignment" Value="Center" />
  224. </Style>
  225. </Grid.Resources>
  226. <Grid.RowDefinitions>
  227. <RowDefinition Height="50" />
  228. <RowDefinition Height="50" />
  229. <RowDefinition Height="40" />
  230. <RowDefinition Height="330" />
  231. <RowDefinition Height="40" />
  232. <RowDefinition Height="210" />
  233. </Grid.RowDefinitions>
  234. <Grid.ColumnDefinitions>
  235. <ColumnDefinition Width="*" />
  236. <ColumnDefinition Width="*" />
  237. <ColumnDefinition Width="*" />
  238. </Grid.ColumnDefinitions>
  239. <Button Content="Select Recipe" Grid.Column="0" Grid.Row="0" IsEnabled="{Binding IsEnableSelectRecipe}" Command="{Binding Path=RecipeSelectCommand}" HorizontalAlignment="Left" />
  240. <Label Grid.Column="1" Grid.Row="0" Grid.ColumnSpan="2" HorizontalAlignment="Left" >
  241. <Run Text="{Binding LocalControlJob.Name}" />
  242. </Label>
  243. <Grid Grid.Column="0" Grid.ColumnSpan="3" Grid.Row="1">
  244. <Grid.ColumnDefinitions>
  245. <ColumnDefinition Width="*"></ColumnDefinition>
  246. <ColumnDefinition Width="*"></ColumnDefinition>
  247. <ColumnDefinition Width="*"></ColumnDefinition>
  248. <ColumnDefinition Width="*"></ColumnDefinition>
  249. </Grid.ColumnDefinitions>
  250. <Button Content="Start" Grid.Column="0" IsEnabled="{Binding IsEnableStartRecipe}" Command="{Binding Path=RecipeStartCommand}" />
  251. <Button Content="Pause" Grid.Column="1" IsEnabled="{Binding IsEnablePauseRecipe}" Command="{Binding Path=RecipePauseCommand}" />
  252. <Button Content="Resume" Grid.Column="2" IsEnabled="{Binding IsEnableResumeRecipe}" Command="{Binding Path=RecipeResumeCommand}" />
  253. <Button Content="Stop" Grid.Column="3" IsEnabled="{Binding IsEnableStopRecipe}" Command="{Binding Path=RecipeStopCommand}" />
  254. </Grid>
  255. <Label Content="Recipe Setting" Grid.Row="2" Grid.Column="0" Grid.ColumnSpan="3" Width="400" Style="{StaticResource label}" />
  256. <Grid Grid.Row="3" Grid.ColumnSpan="3" ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  257. <Grid.Resources>
  258. <Style TargetType="Label" BasedOn="{StaticResource {x:Type Label}}">
  259. <Setter Property="VerticalAlignment" Value="Center" />
  260. <Setter Property="HorizontalAlignment" Value="Left" />
  261. <Setter Property="Margin" Value="10,0,0,0" />
  262. </Style>
  263. </Grid.Resources>
  264. <Grid.ColumnDefinitions>
  265. <ColumnDefinition Width="180" />
  266. <ColumnDefinition Width="*" />
  267. </Grid.ColumnDefinitions>
  268. <Grid.RowDefinitions>
  269. <RowDefinition Height="40" />
  270. <RowDefinition Height="40" />
  271. <RowDefinition Height="40" />
  272. <RowDefinition Height="40" />
  273. <RowDefinition Height="40" />
  274. <RowDefinition Height="40" />
  275. <RowDefinition Height="40" />
  276. <RowDefinition Height="40" />
  277. </Grid.RowDefinitions>
  278. <Label Grid.Row="0" Content="Type" />
  279. <Label Grid.Row="0" Grid.Column="1" Content="{Binding LocalControlJob.RecipeType}" />
  280. <Label Grid.Row="1" Content="Source" />
  281. <Label Grid.Row="1" Grid.Column="1" Content="{Binding LocalControlJob.Source}" />
  282. <Label Grid.Row="2" Content="Destination" />
  283. <Label Grid.Row="2" Grid.Column="1" Content="{Binding LocalControlJob.Destination}" />
  284. <Label Grid.Row="3" Content="Place Mode" />
  285. <Label Grid.Row="3" Grid.Column="1" Content="{Binding LocalControlJob.PlaceMode}" />
  286. <Label Grid.Row="4" Content="Read Laser Mark" />
  287. <Label Grid.Row="4" Grid.Column="1" Content="{Binding LocalControlJob.IsReadLaserMarker}" />
  288. <Label Grid.Row="5" Content="Read T7 Code" />
  289. <Label Grid.Row="5" Grid.Column="1" Content="{Binding LocalControlJob.IsReadT7Code}" />
  290. <Label Grid.Row="6" Content="Align" />
  291. <Label Grid.Row="6" Grid.Column="1" Content="{Binding LocalControlJob.IsAlign}" />
  292. <Label Grid.Row="7" Content="Align Angle" />
  293. <Label Grid.Row="7" Grid.Column="1" Content="{Binding LocalControlJob.AlignAngle}" />
  294. </Grid>
  295. <Label Content="Process Information" Grid.Row="4" Grid.Column="0" Grid.ColumnSpan="3" Width="400" Style="{StaticResource label}" />
  296. <Grid Grid.Row="5" Grid.ColumnSpan="5" ctrlCommon:GridHelper.Column0="LightBlue" ctrlCommon:GridHelper.Column1="Transparent">
  297. <Grid.Resources>
  298. <Style TargetType="Label" BasedOn="{StaticResource {x:Type Label}}">
  299. <Setter Property="VerticalAlignment" Value="Center" />
  300. <Setter Property="HorizontalAlignment" Value="Left" />
  301. <Setter Property="Margin" Value="10,0,0,0" />
  302. </Style>
  303. </Grid.Resources>
  304. <Grid.ColumnDefinitions>
  305. <ColumnDefinition Width="180" />
  306. <ColumnDefinition Width="*" />
  307. </Grid.ColumnDefinitions>
  308. <Grid.RowDefinitions>
  309. <RowDefinition Height="40" />
  310. <RowDefinition Height="40" />
  311. <RowDefinition Height="40" />
  312. <RowDefinition Height="40" />
  313. <RowDefinition Height="40" />
  314. </Grid.RowDefinitions>
  315. <Label Grid.Row="0" Content="Elapse Time(s)" />
  316. <Label Grid.Row="0" Grid.Column="1" Content="{Binding TransferTime}" />
  317. <Label Grid.Row="1" Content="Wafer Count" />
  318. <Label Grid.Row="1" Grid.Column="1" Content="{Binding TransferCount}" />
  319. <Label Grid.Row="2" Content="Throughput" />
  320. <Label Grid.Row="2" Grid.Column="1" Content="{Binding TranserThroughput}" />
  321. <Label Grid.Row="3" Content="Total Wafer Count" />
  322. <Label Grid.Row="3" Grid.Column="1" Content="{Binding TotalWaferCount}" />
  323. <Label Grid.Row="4" Content="Cycle Count" />
  324. <Label Grid.Row="4" Grid.Column="1" Content="{Binding CycleCount}" />
  325. </Grid>
  326. </Grid>
  327. </DockPanel>
  328. </Border>
  329. </Grid>
  330. </Grid>
  331. </UserControl>