LayoutRecipeEdit.xaml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. <UserControl x:Class="RecipeModule.Dialogs.Views.LayoutRecipeEdit"
  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:local="clr-namespace:RecipeModule.Dialogs.Views"
  7. xmlns:UniControl="clr-namespace:UniversalControls.Controls;assembly=UniversalControls"
  8. mc:Ignorable="d"
  9. d:DesignHeight="450" d:DesignWidth="800">
  10. <UserControl.Resources>
  11. <ResourceDictionary >
  12. <ResourceDictionary.MergedDictionaries>
  13. <ResourceDictionary Source="/UICommon;component/Resources.xaml"/>
  14. </ResourceDictionary.MergedDictionaries>
  15. </ResourceDictionary>
  16. </UserControl.Resources>
  17. <Grid Margin="8">
  18. <Grid.ColumnDefinitions>
  19. <ColumnDefinition/>
  20. <ColumnDefinition Width="8"/>
  21. <ColumnDefinition Width="auto"/>
  22. <ColumnDefinition Width="8"/>
  23. <ColumnDefinition MinWidth="280"/>
  24. </Grid.ColumnDefinitions>
  25. <Grid.RowDefinitions>
  26. <RowDefinition/>
  27. <RowDefinition Height="16"/>
  28. <RowDefinition Height="32"/>
  29. </Grid.RowDefinitions>
  30. <Grid>
  31. <Grid.RowDefinitions>
  32. <RowDefinition Height="32"/>
  33. <RowDefinition Height="8"/>
  34. <RowDefinition/>
  35. <RowDefinition Height="8"/>
  36. <RowDefinition Height="auto"/>
  37. </Grid.RowDefinitions>
  38. <Grid>
  39. <Grid.ColumnDefinitions>
  40. <ColumnDefinition Width="auto"/>
  41. <ColumnDefinition Width="8"/>
  42. <ColumnDefinition/>
  43. </Grid.ColumnDefinitions>
  44. <TextBlock VerticalAlignment="Center">File Name</TextBlock>
  45. <Border Grid.Column="2" Background="{StaticResource BorderBackgroundColor}" CornerRadius="4">
  46. <TextBlock Margin="8,0" VerticalAlignment="Center">Layout1\Layout Recipe 1</TextBlock>
  47. </Border>
  48. </Grid>
  49. <Border Grid.Row="2" Background="{StaticResource BorderBackgroundColor}" CornerRadius="4">
  50. <Grid Margin="8" VerticalAlignment="Bottom">
  51. <Grid.RowDefinitions>
  52. <RowDefinition Height="auto"/>
  53. <RowDefinition Height="8"/>
  54. <RowDefinition Height="auto"/>
  55. <RowDefinition Height="4"/>
  56. <RowDefinition Height="32"/>
  57. <RowDefinition Height="8"/>
  58. <RowDefinition Height="auto"/>
  59. <RowDefinition Height="4"/>
  60. <RowDefinition Height="32"/>
  61. <RowDefinition Height="8"/>
  62. <RowDefinition Height="auto"/>
  63. <RowDefinition Height="4"/>
  64. <RowDefinition Height="32"/>
  65. <RowDefinition Height="8"/>
  66. <RowDefinition Height="auto"/>
  67. <RowDefinition Height="4"/>
  68. <RowDefinition Height="32"/>
  69. </Grid.RowDefinitions>
  70. <StackPanel Orientation="Horizontal">
  71. <Image Source="{StaticResource Icon_Charge}" Height="48"/>
  72. <TextBlock VerticalAlignment="Center" Margin="8">Decision Method</TextBlock>
  73. </StackPanel>
  74. <TextBlock Grid.Row="2" >Number of Product and Fill</TextBlock>
  75. <Button Grid.Row="4" Style="{StaticResource FunctionButton}" Background="White" Foreground="Black" BorderThickness="1">Set Total Wafer Number</Button>
  76. <TextBlock Grid.Row="6" >Wafer Supplement</TextBlock>
  77. <Button Grid.Row="8" Style="{StaticResource FunctionButton}" Background="White" Foreground="Black" BorderThickness="1">All Product Top Stuffing</Button>
  78. <TextBlock Grid.Row="10" >Monitor 1 Wafer Charge</TextBlock>
  79. <Button Grid.Row="12" Style="{StaticResource FunctionButton}" Background="White" Foreground="Black" BorderThickness="1">Automatic Equal Layout</Button>
  80. <TextBlock Grid.Row="14" >Monitor 2 Wafer Charge</TextBlock>
  81. <Button Grid.Row="16" Style="{StaticResource FunctionButton}" Background="White" Foreground="Black" BorderThickness="1">Appoint between Carriers</Button>
  82. </Grid>
  83. </Border>
  84. <Border Grid.Row="4" Background="{StaticResource BorderBackgroundColor}" CornerRadius="4">
  85. <Grid Margin="8">
  86. <Grid.RowDefinitions>
  87. <RowDefinition Height="auto"/>
  88. <RowDefinition Height="8"/>
  89. <RowDefinition Height="auto"/>
  90. </Grid.RowDefinitions>
  91. <TextBlock>Disp Type</TextBlock>
  92. <UniformGrid Grid.Row="2" Rows="1">
  93. <RadioButton Style="{StaticResource RadioButtonStyle}" Margin="8" >Number</RadioButton>
  94. <RadioButton Style="{StaticResource RadioButtonStyle}" Margin="8" >Map</RadioButton>
  95. <RadioButton Style="{StaticResource RadioButtonStyle}" Margin="8" >Carrier</RadioButton>
  96. </UniformGrid>
  97. </Grid>
  98. </Border>
  99. </Grid>
  100. <Border Grid.Column="2" Background="{StaticResource BorderBackgroundColor}" CornerRadius="4">
  101. <Grid Margin="8">
  102. <Grid.RowDefinitions>
  103. <RowDefinition Height="28"/>
  104. <RowDefinition Height="8"/>
  105. <RowDefinition MinHeight="600"/>
  106. </Grid.RowDefinitions>
  107. <Grid>
  108. <Grid.ColumnDefinitions>
  109. <ColumnDefinition Width="auto"/>
  110. <ColumnDefinition Width="8"/>
  111. <ColumnDefinition MinWidth="160"/>
  112. </Grid.ColumnDefinitions>
  113. <TextBlock VerticalAlignment="Center">BoatTotal Slot</TextBlock>
  114. <TextBox Grid.Column="2" IsReadOnly="True" VerticalContentAlignment="Center" HorizontalContentAlignment="Center">0</TextBox>
  115. </Grid>
  116. <UniControl:BoatSlotDiagram Grid.Row="2"/>
  117. </Grid>
  118. </Border>
  119. <Grid Grid.Column="4">
  120. <Grid.RowDefinitions>
  121. <RowDefinition Height="32"/>
  122. <RowDefinition Height="8"/>
  123. <RowDefinition Height="auto"/>
  124. <RowDefinition Height="8"/>
  125. <RowDefinition Height="auto"/>
  126. <RowDefinition Height="8"/>
  127. <RowDefinition Height="*"/>
  128. <RowDefinition Height="8"/>
  129. <RowDefinition Height="auto"/>
  130. </Grid.RowDefinitions>
  131. <Grid>
  132. <Grid.ColumnDefinitions>
  133. <ColumnDefinition Width="auto"/>
  134. <ColumnDefinition Width="8"/>
  135. <ColumnDefinition/>
  136. </Grid.ColumnDefinitions>
  137. <TextBlock VerticalAlignment="Center">V Axis Mode</TextBlock>
  138. <Button Grid.Column="2" Style="{StaticResource FunctionButton}" Background="White" BorderThickness="1" Foreground="Black">Normal</Button>
  139. </Grid>
  140. <Border Grid.Row="2" Background="{StaticResource BorderBackgroundColor}" CornerRadius="4">
  141. <Grid Margin="8">
  142. <Grid.RowDefinitions>
  143. <RowDefinition Height="32"/>
  144. <RowDefinition Height="8"/>
  145. <RowDefinition Height="32"/>
  146. </Grid.RowDefinitions>
  147. <Grid.ColumnDefinitions>
  148. <ColumnDefinition Width="auto"/>
  149. <ColumnDefinition Width="8"/>
  150. <ColumnDefinition/>
  151. </Grid.ColumnDefinitions>
  152. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Left">Total Slot No.</TextBlock>
  153. <TextBox Grid.Column="2"></TextBox>
  154. <TextBlock Grid.Row="4" VerticalAlignment="Center">Upper Side Dummy Num</TextBlock>
  155. <TextBox Grid.Row="4" Grid.Column="2"></TextBox>
  156. </Grid>
  157. </Border>
  158. <Border Grid.Row="4" Background="{StaticResource BorderBackgroundColor}" CornerRadius="4">
  159. <Grid Margin="8">
  160. <Grid.RowDefinitions>
  161. <RowDefinition Height="32"/>
  162. <RowDefinition Height="8"/>
  163. <RowDefinition Height="32"/>
  164. <RowDefinition Height="8"/>
  165. <RowDefinition Height="32"/>
  166. </Grid.RowDefinitions>
  167. <Grid.ColumnDefinitions>
  168. <ColumnDefinition Width="auto"/>
  169. <ColumnDefinition Width="8"/>
  170. <ColumnDefinition/>
  171. </Grid.ColumnDefinitions>
  172. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" >Fill Dummy Transfer</TextBlock>
  173. <Button Grid.Column="2" Style="{StaticResource FunctionButton}" Background="White" BorderThickness="1" Foreground="Black">None</Button>
  174. <TextBlock Grid.Row="2" VerticalAlignment="Center" TextWrapping="WrapWithOverflow" TextAlignment="Center">Product Zero Not Fill</TextBlock>
  175. <Button Grid.Row="2" Grid.Column="2" Style="{StaticResource FunctionButton}" Background="White" BorderThickness="1" Foreground="Black">None</Button>
  176. <TextBlock Grid.Row="4" VerticalAlignment="Center" TextWrapping="WrapWithOverflow" TextAlignment="Center">Product Transfer Position</TextBlock>
  177. <Button Grid.Row="4" Grid.Column="2" Style="{StaticResource FunctionButton}" Background="White" BorderThickness="1" Foreground="Black">None</Button>
  178. </Grid>
  179. </Border>
  180. <Border Grid.Row="6" Background="{StaticResource BorderBackgroundColor}" CornerRadius="4">
  181. <Grid Margin="8">
  182. <Grid.RowDefinitions>
  183. <RowDefinition Height="32"/>
  184. <RowDefinition Height="8"/>
  185. <RowDefinition Height="32"/>
  186. <RowDefinition Height="8"/>
  187. <RowDefinition Height="32"/>
  188. <RowDefinition Height="8"/>
  189. <RowDefinition Height="32"/>
  190. <RowDefinition Height="8"/>
  191. <RowDefinition Height="32"/>
  192. <RowDefinition Height="8"/>
  193. <RowDefinition Height="32"/>
  194. </Grid.RowDefinitions>
  195. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" >Monitor 1 Wafer Discharge</TextBlock>
  196. <Button Grid.Row="2" Style="{StaticResource FunctionButton}" Background="White" BorderThickness="1" Foreground="Black">None</Button>
  197. <TextBlock Grid.Row="4" VerticalAlignment="Center" TextWrapping="WrapWithOverflow" TextAlignment="Center">Monitor 2 Wafer Discharge</TextBlock>
  198. <Button Grid.Row="6" Grid.Column="2" Style="{StaticResource FunctionButton}" Background="White" BorderThickness="1" Foreground="Black">None</Button>
  199. <TextBlock Grid.Row="8" VerticalAlignment="Center" TextWrapping="WrapWithOverflow" TextAlignment="Center">Lower Side Dummy Num</TextBlock>
  200. <TextBox Grid.Row="10" Grid.Column="2" VerticalContentAlignment="Center" HorizontalContentAlignment="Center">0</TextBox>
  201. </Grid>
  202. </Border>
  203. <Border Grid.Row="8" Background="{StaticResource BorderBackgroundColor}" CornerRadius="4">
  204. <Grid Margin="8">
  205. <Grid.RowDefinitions>
  206. <RowDefinition Height="32"/>
  207. <RowDefinition Height="8"/>
  208. <RowDefinition Height="32"/>
  209. </Grid.RowDefinitions>
  210. <TextBlock Grid.Row="0" VerticalAlignment="Center" TextWrapping="WrapWithOverflow" TextAlignment="Center">Lower Side Dummy Num</TextBlock>
  211. <TextBox Grid.Row="2" Grid.Column="2" VerticalContentAlignment="Center" HorizontalContentAlignment="Center">0</TextBox>
  212. </Grid>
  213. </Border>
  214. </Grid>
  215. <Grid Grid.Row="6" Grid.ColumnSpan="5">
  216. <Grid.ColumnDefinitions>
  217. <ColumnDefinition Width="120"/>
  218. <ColumnDefinition/>
  219. <ColumnDefinition Width="120"/>
  220. </Grid.ColumnDefinitions>
  221. <Button Style="{StaticResource FunctionButton}">Save</Button>
  222. <Button Grid.Column="2" Style="{StaticResource FunctionButton}">Close</Button>
  223. </Grid>
  224. </Grid>
  225. </UserControl>