LeakCheckDetail.xaml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. <UserControl x:Class="SummaryModule.Views.LeakCheckSub.LeakCheckDetail"
  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.LeakCheckSub"
  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. <Grid>
  18. <Grid.RowDefinitions>
  19. <RowDefinition Height="auto"/>
  20. <RowDefinition Height="8"/>
  21. <RowDefinition Height="auto"/>
  22. <RowDefinition Height="8"/>
  23. <RowDefinition Height="auto"/>
  24. <RowDefinition Height="8"/>
  25. <RowDefinition Height="auto"/>
  26. <RowDefinition Height="8"/>
  27. <RowDefinition Height="auto"/>
  28. </Grid.RowDefinitions>
  29. <Border Background="#f0f0f0" CornerRadius="8">
  30. <Grid Margin="16">
  31. <Grid.ColumnDefinitions>
  32. <ColumnDefinition/>
  33. <ColumnDefinition Width="16"/>
  34. <ColumnDefinition/>
  35. <ColumnDefinition Width="16"/>
  36. <ColumnDefinition/>
  37. </Grid.ColumnDefinitions>
  38. <Grid.RowDefinitions>
  39. <RowDefinition Height="32"/>
  40. <RowDefinition Height="8"/>
  41. <RowDefinition Height="32"/>
  42. </Grid.RowDefinitions>
  43. <controls:Header_Content Header="Leak Check Status:"/>
  44. <controls:Header_Content Grid.Row="2" Grid.Column="0" Header="Retry Count:"/>
  45. <controls:Header_Content Grid.Row="2" Grid.Column="2" Header="Retry Over Command:"/>
  46. <controls:Header_Content Grid.Row="0" Grid.Column="2" Header="Leak Check Table:"/>
  47. <controls:Header_Content Grid.Row="0" Grid.Column="4" Header="Sensor:"/>
  48. </Grid>
  49. </Border>
  50. <Border Grid.Row="2" Background="#f0f0f0" CornerRadius="8">
  51. <Grid Margin="16">
  52. <Grid.ColumnDefinitions>
  53. <ColumnDefinition/>
  54. <ColumnDefinition Width="16"/>
  55. <ColumnDefinition/>
  56. <ColumnDefinition Width="16"/>
  57. <ColumnDefinition/>
  58. <ColumnDefinition Width="16"/>
  59. <ColumnDefinition/>
  60. </Grid.ColumnDefinitions>
  61. <Grid.RowDefinitions>
  62. <RowDefinition Height="auto"/>
  63. <RowDefinition Height="8"/>
  64. <RowDefinition Height="auto"/>
  65. </Grid.RowDefinitions>
  66. <TextBlock VerticalAlignment="Center" FontSize="14" FontWeight="Bold">Base Pressure Check</TextBlock>
  67. <Border Grid.Row="2" Background="#e5e5e5" CornerRadius="4">
  68. <Grid Margin="8">
  69. <Grid.RowDefinitions>
  70. <RowDefinition Height="auto"/>
  71. <RowDefinition Height="8"/>
  72. <RowDefinition Height="32"/>
  73. <RowDefinition Height="8"/>
  74. <RowDefinition Height="32"/>
  75. </Grid.RowDefinitions>
  76. <TextBlock VerticalAlignment="Center" FontSize="14">Pressure High Limit</TextBlock>
  77. <controls:Header_Content Grid.Row="2" Grid.Column="0" Header="PH (Pa):"/>
  78. <controls:Header_Content Grid.Row="4" Grid.Column="0" Header="Error Command:"/>
  79. </Grid>
  80. </Border>
  81. <Border Grid.Row="2" Grid.Column="2" Background="#e5e5e5" CornerRadius="4">
  82. <Grid Margin="8">
  83. <Grid.RowDefinitions>
  84. <RowDefinition Height="auto"/>
  85. <RowDefinition Height="8"/>
  86. <RowDefinition Height="32"/>
  87. <RowDefinition Height="8"/>
  88. <RowDefinition Height="32"/>
  89. </Grid.RowDefinitions>
  90. <TextBlock VerticalAlignment="Center" FontSize="14">Pressure Low Limit</TextBlock>
  91. <controls:Header_Content Grid.Row="2" Grid.Column="0" Header="PL (Pa):"/>
  92. <controls:Header_Content Grid.Row="4" Grid.Column="0" Header="Error Command:"/>
  93. </Grid>
  94. </Border>
  95. <Border Grid.Row="2" Grid.Column="4" Background="#e5e5e5" CornerRadius="4">
  96. <Grid Margin="8">
  97. <Grid.RowDefinitions>
  98. <RowDefinition Height="auto"/>
  99. <RowDefinition Height="8"/>
  100. <RowDefinition Height="32"/>
  101. <RowDefinition Height="8"/>
  102. <RowDefinition Height="32"/>
  103. </Grid.RowDefinitions>
  104. <TextBlock VerticalAlignment="Center" FontSize="14">Base Pressure</TextBlock>
  105. <controls:Header_Content Grid.Row="2" Grid.Column="0" Header="BP (Pa):"/>
  106. </Grid>
  107. </Border>
  108. <Border Grid.Row="2" Grid.Column="6" Background="#e5e5e5" CornerRadius="4">
  109. <Grid Margin="8">
  110. <Grid.RowDefinitions>
  111. <RowDefinition Height="auto"/>
  112. <RowDefinition Height="8"/>
  113. <RowDefinition Height="32"/>
  114. <RowDefinition Height="8"/>
  115. <RowDefinition Height="32"/>
  116. </Grid.RowDefinitions>
  117. <TextBlock VerticalAlignment="Center" FontSize="14">Base Pressure Limit</TextBlock>
  118. <controls:Header_Content Grid.Row="2" Grid.Column="0" Header="BPLimit (Pa):"/>
  119. <controls:Header_Content Grid.Row="4" Grid.Column="0" Header="Error Command:"/>
  120. </Grid>
  121. </Border>
  122. </Grid>
  123. </Border>
  124. <Border Grid.Row="4" Background="#f0f0f0" CornerRadius="8">
  125. <Grid Margin="16">
  126. <Grid.ColumnDefinitions>
  127. <ColumnDefinition Width="3*"/>
  128. <ColumnDefinition Width="16"/>
  129. <ColumnDefinition Width="2*"/>
  130. <ColumnDefinition Width="16"/>
  131. <ColumnDefinition Width="2*"/>
  132. </Grid.ColumnDefinitions>
  133. <Grid.RowDefinitions>
  134. <RowDefinition Height="auto"/>
  135. <RowDefinition Height="8"/>
  136. <RowDefinition Height="32"/>
  137. </Grid.RowDefinitions>
  138. <TextBlock VerticalAlignment="Center" FontSize="14" FontWeight="Bold">Leak Check Delay</TextBlock>
  139. <controls:Header_Progress Grid.Row="2" Grid.Column="0" Header="Delay Time:"/>
  140. <controls:Header_Content Grid.Row="2" Grid.Column="2" Header="Monitor Pressure:"/>
  141. <controls:Header_Content Grid.Row="2" Grid.Column="4" Header="Start Pressure:"/>
  142. </Grid>
  143. </Border>
  144. <Border Grid.Row="6" Background="#f0f0f0" CornerRadius="8">
  145. <Grid Margin="16">
  146. <Grid.ColumnDefinitions>
  147. <ColumnDefinition Width="3*"/>
  148. <ColumnDefinition Width="16"/>
  149. <ColumnDefinition Width="2*"/>
  150. <ColumnDefinition Width="16"/>
  151. <ColumnDefinition Width="2*"/>
  152. </Grid.ColumnDefinitions>
  153. <Grid.RowDefinitions>
  154. <RowDefinition Height="auto"/>
  155. <RowDefinition Height="8"/>
  156. <RowDefinition Height="auto"/>
  157. </Grid.RowDefinitions>
  158. <TextBlock VerticalAlignment="Center" FontSize="14" FontWeight="Bold">Leak Check</TextBlock>
  159. <controls:Header_Progress Height="32" VerticalAlignment="Top" Grid.Row="2" Grid.Column="0" Header="LeakCheck Time:"/>
  160. <Border Grid.Row="2" Grid.Column="2" Background="#e5e5e5" CornerRadius="4">
  161. <Grid Margin="8">
  162. <Grid.RowDefinitions>
  163. <RowDefinition Height="auto"/>
  164. <RowDefinition Height="8"/>
  165. <RowDefinition Height="32"/>
  166. <RowDefinition Height="8"/>
  167. <RowDefinition Height="32"/>
  168. </Grid.RowDefinitions>
  169. <TextBlock VerticalAlignment="Center" FontSize="14">Leak Limit</TextBlock>
  170. <controls:Header_Content Grid.Row="2" Header="Leak Limit (Pa):"/>
  171. <controls:Header_Content Grid.Row="4" Header="Error Command:"/>
  172. </Grid>
  173. </Border>
  174. <Border Grid.Row="2" Grid.Column="4" CornerRadius="4">
  175. <Grid >
  176. <Grid.RowDefinitions>
  177. <RowDefinition Height="32"/>
  178. <RowDefinition Height="8"/>
  179. <RowDefinition Height="32"/>
  180. <RowDefinition Height="8"/>
  181. <RowDefinition Height="32"/>
  182. </Grid.RowDefinitions>
  183. <controls:Header_Content Grid.Row="0" Header="Actual (Pa):"/>
  184. <controls:Header_Content Grid.Row="2" Header="Monitor Pressure:"/>
  185. <controls:Header_Content Grid.Row="4" Header="Start Pressure:"/>
  186. </Grid>
  187. </Border>
  188. </Grid>
  189. </Border>
  190. </Grid>
  191. </UserControl>