GasVerificationView.xaml 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  1. <UserControl x:Class="Aitex.Triton160.UI.Views.GasVerificationView"
  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. d:DesignHeight="800" d:DesignWidth="1250" Background="#669ACC">
  8. <Grid>
  9. <Grid.RowDefinitions>
  10. <RowDefinition Height="50" />
  11. <RowDefinition Height="230" />
  12. <RowDefinition Height="50" />
  13. <RowDefinition Height="*" />
  14. </Grid.RowDefinitions>
  15. <Grid Grid.Row="0" Width="952" >
  16. <Grid.ColumnDefinitions>
  17. <ColumnDefinition Width="200" />
  18. <ColumnDefinition Width="*" />
  19. </Grid.ColumnDefinitions>
  20. <Grid Grid.Column="0" Width="200" Height="84" Margin="0,17,0,0" HorizontalAlignment="Center" Opacity="1" >
  21. <Border Background="Transparent" BorderThickness="1">
  22. <Rectangle RadiusX="6" RadiusY="6" Stroke="Gray" Margin="1" Opacity="1" Fill="Green" StrokeThickness="1"/>
  23. </Border>
  24. <Label Content="Appointed Point" VerticalContentAlignment="Top" FontFamily="Arial,SimSun" FontSize="16" HorizontalContentAlignment="Center" Margin="0,5" Foreground="LightYellow" />
  25. </Grid>
  26. <StackPanel Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Center">
  27. <Button Content="Start" Height="30" FontSize="16" Margin="0,15,30,0" />
  28. <Button Content="Stop" Height="30" FontSize="16" Margin="0,15,0,0"/>
  29. </StackPanel>
  30. </Grid>
  31. <Grid Grid.Row="1" HorizontalAlignment="Center" Width="1000">
  32. <Grid.RowDefinitions>
  33. <RowDefinition Height="40" />
  34. <RowDefinition Height="30" />
  35. <RowDefinition Height="30" />
  36. <RowDefinition Height="30" />
  37. <RowDefinition Height="30" />
  38. <RowDefinition Height="30" />
  39. <RowDefinition Height="30" />
  40. </Grid.RowDefinitions>
  41. <Grid.ColumnDefinitions>
  42. <ColumnDefinition Width="*" />
  43. <ColumnDefinition Width="100" />
  44. <ColumnDefinition Width="100" />
  45. <ColumnDefinition Width="100" />
  46. <ColumnDefinition Width="100" />
  47. <ColumnDefinition Width="100" />
  48. <ColumnDefinition Width="130" />
  49. <ColumnDefinition Width="180" />
  50. <ColumnDefinition Width="140" />
  51. <ColumnDefinition Width="*" />
  52. </Grid.ColumnDefinitions>
  53. <Rectangle Grid.Row="0" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  54. <TextBlock Grid.Row="0" Grid.Column="1" FontSize="15" Text="Select MFC" Foreground="White" />
  55. <Rectangle Grid.Row="0" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  56. <TextBlock Grid.Row="0" Grid.Column="2" FontSize="15" Text="MFC Name" Foreground="White" />
  57. <Rectangle Grid.Row="0" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  58. <TextBlock Grid.Row="0" Grid.Column="3" FontSize="15" Text="Set Flow" Foreground="White" />
  59. <Rectangle Grid.Row="0" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  60. <TextBlock Grid.Row="0" Grid.Column="4" FontSize="15" Text="Actual Flow" Foreground="White" />
  61. <Rectangle Grid.Row="0" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  62. <TextBlock Grid.Row="0" Grid.Column="5" FontSize="15" Text="Error %" Foreground="White" />
  63. <Rectangle Grid.Row="0" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  64. <TextBlock Grid.Row="0" Grid.Column="6" FontSize="15" Text="Invoved Volumn" Foreground="White" />
  65. <Rectangle Grid.Row="0" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  66. <TextBlock Grid.Row="0" Grid.Column="7" FontSize="15" Text="Date Time" Foreground="White" />
  67. <Rectangle Grid.Row="0" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  68. <TextBlock Grid.Row="0" Grid.Column="8" FontSize="15" Text="Elapsed Time" Foreground="White" />
  69. <Rectangle Grid.Row="1" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  70. <CheckBox Grid.Row="1" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
  71. <Rectangle Grid.Row="1" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  72. <TextBlock Grid.Row="1" Grid.Column="2" FontSize="15" Text="MFC1" Foreground="White" />
  73. <Rectangle Grid.Row="1" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  74. <TextBox Grid.Row="1" Grid.Column="3" FontSize="15" Width="80" Text="10.0" Height="28" Margin="3" Padding="0,1,0,0" />
  75. <Rectangle Grid.Row="1" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  76. <TextBlock Grid.Row="1" Grid.Column="4" FontSize="15" Text="8.12" Foreground="White" />
  77. <Rectangle Grid.Row="1" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  78. <TextBlock Grid.Row="1" Grid.Column="5" FontSize="15" Text="-8.8" Foreground="White" />
  79. <Rectangle Grid.Row="1" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  80. <TextBlock Grid.Row="1" Grid.Column="6" FontSize="15" Text="83.219" Foreground="White" />
  81. <Rectangle Grid.Row="1" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  82. <TextBlock Grid.Row="1" Grid.Column="7" FontSize="15" Text="2016-3-5 10:05:12" Foreground="White" />
  83. <Rectangle Grid.Row="1" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  84. <TextBlock Grid.Row="1" Grid.Column="8" FontSize="15" Text="8" Foreground="White" />
  85. <Rectangle Grid.Row="2" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  86. <CheckBox Grid.Row="2" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
  87. <Rectangle Grid.Row="2" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  88. <TextBlock Grid.Row="2" Grid.Column="2" FontSize="15" Text="MFC2" Foreground="White" />
  89. <Rectangle Grid.Row="2" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  90. <TextBox Grid.Row="2" Grid.Column="3" FontSize="15" Width="80" Text="10.0" Height="28" Margin="3" Padding="0,1,0,0" />
  91. <Rectangle Grid.Row="2" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  92. <TextBlock Grid.Row="2" Grid.Column="4" FontSize="15" Text="8.12" Foreground="White" />
  93. <Rectangle Grid.Row="2" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  94. <TextBlock Grid.Row="2" Grid.Column="5" FontSize="15" Text="-8.8" Foreground="White" />
  95. <Rectangle Grid.Row="2" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  96. <TextBlock Grid.Row="2" Grid.Column="6" FontSize="15" Text="83.219" Foreground="White" />
  97. <Rectangle Grid.Row="2" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  98. <TextBlock Grid.Row="2" Grid.Column="7" FontSize="15" Text="2016-3-5 10:05:12" Foreground="White" />
  99. <Rectangle Grid.Row="2" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  100. <TextBlock Grid.Row="2" Grid.Column="8" FontSize="15" Text="8" Foreground="White" />
  101. <Rectangle Grid.Row="3" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  102. <CheckBox Grid.Row="3" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
  103. <Rectangle Grid.Row="3" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  104. <TextBlock Grid.Row="3" Grid.Column="2" FontSize="15" Text="MFC3" Foreground="White" />
  105. <Rectangle Grid.Row="3" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  106. <TextBox Grid.Row="3" Grid.Column="3" FontSize="15" Width="80" Text="10.0" Height="28" Margin="3" Padding="0,1,0,0" />
  107. <Rectangle Grid.Row="3" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  108. <TextBlock Grid.Row="3" Grid.Column="4" FontSize="15" Text="8.12" Foreground="White" />
  109. <Rectangle Grid.Row="3" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  110. <TextBlock Grid.Row="3" Grid.Column="5" FontSize="15" Text="-8.8" Foreground="White" />
  111. <Rectangle Grid.Row="3" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  112. <TextBlock Grid.Row="3" Grid.Column="6" FontSize="15" Text="83.219" Foreground="White" />
  113. <Rectangle Grid.Row="3" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  114. <TextBlock Grid.Row="3" Grid.Column="7" FontSize="15" Text="2016-3-5 10:05:12" Foreground="White" />
  115. <Rectangle Grid.Row="3" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  116. <TextBlock Grid.Row="3" Grid.Column="8" FontSize="15" Text="8" Foreground="White" />
  117. <Rectangle Grid.Row="4" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  118. <CheckBox Grid.Row="4" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
  119. <Rectangle Grid.Row="4" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  120. <TextBlock Grid.Row="4" Grid.Column="2" FontSize="15" Text="MFC4" Foreground="White" />
  121. <Rectangle Grid.Row="4" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  122. <TextBox Grid.Row="4" Grid.Column="3" FontSize="15" Width="80" Text="10.0" Height="28" Margin="3" Padding="0,1,0,0" />
  123. <Rectangle Grid.Row="4" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  124. <TextBlock Grid.Row="4" Grid.Column="4" FontSize="15" Text="8.12" Foreground="White" />
  125. <Rectangle Grid.Row="4" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  126. <TextBlock Grid.Row="4" Grid.Column="5" FontSize="15" Text="-8.8" Foreground="White" />
  127. <Rectangle Grid.Row="4" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  128. <TextBlock Grid.Row="4" Grid.Column="6" FontSize="15" Text="83.219" Foreground="White" />
  129. <Rectangle Grid.Row="4" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  130. <TextBlock Grid.Row="4" Grid.Column="7" FontSize="15" Text="2016-3-5 10:05:12" Foreground="White" />
  131. <Rectangle Grid.Row="4" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  132. <TextBlock Grid.Row="4" Grid.Column="8" FontSize="15" Text="8" Foreground="White" />
  133. <Rectangle Grid.Row="5" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  134. <CheckBox Grid.Row="5" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
  135. <Rectangle Grid.Row="5" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  136. <TextBlock Grid.Row="5" Grid.Column="2" FontSize="15" Text="MFC5" Foreground="White" />
  137. <Rectangle Grid.Row="5" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  138. <TextBox Grid.Row="5" Grid.Column="3" FontSize="15" Width="80" Text="10.0" Height="28" Margin="3" Padding="0,1,0,0" />
  139. <Rectangle Grid.Row="5" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  140. <TextBlock Grid.Row="5" Grid.Column="4" FontSize="15" Text="8.12" Foreground="White" />
  141. <Rectangle Grid.Row="5" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  142. <TextBlock Grid.Row="5" Grid.Column="5" FontSize="15" Text="-8.8" Foreground="White" />
  143. <Rectangle Grid.Row="5" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  144. <TextBlock Grid.Row="5" Grid.Column="6" FontSize="15" Text="83.219" Foreground="White" />
  145. <Rectangle Grid.Row="5" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  146. <TextBlock Grid.Row="5" Grid.Column="7" FontSize="15" Text="2016-3-5 10:05:12" Foreground="White" />
  147. <Rectangle Grid.Row="5" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  148. <TextBlock Grid.Row="5" Grid.Column="8" FontSize="15" Text="8" Foreground="White" />
  149. <Rectangle Grid.Row="6" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  150. <CheckBox Grid.Row="6" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
  151. <Rectangle Grid.Row="6" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  152. <TextBlock Grid.Row="6" Grid.Column="2" FontSize="15" Text="MFCVapor" Foreground="White" />
  153. <Rectangle Grid.Row="6" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  154. <TextBox Grid.Row="6" Grid.Column="3" FontSize="15" Width="80" Text="10.0" Height="28" Margin="3" Padding="0,1,0,0" />
  155. <Rectangle Grid.Row="6" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  156. <TextBlock Grid.Row="6" Grid.Column="4" FontSize="15" Text="8.12" Foreground="White" />
  157. <Rectangle Grid.Row="6" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  158. <TextBlock Grid.Row="6" Grid.Column="5" FontSize="15" Text="-8.8" Foreground="White" />
  159. <Rectangle Grid.Row="6" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  160. <TextBlock Grid.Row="6" Grid.Column="6" FontSize="15" Text="83.219" Foreground="White" />
  161. <Rectangle Grid.Row="6" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  162. <TextBlock Grid.Row="6" Grid.Column="7" FontSize="15" Text="2016-3-5 10:05:12" Foreground="White" />
  163. <Rectangle Grid.Row="6" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  164. <TextBlock Grid.Row="6" Grid.Column="8" FontSize="15" Text="8" Foreground="White" />
  165. </Grid>
  166. <Grid Grid.Row="2" Width="1180" >
  167. <Grid.ColumnDefinitions>
  168. <ColumnDefinition Width="200" />
  169. <ColumnDefinition Width="*" />
  170. </Grid.ColumnDefinitions>
  171. <Grid Grid.Column="0" Width="200" Height="84" Margin="0,17,0,0" HorizontalAlignment="Center" Opacity="1" >
  172. <Border Background="Transparent" BorderThickness="1">
  173. <Rectangle RadiusX="6" RadiusY="6" Stroke="Gray" Margin="1" Opacity="1" Fill="Green" StrokeThickness="1"/>
  174. </Border>
  175. <Label Content="Ten Point" VerticalContentAlignment="Top" FontFamily="Arial,SimSun" FontSize="16" HorizontalContentAlignment="Center" Margin="0,5" Foreground="LightYellow" />
  176. </Grid>
  177. <StackPanel Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Center">
  178. <Button Content="Start" Height="30" FontSize="16" Margin="0,15,30,0" />
  179. <Button Content="Stop" Height="30" FontSize="16" Margin="0,15,0,0"/>
  180. </StackPanel>
  181. </Grid>
  182. <Grid Grid.Row="3" HorizontalAlignment="Center" Width="1200">
  183. <Grid.RowDefinitions>
  184. <RowDefinition Height="40" />
  185. <RowDefinition Height="30" />
  186. <RowDefinition Height="30" />
  187. <RowDefinition Height="30" />
  188. <RowDefinition Height="30" />
  189. <RowDefinition Height="30" />
  190. <RowDefinition Height="30" />
  191. </Grid.RowDefinitions>
  192. <Grid.ColumnDefinitions>
  193. <ColumnDefinition Width="*" />
  194. <ColumnDefinition Width="100" />
  195. <ColumnDefinition Width="100" />
  196. <ColumnDefinition Width="180" />
  197. <ColumnDefinition Width="100" />
  198. <ColumnDefinition Width="100" />
  199. <ColumnDefinition Width="100" />
  200. <ColumnDefinition Width="100" />
  201. <ColumnDefinition Width="100" />
  202. <ColumnDefinition Width="100" />
  203. <ColumnDefinition Width="100" />
  204. <ColumnDefinition Width="100" />
  205. <ColumnDefinition Width="*" />
  206. </Grid.ColumnDefinitions>
  207. <Rectangle Grid.Row="0" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  208. <TextBlock Grid.Row="0" Grid.Column="1" FontSize="15" Text="Select MFC" Foreground="White" />
  209. <Rectangle Grid.Row="0" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  210. <TextBlock Grid.Row="0" Grid.Column="2" FontSize="15" Text="MFC Name" Foreground="White" />
  211. <Rectangle Grid.Row="0" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  212. <TextBlock Grid.Row="0" Grid.Column="3" FontSize="15" Text="DateTime" Foreground="White" />
  213. <Rectangle Grid.Row="0" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  214. <TextBlock Grid.Row="0" Grid.Column="4" FontSize="15" Text="10%" Foreground="White" />
  215. <Rectangle Grid.Row="0" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  216. <TextBlock Grid.Row="0" Grid.Column="5" FontSize="15" Text="20%" Foreground="White" />
  217. <Rectangle Grid.Row="0" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  218. <TextBlock Grid.Row="0" Grid.Column="6" FontSize="15" Text="30%" Foreground="White" />
  219. <Rectangle Grid.Row="0" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  220. <TextBlock Grid.Row="0" Grid.Column="7" FontSize="15" Text="40%" Foreground="White" />
  221. <Rectangle Grid.Row="0" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  222. <TextBlock Grid.Row="0" Grid.Column="8" FontSize="15" Text="50%" Foreground="White" />
  223. <Rectangle Grid.Row="0" Grid.Column="9" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  224. <TextBlock Grid.Row="0" Grid.Column="9" FontSize="15" Text="60%" Foreground="White" />
  225. <Rectangle Grid.Row="0" Grid.Column="10" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  226. <TextBlock Grid.Row="0" Grid.Column="10" FontSize="15" Text="70%" Foreground="White" />
  227. <Rectangle Grid.Row="0" Grid.Column="11" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  228. <TextBlock Grid.Row="0" Grid.Column="11" FontSize="15" Text="80%" Foreground="White" />
  229. <Rectangle Grid.Row="1" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  230. <CheckBox Grid.Row="1" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
  231. <Rectangle Grid.Row="1" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  232. <TextBlock Grid.Row="1" Grid.Column="2" FontSize="15" Text="MFC1" Foreground="White" />
  233. <Rectangle Grid.Row="1" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  234. <TextBlock Grid.Row="1" Grid.Column="3" FontSize="15" Text="2016-3-5 9:23:10" Foreground="White" />
  235. <Rectangle Grid.Row="1" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  236. <TextBlock Grid.Row="1" Grid.Column="4" FontSize="15" Text="8.12 | -8.8" Foreground="White" />
  237. <Rectangle Grid.Row="1" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  238. <TextBlock Grid.Row="1" Grid.Column="5" FontSize="15" Text="18.12 | -8.8" Foreground="White" />
  239. <Rectangle Grid.Row="1" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  240. <TextBlock Grid.Row="1" Grid.Column="6" FontSize="15" Text="28.12 | -8.8" Foreground="White" />
  241. <Rectangle Grid.Row="1" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  242. <TextBlock Grid.Row="1" Grid.Column="7" FontSize="15" Text="38.12 | -8.8" Foreground="White" />
  243. <Rectangle Grid.Row="1" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  244. <TextBlock Grid.Row="1" Grid.Column="8" FontSize="15" Text="48.12 | -8.8" Foreground="White" />
  245. <Rectangle Grid.Row="1" Grid.Column="9" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  246. <TextBlock Grid.Row="1" Grid.Column="9" FontSize="15" Text="58.12 | -8.8" Foreground="White" />
  247. <Rectangle Grid.Row="1" Grid.Column="10" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  248. <TextBlock Grid.Row="1" Grid.Column="10" FontSize="15" Text="68.12 | -8.8" Foreground="White" />
  249. <Rectangle Grid.Row="1" Grid.Column="11" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  250. <TextBlock Grid.Row="1" Grid.Column="11" FontSize="15" Text="78.12 | -8.8" Foreground="White" />
  251. <Rectangle Grid.Row="2" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  252. <CheckBox Grid.Row="2" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
  253. <Rectangle Grid.Row="2" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  254. <TextBlock Grid.Row="2" Grid.Column="2" FontSize="15" Text="MFC2" Foreground="White" />
  255. <Rectangle Grid.Row="2" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  256. <TextBlock Grid.Row="2" Grid.Column="3" FontSize="15" Text="2016-3-5 9:23:10" Foreground="White" />
  257. <Rectangle Grid.Row="2" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  258. <TextBlock Grid.Row="2" Grid.Column="4" FontSize="15" Text="8.12 | -8.8" Foreground="White" />
  259. <Rectangle Grid.Row="2" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  260. <TextBlock Grid.Row="2" Grid.Column="5" FontSize="15" Text="18.12 | -8.8" Foreground="White" />
  261. <Rectangle Grid.Row="2" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  262. <TextBlock Grid.Row="2" Grid.Column="6" FontSize="15" Text="28.12 | -8.8" Foreground="White" />
  263. <Rectangle Grid.Row="2" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  264. <TextBlock Grid.Row="2" Grid.Column="7" FontSize="15" Text="38.12 | -8.8" Foreground="White" />
  265. <Rectangle Grid.Row="2" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  266. <TextBlock Grid.Row="2" Grid.Column="8" FontSize="15" Text="48.12 | -8.8" Foreground="White" />
  267. <Rectangle Grid.Row="2" Grid.Column="9" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  268. <TextBlock Grid.Row="2" Grid.Column="9" FontSize="15" Text="58.12 | -8.8" Foreground="White" />
  269. <Rectangle Grid.Row="2" Grid.Column="10" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  270. <TextBlock Grid.Row="2" Grid.Column="10" FontSize="15" Text="68.12 | -8.8" Foreground="White" />
  271. <Rectangle Grid.Row="2" Grid.Column="11" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  272. <TextBlock Grid.Row="2" Grid.Column="11" FontSize="15" Text="78.12 | -8.8" Foreground="White" />
  273. <Rectangle Grid.Row="3" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  274. <CheckBox Grid.Row="3" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
  275. <Rectangle Grid.Row="3" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  276. <TextBlock Grid.Row="3" Grid.Column="2" FontSize="15" Text="MFC3" Foreground="White" />
  277. <Rectangle Grid.Row="3" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  278. <TextBlock Grid.Row="3" Grid.Column="3" FontSize="15" Text="2016-3-5 9:23:10" Foreground="White" />
  279. <Rectangle Grid.Row="3" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  280. <TextBlock Grid.Row="3" Grid.Column="4" FontSize="15" Text="8.12 | -8.8" Foreground="White" />
  281. <Rectangle Grid.Row="3" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  282. <TextBlock Grid.Row="3" Grid.Column="5" FontSize="15" Text="18.12 | -8.8" Foreground="White" />
  283. <Rectangle Grid.Row="3" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  284. <TextBlock Grid.Row="3" Grid.Column="6" FontSize="15" Text="28.12 | -8.8" Foreground="White" />
  285. <Rectangle Grid.Row="3" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  286. <TextBlock Grid.Row="3" Grid.Column="7" FontSize="15" Text="38.12 | -8.8" Foreground="White" />
  287. <Rectangle Grid.Row="3" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  288. <TextBlock Grid.Row="3" Grid.Column="8" FontSize="15" Text="48.12 | -8.8" Foreground="White" />
  289. <Rectangle Grid.Row="3" Grid.Column="9" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  290. <TextBlock Grid.Row="3" Grid.Column="9" FontSize="15" Text="58.12 | -8.8" Foreground="White" />
  291. <Rectangle Grid.Row="3" Grid.Column="10" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  292. <TextBlock Grid.Row="3" Grid.Column="10" FontSize="15" Text="68.12 | -8.8" Foreground="White" />
  293. <Rectangle Grid.Row="3" Grid.Column="11" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  294. <TextBlock Grid.Row="3" Grid.Column="11" FontSize="15" Text="78.12 | -8.8" Foreground="White" />
  295. <Rectangle Grid.Row="4" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  296. <CheckBox Grid.Row="4" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
  297. <Rectangle Grid.Row="4" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  298. <TextBlock Grid.Row="4" Grid.Column="2" FontSize="15" Text="MFC4" Foreground="White" />
  299. <Rectangle Grid.Row="4" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  300. <TextBlock Grid.Row="4" Grid.Column="3" FontSize="15" Text="2016-3-5 9:23:10" Foreground="White" />
  301. <Rectangle Grid.Row="4" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  302. <TextBlock Grid.Row="4" Grid.Column="4" FontSize="15" Text="8.12 | -8.8" Foreground="White" />
  303. <Rectangle Grid.Row="4" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  304. <TextBlock Grid.Row="4" Grid.Column="5" FontSize="15" Text="18.12 | -8.8" Foreground="White" />
  305. <Rectangle Grid.Row="4" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  306. <TextBlock Grid.Row="4" Grid.Column="6" FontSize="15" Text="28.12 | -8.8" Foreground="White" />
  307. <Rectangle Grid.Row="4" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  308. <TextBlock Grid.Row="4" Grid.Column="7" FontSize="15" Text="38.12 | -8.8" Foreground="White" />
  309. <Rectangle Grid.Row="4" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  310. <TextBlock Grid.Row="4" Grid.Column="8" FontSize="15" Text="48.12 | -8.8" Foreground="White" />
  311. <Rectangle Grid.Row="4" Grid.Column="9" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  312. <TextBlock Grid.Row="4" Grid.Column="9" FontSize="15" Text="58.12 | -8.8" Foreground="White" />
  313. <Rectangle Grid.Row="4" Grid.Column="10" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  314. <TextBlock Grid.Row="4" Grid.Column="10" FontSize="15" Text="68.12 | -8.8" Foreground="White" />
  315. <Rectangle Grid.Row="4" Grid.Column="11" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  316. <TextBlock Grid.Row="4" Grid.Column="11" FontSize="15" Text="78.12 | -8.8" Foreground="White" />
  317. <Rectangle Grid.Row="5" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  318. <CheckBox Grid.Row="5" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
  319. <Rectangle Grid.Row="5" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  320. <TextBlock Grid.Row="5" Grid.Column="2" FontSize="15" Text="MFC5" Foreground="White" />
  321. <Rectangle Grid.Row="5" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  322. <TextBlock Grid.Row="5" Grid.Column="3" FontSize="15" Text="2016-3-5 9:23:10" Foreground="White" />
  323. <Rectangle Grid.Row="5" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  324. <TextBlock Grid.Row="5" Grid.Column="4" FontSize="15" Text="8.12 | -8.8" Foreground="White" />
  325. <Rectangle Grid.Row="5" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  326. <TextBlock Grid.Row="5" Grid.Column="5" FontSize="15" Text="18.12 | -8.8" Foreground="White" />
  327. <Rectangle Grid.Row="5" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  328. <TextBlock Grid.Row="5" Grid.Column="6" FontSize="15" Text="28.12 | -8.8" Foreground="White" />
  329. <Rectangle Grid.Row="5" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  330. <TextBlock Grid.Row="5" Grid.Column="7" FontSize="15" Text="38.12 | -8.8" Foreground="White" />
  331. <Rectangle Grid.Row="5" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  332. <TextBlock Grid.Row="5" Grid.Column="8" FontSize="15" Text="48.12 | -8.8" Foreground="White" />
  333. <Rectangle Grid.Row="5" Grid.Column="9" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  334. <TextBlock Grid.Row="5" Grid.Column="9" FontSize="15" Text="58.12 | -8.8" Foreground="White" />
  335. <Rectangle Grid.Row="5" Grid.Column="10" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  336. <TextBlock Grid.Row="5" Grid.Column="10" FontSize="15" Text="68.12 | -8.8" Foreground="White" />
  337. <Rectangle Grid.Row="5" Grid.Column="11" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  338. <TextBlock Grid.Row="5" Grid.Column="11" FontSize="15" Text="78.12 | -8.8" Foreground="White" />
  339. <Rectangle Grid.Row="6" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  340. <CheckBox Grid.Row="6" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
  341. <Rectangle Grid.Row="6" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  342. <TextBlock Grid.Row="6" Grid.Column="2" FontSize="15" Text="MFC Vapor" Foreground="White" />
  343. <Rectangle Grid.Row="6" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  344. <TextBlock Grid.Row="6" Grid.Column="3" FontSize="15" Text="2016-3-5 9:23:10" Foreground="White" />
  345. <Rectangle Grid.Row="6" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  346. <TextBlock Grid.Row="6" Grid.Column="4" FontSize="15" Text="8.12 | -8.8" Foreground="White" />
  347. <Rectangle Grid.Row="6" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  348. <TextBlock Grid.Row="6" Grid.Column="5" FontSize="15" Text="18.12 | -8.8" Foreground="White" />
  349. <Rectangle Grid.Row="6" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  350. <TextBlock Grid.Row="6" Grid.Column="6" FontSize="15" Text="28.12 | -8.8" Foreground="White" />
  351. <Rectangle Grid.Row="6" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  352. <TextBlock Grid.Row="6" Grid.Column="7" FontSize="15" Text="38.12 | -8.8" Foreground="White" />
  353. <Rectangle Grid.Row="6" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  354. <TextBlock Grid.Row="6" Grid.Column="8" FontSize="15" Text="48.12 | -8.8" Foreground="White" />
  355. <Rectangle Grid.Row="6" Grid.Column="9" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  356. <TextBlock Grid.Row="6" Grid.Column="9" FontSize="15" Text="58.12 | -8.8" Foreground="White" />
  357. <Rectangle Grid.Row="6" Grid.Column="10" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  358. <TextBlock Grid.Row="6" Grid.Column="10" FontSize="15" Text="68.12 | -8.8" Foreground="White" />
  359. <Rectangle Grid.Row="6" Grid.Column="11" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  360. <TextBlock Grid.Row="6" Grid.Column="11" FontSize="15" Text="78.12 | -8.8" Foreground="White" />
  361. </Grid>
  362. </Grid>
  363. </UserControl>