Advertisement
MacGyver1138a

DialogKeyboard.xml

Feb 15th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.01 KB | None | 0 0
  1. <window id="103">
  2. <defaultcontrol always="true">65</defaultcontrol>
  3. <animation type="WindowOpen" reversible="false">
  4. <effect type="zoom" start="80" end="100" center="auto" easing="out" tween="back" time="300" />
  5. <effect type="fade" start="0" end="100" time="300" />
  6. </animation>
  7. <animation type="WindowClose" reversible="false">
  8. <effect type="zoom" start="100" end="80" center="auto" easing="in" tween="back" time="300" />
  9. <effect type="fade" start="100" end="0" time="300" />
  10. </animation>
  11. <coordinates>
  12. <system>2</system>
  13. <posx>255</posx>
  14. <posy>145</posy>
  15. </coordinates>
  16. <controls>
  17. <control type="group">
  18. <visible>!Window.IsVisible(numericinput)</visible>
  19. <control type="image">
  20. <posx>-20</posx>
  21. <posy>-120</posy>
  22. <width>800</width>
  23. <height>576</height>
  24. <texture>frames/Dialog_Glass2PanelLarge.png</texture>
  25. <colordiffuse>DialogBackgroundColor</colordiffuse>
  26. </control>
  27. <control type="label" id="311">
  28. <description>Heading</description>
  29. <posx>10</posx>
  30. <posy>20</posy>
  31. <width>700</width>
  32. <font>METF_Menu</font>
  33. <textcolor>DialogTextFO</textcolor>
  34. <align>center</align>
  35. </control>
  36. <control type="button">
  37. <description>Close Window button</description>
  38. <posx>670</posx>
  39. <posy>9</posy>
  40. <width>64</width>
  41. <height>32</height>
  42. <label>-</label>
  43. <font>-</font>
  44. <onclick>PreviousMenu</onclick>
  45. <texturefocus>ButtonFO2.png</texturefocus>
  46. <texturenofocus>ButtonFO.png</texturenofocus>
  47. <onleft>3</onleft>
  48. <onright>3</onright>
  49. <onup>3</onup>
  50. <ondown>3</ondown>
  51. <visible>system.getbool(input.enablemouse)</visible>
  52. </control>
  53. <control type="image">
  54. <posx>50</posx>
  55. <posy>60</posy>
  56. <width>660</width>
  57. <height>50</height>
  58. <aspectratio>stretch</aspectratio>
  59. <texture border="20">keyboard/KeyboardEditArea.png</texture>
  60. </control>
  61. <control type="label" id="310">
  62. <description>Edit Text</description>
  63. <posx>55</posx>
  64. <posy>60</posy>
  65. <width>650</width>
  66. <height>50</height>
  67. <font>font13</font>
  68. <align>center</align>
  69. <aligny>center</aligny>
  70. </control>
  71. <control type="group">
  72. <visible>!Skin.HasSetting(ABCKeyBoard)</visible>
  73. <posx>55</posx>
  74. <posy>135</posy>
  75. <control type="button" id="49">
  76. <description>'1' button</description>
  77. <posx>0</posx>
  78. <posy>0</posy>
  79. <width>50</width>
  80. <height>50</height>
  81. <onleft>8</onleft>
  82. <onright>50</onright>
  83. <onup>307</onup>
  84. <ondown>81</ondown>
  85. <texturenofocus border="25,25,5,5">keyboard/KeyboardCornerTopNF.png</texturenofocus>
  86. <texturefocus border="25,25,5,5">keyboard/KeyboardCornerTop.png</texturefocus>
  87. <align>center</align>
  88. <aligny>center</aligny>
  89. <font>font13</font>
  90. <focusedcolor>black</focusedcolor>
  91. </control>
  92. <control type="button" id="50">
  93. <description>'2' button</description>
  94. <posx>50</posx>
  95. <posy>0</posy>
  96. <width>50</width>
  97. <height>50</height>
  98. <onleft>49</onleft>
  99. <onright>51</onright>
  100. <onup>307</onup>
  101. <ondown>87</ondown>
  102. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  103. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  104. <align>center</align>
  105. <aligny>center</aligny>
  106. <font>font13</font>
  107. <focusedcolor>black</focusedcolor>
  108. </control>
  109. <control type="button" id="51">
  110. <description>'3' button</description>
  111. <posx>100</posx>
  112. <posy>0</posy>
  113. <width>50</width>
  114. <height>50</height>
  115. <onleft>50</onleft>
  116. <onright>52</onright>
  117. <onup>32</onup>
  118. <ondown>69</ondown>
  119. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  120. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  121. <align>center</align>
  122. <aligny>center</aligny>
  123. <font>font13</font>
  124. <focusedcolor>black</focusedcolor>
  125. </control>
  126. <control type="button" id="52">
  127. <description>'4' button</description>
  128. <posx>150</posx>
  129. <posy>0</posy>
  130. <width>50</width>
  131. <height>50</height>
  132. <onleft>51</onleft>
  133. <onright>53</onright>
  134. <onup>32</onup>
  135. <ondown>82</ondown>
  136. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  137. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  138. <align>center</align>
  139. <aligny>center</aligny>
  140. <font>font13</font>
  141. <focusedcolor>black</focusedcolor>
  142. </control>
  143. <control type="button" id="53">
  144. <description>'5' button</description>
  145. <posx>200</posx>
  146. <posy>0</posy>
  147. <width>50</width>
  148. <height>50</height>
  149. <onleft>52</onleft>
  150. <onright>54</onright>
  151. <onup>32</onup>
  152. <ondown>84</ondown>
  153. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  154. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  155. <align>center</align>
  156. <aligny>center</aligny>
  157. <font>font13</font>
  158. <focusedcolor>black</focusedcolor>
  159. </control>
  160. <control type="button" id="54">
  161. <description>'6' button</description>
  162. <posx>250</posx>
  163. <posy>0</posy>
  164. <width>50</width>
  165. <height>50</height>
  166. <onleft>53</onleft>
  167. <onright>55</onright>
  168. <onup>32</onup>
  169. <ondown>89</ondown>
  170. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  171. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  172. <align>center</align>
  173. <aligny>center</aligny>
  174. <font>font13</font>
  175. <focusedcolor>black</focusedcolor>
  176. </control>
  177. <control type="button" id="55">
  178. <description>'7' button</description>
  179. <posx>300</posx>
  180. <posy>0</posy>
  181. <width>50</width>
  182. <height>50</height>
  183. <onleft>54</onleft>
  184. <onright>56</onright>
  185. <onup>32</onup>
  186. <ondown>85</ondown>
  187. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  188. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  189. <align>center</align>
  190. <aligny>center</aligny>
  191. <font>font13</font>
  192. <focusedcolor>black</focusedcolor>
  193. </control>
  194. <control type="button" id="56">
  195. <description>'8' button</description>
  196. <posx>350</posx>
  197. <posy>0</posy>
  198. <width>50</width>
  199. <height>50</height>
  200. <onleft>55</onleft>
  201. <onright>57</onright>
  202. <onup>32</onup>
  203. <ondown>73</ondown>
  204. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  205. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  206. <align>center</align>
  207. <aligny>center</aligny>
  208. <font>font13</font>
  209. <focusedcolor>black</focusedcolor>
  210. </control>
  211. <control type="button" id="57">
  212. <description>'9' button</description>
  213. <posx>400</posx>
  214. <posy>0</posy>
  215. <width>50</width>
  216. <height>50</height>
  217. <onleft>56</onleft>
  218. <onright>48</onright>
  219. <onup>304</onup>
  220. <ondown>79</ondown>
  221. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  222. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  223. <align>center</align>
  224. <aligny>center</aligny>
  225. <font>font13</font>
  226. <focusedcolor>black</focusedcolor>
  227. </control>
  228. <control type="button" id="48">
  229. <description>'0' button</description>
  230. <posx>450</posx>
  231. <posy>0</posy>
  232. <width>50</width>
  233. <height>50</height>
  234. <onleft>57</onleft>
  235. <onright>8</onright>
  236. <onup>306</onup>
  237. <ondown>80</ondown>
  238. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  239. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  240. <align>center</align>
  241. <aligny>center</aligny>
  242. <font>font13</font>
  243. <focusedcolor>black</focusedcolor>
  244. </control>
  245. <control type="button" id="8">
  246. <description>'BACKSPACE' button</description>
  247. <posx>500</posx>
  248. <posy>0</posy>
  249. <width>150</width>
  250. <height>50</height>
  251. <label>20181</label>
  252. <onleft>48</onleft>
  253. <onright>49</onright>
  254. <onup>304</onup>
  255. <ondown>300</ondown>
  256. <texturenofocus flipx="true" border="5,25,25,5">keyboard/KeyboardCornerTopNF.png</texturenofocus>
  257. <texturefocus flipx="true" border="5,25,25,5">keyboard/KeyboardCornerTop.png</texturefocus>
  258. <align>center</align>
  259. <aligny>center</aligny>
  260. <font>font13</font>
  261. <focusedcolor>black</focusedcolor>
  262. </control>
  263. <control type="button" id="81">
  264. <description>'Q' button</description>
  265. <posx>0</posx>
  266. <posy>50</posy>
  267. <width>50</width>
  268. <height>50</height>
  269. <onleft>300</onleft>
  270. <onright>87</onright>
  271. <onup>49</onup>
  272. <ondown>65</ondown>
  273. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  274. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  275. <align>center</align>
  276. <aligny>center</aligny>
  277. <font>font13</font>
  278. <focusedcolor>black</focusedcolor>
  279. </control>
  280. <control type="button" id="87">
  281. <description>'W' button</description>
  282. <posx>50</posx>
  283. <posy>50</posy>
  284. <width>50</width>
  285. <height>50</height>
  286. <height>48</height>
  287. <onleft>81</onleft>
  288. <onright>69</onright>
  289. <onup>50</onup>
  290. <ondown>83</ondown>
  291. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  292. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  293. <align>center</align>
  294. <aligny>center</aligny>
  295. <font>font13</font>
  296. <focusedcolor>black</focusedcolor>
  297. </control>
  298. <control type="button" id="69">
  299. <description>'E' button</description>
  300. <posx>100</posx>
  301. <posy>50</posy>
  302. <width>50</width>
  303. <height>50</height>
  304. <onleft>87</onleft>
  305. <onright>82</onright>
  306. <onup>51</onup>
  307. <ondown>68</ondown>
  308. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  309. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  310. <align>center</align>
  311. <aligny>center</aligny>
  312. <font>font13</font>
  313. <focusedcolor>black</focusedcolor>
  314. </control>
  315. <control type="button" id="82">
  316. <description>'R' button</description>
  317. <posx>150</posx>
  318. <posy>50</posy>
  319. <width>50</width>
  320. <height>50</height>
  321. <onleft>69</onleft>
  322. <onright>84</onright>
  323. <onup>52</onup>
  324. <ondown>70</ondown>
  325. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  326. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  327. <align>center</align>
  328. <aligny>center</aligny>
  329. <font>font13</font>
  330. <focusedcolor>black</focusedcolor>
  331. </control>
  332. <control type="button" id="84">
  333. <description>'T' button</description>
  334. <posx>200</posx>
  335. <posy>50</posy>
  336. <width>50</width>
  337. <height>50</height>
  338. <onleft>82</onleft>
  339. <onright>89</onright>
  340. <onup>53</onup>
  341. <ondown>71</ondown>
  342. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  343. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  344. <align>center</align>
  345. <aligny>center</aligny>
  346. <font>font13</font>
  347. <focusedcolor>black</focusedcolor>
  348. </control>
  349. <control type="button" id="89">
  350. <description>'Y' button</description>
  351. <posx>250</posx>
  352. <posy>50</posy>
  353. <width>50</width>
  354. <height>50</height>
  355. <onleft>84</onleft>
  356. <onright>85</onright>
  357. <onup>54</onup>
  358. <ondown>72</ondown>
  359. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  360. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  361. <align>center</align>
  362. <aligny>center</aligny>
  363. <font>font13</font>
  364. <focusedcolor>black</focusedcolor>
  365. </control>
  366. <control type="button" id="85">
  367. <description>'U' button</description>
  368. <posx>300</posx>
  369. <posy>50</posy>
  370. <width>50</width>
  371. <height>50</height>
  372. <onleft>89</onleft>
  373. <onright>73</onright>
  374. <onup>55</onup>
  375. <ondown>74</ondown>
  376. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  377. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  378. <align>center</align>
  379. <aligny>center</aligny>
  380. <font>font13</font>
  381. <focusedcolor>black</focusedcolor>
  382. </control>
  383. <control type="button" id="73">
  384. <description>'I' button</description>
  385. <posx>350</posx>
  386. <posy>50</posy>
  387. <width>50</width>
  388. <height>50</height>
  389. <onleft>85</onleft>
  390. <onright>79</onright>
  391. <onup>56</onup>
  392. <ondown>75</ondown>
  393. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  394. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  395. <align>center</align>
  396. <aligny>center</aligny>
  397. <font>font13</font>
  398. <focusedcolor>black</focusedcolor>
  399. </control>
  400. <control type="button" id="79">
  401. <description>'O' button</description>
  402. <posx>400</posx>
  403. <posy>50</posy>
  404. <width>50</width>
  405. <height>50</height>
  406. <onleft>73</onleft>
  407. <onright>80</onright>
  408. <onup>57</onup>
  409. <ondown>76</ondown>
  410. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  411. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  412. <align>center</align>
  413. <aligny>center</aligny>
  414. <font>font13</font>
  415. <focusedcolor>black</focusedcolor>
  416. </control>
  417. <control type="button" id="80">
  418. <description>'P' button</description>
  419. <posx>450</posx>
  420. <posy>50</posy>
  421. <width>50</width>
  422. <height>50</height>
  423. <onleft>79</onleft>
  424. <onright>300</onright>
  425. <onup>48</onup>
  426. <ondown>303</ondown>
  427. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  428. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  429. <align>center</align>
  430. <aligny>center</aligny>
  431. <font>font13</font>
  432. <focusedcolor>black</focusedcolor>
  433. </control>
  434. <control type="button" id="300">
  435. <description>DONE button</description>
  436. <posx>500</posx>
  437. <posy>50</posy>
  438. <width>150</width>
  439. <height>50</height>
  440. <label>20177</label>
  441. <onleft>80</onleft>
  442. <onright>81</onright>
  443. <onup>8</onup>
  444. <ondown>303</ondown>
  445. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  446. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  447. <align>center</align>
  448. <aligny>center</aligny>
  449. <font>font13</font>
  450. <focusedcolor>black</focusedcolor>
  451. </control>
  452. <control type="button" id="65">
  453. <description>'A' button</description>
  454. <posx>0</posx>
  455. <posy>100</posy>
  456. <width>50</width>
  457. <height>50</height>
  458. <onleft>303</onleft>
  459. <onright>83</onright>
  460. <onup>81</onup>
  461. <ondown>90</ondown>
  462. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  463. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  464. <align>center</align>
  465. <aligny>center</aligny>
  466. <font>font13</font>
  467. <focusedcolor>black</focusedcolor>
  468. </control>
  469. <control type="button" id="83">
  470. <description>'S' button</description>
  471. <posx>50</posx>
  472. <posy>100</posy>
  473. <width>50</width>
  474. <height>50</height>
  475. <onleft>65</onleft>
  476. <onright>68</onright>
  477. <onup>87</onup>
  478. <ondown>88</ondown>
  479. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  480. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  481. <align>center</align>
  482. <aligny>center</aligny>
  483. <font>font13</font>
  484. <focusedcolor>black</focusedcolor>
  485. </control>
  486. <control type="button" id="68">
  487. <description>'D' button</description>
  488. <posx>100</posx>
  489. <posy>100</posy>
  490. <width>50</width>
  491. <height>50</height>
  492. <onleft>83</onleft>
  493. <onright>70</onright>
  494. <onup>69</onup>
  495. <ondown>67</ondown>
  496. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  497. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  498. <align>center</align>
  499. <aligny>center</aligny>
  500. <font>font13</font>
  501. <focusedcolor>black</focusedcolor>
  502. </control>
  503. <control type="button" id="70">
  504. <description>'F' button</description>
  505. <posx>150</posx>
  506. <posy>100</posy>
  507. <width>50</width>
  508. <height>50</height>
  509. <onleft>68</onleft>
  510. <onright>71</onright>
  511. <onup>82</onup>
  512. <ondown>86</ondown>
  513. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  514. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  515. <align>center</align>
  516. <aligny>center</aligny>
  517. <font>font13</font>
  518. <focusedcolor>black</focusedcolor>
  519. </control>
  520. <control type="button" id="71">
  521. <description>'G' button</description>
  522. <posx>200</posx>
  523. <posy>100</posy>
  524. <width>50</width>
  525. <height>50</height>
  526. <onleft>70</onleft>
  527. <onright>72</onright>
  528. <onup>84</onup>
  529. <ondown>66</ondown>
  530. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  531. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  532. <align>center</align>
  533. <aligny>center</aligny>
  534. <font>font13</font>
  535. <focusedcolor>black</focusedcolor>
  536. </control>
  537. <control type="button" id="72">
  538. <description>'H' button</description>
  539. <posx>250</posx>
  540. <posy>100</posy>
  541. <width>50</width>
  542. <height>50</height>
  543. <onleft>71</onleft>
  544. <onright>74</onright>
  545. <onup>89</onup>
  546. <ondown>78</ondown>
  547. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  548. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  549. <align>center</align>
  550. <aligny>center</aligny>
  551. <font>font13</font>
  552. <focusedcolor>black</focusedcolor>
  553. </control>
  554. <control type="button" id="74">
  555. <description>'J' button</description>
  556. <posx>300</posx>
  557. <posy>100</posy>
  558. <width>50</width>
  559. <height>50</height>
  560. <onleft>72</onleft>
  561. <onright>75</onright>
  562. <onup>85</onup>
  563. <ondown>77</ondown>
  564. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  565. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  566. <align>center</align>
  567. <aligny>center</aligny>
  568. <font>font13</font>
  569. <focusedcolor>black</focusedcolor>
  570. </control>
  571. <control type="button" id="75">
  572. <description>'K' button</description>
  573. <posx>350</posx>
  574. <posy>100</posy>
  575. <width>50</width>
  576. <height>50</height>
  577. <onleft>74</onleft>
  578. <onright>76</onright>
  579. <onup>73</onup>
  580. <ondown>305</ondown>
  581. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  582. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  583. <align>center</align>
  584. <aligny>center</aligny>
  585. <font>font13</font>
  586. <focusedcolor>black</focusedcolor>
  587. </control>
  588. <control type="button" id="76">
  589. <description>'L' button</description>
  590. <posx>400</posx>
  591. <posy>100</posy>
  592. <width>50</width>
  593. <height>50</height>
  594. <onleft>75</onleft>
  595. <onright>303</onright>
  596. <onup>79</onup>
  597. <ondown>306</ondown>
  598. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  599. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  600. <align>center</align>
  601. <aligny>center</aligny>
  602. <font>font13</font>
  603. <focusedcolor>black</focusedcolor>
  604. </control>
  605. <control type="radiobutton" id="303">
  606. <description>CAPS LOCK button</description>
  607. <posx>450</posx>
  608. <posy>100</posy>
  609. <width>200</width>
  610. <height>50</height>
  611. <label>20179</label>
  612. <onleft>76</onleft>
  613. <onright>65</onright>
  614. <onup>300</onup>
  615. <ondown>302</ondown>
  616. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  617. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  618. <radioposy>5</radioposy>
  619. <radiowidth>20</radiowidth>
  620. <radioheight>20</radioheight>
  621. <align>center</align>
  622. <aligny>center</aligny>
  623. <font>font13</font>
  624. <focusedcolor>black</focusedcolor>
  625. </control>
  626. <control type="button" id="90">
  627. <description>'Z' button</description>
  628. <posx>0</posx>
  629. <posy>150</posy>
  630. <width>50</width>
  631. <height>50</height>
  632. <onleft>302</onleft>
  633. <onright>88</onright>
  634. <onup>65</onup>
  635. <ondown>307</ondown>
  636. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  637. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  638. <align>center</align>
  639. <aligny>center</aligny>
  640. <font>font13</font>
  641. <focusedcolor>black</focusedcolor>
  642. </control>
  643. <control type="button" id="88">
  644. <description>'X' button</description>
  645. <posx>50</posx>
  646. <posy>150</posy>
  647. <width>50</width>
  648. <height>50</height>
  649. <onleft>90</onleft>
  650. <onright>67</onright>
  651. <onup>83</onup>
  652. <ondown>307</ondown>
  653. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  654. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  655. <align>center</align>
  656. <aligny>center</aligny>
  657. <font>font13</font>
  658. <focusedcolor>black</focusedcolor>
  659. </control>
  660. <control type="button" id="67">
  661. <description>'C' button</description>
  662. <posx>100</posx>
  663. <posy>150</posy>
  664. <width>50</width>
  665. <height>50</height>
  666. <onleft>88</onleft>
  667. <onright>86</onright>
  668. <onup>68</onup>
  669. <ondown>32</ondown>
  670. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  671. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  672. <align>center</align>
  673. <aligny>center</aligny>
  674. <font>font13</font>
  675. <focusedcolor>black</focusedcolor>
  676. </control>
  677. <control type="button" id="86">
  678. <description>'V' button</description>
  679. <posx>150</posx>
  680. <posy>150</posy>
  681. <width>50</width>
  682. <height>50</height>
  683. <onleft>67</onleft>
  684. <onright>66</onright>
  685. <onup>70</onup>
  686. <ondown>32</ondown>
  687. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  688. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  689. <align>center</align>
  690. <aligny>center</aligny>
  691. <font>font13</font>
  692. <focusedcolor>black</focusedcolor>
  693. </control>
  694. <control type="button" id="66">
  695. <description>'B' button</description>
  696. <posx>200</posx>
  697. <posy>150</posy>
  698. <width>50</width>
  699. <height>50</height>
  700. <onleft>86</onleft>
  701. <onright>78</onright>
  702. <onup>71</onup>
  703. <ondown>32</ondown>
  704. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  705. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  706. <align>center</align>
  707. <aligny>center</aligny>
  708. <font>font13</font>
  709. <focusedcolor>black</focusedcolor>
  710. </control>
  711. <control type="button" id="78">
  712. <description>'N' button</description>
  713. <posx>250</posx>
  714. <posy>150</posy>
  715. <width>50</width>
  716. <height>50</height>
  717. <onleft>66</onleft>
  718. <onright>77</onright>
  719. <onup>72</onup>
  720. <ondown>32</ondown>
  721. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  722. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  723. <align>center</align>
  724. <aligny>center</aligny>
  725. <font>font13</font>
  726. <focusedcolor>black</focusedcolor>
  727. </control>
  728. <control type="button" id="77">
  729. <description>'M' button</description>
  730. <posx>300</posx>
  731. <posy>150</posy>
  732. <width>50</width>
  733. <height>50</height>
  734. <onleft>78</onleft>
  735. <onright>305</onright>
  736. <onup>74</onup>
  737. <ondown>32</ondown>
  738. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  739. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  740. <align>center</align>
  741. <aligny>center</aligny>
  742. <font>font13</font>
  743. <focusedcolor>black</focusedcolor>
  744. </control>
  745. <control type="button" id="305">
  746. <description>previous button</description>
  747. <posx>350</posx>
  748. <posy>150</posy>
  749. <width>50</width>
  750. <height>50</height>
  751. <label>&lt;</label>
  752. <onleft>77</onleft>
  753. <onright>306</onright>
  754. <onup>75</onup>
  755. <ondown>32</ondown>
  756. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  757. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  758. <align>center</align>
  759. <aligny>center</aligny>
  760. <font>font13</font>
  761. <focusedcolor>black</focusedcolor>
  762. </control>
  763. <control type="button" id="306">
  764. <description>next button</description>
  765. <posx>400</posx>
  766. <posy>150</posy>
  767. <width>50</width>
  768. <height>50</height>
  769. <label>&gt;</label>
  770. <onleft>305</onleft>
  771. <onright>302</onright>
  772. <onup>76</onup>
  773. <ondown>304</ondown>
  774. <texturenofocus border="4">keyboard/KeyboardKeyNF.png</texturenofocus>
  775. <texturefocus border="4">keyboard/KeyboardKey.png</texturefocus>
  776. <align>center</align>
  777. <aligny>center</aligny>
  778. <font>font13</font>
  779. <focusedcolor>black</focusedcolor>
  780. </control>
  781. <control type="radiobutton" id="302">
  782. <description>SHIFT button</description>
  783. <posx>450</posx>
  784. <posy>150</posy>
  785. <width>200</width>
  786. <height>50</height>
  787. <label>20178</label>
  788. <onleft>306</onleft>
  789. <onright>90</onright>
  790. <onup>303</onup>
  791. <ondown>304</ondown>
  792. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  793. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  794. <radioposy>5</radioposy>
  795. <radiowidth>20</radiowidth>
  796. <radioheight>20</radioheight>
  797. <align>center</align>
  798. <aligny>center</aligny>
  799. <font>font13</font>
  800. <focusedcolor>black</focusedcolor>
  801. </control>
  802. <control type="button" id="307">
  803. <description>IP Input button</description>
  804. <posx>0</posx>
  805. <posy>200</posy>
  806. <width>175</width>
  807. <height>50</height>
  808. <texturenofocus border="25,5,25,5">keyboard/KeyboardCornerBottomNF.png</texturenofocus>
  809. <texturefocus border="25,5,25,5">keyboard/KeyboardCornerBottom.png</texturefocus>
  810. <label>1006</label>
  811. <font>font13</font>
  812. <align>center</align>
  813. <aligny>center</aligny>
  814. <onleft>304</onleft>
  815. <onright>32</onright>
  816. <onup>90</onup>
  817. <ondown>49</ondown>
  818. <focusedcolor>black</focusedcolor>
  819. </control>
  820. <control type="button" id="32">
  821. <description>SPACE button</description>
  822. <posx>175</posx>
  823. <posy>200</posy>
  824. <width>300</width>
  825. <height>50</height>
  826. <label>20182</label>
  827. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  828. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  829. <align>center</align>
  830. <aligny>center</aligny>
  831. <font>font13</font>
  832. <focusedcolor>black</focusedcolor>
  833. <onleft>307</onleft>
  834. <onright>304</onright>
  835. <onup>67</onup>
  836. <ondown>51</ondown>
  837. </control>
  838. <control type="radiobutton" id="304">
  839. <description>Symbols button</description>
  840. <posx>475</posx>
  841. <posy>200</posy>
  842. <width>175</width>
  843. <height>50</height>
  844. <label>20180</label>
  845. <onleft>32</onleft>
  846. <onright>307</onright>
  847. <onup>302</onup>
  848. <ondown>8</ondown>
  849. <texturenofocus flipx="true" border="5,5,25,25">keyboard/KeyboardCornerBottomNF.png</texturenofocus>
  850. <texturefocus flipx="true" border="5,5,25,25">keyboard/KeyboardCornerBottom.png</texturefocus>
  851. <radioposy>5</radioposy>
  852. <radiowidth>20</radiowidth>
  853. <radioheight>20</radioheight>
  854. <align>center</align>
  855. <aligny>center</aligny>
  856. <font>font13</font>
  857. <focusedcolor>black</focusedcolor>
  858. </control>
  859. </control>
  860. <control type="group">
  861. <visible>Skin.HasSetting(ABCKeyBoard)</visible>
  862. <posx>30</posx>
  863. <posy>135</posy>
  864. <control type="button" id="300">
  865. <description>DONE button</description>
  866. <posx>0</posx>
  867. <posy>0</posy>
  868. <width>200</width>
  869. <height>50</height>
  870. <label>20177</label>
  871. <onleft>57</onleft>
  872. <onright>48</onright>
  873. <onup>307</onup>
  874. <ondown>302</ondown>
  875. <texturenofocus border="25,25,5,5">keyboard/KeyboardCornerTopNF.png</texturenofocus>
  876. <texturefocus border="25,25,5,5">keyboard/KeyboardCornerTop.png</texturefocus>
  877. <align>center</align>
  878. <aligny>center</aligny>
  879. <font>font13</font>
  880. <focusedcolor>black</focusedcolor>
  881. </control>
  882. <control type="button" id="48">
  883. <description>'0' button</description>
  884. <posx>200</posx>
  885. <posy>0</posy>
  886. <width>50</width>
  887. <height>50</height>
  888. <onleft>300</onleft>
  889. <onright>49</onright>
  890. <onup>32</onup>
  891. <ondown>65</ondown>
  892. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  893. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  894. <align>center</align>
  895. <aligny>center</aligny>
  896. <font>font13</font>
  897. <focusedcolor>black</focusedcolor>
  898. </control>
  899. <control type="button" id="49">
  900. <description>'1' button</description>
  901. <posx>250</posx>
  902. <posy>0</posy>
  903. <width>50</width>
  904. <height>50</height>
  905. <onleft>48</onleft>
  906. <onright>50</onright>
  907. <onup>32</onup>
  908. <ondown>66</ondown>
  909. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  910. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  911. <align>center</align>
  912. <aligny>center</aligny>
  913. <font>font13</font>
  914. <focusedcolor>black</focusedcolor>
  915. </control>
  916. <control type="button" id="50">
  917. <description>'2' button</description>
  918. <posx>300</posx>
  919. <posy>0</posy>
  920. <width>50</width>
  921. <height>50</height>
  922. <onleft>49</onleft>
  923. <onright>51</onright>
  924. <onup>32</onup>
  925. <ondown>67</ondown>
  926. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  927. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  928. <align>center</align>
  929. <aligny>center</aligny>
  930. <font>font13</font>
  931. <focusedcolor>black</focusedcolor>
  932. </control>
  933. <control type="button" id="51">
  934. <description>'3' button</description>
  935. <posx>350</posx>
  936. <posy>0</posy>
  937. <width>50</width>
  938. <height>50</height>
  939. <onleft>50</onleft>
  940. <onright>52</onright>
  941. <onup>32</onup>
  942. <ondown>68</ondown>
  943. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  944. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  945. <align>center</align>
  946. <aligny>center</aligny>
  947. <font>font13</font>
  948. <focusedcolor>black</focusedcolor>
  949. </control>
  950. <control type="button" id="52">
  951. <description>'4' button</description>
  952. <posx>400</posx>
  953. <posy>0</posy>
  954. <width>50</width>
  955. <height>50</height>
  956. <onleft>51</onleft>
  957. <onright>53</onright>
  958. <onup>32</onup>
  959. <ondown>69</ondown>
  960. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  961. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  962. <align>center</align>
  963. <aligny>center</aligny>
  964. <font>font13</font>
  965. <focusedcolor>black</focusedcolor>
  966. </control>
  967. <control type="button" id="53">
  968. <description>'5' button</description>
  969. <posx>450</posx>
  970. <posy>0</posy>
  971. <width>50</width>
  972. <height>50</height>
  973. <onleft>52</onleft>
  974. <onright>54</onright>
  975. <onup>32</onup>
  976. <ondown>70</ondown>
  977. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  978. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  979. <align>center</align>
  980. <aligny>center</aligny>
  981. <font>font13</font>
  982. <focusedcolor>black</focusedcolor>
  983. </control>
  984. <control type="button" id="54">
  985. <description>'6' button</description>
  986. <posx>500</posx>
  987. <posy>0</posy>
  988. <width>50</width>
  989. <height>50</height>
  990. <onleft>53</onleft>
  991. <onright>55</onright>
  992. <onup>305</onup>
  993. <ondown>71</ondown>
  994. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  995. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  996. <align>center</align>
  997. <aligny>center</aligny>
  998. <font>font13</font>
  999. <focusedcolor>black</focusedcolor>
  1000. </control>
  1001. <control type="button" id="55">
  1002. <description>'7' button</description>
  1003. <posx>550</posx>
  1004. <posy>0</posy>
  1005. <width>50</width>
  1006. <height>50</height>
  1007. <onleft>54</onleft>
  1008. <onright>56</onright>
  1009. <onup>305</onup>
  1010. <ondown>72</ondown>
  1011. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1012. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1013. <align>center</align>
  1014. <aligny>center</aligny>
  1015. <font>font13</font>
  1016. <focusedcolor>black</focusedcolor>
  1017. </control>
  1018. <control type="button" id="56">
  1019. <description>'8' button</description>
  1020. <posx>600</posx>
  1021. <posy>0</posy>
  1022. <width>50</width>
  1023. <height>50</height>
  1024. <onleft>55</onleft>
  1025. <onright>57</onright>
  1026. <onup>306</onup>
  1027. <ondown>73</ondown>
  1028. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1029. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1030. <align>center</align>
  1031. <aligny>center</aligny>
  1032. <font>font13</font>
  1033. <focusedcolor>black</focusedcolor>
  1034. </control>
  1035. <control type="button" id="57">
  1036. <description>'9' button</description>
  1037. <posx>650</posx>
  1038. <posy>0</posy>
  1039. <width>50</width>
  1040. <height>50</height>
  1041. <onleft>56</onleft>
  1042. <onright>300</onright>
  1043. <onup>306</onup>
  1044. <ondown>74</ondown>
  1045. <texturenofocus flipx="true" border="5,25,25,5">keyboard/KeyboardCornerTopNF.png</texturenofocus>
  1046. <texturefocus flipx="true" border="5,25,25,5">keyboard/KeyboardCornerTop.png</texturefocus>
  1047. <align>center</align>
  1048. <aligny>center</aligny>
  1049. <font>font13</font>
  1050. <focusedcolor>black</focusedcolor>
  1051. </control>
  1052. <control type="radiobutton" id="302">
  1053. <description>SHIFT button</description>
  1054. <posx>0</posx>
  1055. <posy>50</posy>
  1056. <width>200</width>
  1057. <height>50</height>
  1058. <label>20178</label>
  1059. <onleft>74</onleft>
  1060. <onright>65</onright>
  1061. <onup>300</onup>
  1062. <ondown>303</ondown>
  1063. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1064. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1065. <radioposy>5</radioposy>
  1066. <radiowidth>20</radiowidth>
  1067. <radioheight>20</radioheight>
  1068. <align>center</align>
  1069. <aligny>center</aligny>
  1070. <font>font13</font>
  1071. <focusedcolor>black</focusedcolor>
  1072. </control>
  1073. <control type="button" id="65">
  1074. <description>'A' button</description>
  1075. <posx>200</posx>
  1076. <posy>50</posy>
  1077. <width>50</width>
  1078. <height>50</height>
  1079. <onleft>302</onleft>
  1080. <onright>66</onright>
  1081. <onup>48</onup>
  1082. <ondown>75</ondown>
  1083. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1084. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1085. <align>center</align>
  1086. <aligny>center</aligny>
  1087. <font>font13</font>
  1088. <focusedcolor>black</focusedcolor>
  1089. </control>
  1090. <control type="button" id="66">
  1091. <description>'B' button</description>
  1092. <posx>250</posx>
  1093. <posy>50</posy>
  1094. <width>50</width>
  1095. <height>50</height>
  1096. <onleft>65</onleft>
  1097. <onright>67</onright>
  1098. <onup>49</onup>
  1099. <ondown>76</ondown>
  1100. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1101. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1102. <align>center</align>
  1103. <aligny>center</aligny>
  1104. <font>font13</font>
  1105. <focusedcolor>black</focusedcolor>
  1106. </control>
  1107. <control type="button" id="67">
  1108. <description>'C' button</description>
  1109. <posx>300</posx>
  1110. <posy>50</posy>
  1111. <width>50</width>
  1112. <height>50</height>
  1113. <onleft>66</onleft>
  1114. <onright>68</onright>
  1115. <onup>50</onup>
  1116. <ondown>77</ondown>
  1117. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1118. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1119. <align>center</align>
  1120. <aligny>center</aligny>
  1121. <font>font13</font>
  1122. <focusedcolor>black</focusedcolor>
  1123. </control>
  1124. <control type="button" id="68">
  1125. <description>'D' button</description>
  1126. <posx>350</posx>
  1127. <posy>50</posy>
  1128. <width>50</width>
  1129. <height>50</height>
  1130. <onleft>67</onleft>
  1131. <onright>69</onright>
  1132. <onup>51</onup>
  1133. <ondown>78</ondown>
  1134. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1135. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1136. <align>center</align>
  1137. <aligny>center</aligny>
  1138. <font>font13</font>
  1139. <focusedcolor>black</focusedcolor>
  1140. </control>
  1141. <control type="button" id="69">
  1142. <description>'E' button</description>
  1143. <posx>400</posx>
  1144. <posy>50</posy>
  1145. <width>50</width>
  1146. <height>50</height>
  1147. <onleft>68</onleft>
  1148. <onright>70</onright>
  1149. <onup>52</onup>
  1150. <ondown>79</ondown>
  1151. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1152. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1153. <align>center</align>
  1154. <aligny>center</aligny>
  1155. <font>font13</font>
  1156. <focusedcolor>black</focusedcolor>
  1157. </control>
  1158. <control type="button" id="70">
  1159. <description>'F' button</description>
  1160. <posx>450</posx>
  1161. <posy>50</posy>
  1162. <width>50</width>
  1163. <height>50</height>
  1164. <onleft>69</onleft>
  1165. <onright>71</onright>
  1166. <onup>53</onup>
  1167. <ondown>80</ondown>
  1168. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1169. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1170. <align>center</align>
  1171. <aligny>center</aligny>
  1172. <font>font13</font>
  1173. <focusedcolor>black</focusedcolor>
  1174. </control>
  1175. <control type="button" id="71">
  1176. <description>'G' button</description>
  1177. <posx>500</posx>
  1178. <posy>50</posy>
  1179. <width>50</width>
  1180. <height>50</height>
  1181. <onleft>70</onleft>
  1182. <onright>72</onright>
  1183. <onup>54</onup>
  1184. <ondown>81</ondown>
  1185. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1186. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1187. <align>center</align>
  1188. <aligny>center</aligny>
  1189. <font>font13</font>
  1190. <focusedcolor>black</focusedcolor>
  1191. </control>
  1192. <control type="button" id="72">
  1193. <description>'H' button</description>
  1194. <posx>550</posx>
  1195. <posy>50</posy>
  1196. <width>50</width>
  1197. <height>50</height>
  1198. <onleft>71</onleft>
  1199. <onright>73</onright>
  1200. <onup>55</onup>
  1201. <ondown>82</ondown>
  1202. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1203. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1204. <align>center</align>
  1205. <aligny>center</aligny>
  1206. <font>font13</font>
  1207. <focusedcolor>black</focusedcolor>
  1208. </control>
  1209. <control type="button" id="73">
  1210. <description>'I' button</description>
  1211. <posx>600</posx>
  1212. <posy>50</posy>
  1213. <width>50</width>
  1214. <height>50</height>
  1215. <onleft>72</onleft>
  1216. <onright>74</onright>
  1217. <onup>56</onup>
  1218. <ondown>83</ondown>
  1219. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1220. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1221. <align>center</align>
  1222. <aligny>center</aligny>
  1223. <font>font13</font>
  1224. <focusedcolor>black</focusedcolor>
  1225. </control>
  1226. <control type="button" id="74">
  1227. <description>'J' button</description>
  1228. <posx>650</posx>
  1229. <posy>50</posy>
  1230. <width>50</width>
  1231. <height>50</height>
  1232. <onleft>73</onleft>
  1233. <onright>302</onright>
  1234. <onup>57</onup>
  1235. <ondown>84</ondown>
  1236. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1237. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1238. <align>center</align>
  1239. <aligny>center</aligny>
  1240. <font>font13</font>
  1241. <focusedcolor>black</focusedcolor>
  1242. </control>
  1243. <control type="radiobutton" id="303">
  1244. <description>CAPS LOCK button</description>
  1245. <posx>0</posx>
  1246. <posy>100</posy>
  1247. <width>200</width>
  1248. <height>50</height>
  1249. <label>20179</label>
  1250. <onleft>84</onleft>
  1251. <onright>75</onright>
  1252. <onup>302</onup>
  1253. <ondown>304</ondown>
  1254. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1255. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1256. <radioposy>5</radioposy>
  1257. <radiowidth>20</radiowidth>
  1258. <radioheight>20</radioheight>
  1259. <align>center</align>
  1260. <aligny>center</aligny>
  1261. <font>font13</font>
  1262. <focusedcolor>black</focusedcolor>
  1263. </control>
  1264. <control type="button" id="75">
  1265. <description>'K' button</description>
  1266. <posx>200</posx>
  1267. <posy>100</posy>
  1268. <width>50</width>
  1269. <height>50</height>
  1270. <onleft>303</onleft>
  1271. <onright>76</onright>
  1272. <onup>65</onup>
  1273. <ondown>85</ondown>
  1274. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1275. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1276. <align>center</align>
  1277. <aligny>center</aligny>
  1278. <font>font13</font>
  1279. <focusedcolor>black</focusedcolor>
  1280. </control>
  1281. <control type="button" id="76">
  1282. <description>'L' button</description>
  1283. <posx>250</posx>
  1284. <posy>100</posy>
  1285. <width>50</width>
  1286. <height>50</height>
  1287. <onleft>75</onleft>
  1288. <onright>77</onright>
  1289. <onup>66</onup>
  1290. <ondown>86</ondown>
  1291. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1292. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1293. <align>center</align>
  1294. <aligny>center</aligny>
  1295. <font>font13</font>
  1296. <focusedcolor>black</focusedcolor>
  1297. </control>
  1298. <control type="button" id="77">
  1299. <description>'M' button</description>
  1300. <posx>300</posx>
  1301. <posy>100</posy>
  1302. <width>50</width>
  1303. <height>50</height>
  1304. <onleft>76</onleft>
  1305. <onright>78</onright>
  1306. <onup>67</onup>
  1307. <ondown>87</ondown>
  1308. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1309. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1310. <align>center</align>
  1311. <aligny>center</aligny>
  1312. <font>font13</font>
  1313. <focusedcolor>black</focusedcolor>
  1314. </control>
  1315. <control type="button" id="78">
  1316. <description>'N' button</description>
  1317. <posx>350</posx>
  1318. <posy>100</posy>
  1319. <width>50</width>
  1320. <height>50</height>
  1321. <onleft>77</onleft>
  1322. <onright>79</onright>
  1323. <onup>68</onup>
  1324. <ondown>88</ondown>
  1325. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1326. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1327. <align>center</align>
  1328. <aligny>center</aligny>
  1329. <font>font13</font>
  1330. <focusedcolor>black</focusedcolor>
  1331. </control>
  1332. <control type="button" id="79">
  1333. <description>'O' button</description>
  1334. <posx>400</posx>
  1335. <posy>100</posy>
  1336. <width>50</width>
  1337. <height>50</height>
  1338. <onleft>78</onleft>
  1339. <onright>80</onright>
  1340. <onup>69</onup>
  1341. <ondown>89</ondown>
  1342. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1343. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1344. <align>center</align>
  1345. <aligny>center</aligny>
  1346. <font>font13</font>
  1347. <focusedcolor>black</focusedcolor>
  1348. </control>
  1349. <control type="button" id="80">
  1350. <description>'P' button</description>
  1351. <posx>450</posx>
  1352. <posy>100</posy>
  1353. <width>50</width>
  1354. <height>50</height>
  1355. <onleft>79</onleft>
  1356. <onright>81</onright>
  1357. <onup>70</onup>
  1358. <ondown>90</ondown>
  1359. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1360. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1361. <align>center</align>
  1362. <aligny>center</aligny>
  1363. <font>font13</font>
  1364. <focusedcolor>black</focusedcolor>
  1365. </control>
  1366. <control type="button" id="81">
  1367. <description>'Q' button</description>
  1368. <posx>500</posx>
  1369. <posy>100</posy>
  1370. <width>50</width>
  1371. <height>50</height>
  1372. <onleft>80</onleft>
  1373. <onright>82</onright>
  1374. <onup>71</onup>
  1375. <ondown>8</ondown>
  1376. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1377. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1378. <align>center</align>
  1379. <aligny>center</aligny>
  1380. <font>font13</font>
  1381. <focusedcolor>black</focusedcolor>
  1382. </control>
  1383. <control type="button" id="82">
  1384. <description>'R' button</description>
  1385. <posx>550</posx>
  1386. <posy>100</posy>
  1387. <width>50</width>
  1388. <height>50</height>
  1389. <onleft>81</onleft>
  1390. <onright>83</onright>
  1391. <onup>72</onup>
  1392. <ondown>8</ondown>
  1393. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1394. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1395. <align>center</align>
  1396. <aligny>center</aligny>
  1397. <font>font13</font>
  1398. <focusedcolor>black</focusedcolor>
  1399. </control>
  1400. <control type="button" id="83">
  1401. <description>'S' button</description>
  1402. <posx>600</posx>
  1403. <posy>100</posy>
  1404. <width>50</width>
  1405. <height>50</height>
  1406. <onleft>82</onleft>
  1407. <onright>84</onright>
  1408. <onup>73</onup>
  1409. <ondown>8</ondown>
  1410. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1411. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1412. <align>center</align>
  1413. <aligny>center</aligny>
  1414. <font>font13</font>
  1415. <focusedcolor>black</focusedcolor>
  1416. </control>
  1417. <control type="button" id="84">
  1418. <description>'T' button</description>
  1419. <posx>650</posx>
  1420. <posy>100</posy>
  1421. <width>50</width>
  1422. <height>50</height>
  1423. <onleft>83</onleft>
  1424. <onright>303</onright>
  1425. <onup>74</onup>
  1426. <ondown>8</ondown>
  1427. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1428. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1429. <align>center</align>
  1430. <aligny>center</aligny>
  1431. <font>font13</font>
  1432. <focusedcolor>black</focusedcolor>
  1433. </control>
  1434. <control type="radiobutton" id="304">
  1435. <description>Symbols button</description>
  1436. <posx>0</posx>
  1437. <posy>150</posy>
  1438. <width>200</width>
  1439. <height>50</height>
  1440. <label>20180</label>
  1441. <onleft>8</onleft>
  1442. <onright>85</onright>
  1443. <onup>303</onup>
  1444. <ondown>307</ondown>
  1445. <texturenofocus flipx="true" border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1446. <texturefocus flipx="true" border="5">keyboard/KeyboardKey.png</texturefocus>
  1447. <radioposy>5</radioposy>
  1448. <radiowidth>20</radiowidth>
  1449. <radioheight>20</radioheight>
  1450. <align>center</align>
  1451. <aligny>center</aligny>
  1452. <font>font13</font>
  1453. <focusedcolor>black</focusedcolor>
  1454. </control>
  1455. <control type="button" id="85">
  1456. <description>'U' button</description>
  1457. <posx>200</posx>
  1458. <posy>150</posy>
  1459. <width>50</width>
  1460. <height>50</height>
  1461. <onleft>304</onleft>
  1462. <onright>86</onright>
  1463. <onup>75</onup>
  1464. <ondown>32</ondown>
  1465. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1466. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1467. <align>center</align>
  1468. <aligny>center</aligny>
  1469. <font>font13</font>
  1470. <focusedcolor>black</focusedcolor>
  1471. </control>
  1472. <control type="button" id="86">
  1473. <description>'V' button</description>
  1474. <posx>250</posx>
  1475. <posy>150</posy>
  1476. <width>50</width>
  1477. <height>50</height>
  1478. <onleft>85</onleft>
  1479. <onright>87</onright>
  1480. <onup>76</onup>
  1481. <ondown>32</ondown>
  1482. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1483. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1484. <align>center</align>
  1485. <aligny>center</aligny>
  1486. <font>font13</font>
  1487. <focusedcolor>black</focusedcolor>
  1488. </control>
  1489. <control type="button" id="87">
  1490. <description>'W' button</description>
  1491. <posx>300</posx>
  1492. <posy>150</posy>
  1493. <width>50</width>
  1494. <height>50</height>
  1495. <onleft>86</onleft>
  1496. <onright>88</onright>
  1497. <onup>77</onup>
  1498. <ondown>32</ondown>
  1499. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1500. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1501. <align>center</align>
  1502. <aligny>center</aligny>
  1503. <font>font13</font>
  1504. <focusedcolor>black</focusedcolor>
  1505. </control>
  1506. <control type="button" id="88">
  1507. <description>'X' button</description>
  1508. <posx>350</posx>
  1509. <posy>150</posy>
  1510. <width>50</width>
  1511. <height>50</height>
  1512. <onleft>87</onleft>
  1513. <onright>89</onright>
  1514. <onup>78</onup>
  1515. <ondown>32</ondown>
  1516. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1517. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1518. <align>center</align>
  1519. <aligny>center</aligny>
  1520. <font>font13</font>
  1521. <focusedcolor>black</focusedcolor>
  1522. </control>
  1523. <control type="button" id="89">
  1524. <description>'Y' button</description>
  1525. <posx>400</posx>
  1526. <posy>150</posy>
  1527. <width>50</width>
  1528. <height>50</height>
  1529. <onleft>88</onleft>
  1530. <onright>90</onright>
  1531. <onup>79</onup>
  1532. <ondown>32</ondown>
  1533. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1534. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1535. <align>center</align>
  1536. <aligny>center</aligny>
  1537. <font>font13</font>
  1538. <focusedcolor>black</focusedcolor>
  1539. </control>
  1540. <control type="button" id="90">
  1541. <description>'Z' button</description>
  1542. <posx>450</posx>
  1543. <posy>150</posy>
  1544. <width>50</width>
  1545. <height>50</height>
  1546. <onleft>89</onleft>
  1547. <onright>8</onright>
  1548. <onup>80</onup>
  1549. <ondown>32</ondown>
  1550. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1551. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1552. <align>center</align>
  1553. <aligny>center</aligny>
  1554. <font>font13</font>
  1555. <focusedcolor>black</focusedcolor>
  1556. </control>
  1557. <control type="button" id="8">
  1558. <description>BACKSPACE button</description>
  1559. <posx>500</posx>
  1560. <posy>150</posy>
  1561. <width>200</width>
  1562. <height>50</height>
  1563. <label>20181</label>
  1564. <onleft>90</onleft>
  1565. <onright>304</onright>
  1566. <onup>81</onup>
  1567. <ondown>305</ondown>
  1568. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1569. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1570. <align>center</align>
  1571. <aligny>center</aligny>
  1572. <font>font13</font>
  1573. <focusedcolor>black</focusedcolor>
  1574. </control>
  1575. <control type="button" id="307">
  1576. <description>IP Input button</description>
  1577. <posx>0</posx>
  1578. <posy>200</posy>
  1579. <width>200</width>
  1580. <height>50</height>
  1581. <texturenofocus border="25,5,25,5">keyboard/KeyboardCornerBottomNF.png</texturenofocus>
  1582. <texturefocus border="25,5,25,5">keyboard/KeyboardCornerBottom.png</texturefocus>
  1583. <label>1006</label>
  1584. <font>font13</font>
  1585. <align>center</align>
  1586. <aligny>center</aligny>
  1587. <onleft>306</onleft>
  1588. <onright>32</onright>
  1589. <onup>304</onup>
  1590. <ondown>300</ondown>
  1591. <focusedcolor>black</focusedcolor>
  1592. </control>
  1593. <control type="button" id="32">
  1594. <description>SPACE button</description>
  1595. <posx>200</posx>
  1596. <posy>200</posy>
  1597. <width>300</width>
  1598. <height>50</height>
  1599. <label>20182</label>
  1600. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1601. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1602. <align>center</align>
  1603. <aligny>center</aligny>
  1604. <font>font13</font>
  1605. <focusedcolor>black</focusedcolor>
  1606. <onleft>307</onleft>
  1607. <onright>305</onright>
  1608. <onup>85</onup>
  1609. <ondown>48</ondown>
  1610. </control>
  1611. <control type="button" id="305">
  1612. <description>previous button</description>
  1613. <posx>500</posx>
  1614. <posy>200</posy>
  1615. <width>100</width>
  1616. <height>50</height>
  1617. <label>&lt;</label>
  1618. <align>center</align>
  1619. <aligny>center</aligny>
  1620. <texturenofocus border="3">keyboard/KeyboardKeyNF.png</texturenofocus>
  1621. <texturefocus border="5">keyboard/KeyboardKey.png</texturefocus>
  1622. <font>font30</font>
  1623. <focusedcolor>black</focusedcolor>
  1624. <onleft>32</onleft>
  1625. <onright>306</onright>
  1626. <onup>8</onup>
  1627. <ondown>54</ondown>
  1628. </control>
  1629. <control type="button" id="306">
  1630. <description>next button</description>
  1631. <posx>600</posx>
  1632. <posy>200</posy>
  1633. <width>100</width>
  1634. <height>50</height>
  1635. <label>&gt;</label>
  1636. <align>center</align>
  1637. <aligny>center</aligny>
  1638. <texturenofocus flipx="true" border="5,5,25,25">keyboard/KeyboardCornerBottomNF.png</texturenofocus>
  1639. <texturefocus flipx="true" border="5,5,25,25">keyboard/KeyboardCornerBottom.png</texturefocus>
  1640. <font>font30</font>
  1641. <focusedcolor>black</focusedcolor>
  1642. <onleft>305</onleft>
  1643. <onright>307</onright>
  1644. <onup>8</onup>
  1645. <ondown>56</ondown>
  1646. </control>
  1647. </control>
  1648. </control>
  1649. <include condition="Skin.HasSetting(DebugMode)">Debug</include>
  1650. </controls>
  1651. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement