GenerateLog.xaml 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765
  1. <Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
  2. <ScrollViewer HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto">
  3. <Grid HorizontalAlignment="left" VerticalAlignment="top">
  4. <Grid.ColumnDefinitions>
  5. <ColumnDefinition Width="Auto"/>
  6. </Grid.ColumnDefinitions>
  7. <Grid.RowDefinitions>
  8. <RowDefinition Height="Auto"/>
  9. <RowDefinition Height="Auto"/>
  10. <RowDefinition Height="Auto"/>
  11. <RowDefinition Height="Auto"/>
  12. <RowDefinition Height="Auto"/>
  13. <RowDefinition Height="Auto"/>
  14. <RowDefinition Height="Auto"/>
  15. <RowDefinition Height="Auto"/>
  16. <RowDefinition Height="Auto"/>
  17. <RowDefinition Height="Auto"/>
  18. <RowDefinition Height="Auto"/>
  19. <RowDefinition Height="Auto"/>
  20. <RowDefinition Height="Auto"/>
  21. <RowDefinition Height="Auto"/>
  22. <RowDefinition Height="Auto"/>
  23. <RowDefinition Height="Auto"/>
  24. <RowDefinition Height="Auto"/>
  25. <RowDefinition Height="Auto"/>
  26. <RowDefinition Height="Auto"/>
  27. <RowDefinition Height="Auto"/>
  28. <RowDefinition Height="Auto"/>
  29. <RowDefinition Height="Auto"/>
  30. <RowDefinition Height="Auto"/>
  31. <RowDefinition Height="Auto"/>
  32. <RowDefinition Height="Auto"/>
  33. <RowDefinition Height="Auto"/>
  34. <RowDefinition Height="Auto"/>
  35. <RowDefinition Height="Auto"/>
  36. <RowDefinition Height="Auto"/>
  37. <RowDefinition Height="Auto"/>
  38. <RowDefinition Height="Auto"/>
  39. <RowDefinition Height="Auto"/>
  40. <RowDefinition Height="Auto"/>
  41. <RowDefinition Height="Auto"/>
  42. <RowDefinition Height="Auto"/>
  43. <RowDefinition Height="Auto"/>
  44. <RowDefinition Height="Auto"/>
  45. <RowDefinition Height="Auto"/>
  46. <RowDefinition Height="Auto"/>
  47. <RowDefinition Height="Auto"/>
  48. <RowDefinition Height="Auto"/>
  49. <RowDefinition Height="Auto"/>
  50. <RowDefinition Height="Auto"/>
  51. <RowDefinition Height="Auto"/>
  52. <RowDefinition Height="Auto"/>
  53. <RowDefinition Height="Auto"/>
  54. <RowDefinition Height="Auto"/>
  55. <RowDefinition Height="Auto"/>
  56. <RowDefinition Height="Auto"/>
  57. <RowDefinition Height="Auto"/>
  58. <RowDefinition Height="Auto"/>
  59. </Grid.RowDefinitions>
  60. <StackPanel Orientation="Horizontal" Grid.Row="0" HorizontalAlignment="left" VerticalAlignment="Top" Margin="20">
  61. <Border VerticalAlignment="Center">
  62. <Line Stroke="#98b954" X2="28" StrokeThickness="2"/>
  63. </Border>
  64. <TextBlock Margin="3">Menu Control Number</TextBlock>
  65. </StackPanel>
  66. <Border Grid.Row="0" Margin = "4" TextBlock.FontSize="14" VerticalAlignment="Center" HorizontalAlignment="Center" BorderBrush="gray" BorderThickness="1">
  67. <StackPanel>
  68. <TextBlock Foreground='green' FontSize="25" TextAlignment="Center">Menu</TextBlock>
  69. <Grid>
  70. <Grid.ColumnDefinitions>
  71. <ColumnDefinition Width="Auto"/>
  72. <ColumnDefinition Width="Auto"/>
  73. <ColumnDefinition Width="Auto"/>
  74. </Grid.ColumnDefinitions>
  75. <Grid.RowDefinitions>
  76. <RowDefinition Height="Auto"/>
  77. <RowDefinition Height="Auto"/>
  78. </Grid.RowDefinitions>
  79. <StackPanel>
  80. <Border Width="55" Height="22.0">
  81. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="1000"/></Border>
  82. <Border Width="55" Height="22.0">
  83. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="500"/></Border>
  84. <Border Width="55" Height="22.0">
  85. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="100"/></Border>
  86. <Border Width="55" Height="22.0">
  87. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="90"/></Border>
  88. <Border Width="55" Height="22.0">
  89. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="80"/></Border>
  90. <Border Width="55" Height="22.0">
  91. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="70"/></Border>
  92. <Border Width="55" Height="22.0">
  93. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="60"/></Border>
  94. <Border Width="55" Height="22.0">
  95. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="50"/></Border>
  96. <Border Width="55" Height="22.0">
  97. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="40"/></Border>
  98. <Border Width="55" Height="22.0">
  99. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="30"/></Border>
  100. <Border Width="55" Height="22.0">
  101. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="20"/></Border>
  102. <Border Width="55" Height="22.0">
  103. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="10"/></Border>
  104. <Border Width="55" Height="22.0">
  105. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="0"/></Border>
  106. </StackPanel>
  107. <StackPanel Grid.Row="1" Grid.Column="1" Orientation="Horizontal">
  108. <Border Width="50" Height="36">
  109. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  110. <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Media_Homepage</Hyperlink>
  111. </TextBlock>
  112. </Border>
  113. <Border Width="50" Height="36">
  114. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  115. <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_FileBrowser</Hyperlink>
  116. </TextBlock>
  117. </Border>
  118. <Border Width="50" Height="36">
  119. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  120. <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Thumbnail</Hyperlink>
  121. </TextBlock>
  122. </Border>
  123. <Border Width="50" Height="36">
  124. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  125. <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_Photo_Info</Hyperlink>
  126. </TextBlock>
  127. </Border>
  128. <Border Width="50" Height="36">
  129. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  130. <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Photo_Hint</Hyperlink>
  131. </TextBlock>
  132. </Border>
  133. <Border Width="50" Height="36">
  134. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  135. <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_Music_Player</Hyperlink>
  136. </TextBlock>
  137. </Border>
  138. <Border Width="50" Height="36">
  139. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  140. <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Music_Source</Hyperlink>
  141. </TextBlock>
  142. </Border>
  143. <Border Width="50" Height="36">
  144. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  145. <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_Movie_ProgramList</Hyperlink>
  146. </TextBlock>
  147. </Border>
  148. <Border Width="50" Height="36">
  149. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  150. <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Movie_Info</Hyperlink>
  151. </TextBlock>
  152. </Border>
  153. <Border Width="50" Height="36">
  154. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  155. <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_Movie_Hint</Hyperlink>
  156. </TextBlock>
  157. </Border>
  158. </StackPanel>
  159. <Canvas Grid.Row="0" Grid.Column="1" Margin="-2, 13, 0, 0" >
  160. <Line Canvas.Top="0" X2="506" Stroke="Gray"></Line>
  161. <Line Canvas.Top="22.0" X2="506" Stroke="Gray"></Line>
  162. <Line Canvas.Top="44.0" X2="506" Stroke="Gray"></Line>
  163. <Line Canvas.Top="66.0" X2="506" Stroke="Gray"></Line>
  164. <Line Canvas.Top="88.0" X2="506" Stroke="Gray"></Line>
  165. <Line Canvas.Top="110.0" X2="506" Stroke="Gray"></Line>
  166. <Line Canvas.Top="132.0" X2="506" Stroke="Gray"></Line>
  167. <Line Canvas.Top="154.0" X2="506" Stroke="Gray"></Line>
  168. <Line Canvas.Top="176.0" X2="506" Stroke="Gray"></Line>
  169. <Line Canvas.Top="198.0" X2="506" Stroke="Gray"></Line>
  170. <Line Canvas.Top="220.0" X2="506" Stroke="Gray"></Line>
  171. <Line Canvas.Top="242.0" X2="506" Stroke="Gray"></Line>
  172. <Line Canvas.Top="264.0" X2="506" Stroke="Gray"></Line>
  173. </Canvas>
  174. <Canvas Grid.Row="0" Grid.Column="1">
  175. <Line Y1 ="13" Y2="281.0" Stroke="Gray"></Line>
  176. <Line Canvas.Top="278.0" Canvas.Left ="0" Y2="5" Stroke="Gray"></Line>
  177. <Line Canvas.Top="278.0" Canvas.Left ="50" Y2="5" Stroke="Gray"></Line>
  178. <Line Canvas.Top="278.0" Canvas.Left ="100" Y2="5" Stroke="Gray"></Line>
  179. <Line Canvas.Top="278.0" Canvas.Left ="150" Y2="5" Stroke="Gray"></Line>
  180. <Line Canvas.Top="278.0" Canvas.Left ="200" Y2="5" Stroke="Gray"></Line>
  181. <Line Canvas.Top="278.0" Canvas.Left ="250" Y2="5" Stroke="Gray"></Line>
  182. <Line Canvas.Top="278.0" Canvas.Left ="300" Y2="5" Stroke="Gray"></Line>
  183. <Line Canvas.Top="278.0" Canvas.Left ="350" Y2="5" Stroke="Gray"></Line>
  184. <Line Canvas.Top="278.0" Canvas.Left ="400" Y2="5" Stroke="Gray"></Line>
  185. <Line Canvas.Top="278.0" Canvas.Left ="450" Y2="5" Stroke="Gray"></Line>
  186. <Line Canvas.Top="278.0" Canvas.Left ="500" Y2="5" Stroke="Gray"></Line>
  187. </Canvas>
  188. <Canvas Grid.Row="0" Grid.Column="1" Margin="0, 13, 0, 0">
  189. <Rectangle Canvas.Left="5" Canvas.Top="229.0" Fill="#98b954" Width="23" Height="35"/>
  190. <TextBlock Canvas.Left="5" Canvas.Top="229.0" Width="35" Height="50" Text="16"/>
  191. <Rectangle Canvas.Left="55" Canvas.Top="223.0" Fill="#98b954" Width="23" Height="41"/>
  192. <TextBlock Canvas.Left="55" Canvas.Top="223.0" Width="35" Height="50" Text="19"/>
  193. <Rectangle Canvas.Left="105" Canvas.Top="91.0" Fill="#98b954" Width="23" Height="173"/>
  194. <TextBlock Canvas.Left="105" Canvas.Top="91.0" Width="35" Height="50" Text="79"/>
  195. <Rectangle Canvas.Left="155" Canvas.Top="238.0" Fill="#98b954" Width="23" Height="26"/>
  196. <TextBlock Canvas.Left="155" Canvas.Top="238.0" Width="35" Height="50" Text="12"/>
  197. <Rectangle Canvas.Left="205" Canvas.Top="198.0" Fill="#98b954" Width="23" Height="66"/>
  198. <TextBlock Canvas.Left="205" Canvas.Top="198.0" Width="35" Height="50" Text="30"/>
  199. <Rectangle Canvas.Left="255" Canvas.Top="44.0" Fill="#98b954" Width="23" Height="220"/>
  200. <TextBlock Canvas.Left="255" Canvas.Top="44.0" Width="35" Height="50" Text="102"/>
  201. <Rectangle Canvas.Left="305" Canvas.Top="216.0" Fill="#98b954" Width="23" Height="48"/>
  202. <TextBlock Canvas.Left="305" Canvas.Top="216.0" Width="35" Height="50" Text="22"/>
  203. <Rectangle Canvas.Left="355" Canvas.Top="258.0" Fill="#98b954" Width="23" Height="6"/>
  204. <TextBlock Canvas.Left="355" Canvas.Top="238.0" Width="35" Height="50" Text="3"/>
  205. <Rectangle Canvas.Left="405" Canvas.Top="234.0" Fill="#98b954" Width="23" Height="30"/>
  206. <TextBlock Canvas.Left="405" Canvas.Top="234.0" Width="35" Height="50" Text="14"/>
  207. <Rectangle Canvas.Left="455" Canvas.Top="192.0" Fill="#98b954" Width="23" Height="72"/>
  208. <TextBlock Canvas.Left="455" Canvas.Top="192.0" Width="35" Height="50" Text="33"/>
  209. </Canvas>
  210. </Grid>
  211. </StackPanel>
  212. </Border>
  213. <StackPanel Orientation="Horizontal" Grid.Row="1" HorizontalAlignment="left" VerticalAlignment="Top" Margin="20">
  214. <Border VerticalAlignment="Center">
  215. <Line Stroke="#98b954" X2="28" StrokeThickness="2"/>
  216. </Border>
  217. <TextBlock Margin="3">Menu Control Number</TextBlock>
  218. </StackPanel>
  219. <Border Grid.Row="1" Margin = "4" TextBlock.FontSize="14" VerticalAlignment="Center" HorizontalAlignment="Center" BorderBrush="gray" BorderThickness="1">
  220. <StackPanel>
  221. <TextBlock Foreground='green' FontSize="25" TextAlignment="Center">Menu</TextBlock>
  222. <Grid>
  223. <Grid.ColumnDefinitions>
  224. <ColumnDefinition Width="Auto"/>
  225. <ColumnDefinition Width="Auto"/>
  226. <ColumnDefinition Width="Auto"/>
  227. </Grid.ColumnDefinitions>
  228. <Grid.RowDefinitions>
  229. <RowDefinition Height="Auto"/>
  230. <RowDefinition Height="Auto"/>
  231. </Grid.RowDefinitions>
  232. <StackPanel>
  233. <Border Width="55" Height="22.0">
  234. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="1000"/></Border>
  235. <Border Width="55" Height="22.0">
  236. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="500"/></Border>
  237. <Border Width="55" Height="22.0">
  238. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="100"/></Border>
  239. <Border Width="55" Height="22.0">
  240. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="90"/></Border>
  241. <Border Width="55" Height="22.0">
  242. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="80"/></Border>
  243. <Border Width="55" Height="22.0">
  244. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="70"/></Border>
  245. <Border Width="55" Height="22.0">
  246. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="60"/></Border>
  247. <Border Width="55" Height="22.0">
  248. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="50"/></Border>
  249. <Border Width="55" Height="22.0">
  250. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="40"/></Border>
  251. <Border Width="55" Height="22.0">
  252. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="30"/></Border>
  253. <Border Width="55" Height="22.0">
  254. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="20"/></Border>
  255. <Border Width="55" Height="22.0">
  256. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="10"/></Border>
  257. <Border Width="55" Height="22.0">
  258. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="0"/></Border>
  259. </StackPanel>
  260. <StackPanel Grid.Row="1" Grid.Column="1" Orientation="Horizontal">
  261. <Border Width="50" Height="36">
  262. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  263. <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Movie_Goto</Hyperlink>
  264. </TextBlock>
  265. </Border>
  266. <Border Width="50" Height="36">
  267. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  268. <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_eBook_Bookmark</Hyperlink>
  269. </TextBlock>
  270. </Border>
  271. <Border Width="50" Height="36">
  272. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  273. <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Media_PlayState</Hyperlink>
  274. </TextBlock>
  275. </Border>
  276. <Border Width="50" Height="36">
  277. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  278. <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_Media_Adjust</Hyperlink>
  279. </TextBlock>
  280. </Border>
  281. <Border Width="50" Height="36">
  282. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  283. <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Media_AmplifierVolume</Hyperlink>
  284. </TextBlock>
  285. </Border>
  286. <Border Width="50" Height="36">
  287. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  288. <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_Media_CommonBanner</Hyperlink>
  289. </TextBlock>
  290. </Border>
  291. <Border Width="50" Height="36">
  292. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  293. <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Media_Popmsg</Hyperlink>
  294. </TextBlock>
  295. </Border>
  296. <Border Width="50" Height="36">
  297. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  298. <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_Media_Popmsg_Confirm</Hyperlink>
  299. </TextBlock>
  300. </Border>
  301. <Border Width="50" Height="36">
  302. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  303. <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Media_PlayList</Hyperlink>
  304. </TextBlock>
  305. </Border>
  306. <Border Width="50" Height="36">
  307. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  308. <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_PopMsg_PWD_HD</Hyperlink>
  309. </TextBlock>
  310. </Border>
  311. </StackPanel>
  312. <Canvas Grid.Row="0" Grid.Column="1" Margin="-2, 13, 0, 0" >
  313. <Line Canvas.Top="0" X2="506" Stroke="Gray"></Line>
  314. <Line Canvas.Top="22.0" X2="506" Stroke="Gray"></Line>
  315. <Line Canvas.Top="44.0" X2="506" Stroke="Gray"></Line>
  316. <Line Canvas.Top="66.0" X2="506" Stroke="Gray"></Line>
  317. <Line Canvas.Top="88.0" X2="506" Stroke="Gray"></Line>
  318. <Line Canvas.Top="110.0" X2="506" Stroke="Gray"></Line>
  319. <Line Canvas.Top="132.0" X2="506" Stroke="Gray"></Line>
  320. <Line Canvas.Top="154.0" X2="506" Stroke="Gray"></Line>
  321. <Line Canvas.Top="176.0" X2="506" Stroke="Gray"></Line>
  322. <Line Canvas.Top="198.0" X2="506" Stroke="Gray"></Line>
  323. <Line Canvas.Top="220.0" X2="506" Stroke="Gray"></Line>
  324. <Line Canvas.Top="242.0" X2="506" Stroke="Gray"></Line>
  325. <Line Canvas.Top="264.0" X2="506" Stroke="Gray"></Line>
  326. </Canvas>
  327. <Canvas Grid.Row="0" Grid.Column="1">
  328. <Line Y1 ="13" Y2="281.0" Stroke="Gray"></Line>
  329. <Line Canvas.Top="278.0" Canvas.Left ="0" Y2="5" Stroke="Gray"></Line>
  330. <Line Canvas.Top="278.0" Canvas.Left ="50" Y2="5" Stroke="Gray"></Line>
  331. <Line Canvas.Top="278.0" Canvas.Left ="100" Y2="5" Stroke="Gray"></Line>
  332. <Line Canvas.Top="278.0" Canvas.Left ="150" Y2="5" Stroke="Gray"></Line>
  333. <Line Canvas.Top="278.0" Canvas.Left ="200" Y2="5" Stroke="Gray"></Line>
  334. <Line Canvas.Top="278.0" Canvas.Left ="250" Y2="5" Stroke="Gray"></Line>
  335. <Line Canvas.Top="278.0" Canvas.Left ="300" Y2="5" Stroke="Gray"></Line>
  336. <Line Canvas.Top="278.0" Canvas.Left ="350" Y2="5" Stroke="Gray"></Line>
  337. <Line Canvas.Top="278.0" Canvas.Left ="400" Y2="5" Stroke="Gray"></Line>
  338. <Line Canvas.Top="278.0" Canvas.Left ="450" Y2="5" Stroke="Gray"></Line>
  339. <Line Canvas.Top="278.0" Canvas.Left ="500" Y2="5" Stroke="Gray"></Line>
  340. </Canvas>
  341. <Canvas Grid.Row="0" Grid.Column="1" Margin="0, 13, 0, 0">
  342. <Rectangle Canvas.Left="5" Canvas.Top="240.0" Fill="#98b954" Width="23" Height="24"/>
  343. <TextBlock Canvas.Left="5" Canvas.Top="240.0" Width="35" Height="50" Text="11"/>
  344. <Rectangle Canvas.Left="55" Canvas.Top="256.0" Fill="#98b954" Width="23" Height="8"/>
  345. <TextBlock Canvas.Left="55" Canvas.Top="236.0" Width="35" Height="50" Text="4"/>
  346. <Rectangle Canvas.Left="105" Canvas.Top="256.0" Fill="#98b954" Width="23" Height="8"/>
  347. <TextBlock Canvas.Left="105" Canvas.Top="236.0" Width="35" Height="50" Text="4"/>
  348. <Rectangle Canvas.Left="155" Canvas.Top="253.0" Fill="#98b954" Width="23" Height="11"/>
  349. <TextBlock Canvas.Left="155" Canvas.Top="233.0" Width="35" Height="50" Text="5"/>
  350. <Rectangle Canvas.Left="205" Canvas.Top="253.0" Fill="#98b954" Width="23" Height="11"/>
  351. <TextBlock Canvas.Left="205" Canvas.Top="233.0" Width="35" Height="50" Text="5"/>
  352. <Rectangle Canvas.Left="255" Canvas.Top="260.0" Fill="#98b954" Width="23" Height="4"/>
  353. <TextBlock Canvas.Left="255" Canvas.Top="240.0" Width="35" Height="50" Text="2"/>
  354. <Rectangle Canvas.Left="305" Canvas.Top="256.0" Fill="#98b954" Width="23" Height="8"/>
  355. <TextBlock Canvas.Left="305" Canvas.Top="236.0" Width="35" Height="50" Text="4"/>
  356. <Rectangle Canvas.Left="355" Canvas.Top="256.0" Fill="#98b954" Width="23" Height="8"/>
  357. <TextBlock Canvas.Left="355" Canvas.Top="236.0" Width="35" Height="50" Text="4"/>
  358. <Rectangle Canvas.Left="405" Canvas.Top="236.0" Fill="#98b954" Width="23" Height="28"/>
  359. <TextBlock Canvas.Left="405" Canvas.Top="236.0" Width="35" Height="50" Text="13"/>
  360. <Rectangle Canvas.Left="455" Canvas.Top="234.0" Fill="#98b954" Width="23" Height="30"/>
  361. <TextBlock Canvas.Left="455" Canvas.Top="234.0" Width="35" Height="50" Text="14"/>
  362. </Canvas>
  363. </Grid>
  364. </StackPanel>
  365. </Border>
  366. <StackPanel Orientation="Horizontal" Grid.Row="2" HorizontalAlignment="left" VerticalAlignment="Top" Margin="20">
  367. <Border VerticalAlignment="Center">
  368. <Line Stroke="#98b954" X2="28" StrokeThickness="2"/>
  369. </Border>
  370. <TextBlock Margin="3">Menu Control Number</TextBlock>
  371. </StackPanel>
  372. <Border Grid.Row="2" Margin = "4" TextBlock.FontSize="14" VerticalAlignment="Center" HorizontalAlignment="Center" BorderBrush="gray" BorderThickness="1">
  373. <StackPanel>
  374. <TextBlock Foreground='green' FontSize="25" TextAlignment="Center">Menu</TextBlock>
  375. <Grid>
  376. <Grid.ColumnDefinitions>
  377. <ColumnDefinition Width="Auto"/>
  378. <ColumnDefinition Width="Auto"/>
  379. <ColumnDefinition Width="Auto"/>
  380. </Grid.ColumnDefinitions>
  381. <Grid.RowDefinitions>
  382. <RowDefinition Height="Auto"/>
  383. <RowDefinition Height="Auto"/>
  384. </Grid.RowDefinitions>
  385. <StackPanel>
  386. <Border Width="55" Height="22.0">
  387. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="1000"/></Border>
  388. <Border Width="55" Height="22.0">
  389. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="500"/></Border>
  390. <Border Width="55" Height="22.0">
  391. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="100"/></Border>
  392. <Border Width="55" Height="22.0">
  393. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="90"/></Border>
  394. <Border Width="55" Height="22.0">
  395. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="80"/></Border>
  396. <Border Width="55" Height="22.0">
  397. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="70"/></Border>
  398. <Border Width="55" Height="22.0">
  399. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="60"/></Border>
  400. <Border Width="55" Height="22.0">
  401. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="50"/></Border>
  402. <Border Width="55" Height="22.0">
  403. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="40"/></Border>
  404. <Border Width="55" Height="22.0">
  405. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="30"/></Border>
  406. <Border Width="55" Height="22.0">
  407. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="20"/></Border>
  408. <Border Width="55" Height="22.0">
  409. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="10"/></Border>
  410. <Border Width="55" Height="22.0">
  411. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="0"/></Border>
  412. </StackPanel>
  413. <StackPanel Grid.Row="1" Grid.Column="1" Orientation="Horizontal">
  414. <Border Width="72" Height="36">
  415. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  416. <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_eBook</Hyperlink>
  417. </TextBlock>
  418. </Border>
  419. <Border Width="72" Height="36">
  420. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  421. <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_PopMsg_KeyLock</Hyperlink>
  422. </TextBlock>
  423. </Border>
  424. <Border Width="72" Height="36">
  425. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  426. <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Media_Banner</Hyperlink>
  427. </TextBlock>
  428. </Border>
  429. <Border Width="72" Height="36">
  430. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  431. <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_Media_CopyFile</Hyperlink>
  432. </TextBlock>
  433. </Border>
  434. <Border Width="72" Height="36">
  435. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  436. <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_KeypadMenu_H</Hyperlink>
  437. </TextBlock>
  438. </Border>
  439. <Border Width="72" Height="36">
  440. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  441. <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_KeypadMenu_V</Hyperlink>
  442. </TextBlock>
  443. </Border>
  444. <Border Width="72" Height="36">
  445. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  446. <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Music_Playback</Hyperlink>
  447. </TextBlock>
  448. </Border>
  449. </StackPanel>
  450. <Canvas Grid.Row="0" Grid.Column="1" Margin="-2, 13, 0, 0" >
  451. <Line Canvas.Top="0" X2="506" Stroke="Gray"></Line>
  452. <Line Canvas.Top="22.0" X2="506" Stroke="Gray"></Line>
  453. <Line Canvas.Top="44.0" X2="506" Stroke="Gray"></Line>
  454. <Line Canvas.Top="66.0" X2="506" Stroke="Gray"></Line>
  455. <Line Canvas.Top="88.0" X2="506" Stroke="Gray"></Line>
  456. <Line Canvas.Top="110.0" X2="506" Stroke="Gray"></Line>
  457. <Line Canvas.Top="132.0" X2="506" Stroke="Gray"></Line>
  458. <Line Canvas.Top="154.0" X2="506" Stroke="Gray"></Line>
  459. <Line Canvas.Top="176.0" X2="506" Stroke="Gray"></Line>
  460. <Line Canvas.Top="198.0" X2="506" Stroke="Gray"></Line>
  461. <Line Canvas.Top="220.0" X2="506" Stroke="Gray"></Line>
  462. <Line Canvas.Top="242.0" X2="506" Stroke="Gray"></Line>
  463. <Line Canvas.Top="264.0" X2="506" Stroke="Gray"></Line>
  464. </Canvas>
  465. <Canvas Grid.Row="0" Grid.Column="1">
  466. <Line Y1 ="13" Y2="281.0" Stroke="Gray"></Line>
  467. <Line Canvas.Top="278.0" Canvas.Left ="0" Y2="5" Stroke="Gray"></Line>
  468. <Line Canvas.Top="278.0" Canvas.Left ="72" Y2="5" Stroke="Gray"></Line>
  469. <Line Canvas.Top="278.0" Canvas.Left ="144" Y2="5" Stroke="Gray"></Line>
  470. <Line Canvas.Top="278.0" Canvas.Left ="216" Y2="5" Stroke="Gray"></Line>
  471. <Line Canvas.Top="278.0" Canvas.Left ="288" Y2="5" Stroke="Gray"></Line>
  472. <Line Canvas.Top="278.0" Canvas.Left ="360" Y2="5" Stroke="Gray"></Line>
  473. <Line Canvas.Top="278.0" Canvas.Left ="432" Y2="5" Stroke="Gray"></Line>
  474. <Line Canvas.Top="278.0" Canvas.Left ="504" Y2="5" Stroke="Gray"></Line>
  475. </Canvas>
  476. <Canvas Grid.Row="0" Grid.Column="1" Margin="0, 13, 0, 0">
  477. <Rectangle Canvas.Left="5" Canvas.Top="154.0" Fill="#98b954" Width="23" Height="110"/>
  478. <TextBlock Canvas.Left="5" Canvas.Top="154.0" Width="35" Height="50" Text="50"/>
  479. <Rectangle Canvas.Left="77" Canvas.Top="260.0" Fill="#98b954" Width="23" Height="4"/>
  480. <TextBlock Canvas.Left="77" Canvas.Top="240.0" Width="35" Height="50" Text="2"/>
  481. <Rectangle Canvas.Left="149" Canvas.Top="260.0" Fill="#98b954" Width="23" Height="4"/>
  482. <TextBlock Canvas.Left="149" Canvas.Top="240.0" Width="35" Height="50" Text="2"/>
  483. <Rectangle Canvas.Left="221" Canvas.Top="207.0" Fill="#98b954" Width="23" Height="57"/>
  484. <TextBlock Canvas.Left="221" Canvas.Top="207.0" Width="35" Height="50" Text="26"/>
  485. <Rectangle Canvas.Left="293" Canvas.Top="260.0" Fill="#98b954" Width="23" Height="4"/>
  486. <TextBlock Canvas.Left="293" Canvas.Top="240.0" Width="35" Height="50" Text="2"/>
  487. <Rectangle Canvas.Left="365" Canvas.Top="260.0" Fill="#98b954" Width="23" Height="4"/>
  488. <TextBlock Canvas.Left="365" Canvas.Top="240.0" Width="35" Height="50" Text="2"/>
  489. <Rectangle Canvas.Left="437" Canvas.Top="236.0" Fill="#98b954" Width="23" Height="28"/>
  490. <TextBlock Canvas.Left="437" Canvas.Top="236.0" Width="35" Height="50" Text="13"/>
  491. </Canvas>
  492. </Grid>
  493. </StackPanel>
  494. </Border>
  495. <StackPanel Orientation="Horizontal" Grid.Row="3" HorizontalAlignment="left" VerticalAlignment="Top" Margin="20">
  496. <Border VerticalAlignment="Center">
  497. <Line Stroke="#98b954" X2="28" StrokeThickness="2"/>
  498. </Border>
  499. <TextBlock Margin="3">Control Number</TextBlock>
  500. </StackPanel>
  501. <Border Grid.Row="3" Margin = "4" TextBlock.FontSize="14" VerticalAlignment="Center" HorizontalAlignment="Center" BorderBrush="gray" BorderThickness="1">
  502. <StackPanel>
  503. <TextBlock Foreground='green' FontSize="25" TextAlignment="Center">Control</TextBlock>
  504. <Grid>
  505. <Grid.ColumnDefinitions>
  506. <ColumnDefinition Width="Auto"/>
  507. <ColumnDefinition Width="Auto"/>
  508. <ColumnDefinition Width="Auto"/>
  509. </Grid.ColumnDefinitions>
  510. <Grid.RowDefinitions>
  511. <RowDefinition Height="Auto"/>
  512. <RowDefinition Height="Auto"/>
  513. </Grid.RowDefinitions>
  514. <StackPanel>
  515. <Border Width="55" Height="22.0">
  516. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="1000"/></Border>
  517. <Border Width="55" Height="22.0">
  518. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="500"/></Border>
  519. <Border Width="55" Height="22.0">
  520. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="100"/></Border>
  521. <Border Width="55" Height="22.0">
  522. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="90"/></Border>
  523. <Border Width="55" Height="22.0">
  524. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="80"/></Border>
  525. <Border Width="55" Height="22.0">
  526. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="70"/></Border>
  527. <Border Width="55" Height="22.0">
  528. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="60"/></Border>
  529. <Border Width="55" Height="22.0">
  530. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="50"/></Border>
  531. <Border Width="55" Height="22.0">
  532. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="40"/></Border>
  533. <Border Width="55" Height="22.0">
  534. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="30"/></Border>
  535. <Border Width="55" Height="22.0">
  536. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="20"/></Border>
  537. <Border Width="55" Height="22.0">
  538. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="10"/></Border>
  539. <Border Width="55" Height="22.0">
  540. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="0"/></Border>
  541. </StackPanel>
  542. <StackPanel Grid.Row="1" Grid.Column="1" Orientation="Horizontal">
  543. <Border Width="72" Height="36">
  544. <TextBlock Foreground="#98b954" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Background"/></Border>
  545. <Border Width="72" Height="36">
  546. <TextBlock Foreground="Blue" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Button"/></Border>
  547. <Border Width="72" Height="36">
  548. <TextBlock Foreground="#98b954" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Progressbar"/></Border>
  549. <Border Width="72" Height="36">
  550. <TextBlock Foreground="Blue" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Scrollbar"/></Border>
  551. <Border Width="72" Height="36">
  552. <TextBlock Foreground="#98b954" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 ComboBox"/></Border>
  553. <Border Width="72" Height="36">
  554. <TextBlock Foreground="Blue" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 GroupButton"/></Border>
  555. <Border Width="72" Height="36">
  556. <TextBlock Foreground="#98b954" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 ListView"/></Border>
  557. </StackPanel>
  558. <Canvas Grid.Row="0" Grid.Column="1" Margin="-2, 13, 0, 0" >
  559. <Line Canvas.Top="0" X2="506" Stroke="Gray"></Line>
  560. <Line Canvas.Top="22.0" X2="506" Stroke="Gray"></Line>
  561. <Line Canvas.Top="44.0" X2="506" Stroke="Gray"></Line>
  562. <Line Canvas.Top="66.0" X2="506" Stroke="Gray"></Line>
  563. <Line Canvas.Top="88.0" X2="506" Stroke="Gray"></Line>
  564. <Line Canvas.Top="110.0" X2="506" Stroke="Gray"></Line>
  565. <Line Canvas.Top="132.0" X2="506" Stroke="Gray"></Line>
  566. <Line Canvas.Top="154.0" X2="506" Stroke="Gray"></Line>
  567. <Line Canvas.Top="176.0" X2="506" Stroke="Gray"></Line>
  568. <Line Canvas.Top="198.0" X2="506" Stroke="Gray"></Line>
  569. <Line Canvas.Top="220.0" X2="506" Stroke="Gray"></Line>
  570. <Line Canvas.Top="242.0" X2="506" Stroke="Gray"></Line>
  571. <Line Canvas.Top="264.0" X2="506" Stroke="Gray"></Line>
  572. </Canvas>
  573. <Canvas Grid.Row="0" Grid.Column="1">
  574. <Line Y1 ="13" Y2="281.0" Stroke="Gray"></Line>
  575. <Line Canvas.Top="278.0" Canvas.Left ="0" Y2="5" Stroke="Gray"></Line>
  576. <Line Canvas.Top="278.0" Canvas.Left ="72" Y2="5" Stroke="Gray"></Line>
  577. <Line Canvas.Top="278.0" Canvas.Left ="144" Y2="5" Stroke="Gray"></Line>
  578. <Line Canvas.Top="278.0" Canvas.Left ="216" Y2="5" Stroke="Gray"></Line>
  579. <Line Canvas.Top="278.0" Canvas.Left ="288" Y2="5" Stroke="Gray"></Line>
  580. <Line Canvas.Top="278.0" Canvas.Left ="360" Y2="5" Stroke="Gray"></Line>
  581. <Line Canvas.Top="278.0" Canvas.Left ="432" Y2="5" Stroke="Gray"></Line>
  582. <Line Canvas.Top="278.0" Canvas.Left ="504" Y2="5" Stroke="Gray"></Line>
  583. </Canvas>
  584. <Canvas Grid.Row="0" Grid.Column="1" Margin="0, 13, 0, 0">
  585. <Rectangle Canvas.Left="5" Canvas.Top="115.0" Fill="#98b954" Width="23" Height="149"/>
  586. <TextBlock Canvas.Left="5" Canvas.Top="115.0" Width="35" Height="50" Text="68"/>
  587. <Rectangle Canvas.Left="77" Canvas.Top="44.0" Fill="#98b954" Width="23" Height="220"/>
  588. <TextBlock Canvas.Left="77" Canvas.Top="44.0" Width="35" Height="50" Text="100"/>
  589. <Rectangle Canvas.Left="149" Canvas.Top="227.0" Fill="#98b954" Width="23" Height="37"/>
  590. <TextBlock Canvas.Left="149" Canvas.Top="227.0" Width="35" Height="50" Text="17"/>
  591. <Rectangle Canvas.Left="221" Canvas.Top="260.0" Fill="#98b954" Width="23" Height="4"/>
  592. <TextBlock Canvas.Left="221" Canvas.Top="240.0" Width="35" Height="50" Text="2"/>
  593. <Rectangle Canvas.Left="293" Canvas.Top="251.0" Fill="#98b954" Width="23" Height="13"/>
  594. <TextBlock Canvas.Left="293" Canvas.Top="231.0" Width="35" Height="50" Text="6"/>
  595. <Rectangle Canvas.Left="365" Canvas.Top="256.0" Fill="#98b954" Width="23" Height="8"/>
  596. <TextBlock Canvas.Left="365" Canvas.Top="236.0" Width="35" Height="50" Text="4"/>
  597. <Rectangle Canvas.Left="437" Canvas.Top="253.0" Fill="#98b954" Width="23" Height="11"/>
  598. <TextBlock Canvas.Left="437" Canvas.Top="233.0" Width="35" Height="50" Text="5"/>
  599. </Canvas>
  600. </Grid>
  601. </StackPanel>
  602. </Border>
  603. <StackPanel Orientation="Horizontal" Grid.Row="4" HorizontalAlignment="left" VerticalAlignment="Top" Margin="20">
  604. <Border VerticalAlignment="Center">
  605. <Line Stroke="#98b954" X2="28" StrokeThickness="2"/>
  606. </Border>
  607. <TextBlock Margin="3">Control Number</TextBlock>
  608. </StackPanel>
  609. <Border Grid.Row="4" Margin = "4" TextBlock.FontSize="14" VerticalAlignment="Center" HorizontalAlignment="Center" BorderBrush="gray" BorderThickness="1">
  610. <StackPanel>
  611. <TextBlock Foreground='green' FontSize="25" TextAlignment="Center">Control</TextBlock>
  612. <Grid>
  613. <Grid.ColumnDefinitions>
  614. <ColumnDefinition Width="Auto"/>
  615. <ColumnDefinition Width="Auto"/>
  616. <ColumnDefinition Width="Auto"/>
  617. </Grid.ColumnDefinitions>
  618. <Grid.RowDefinitions>
  619. <RowDefinition Height="Auto"/>
  620. <RowDefinition Height="Auto"/>
  621. </Grid.RowDefinitions>
  622. <StackPanel>
  623. <Border Width="55" Height="22.0">
  624. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="1000"/></Border>
  625. <Border Width="55" Height="22.0">
  626. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="500"/></Border>
  627. <Border Width="55" Height="22.0">
  628. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="100"/></Border>
  629. <Border Width="55" Height="22.0">
  630. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="90"/></Border>
  631. <Border Width="55" Height="22.0">
  632. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="80"/></Border>
  633. <Border Width="55" Height="22.0">
  634. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="70"/></Border>
  635. <Border Width="55" Height="22.0">
  636. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="60"/></Border>
  637. <Border Width="55" Height="22.0">
  638. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="50"/></Border>
  639. <Border Width="55" Height="22.0">
  640. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="40"/></Border>
  641. <Border Width="55" Height="22.0">
  642. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="30"/></Border>
  643. <Border Width="55" Height="22.0">
  644. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="20"/></Border>
  645. <Border Width="55" Height="22.0">
  646. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="10"/></Border>
  647. <Border Width="55" Height="22.0">
  648. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="0"/></Border>
  649. </StackPanel>
  650. <StackPanel Grid.Row="1" Grid.Column="1" Orientation="Horizontal">
  651. <Border Width="84" Height="36">
  652. <TextBlock Foreground="#98b954" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 EditBox"/></Border>
  653. <Border Width="84" Height="36">
  654. <TextBlock Foreground="Blue" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 TextBox"/></Border>
  655. <Border Width="84" Height="36">
  656. <TextBlock Foreground="#98b954" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Animation"/></Border>
  657. <Border Width="84" Height="36">
  658. <TextBlock Foreground="Blue" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Marquee"/></Border>
  659. <Border Width="84" Height="36">
  660. <TextBlock Foreground="#98b954" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Icon"/></Border>
  661. <Border Width="84" Height="36">
  662. <TextBlock Foreground="Blue" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Border"/></Border>
  663. </StackPanel>
  664. <Canvas Grid.Row="0" Grid.Column="1" Margin="-2, 13, 0, 0" >
  665. <Line Canvas.Top="0" X2="506" Stroke="Gray"></Line>
  666. <Line Canvas.Top="22.0" X2="506" Stroke="Gray"></Line>
  667. <Line Canvas.Top="44.0" X2="506" Stroke="Gray"></Line>
  668. <Line Canvas.Top="66.0" X2="506" Stroke="Gray"></Line>
  669. <Line Canvas.Top="88.0" X2="506" Stroke="Gray"></Line>
  670. <Line Canvas.Top="110.0" X2="506" Stroke="Gray"></Line>
  671. <Line Canvas.Top="132.0" X2="506" Stroke="Gray"></Line>
  672. <Line Canvas.Top="154.0" X2="506" Stroke="Gray"></Line>
  673. <Line Canvas.Top="176.0" X2="506" Stroke="Gray"></Line>
  674. <Line Canvas.Top="198.0" X2="506" Stroke="Gray"></Line>
  675. <Line Canvas.Top="220.0" X2="506" Stroke="Gray"></Line>
  676. <Line Canvas.Top="242.0" X2="506" Stroke="Gray"></Line>
  677. <Line Canvas.Top="264.0" X2="506" Stroke="Gray"></Line>
  678. </Canvas>
  679. <Canvas Grid.Row="0" Grid.Column="1">
  680. <Line Y1 ="13" Y2="281.0" Stroke="Gray"></Line>
  681. <Line Canvas.Top="278.0" Canvas.Left ="0" Y2="5" Stroke="Gray"></Line>
  682. <Line Canvas.Top="278.0" Canvas.Left ="84" Y2="5" Stroke="Gray"></Line>
  683. <Line Canvas.Top="278.0" Canvas.Left ="168" Y2="5" Stroke="Gray"></Line>
  684. <Line Canvas.Top="278.0" Canvas.Left ="252" Y2="5" Stroke="Gray"></Line>
  685. <Line Canvas.Top="278.0" Canvas.Left ="336" Y2="5" Stroke="Gray"></Line>
  686. <Line Canvas.Top="278.0" Canvas.Left ="420" Y2="5" Stroke="Gray"></Line>
  687. <Line Canvas.Top="278.0" Canvas.Left ="504" Y2="5" Stroke="Gray"></Line>
  688. </Canvas>
  689. <Canvas Grid.Row="0" Grid.Column="1" Margin="0, 13, 0, 0">
  690. <Rectangle Canvas.Left="5" Canvas.Top="258.0" Fill="#98b954" Width="23" Height="6"/>
  691. <TextBlock Canvas.Left="5" Canvas.Top="238.0" Width="35" Height="50" Text="3"/>
  692. <Rectangle Canvas.Left="89" Canvas.Top="40.0" Fill="#98b954" Width="23" Height="224"/>
  693. <TextBlock Canvas.Left="89" Canvas.Top="40.0" Width="35" Height="50" Text="176"/>
  694. <Rectangle Canvas.Left="173" Canvas.Top="264.0" Fill="#98b954" Width="23" Height="0"/>
  695. <TextBlock Canvas.Left="173" Canvas.Top="244.0" Width="35" Height="50" Text="0"/>
  696. <Rectangle Canvas.Left="257" Canvas.Top="264.0" Fill="#98b954" Width="23" Height="0"/>
  697. <TextBlock Canvas.Left="257" Canvas.Top="244.0" Width="35" Height="50" Text="0"/>
  698. <Rectangle Canvas.Left="341" Canvas.Top="43.0" Fill="#98b954" Width="23" Height="221"/>
  699. <TextBlock Canvas.Left="341" Canvas.Top="43.0" Width="35" Height="50" Text="121"/>
  700. <Rectangle Canvas.Left="425" Canvas.Top="225.0" Fill="#98b954" Width="23" Height="39"/>
  701. <TextBlock Canvas.Left="425" Canvas.Top="225.0" Width="35" Height="50" Text="18"/>
  702. </Canvas>
  703. </Grid>
  704. </StackPanel>
  705. </Border>
  706. </Grid>
  707. </ScrollViewer>
  708. </Page>