GenerateLog.xaml 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905
  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_Thumbnail</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_Photo_Info</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_Hint</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_Setup</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_Photo_ZoomView</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_Photo_ZoomControl</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_Music_Player</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_Music_Source</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_Setup</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="247.0" Fill="#98b954" Width="23" Height="17"/>
  190. <TextBlock Canvas.Left="5" Canvas.Top="227.0" Width="35" Height="50" Text="8"/>
  191. <Rectangle Canvas.Left="55" Canvas.Top="99.0" Fill="#98b954" Width="23" Height="165"/>
  192. <TextBlock Canvas.Left="55" Canvas.Top="99.0" Width="35" Height="50" Text="75"/>
  193. <Rectangle Canvas.Left="105" Canvas.Top="240.0" Fill="#98b954" Width="23" Height="24"/>
  194. <TextBlock Canvas.Left="105" Canvas.Top="240.0" Width="35" Height="50" Text="11"/>
  195. <Rectangle Canvas.Left="155" Canvas.Top="225.0" Fill="#98b954" Width="23" Height="39"/>
  196. <TextBlock Canvas.Left="155" Canvas.Top="225.0" Width="35" Height="50" Text="18"/>
  197. <Rectangle Canvas.Left="205" Canvas.Top="212.0" Fill="#98b954" Width="23" Height="52"/>
  198. <TextBlock Canvas.Left="205" Canvas.Top="212.0" Width="35" Height="50" Text="24"/>
  199. <Rectangle Canvas.Left="255" Canvas.Top="240.0" Fill="#98b954" Width="23" Height="24"/>
  200. <TextBlock Canvas.Left="255" Canvas.Top="240.0" Width="35" Height="50" Text="11"/>
  201. <Rectangle Canvas.Left="305" Canvas.Top="238.0" Fill="#98b954" Width="23" Height="26"/>
  202. <TextBlock Canvas.Left="305" Canvas.Top="238.0" Width="35" Height="50" Text="12"/>
  203. <Rectangle Canvas.Left="355" Canvas.Top="95.0" Fill="#98b954" Width="23" Height="169"/>
  204. <TextBlock Canvas.Left="355" Canvas.Top="95.0" Width="35" Height="50" Text="77"/>
  205. <Rectangle Canvas.Left="405" Canvas.Top="209.0" Fill="#98b954" Width="23" Height="55"/>
  206. <TextBlock Canvas.Left="405" Canvas.Top="209.0" Width="35" Height="50" Text="25"/>
  207. <Rectangle Canvas.Left="455" Canvas.Top="196.0" Fill="#98b954" Width="23" Height="68"/>
  208. <TextBlock Canvas.Left="455" Canvas.Top="196.0" Width="35" Height="50" Text="31"/>
  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_ProgramList</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_Movie_Info</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_Movie_Time</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_Movie_Hint</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_Movie_Goto</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_eBook_Bookmark</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_PlayState</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_Adjust</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_AmplifierVolume</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_Media_CommonBanner</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="256.0" Fill="#98b954" Width="23" Height="8"/>
  343. <TextBlock Canvas.Left="5" Canvas.Top="236.0" Width="35" Height="50" Text="4"/>
  344. <Rectangle Canvas.Left="55" Canvas.Top="236.0" Fill="#98b954" Width="23" Height="28"/>
  345. <TextBlock Canvas.Left="55" Canvas.Top="236.0" Width="35" Height="50" Text="13"/>
  346. <Rectangle Canvas.Left="105" Canvas.Top="258.0" Fill="#98b954" Width="23" Height="6"/>
  347. <TextBlock Canvas.Left="105" Canvas.Top="238.0" Width="35" Height="50" Text="3"/>
  348. <Rectangle Canvas.Left="155" Canvas.Top="207.0" Fill="#98b954" Width="23" Height="57"/>
  349. <TextBlock Canvas.Left="155" Canvas.Top="207.0" Width="35" Height="50" Text="26"/>
  350. <Rectangle Canvas.Left="205" Canvas.Top="262.0" Fill="#98b954" Width="23" Height="2"/>
  351. <TextBlock Canvas.Left="205" Canvas.Top="242.0" Width="35" Height="50" Text="1"/>
  352. <Rectangle Canvas.Left="255" Canvas.Top="256.0" Fill="#98b954" Width="23" Height="8"/>
  353. <TextBlock Canvas.Left="255" Canvas.Top="236.0" Width="35" Height="50" Text="4"/>
  354. <Rectangle Canvas.Left="305" Canvas.Top="247.0" Fill="#98b954" Width="23" Height="17"/>
  355. <TextBlock Canvas.Left="305" Canvas.Top="227.0" Width="35" Height="50" Text="8"/>
  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="247.0" Fill="#98b954" Width="23" Height="17"/>
  359. <TextBlock Canvas.Left="405" Canvas.Top="227.0" Width="35" Height="50" Text="8"/>
  360. <Rectangle Canvas.Left="455" Canvas.Top="260.0" Fill="#98b954" Width="23" Height="4"/>
  361. <TextBlock Canvas.Left="455" Canvas.Top="240.0" Width="35" Height="50" Text="2"/>
  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="50" 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_Media_Popmsg</Hyperlink>
  417. </TextBlock>
  418. </Border>
  419. <Border Width="50" 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_Media_Popmsg_Confirm</Hyperlink>
  422. </TextBlock>
  423. </Border>
  424. <Border Width="50" 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_PlayList</Hyperlink>
  427. </TextBlock>
  428. </Border>
  429. <Border Width="50" 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_Music_Goto</Hyperlink>
  432. </TextBlock>
  433. </Border>
  434. <Border Width="50" 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_PopMsg_PWD_HD</Hyperlink>
  437. </TextBlock>
  438. </Border>
  439. <Border Width="50" 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_CEC_Device_Insert</Hyperlink>
  442. </TextBlock>
  443. </Border>
  444. <Border Width="50" 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_eBook</Hyperlink>
  447. </TextBlock>
  448. </Border>
  449. <Border Width="50" Height="36">
  450. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  451. <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_eBook_content</Hyperlink>
  452. </TextBlock>
  453. </Border>
  454. <Border Width="50" Height="36">
  455. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  456. <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_eBook_QuickMenu</Hyperlink>
  457. </TextBlock>
  458. </Border>
  459. <Border Width="50" Height="36">
  460. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  461. <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_Music_Playback</Hyperlink>
  462. </TextBlock>
  463. </Border>
  464. </StackPanel>
  465. <Canvas Grid.Row="0" Grid.Column="1" Margin="-2, 13, 0, 0" >
  466. <Line Canvas.Top="0" X2="506" Stroke="Gray"></Line>
  467. <Line Canvas.Top="22.0" X2="506" Stroke="Gray"></Line>
  468. <Line Canvas.Top="44.0" X2="506" Stroke="Gray"></Line>
  469. <Line Canvas.Top="66.0" X2="506" Stroke="Gray"></Line>
  470. <Line Canvas.Top="88.0" X2="506" Stroke="Gray"></Line>
  471. <Line Canvas.Top="110.0" X2="506" Stroke="Gray"></Line>
  472. <Line Canvas.Top="132.0" X2="506" Stroke="Gray"></Line>
  473. <Line Canvas.Top="154.0" X2="506" Stroke="Gray"></Line>
  474. <Line Canvas.Top="176.0" X2="506" Stroke="Gray"></Line>
  475. <Line Canvas.Top="198.0" X2="506" Stroke="Gray"></Line>
  476. <Line Canvas.Top="220.0" X2="506" Stroke="Gray"></Line>
  477. <Line Canvas.Top="242.0" X2="506" Stroke="Gray"></Line>
  478. <Line Canvas.Top="264.0" X2="506" Stroke="Gray"></Line>
  479. </Canvas>
  480. <Canvas Grid.Row="0" Grid.Column="1">
  481. <Line Y1 ="13" Y2="281.0" Stroke="Gray"></Line>
  482. <Line Canvas.Top="278.0" Canvas.Left ="0" Y2="5" Stroke="Gray"></Line>
  483. <Line Canvas.Top="278.0" Canvas.Left ="50" Y2="5" Stroke="Gray"></Line>
  484. <Line Canvas.Top="278.0" Canvas.Left ="100" Y2="5" Stroke="Gray"></Line>
  485. <Line Canvas.Top="278.0" Canvas.Left ="150" Y2="5" Stroke="Gray"></Line>
  486. <Line Canvas.Top="278.0" Canvas.Left ="200" Y2="5" Stroke="Gray"></Line>
  487. <Line Canvas.Top="278.0" Canvas.Left ="250" Y2="5" Stroke="Gray"></Line>
  488. <Line Canvas.Top="278.0" Canvas.Left ="300" Y2="5" Stroke="Gray"></Line>
  489. <Line Canvas.Top="278.0" Canvas.Left ="350" Y2="5" Stroke="Gray"></Line>
  490. <Line Canvas.Top="278.0" Canvas.Left ="400" Y2="5" Stroke="Gray"></Line>
  491. <Line Canvas.Top="278.0" Canvas.Left ="450" Y2="5" Stroke="Gray"></Line>
  492. <Line Canvas.Top="278.0" Canvas.Left ="500" Y2="5" Stroke="Gray"></Line>
  493. </Canvas>
  494. <Canvas Grid.Row="0" Grid.Column="1" Margin="0, 13, 0, 0">
  495. <Rectangle Canvas.Left="5" Canvas.Top="260.0" Fill="#98b954" Width="23" Height="4"/>
  496. <TextBlock Canvas.Left="5" Canvas.Top="240.0" Width="35" Height="50" Text="2"/>
  497. <Rectangle Canvas.Left="55" Canvas.Top="256.0" Fill="#98b954" Width="23" Height="8"/>
  498. <TextBlock Canvas.Left="55" Canvas.Top="236.0" Width="35" Height="50" Text="4"/>
  499. <Rectangle Canvas.Left="105" Canvas.Top="227.0" Fill="#98b954" Width="23" Height="37"/>
  500. <TextBlock Canvas.Left="105" Canvas.Top="227.0" Width="35" Height="50" Text="17"/>
  501. <Rectangle Canvas.Left="155" Canvas.Top="262.0" Fill="#98b954" Width="23" Height="2"/>
  502. <TextBlock Canvas.Left="155" Canvas.Top="242.0" Width="35" Height="50" Text="1"/>
  503. <Rectangle Canvas.Left="205" Canvas.Top="234.0" Fill="#98b954" Width="23" Height="30"/>
  504. <TextBlock Canvas.Left="205" Canvas.Top="234.0" Width="35" Height="50" Text="14"/>
  505. <Rectangle Canvas.Left="255" Canvas.Top="260.0" Fill="#98b954" Width="23" Height="4"/>
  506. <TextBlock Canvas.Left="255" Canvas.Top="240.0" Width="35" Height="50" Text="2"/>
  507. <Rectangle Canvas.Left="305" Canvas.Top="212.0" Fill="#98b954" Width="23" Height="52"/>
  508. <TextBlock Canvas.Left="305" Canvas.Top="212.0" Width="35" Height="50" Text="24"/>
  509. <Rectangle Canvas.Left="355" Canvas.Top="236.0" Fill="#98b954" Width="23" Height="28"/>
  510. <TextBlock Canvas.Left="355" Canvas.Top="236.0" Width="35" Height="50" Text="13"/>
  511. <Rectangle Canvas.Left="405" Canvas.Top="229.0" Fill="#98b954" Width="23" Height="35"/>
  512. <TextBlock Canvas.Left="405" Canvas.Top="229.0" Width="35" Height="50" Text="16"/>
  513. <Rectangle Canvas.Left="455" Canvas.Top="236.0" Fill="#98b954" Width="23" Height="28"/>
  514. <TextBlock Canvas.Left="455" Canvas.Top="236.0" Width="35" Height="50" Text="13"/>
  515. </Canvas>
  516. </Grid>
  517. </StackPanel>
  518. </Border>
  519. <StackPanel Orientation="Horizontal" Grid.Row="3" HorizontalAlignment="left" VerticalAlignment="Top" Margin="20">
  520. <Border VerticalAlignment="Center">
  521. <Line Stroke="#98b954" X2="28" StrokeThickness="2"/>
  522. </Border>
  523. <TextBlock Margin="3">Menu Control Number</TextBlock>
  524. </StackPanel>
  525. <Border Grid.Row="3" Margin = "4" TextBlock.FontSize="14" VerticalAlignment="Center" HorizontalAlignment="Center" BorderBrush="gray" BorderThickness="1">
  526. <StackPanel>
  527. <TextBlock Foreground='green' FontSize="25" TextAlignment="Center">Menu</TextBlock>
  528. <Grid>
  529. <Grid.ColumnDefinitions>
  530. <ColumnDefinition Width="Auto"/>
  531. <ColumnDefinition Width="Auto"/>
  532. <ColumnDefinition Width="Auto"/>
  533. </Grid.ColumnDefinitions>
  534. <Grid.RowDefinitions>
  535. <RowDefinition Height="Auto"/>
  536. <RowDefinition Height="Auto"/>
  537. </Grid.RowDefinitions>
  538. <StackPanel>
  539. <Border Width="55" Height="22.0">
  540. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="1000"/></Border>
  541. <Border Width="55" Height="22.0">
  542. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="500"/></Border>
  543. <Border Width="55" Height="22.0">
  544. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="100"/></Border>
  545. <Border Width="55" Height="22.0">
  546. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="90"/></Border>
  547. <Border Width="55" Height="22.0">
  548. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="80"/></Border>
  549. <Border Width="55" Height="22.0">
  550. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="70"/></Border>
  551. <Border Width="55" Height="22.0">
  552. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="60"/></Border>
  553. <Border Width="55" Height="22.0">
  554. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="50"/></Border>
  555. <Border Width="55" Height="22.0">
  556. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="40"/></Border>
  557. <Border Width="55" Height="22.0">
  558. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="30"/></Border>
  559. <Border Width="55" Height="22.0">
  560. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="20"/></Border>
  561. <Border Width="55" Height="22.0">
  562. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="10"/></Border>
  563. <Border Width="55" Height="22.0">
  564. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="0"/></Border>
  565. </StackPanel>
  566. <StackPanel Grid.Row="1" Grid.Column="1" Orientation="Horizontal">
  567. <Border Width="126" Height="36">
  568. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  569. <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_Media_Popmsg_DivX</Hyperlink>
  570. </TextBlock>
  571. </Border>
  572. <Border Width="126" Height="36">
  573. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  574. <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_FileBrowser</Hyperlink>
  575. </TextBlock>
  576. </Border>
  577. <Border Width="126" Height="36">
  578. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  579. <Hyperlink Foreground="#98b954" Tag="uiDesignLink">IDM_KeypadMenu</Hyperlink>
  580. </TextBlock>
  581. </Border>
  582. <Border Width="126" Height="36">
  583. <TextBlock TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,0" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left">
  584. <Hyperlink Foreground="Blue" Tag="uiDesignLink">IDM_Notice</Hyperlink>
  585. </TextBlock>
  586. </Border>
  587. </StackPanel>
  588. <Canvas Grid.Row="0" Grid.Column="1" Margin="-2, 13, 0, 0" >
  589. <Line Canvas.Top="0" X2="506" Stroke="Gray"></Line>
  590. <Line Canvas.Top="22.0" X2="506" Stroke="Gray"></Line>
  591. <Line Canvas.Top="44.0" X2="506" Stroke="Gray"></Line>
  592. <Line Canvas.Top="66.0" X2="506" Stroke="Gray"></Line>
  593. <Line Canvas.Top="88.0" X2="506" Stroke="Gray"></Line>
  594. <Line Canvas.Top="110.0" X2="506" Stroke="Gray"></Line>
  595. <Line Canvas.Top="132.0" X2="506" Stroke="Gray"></Line>
  596. <Line Canvas.Top="154.0" X2="506" Stroke="Gray"></Line>
  597. <Line Canvas.Top="176.0" X2="506" Stroke="Gray"></Line>
  598. <Line Canvas.Top="198.0" X2="506" Stroke="Gray"></Line>
  599. <Line Canvas.Top="220.0" X2="506" Stroke="Gray"></Line>
  600. <Line Canvas.Top="242.0" X2="506" Stroke="Gray"></Line>
  601. <Line Canvas.Top="264.0" X2="506" Stroke="Gray"></Line>
  602. </Canvas>
  603. <Canvas Grid.Row="0" Grid.Column="1">
  604. <Line Y1 ="13" Y2="281.0" Stroke="Gray"></Line>
  605. <Line Canvas.Top="278.0" Canvas.Left ="0" Y2="5" Stroke="Gray"></Line>
  606. <Line Canvas.Top="278.0" Canvas.Left ="126" Y2="5" Stroke="Gray"></Line>
  607. <Line Canvas.Top="278.0" Canvas.Left ="252" Y2="5" Stroke="Gray"></Line>
  608. <Line Canvas.Top="278.0" Canvas.Left ="378" Y2="5" Stroke="Gray"></Line>
  609. <Line Canvas.Top="278.0" Canvas.Left ="504" Y2="5" Stroke="Gray"></Line>
  610. </Canvas>
  611. <Canvas Grid.Row="0" Grid.Column="1" Margin="0, 13, 0, 0">
  612. <Rectangle Canvas.Left="5" Canvas.Top="249.0" Fill="#98b954" Width="23" Height="15"/>
  613. <TextBlock Canvas.Left="5" Canvas.Top="229.0" Width="35" Height="50" Text="7"/>
  614. <Rectangle Canvas.Left="131" Canvas.Top="152.0" Fill="#98b954" Width="23" Height="112"/>
  615. <TextBlock Canvas.Left="131" Canvas.Top="152.0" Width="35" Height="50" Text="51"/>
  616. <Rectangle Canvas.Left="257" Canvas.Top="260.0" Fill="#98b954" Width="23" Height="4"/>
  617. <TextBlock Canvas.Left="257" Canvas.Top="240.0" Width="35" Height="50" Text="2"/>
  618. <Rectangle Canvas.Left="383" Canvas.Top="256.0" Fill="#98b954" Width="23" Height="8"/>
  619. <TextBlock Canvas.Left="383" Canvas.Top="236.0" Width="35" Height="50" Text="4"/>
  620. </Canvas>
  621. </Grid>
  622. </StackPanel>
  623. </Border>
  624. <StackPanel Orientation="Horizontal" Grid.Row="4" HorizontalAlignment="left" VerticalAlignment="Top" Margin="20">
  625. <Border VerticalAlignment="Center">
  626. <Line Stroke="#98b954" X2="28" StrokeThickness="2"/>
  627. </Border>
  628. <TextBlock Margin="3">Control Number</TextBlock>
  629. </StackPanel>
  630. <Border Grid.Row="4" Margin = "4" TextBlock.FontSize="14" VerticalAlignment="Center" HorizontalAlignment="Center" BorderBrush="gray" BorderThickness="1">
  631. <StackPanel>
  632. <TextBlock Foreground='green' FontSize="25" TextAlignment="Center">Control</TextBlock>
  633. <Grid>
  634. <Grid.ColumnDefinitions>
  635. <ColumnDefinition Width="Auto"/>
  636. <ColumnDefinition Width="Auto"/>
  637. <ColumnDefinition Width="Auto"/>
  638. </Grid.ColumnDefinitions>
  639. <Grid.RowDefinitions>
  640. <RowDefinition Height="Auto"/>
  641. <RowDefinition Height="Auto"/>
  642. </Grid.RowDefinitions>
  643. <StackPanel>
  644. <Border Width="55" Height="22.0">
  645. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="1000"/></Border>
  646. <Border Width="55" Height="22.0">
  647. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="500"/></Border>
  648. <Border Width="55" Height="22.0">
  649. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="100"/></Border>
  650. <Border Width="55" Height="22.0">
  651. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="90"/></Border>
  652. <Border Width="55" Height="22.0">
  653. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="80"/></Border>
  654. <Border Width="55" Height="22.0">
  655. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="70"/></Border>
  656. <Border Width="55" Height="22.0">
  657. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="60"/></Border>
  658. <Border Width="55" Height="22.0">
  659. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="50"/></Border>
  660. <Border Width="55" Height="22.0">
  661. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="40"/></Border>
  662. <Border Width="55" Height="22.0">
  663. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="30"/></Border>
  664. <Border Width="55" Height="22.0">
  665. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="20"/></Border>
  666. <Border Width="55" Height="22.0">
  667. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="10"/></Border>
  668. <Border Width="55" Height="22.0">
  669. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="0"/></Border>
  670. </StackPanel>
  671. <StackPanel Grid.Row="1" Grid.Column="1" Orientation="Horizontal">
  672. <Border Width="72" Height="36">
  673. <TextBlock Foreground="#98b954" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Background"/></Border>
  674. <Border Width="72" Height="36">
  675. <TextBlock Foreground="Blue" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Button"/></Border>
  676. <Border Width="72" Height="36">
  677. <TextBlock Foreground="#98b954" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Progressbar"/></Border>
  678. <Border Width="72" Height="36">
  679. <TextBlock Foreground="Blue" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Scrollbar"/></Border>
  680. <Border Width="72" Height="36">
  681. <TextBlock Foreground="#98b954" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 ComboBox"/></Border>
  682. <Border Width="72" Height="36">
  683. <TextBlock Foreground="Blue" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 GroupButton"/></Border>
  684. <Border Width="72" Height="36">
  685. <TextBlock Foreground="#98b954" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 ListView"/></Border>
  686. </StackPanel>
  687. <Canvas Grid.Row="0" Grid.Column="1" Margin="-2, 13, 0, 0" >
  688. <Line Canvas.Top="0" X2="506" Stroke="Gray"></Line>
  689. <Line Canvas.Top="22.0" X2="506" Stroke="Gray"></Line>
  690. <Line Canvas.Top="44.0" X2="506" Stroke="Gray"></Line>
  691. <Line Canvas.Top="66.0" X2="506" Stroke="Gray"></Line>
  692. <Line Canvas.Top="88.0" X2="506" Stroke="Gray"></Line>
  693. <Line Canvas.Top="110.0" X2="506" Stroke="Gray"></Line>
  694. <Line Canvas.Top="132.0" X2="506" Stroke="Gray"></Line>
  695. <Line Canvas.Top="154.0" X2="506" Stroke="Gray"></Line>
  696. <Line Canvas.Top="176.0" X2="506" Stroke="Gray"></Line>
  697. <Line Canvas.Top="198.0" X2="506" Stroke="Gray"></Line>
  698. <Line Canvas.Top="220.0" X2="506" Stroke="Gray"></Line>
  699. <Line Canvas.Top="242.0" X2="506" Stroke="Gray"></Line>
  700. <Line Canvas.Top="264.0" X2="506" Stroke="Gray"></Line>
  701. </Canvas>
  702. <Canvas Grid.Row="0" Grid.Column="1">
  703. <Line Y1 ="13" Y2="281.0" Stroke="Gray"></Line>
  704. <Line Canvas.Top="278.0" Canvas.Left ="0" Y2="5" Stroke="Gray"></Line>
  705. <Line Canvas.Top="278.0" Canvas.Left ="72" Y2="5" Stroke="Gray"></Line>
  706. <Line Canvas.Top="278.0" Canvas.Left ="144" Y2="5" Stroke="Gray"></Line>
  707. <Line Canvas.Top="278.0" Canvas.Left ="216" Y2="5" Stroke="Gray"></Line>
  708. <Line Canvas.Top="278.0" Canvas.Left ="288" Y2="5" Stroke="Gray"></Line>
  709. <Line Canvas.Top="278.0" Canvas.Left ="360" Y2="5" Stroke="Gray"></Line>
  710. <Line Canvas.Top="278.0" Canvas.Left ="432" Y2="5" Stroke="Gray"></Line>
  711. <Line Canvas.Top="278.0" Canvas.Left ="504" Y2="5" Stroke="Gray"></Line>
  712. </Canvas>
  713. <Canvas Grid.Row="0" Grid.Column="1" Margin="0, 13, 0, 0">
  714. <Rectangle Canvas.Left="5" Canvas.Top="44.0" Fill="#98b954" Width="23" Height="220"/>
  715. <TextBlock Canvas.Left="5" Canvas.Top="44.0" Width="35" Height="50" Text="106"/>
  716. <Rectangle Canvas.Left="77" Canvas.Top="168.0" Fill="#98b954" Width="23" Height="96"/>
  717. <TextBlock Canvas.Left="77" Canvas.Top="168.0" Width="35" Height="50" Text="44"/>
  718. <Rectangle Canvas.Left="149" Canvas.Top="249.0" Fill="#98b954" Width="23" Height="15"/>
  719. <TextBlock Canvas.Left="149" Canvas.Top="229.0" Width="35" Height="50" Text="7"/>
  720. <Rectangle Canvas.Left="221" Canvas.Top="247.0" Fill="#98b954" Width="23" Height="17"/>
  721. <TextBlock Canvas.Left="221" Canvas.Top="227.0" Width="35" Height="50" Text="8"/>
  722. <Rectangle Canvas.Left="293" Canvas.Top="229.0" Fill="#98b954" Width="23" Height="35"/>
  723. <TextBlock Canvas.Left="293" Canvas.Top="229.0" Width="35" Height="50" Text="16"/>
  724. <Rectangle Canvas.Left="365" Canvas.Top="256.0" Fill="#98b954" Width="23" Height="8"/>
  725. <TextBlock Canvas.Left="365" Canvas.Top="236.0" Width="35" Height="50" Text="4"/>
  726. <Rectangle Canvas.Left="437" Canvas.Top="245.0" Fill="#98b954" Width="23" Height="19"/>
  727. <TextBlock Canvas.Left="437" Canvas.Top="225.0" Width="35" Height="50" Text="9"/>
  728. </Canvas>
  729. </Grid>
  730. </StackPanel>
  731. </Border>
  732. <StackPanel Orientation="Horizontal" Grid.Row="5" HorizontalAlignment="left" VerticalAlignment="Top" Margin="20">
  733. <Border VerticalAlignment="Center">
  734. <Line Stroke="#98b954" X2="28" StrokeThickness="2"/>
  735. </Border>
  736. <TextBlock Margin="3">Control Number</TextBlock>
  737. </StackPanel>
  738. <Border Grid.Row="5" Margin = "4" TextBlock.FontSize="14" VerticalAlignment="Center" HorizontalAlignment="Center" BorderBrush="gray" BorderThickness="1">
  739. <StackPanel>
  740. <TextBlock Foreground='green' FontSize="25" TextAlignment="Center">Control</TextBlock>
  741. <Grid>
  742. <Grid.ColumnDefinitions>
  743. <ColumnDefinition Width="Auto"/>
  744. <ColumnDefinition Width="Auto"/>
  745. <ColumnDefinition Width="Auto"/>
  746. </Grid.ColumnDefinitions>
  747. <Grid.RowDefinitions>
  748. <RowDefinition Height="Auto"/>
  749. <RowDefinition Height="Auto"/>
  750. </Grid.RowDefinitions>
  751. <StackPanel>
  752. <Border Width="55" Height="22.0">
  753. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="1000"/></Border>
  754. <Border Width="55" Height="22.0">
  755. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="500"/></Border>
  756. <Border Width="55" Height="22.0">
  757. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="100"/></Border>
  758. <Border Width="55" Height="22.0">
  759. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="90"/></Border>
  760. <Border Width="55" Height="22.0">
  761. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="80"/></Border>
  762. <Border Width="55" Height="22.0">
  763. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="70"/></Border>
  764. <Border Width="55" Height="22.0">
  765. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="60"/></Border>
  766. <Border Width="55" Height="22.0">
  767. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="50"/></Border>
  768. <Border Width="55" Height="22.0">
  769. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="40"/></Border>
  770. <Border Width="55" Height="22.0">
  771. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="30"/></Border>
  772. <Border Width="55" Height="22.0">
  773. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="20"/></Border>
  774. <Border Width="55" Height="22.0">
  775. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="10"/></Border>
  776. <Border Width="55" Height="22.0">
  777. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Text="0"/></Border>
  778. </StackPanel>
  779. <StackPanel Grid.Row="1" Grid.Column="1" Orientation="Horizontal">
  780. <Border Width="84" Height="36">
  781. <TextBlock Foreground="#98b954" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 EditBox"/></Border>
  782. <Border Width="84" Height="36">
  783. <TextBlock Foreground="Blue" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 TextBox"/></Border>
  784. <Border Width="84" Height="36">
  785. <TextBlock Foreground="#98b954" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Animation"/></Border>
  786. <Border Width="84" Height="36">
  787. <TextBlock Foreground="Blue" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Marquee"/></Border>
  788. <Border Width="84" Height="36">
  789. <TextBlock Foreground="#98b954" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Icon"/></Border>
  790. <Border Width="84" Height="36">
  791. <TextBlock Foreground="Blue" TextWrapping="Wrap" TextTrimming="CharacterEllipsis" Padding="0,0,0,4" FontSize="12" VerticalAlignment="top" HorizontalAlignment="left" Text="SPHE8600 Border"/></Border>
  792. </StackPanel>
  793. <Canvas Grid.Row="0" Grid.Column="1" Margin="-2, 13, 0, 0" >
  794. <Line Canvas.Top="0" X2="506" Stroke="Gray"></Line>
  795. <Line Canvas.Top="22.0" X2="506" Stroke="Gray"></Line>
  796. <Line Canvas.Top="44.0" X2="506" Stroke="Gray"></Line>
  797. <Line Canvas.Top="66.0" X2="506" Stroke="Gray"></Line>
  798. <Line Canvas.Top="88.0" X2="506" Stroke="Gray"></Line>
  799. <Line Canvas.Top="110.0" X2="506" Stroke="Gray"></Line>
  800. <Line Canvas.Top="132.0" X2="506" Stroke="Gray"></Line>
  801. <Line Canvas.Top="154.0" X2="506" Stroke="Gray"></Line>
  802. <Line Canvas.Top="176.0" X2="506" Stroke="Gray"></Line>
  803. <Line Canvas.Top="198.0" X2="506" Stroke="Gray"></Line>
  804. <Line Canvas.Top="220.0" X2="506" Stroke="Gray"></Line>
  805. <Line Canvas.Top="242.0" X2="506" Stroke="Gray"></Line>
  806. <Line Canvas.Top="264.0" X2="506" Stroke="Gray"></Line>
  807. </Canvas>
  808. <Canvas Grid.Row="0" Grid.Column="1">
  809. <Line Y1 ="13" Y2="281.0" Stroke="Gray"></Line>
  810. <Line Canvas.Top="278.0" Canvas.Left ="0" Y2="5" Stroke="Gray"></Line>
  811. <Line Canvas.Top="278.0" Canvas.Left ="84" Y2="5" Stroke="Gray"></Line>
  812. <Line Canvas.Top="278.0" Canvas.Left ="168" Y2="5" Stroke="Gray"></Line>
  813. <Line Canvas.Top="278.0" Canvas.Left ="252" Y2="5" Stroke="Gray"></Line>
  814. <Line Canvas.Top="278.0" Canvas.Left ="336" Y2="5" Stroke="Gray"></Line>
  815. <Line Canvas.Top="278.0" Canvas.Left ="420" Y2="5" Stroke="Gray"></Line>
  816. <Line Canvas.Top="278.0" Canvas.Left ="504" Y2="5" Stroke="Gray"></Line>
  817. </Canvas>
  818. <Canvas Grid.Row="0" Grid.Column="1" Margin="0, 13, 0, 0">
  819. <Rectangle Canvas.Left="5" Canvas.Top="258.0" Fill="#98b954" Width="23" Height="6"/>
  820. <TextBlock Canvas.Left="5" Canvas.Top="238.0" Width="35" Height="50" Text="3"/>
  821. <Rectangle Canvas.Left="89" Canvas.Top="42.0" Fill="#98b954" Width="23" Height="222"/>
  822. <TextBlock Canvas.Left="89" Canvas.Top="42.0" Width="35" Height="50" Text="138"/>
  823. <Rectangle Canvas.Left="173" Canvas.Top="264.0" Fill="#98b954" Width="23" Height="0"/>
  824. <TextBlock Canvas.Left="173" Canvas.Top="244.0" Width="35" Height="50" Text="0"/>
  825. <Rectangle Canvas.Left="257" Canvas.Top="264.0" Fill="#98b954" Width="23" Height="0"/>
  826. <TextBlock Canvas.Left="257" Canvas.Top="244.0" Width="35" Height="50" Text="0"/>
  827. <Rectangle Canvas.Left="341" Canvas.Top="40.0" Fill="#98b954" Width="23" Height="224"/>
  828. <TextBlock Canvas.Left="341" Canvas.Top="40.0" Width="35" Height="50" Text="174"/>
  829. <Rectangle Canvas.Left="425" Canvas.Top="152.0" Fill="#98b954" Width="23" Height="112"/>
  830. <TextBlock Canvas.Left="425" Canvas.Top="152.0" Width="35" Height="50" Text="51"/>
  831. </Canvas>
  832. </Grid>
  833. </StackPanel>
  834. </Border>
  835. </Grid>
  836. </ScrollViewer>
  837. </Page>