Transfer.xaml 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <UserControl x:Class="SummaryModule.Views.Transfer"
  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:SummaryModule.Views"
  7. xmlns:controls="clr-namespace:SummaryModule.Controls"
  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. <Border Background="{StaticResource BorderBackgroundColor}" Margin="8" CornerRadius="8">
  18. <Grid Margin="8">
  19. <Grid.RowDefinitions>
  20. <RowDefinition/>
  21. <RowDefinition Height="8"/>
  22. <RowDefinition Height="auto"/>
  23. <RowDefinition Height="8"/>
  24. <RowDefinition Height="auto"/>
  25. </Grid.RowDefinitions>
  26. <Grid Grid.Row="2" Margin="4,0">
  27. <Grid.ColumnDefinitions>
  28. <ColumnDefinition Width="360"/>
  29. <ColumnDefinition/>
  30. <ColumnDefinition Width="360"/>
  31. <ColumnDefinition Width="8"/>
  32. <ColumnDefinition Width="auto"/>
  33. </Grid.ColumnDefinitions>
  34. <controls:Header_Content Height="32" Header="Mapping Result:"/>
  35. <controls:Header_Content Height="32" Grid.Column="2" Header="Foup Cycle Count:"/>
  36. <StackPanel Orientation="Horizontal" Grid.Column="4">
  37. <StackPanel Background="#b1d2f2" VerticalAlignment="Center" HorizontalAlignment="Center">
  38. <Border BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="1" Height="24" Width="48">
  39. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">All</TextBlock>
  40. </Border>
  41. <Border BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="1,0,1,1" Height="24" Width="48">
  42. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">
  43. <Run>0</Run>
  44. <Run>/</Run>
  45. <Run>0</Run>
  46. </TextBlock>
  47. </Border>
  48. </StackPanel>
  49. <StackPanel Background="#ffffff" VerticalAlignment="Center" HorizontalAlignment="Center">
  50. <Border BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="1" Height="24" Width="48">
  51. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">Empty</TextBlock>
  52. </Border>
  53. <Border BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="1,0,1,1" Height="24" Width="48">
  54. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">0</TextBlock>
  55. </Border>
  56. </StackPanel>
  57. <StackPanel Background="#02ffff" VerticalAlignment="Center" HorizontalAlignment="Center">
  58. <Border BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="1" Height="24" Width="32">
  59. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">P1</TextBlock>
  60. </Border>
  61. <Border BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="1,0,1,1" Height="24" Width="32">
  62. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">0</TextBlock>
  63. </Border>
  64. </StackPanel>
  65. <StackPanel Background="#02ffff" VerticalAlignment="Center" HorizontalAlignment="Center">
  66. <Border BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="1" Height="24" Width="32">
  67. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">P2</TextBlock>
  68. </Border>
  69. <Border BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="1,0,1,1" Height="24" Width="32">
  70. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">0</TextBlock>
  71. </Border>
  72. </StackPanel>
  73. <StackPanel Background="#fb9355" VerticalAlignment="Center" HorizontalAlignment="Center">
  74. <Border BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="1" Height="24" Width="32">
  75. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">SD</TextBlock>
  76. </Border>
  77. <Border BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="1,0,1,1" Height="24" Width="32">
  78. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">0</TextBlock>
  79. </Border>
  80. </StackPanel>
  81. <StackPanel Background="#aa93ff" VerticalAlignment="Center" HorizontalAlignment="Center">
  82. <Border BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="1" Height="24" Width="32">
  83. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">ED</TextBlock>
  84. </Border>
  85. <Border BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="1,0,1,1" Height="24" Width="32">
  86. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">0</TextBlock>
  87. </Border>
  88. </StackPanel>
  89. <StackPanel Background="#0395ff" VerticalAlignment="Center" HorizontalAlignment="Center">
  90. <Border BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="1" Height="24" Width="32">
  91. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">M1</TextBlock>
  92. </Border>
  93. <Border BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="1,0,1,1" Height="24" Width="32">
  94. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">0</TextBlock>
  95. </Border>
  96. </StackPanel>
  97. <StackPanel Background="#ff6fab" VerticalAlignment="Center" HorizontalAlignment="Center">
  98. <Border BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="1" Height="24" Width="32">
  99. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">M2</TextBlock>
  100. </Border>
  101. <Border BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="1,0,1,1" Height="24" Width="32">
  102. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">0</TextBlock>
  103. </Border>
  104. </StackPanel>
  105. </StackPanel>
  106. </Grid>
  107. <UniformGrid Grid.Row="4" Rows="1">
  108. <Button Style="{StaticResource FunctionButton}" Margin="4" Height="36">Init</Button>
  109. <Button Style="{StaticResource FunctionButton}" Margin="4" Height="36">Manual Operation</Button>
  110. <Button Style="{StaticResource FunctionButton}" Margin="4" Height="36">Modify</Button>
  111. <Button Style="{StaticResource FunctionButton}" Margin="4" Height="36">Sensor Status</Button>
  112. <Button Style="{StaticResource FunctionButton}" Margin="4" Height="36">Return Wafer</Button>
  113. <Button Style="{StaticResource FunctionButton}" Margin="4" Height="36">Delete Wafer</Button>
  114. <Button Style="{StaticResource FunctionButton}" Margin="4" Height="36">Delete Carrier</Button>
  115. </UniformGrid>
  116. </Grid>
  117. </Border>
  118. </UserControl>