LotCompleteDialogView.xaml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. <UserControl x:Class="VirgoUI.Client.Models.Operate.WaferAssociation.LotCompleteDialogView"
  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. mc:Ignorable="d"
  7. xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
  8. xmlns:cal="http://www.caliburn.org"
  9. Width="450"
  10. Height="250">
  11. <UserControl.Resources>
  12. </UserControl.Resources>
  13. <Border BorderBrush="Gray" BorderThickness="0,1,0,0" Background="{DynamicResource Tab_BG}">
  14. <Grid Margin="10,10">
  15. <Grid.RowDefinitions>
  16. <RowDefinition />
  17. <RowDefinition Height="auto"/>
  18. </Grid.RowDefinitions>
  19. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0" Background="{DynamicResource Table_BG_Content_Highlight}">
  20. <StackPanel Orientation="Vertical">
  21. <TextBlock TextAlignment="Center" Text="Job Complete" FontWeight="Bold" FontSize="22" Canvas.Left="132"/>
  22. <Grid Margin="0,5, 0, 0" Visibility="{Binding LP1Visibility}">
  23. <Grid.ColumnDefinitions>
  24. <ColumnDefinition Width="70"/>
  25. <ColumnDefinition Width="130"/>
  26. <ColumnDefinition Width="90"/>
  27. <ColumnDefinition Width="130"/>
  28. </Grid.ColumnDefinitions>
  29. <Grid.RowDefinitions>
  30. <RowDefinition Height="25"/>
  31. <RowDefinition Height="25"/>
  32. <RowDefinition Height="25"/>
  33. </Grid.RowDefinitions>
  34. <!--module-->
  35. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1" Background="{DynamicResource Table_BG_Title}" Grid.Row="0" Padding="5,1">
  36. <TextBlock Text="LP" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="12" FontFamily="Arial" VerticalAlignment="Center"/>
  37. </Border>
  38. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="0" Grid.Column="1" Padding="5,1">
  39. <TextBlock Text="{Binding Path=LP1LotComplete.Module}" TextAlignment="Center" VerticalAlignment="Center"/>
  40. </Border>
  41. <!--LOT ID-->
  42. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="1" Padding="5,1">
  43. <TextBlock Text="Lot ID" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="12" FontFamily="Arial" VerticalAlignment="Center"/>
  44. </Border>
  45. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="1" Grid.Column="1" Padding="5,1">
  46. <TextBlock Text="{Binding Path=LP1LotComplete.LotID}" TextAlignment="Center" VerticalAlignment="Center"/>
  47. </Border>
  48. <!--SourceFan1-->
  49. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="3" Padding="5,1">
  50. <TextBlock Text="Start Time" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="12" FontFamily="Arial" VerticalAlignment="Center"/>
  51. </Border>
  52. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="3" Grid.Column="1" Padding="5,1">
  53. <TextBlock Text="{Binding Path=LP1LotComplete.StartTime}" TextAlignment="Center" VerticalAlignment="Center"/>
  54. </Border>
  55. <!--SensorWaterLeakOk-->
  56. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="0" Grid.Column="2" Padding="5,1">
  57. <TextBlock Text="Wafer Size" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="12" FontFamily="Arial" VerticalAlignment="Center"/>
  58. </Border>
  59. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="0" Grid.Column="3" Padding="5,1">
  60. <TextBlock Text="{Binding Path=LP1LotComplete.WaferSize}" TextAlignment="Center" VerticalAlignment="Center"/>
  61. </Border>
  62. <!--ATM Switch-->
  63. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="3" Grid.Column="2" Padding="5,1">
  64. <TextBlock Text="End Time" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="12" FontFamily="Arial" VerticalAlignment="Center"/>
  65. </Border>
  66. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="3" Grid.Column="3" Padding="5,1">
  67. <TextBlock Text="{Binding Path=LP1LotComplete.EndTime}" TextAlignment="Center" VerticalAlignment="Center"/>
  68. </Border>
  69. <!--VAC switch-->
  70. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="1" Grid.Column="2" Padding="5,1">
  71. <TextBlock Text="Wafer Number" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="12" FontFamily="Arial" VerticalAlignment="Center"/>
  72. </Border>
  73. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="1" Grid.Column="3" Padding="5,1">
  74. <TextBlock Text="{Binding Path=LP1LotComplete.WaferNumber}" TextAlignment="Center" VerticalAlignment="Center"/>
  75. </Border>
  76. </Grid>
  77. <Grid Margin="0,5, 0, 0" Visibility="{Binding LP2Visibility}">
  78. <Grid.ColumnDefinitions>
  79. <ColumnDefinition Width="70"/>
  80. <ColumnDefinition Width="130"/>
  81. <ColumnDefinition Width="90"/>
  82. <ColumnDefinition Width="130"/>
  83. </Grid.ColumnDefinitions>
  84. <Grid.RowDefinitions>
  85. <RowDefinition Height="25"/>
  86. <RowDefinition Height="25"/>
  87. <RowDefinition Height="25"/>
  88. </Grid.RowDefinitions>
  89. <!--module-->
  90. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1" Background="{DynamicResource Table_BG_Title}" Grid.Row="0" Padding="5,1">
  91. <TextBlock Text="LP" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="12" FontFamily="Arial" VerticalAlignment="Center"/>
  92. </Border>
  93. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="0" Grid.Column="1" Padding="5,1">
  94. <TextBlock Text="{Binding Path=LP2LotComplete.Module}" TextAlignment="Center" VerticalAlignment="Center"/>
  95. </Border>
  96. <!--LOT ID-->
  97. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="1" Padding="5,1">
  98. <TextBlock Text="Lot ID" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="12" FontFamily="Arial" VerticalAlignment="Center"/>
  99. </Border>
  100. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="1" Grid.Column="1" Padding="5,1">
  101. <TextBlock Text="{Binding Path=LP2LotComplete.LotID}" TextAlignment="Center" VerticalAlignment="Center"/>
  102. </Border>
  103. <!--SourceFan1-->
  104. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="3" Padding="5,1">
  105. <TextBlock Text="Start Time" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="12" FontFamily="Arial" VerticalAlignment="Center"/>
  106. </Border>
  107. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="3" Grid.Column="1" Padding="5,1">
  108. <TextBlock Text="{Binding Path=LP2LotComplete.StartTime}" TextAlignment="Center" VerticalAlignment="Center"/>
  109. </Border>
  110. <!--SensorWaterLeakOk-->
  111. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="0" Grid.Column="2" Padding="5,1">
  112. <TextBlock Text="Wafer Size" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="12" FontFamily="Arial" VerticalAlignment="Center"/>
  113. </Border>
  114. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="0" Grid.Column="3" Padding="5,1">
  115. <TextBlock Text="{Binding Path=LP2LotComplete.WaferSize}" TextAlignment="Center" VerticalAlignment="Center"/>
  116. </Border>
  117. <!--ATM Switch-->
  118. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="3" Grid.Column="2" Padding="5,1">
  119. <TextBlock Text="End Time" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="12" FontFamily="Arial" VerticalAlignment="Center"/>
  120. </Border>
  121. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="3" Grid.Column="3" Padding="5,1">
  122. <TextBlock Text="{Binding Path=LP2LotComplete.EndTime}" TextAlignment="Center" VerticalAlignment="Center"/>
  123. </Border>
  124. <!--VAC switch-->
  125. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="1" Grid.Column="2" Padding="5,1">
  126. <TextBlock Text="Wafer Number" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="12" FontFamily="Arial" VerticalAlignment="Center"/>
  127. </Border>
  128. <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="1" Grid.Column="3" Padding="5,1">
  129. <TextBlock Text="{Binding Path=LP2LotComplete.WaferNumber}" TextAlignment="Center" VerticalAlignment="Center"/>
  130. </Border>
  131. </Grid>
  132. </StackPanel>
  133. </Border>
  134. <StackPanel Grid.Row="1" Margin="0,10,0,0" Orientation="Horizontal" HorizontalAlignment="Center">
  135. <Button Content="OK" Width="90" Height="30">
  136. <i:Interaction.Triggers>
  137. <i:EventTrigger EventName="Click">
  138. <cal:ActionMessage MethodName="OK">
  139. </cal:ActionMessage>
  140. </i:EventTrigger>
  141. </i:Interaction.Triggers>
  142. </Button>
  143. </StackPanel>
  144. </Grid>
  145. </Border>
  146. </UserControl>