Advertisement
Guest User

DialogKeyboard.xml

a guest
Aug 4th, 2019
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.26 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window>
  3. <defaultcontrol always="true">300</defaultcontrol>
  4. <controls>
  5. <control type="group">
  6. <visible>!Window.IsVisible(numericinput)</visible>
  7. <left>181</left>
  8. <top>50</top>
  9. <control type="image">
  10. <width>1557</width>
  11. <height>906</height>
  12. <texture border="45">dialogs/TinyDialog.png</texture>
  13. <visible>Skin.HasSetting(Enable.Autocompletion)</visible>
  14. </control>
  15. <control type="image">
  16. <width>1557</width>
  17. <height>706</height>
  18. <texture border="45">dialogs/TinyDialog.png</texture>
  19. <visible>!Skin.HasSetting(Enable.Autocompletion)</visible>
  20. </control>
  21. <control type="image">
  22. <visible>Control.IsVisible(313)</visible>
  23. <width>1557</width>
  24. <height>830</height>
  25. <texture border="45">dialogs/TinyDialog.png</texture>
  26. </control>
  27. <control type="label" id="311" description="Heading">
  28. <left>64</left>
  29. <top>24</top>
  30. <width>1429</width>
  31. <textcolor>Highlight</textcolor>
  32. <align>center</align>
  33. </control>
  34. <control type="image">
  35. <left>64</left>
  36. <top>96</top>
  37. <width>1429</width>
  38. <height>60</height>
  39. <texture border="8">img/WhiteRoundedT.png</texture>
  40. </control>
  41. <control type="edit" id="312">
  42. <description>Edit Text</description>
  43. <left>64</left>
  44. <top>96</top>
  45. <width>1429</width>
  46. <height>60</height>
  47. <textcolor>White2</textcolor>
  48. <font>Keyboard</font>
  49. <texturefocus></texturefocus>
  50. <texturenofocus></texturenofocus>
  51. </control>
  52. <control type="group">
  53. <left>160</left>
  54. <top>196</top>
  55. <control type="grouplist">
  56. <description>1st Row</description>
  57. <itemgap>14</itemgap>
  58. <orientation>horizontal</orientation>
  59. <control type="button" id="309">
  60. <description>Layout button</description>
  61. <width>300</width>
  62. <label></label>
  63. <onup>300</onup>
  64. <ondown>304</ondown>
  65. <font>ListDetails</font>
  66. <include>KeyboardButtons</include>
  67. </control>
  68. <control type="button" id="100">
  69. <description>(0,0) key button</description>
  70. <label>&gt;</label>
  71. <onup>32</onup>
  72. <ondown>120</ondown>
  73. <include>KeyboardButtons</include>
  74. </control>
  75. <control type="button" id="101">
  76. <description>(0,1) key button</description>
  77. <onup>32</onup>
  78. <ondown>121</ondown>
  79. <include>KeyboardButtons</include>
  80. </control>
  81. <control type="button" id="102">
  82. <description>(0,2) button</description>
  83. <onup>32</onup>
  84. <ondown>122</ondown>
  85. <include>KeyboardButtons</include>
  86. </control>
  87. <control type="button" id="103">
  88. <description>(0,3) button</description>
  89. <onup>32</onup>
  90. <ondown>123</ondown>
  91. <include>KeyboardButtons</include>
  92. </control>
  93. <control type="button" id="104">
  94. <description>(0,4) button</description>
  95. <onup>32</onup>
  96. <ondown>124</ondown>
  97. <include>KeyboardButtons</include>
  98. </control>
  99. <control type="button" id="105">
  100. <description>(0,5) button</description>
  101. <onup>32</onup>
  102. <ondown>125</ondown>
  103. <include>KeyboardButtons</include>
  104. </control>
  105. <control type="button" id="106">
  106. <description>(0,6) button</description>
  107. <onup>32</onup>
  108. <ondown>126</ondown>
  109. <include>KeyboardButtons</include>
  110. </control>
  111. <control type="button" id="107">
  112. <description>(0,7) button</description>
  113. <onup>32</onup>
  114. <ondown>127</ondown>
  115. <include>KeyboardButtons</include>
  116. </control>
  117. <control type="button" id="108">
  118. <description>(0,8) button</description>
  119. <onup>305</onup>
  120. <ondown>128</ondown>
  121. <include>KeyboardButtons</include>
  122. </control>
  123. <control type="button" id="109">
  124. <description>(0,9) button</description>
  125. <onup>306</onup>
  126. <ondown>129</ondown>
  127. <include>KeyboardButtons</include>
  128. </control>
  129. <control type="button" id="110">
  130. <description>(0,10) button</description>
  131. <onup>8</onup>
  132. <ondown>130</ondown>
  133. <include>KeyboardButtons</include>
  134. </control>
  135. <control type="button" id="111">
  136. <description>(0,11) button</description>
  137. <onup>8</onup>
  138. <ondown>131</ondown>
  139. <include>KeyboardButtons</include>
  140. </control>
  141. </control>
  142. <control type="grouplist">
  143. <description>2nd Row</description>
  144. <itemgap>14</itemgap>
  145. <orientation>horizontal</orientation>
  146. <top>94</top>
  147. <control type="togglebutton" id="304">
  148. <description>Symbols button</description>
  149. <width>143</width>
  150. <label>@#!*</label>
  151. <altlabel>[COLOR=Highlight][UPPERCASE]@ ? , # ; ) ![/UPPERCASE][/COLOR]</altlabel>
  152. <onup>309</onup>
  153. <ondown>303</ondown>
  154. <font>ListDetails</font>
  155. <include>KeyboardButtons</include>
  156. </control>
  157. <control type="button" id="307">
  158. <description>IP Input button</description>
  159. <width>143</width>
  160. <label>IP</label>
  161. <onup>309</onup>
  162. <ondown>303</ondown>
  163. <font>ListDetails</font>
  164. <include>KeyboardButtons</include>
  165. </control>
  166. <control type="button" id="120">
  167. <description>(1,0) button</description>
  168. <onup>100</onup>
  169. <ondown>140</ondown>
  170. <include>KeyboardButtons</include>
  171. </control>
  172. <control type="button" id="121">
  173. <description>(1,1) button</description>
  174. <onup>101</onup>
  175. <ondown>141</ondown>
  176. <include>KeyboardButtons</include>
  177. </control>
  178. <control type="button" id="122">
  179. <description>(1,2) button</description>
  180. <onup>102</onup>
  181. <ondown>142</ondown>
  182. <include>KeyboardButtons</include>
  183. </control>
  184. <control type="button" id="123">
  185. <description>(1,3) button</description>
  186. <onup>103</onup>
  187. <ondown>143</ondown>
  188. <include>KeyboardButtons</include>
  189. </control>
  190. <control type="button" id="124">
  191. <description>(1,4) button</description>
  192. <onup>104</onup>
  193. <ondown>144</ondown>
  194. <include>KeyboardButtons</include>
  195. </control>
  196. <control type="button" id="125">
  197. <description>(1,5) button</description>
  198. <onup>105</onup>
  199. <ondown>145</ondown>
  200. <include>KeyboardButtons</include>
  201. </control>
  202. <control type="button" id="126">
  203. <description>(1,6) button</description>
  204. <onup>106</onup>
  205. <ondown>146</ondown>
  206. <include>KeyboardButtons</include>
  207. </control>
  208. <control type="button" id="127">
  209. <description>(1,7) button</description>
  210. <onup>107</onup>
  211. <ondown>147</ondown>
  212. <include>KeyboardButtons</include>
  213. </control>
  214. <control type="button" id="128">
  215. <description>(1,8) button</description>
  216. <onup>108</onup>
  217. <ondown>148</ondown>
  218. <include>KeyboardButtons</include>
  219. </control>
  220. <control type="button" id="129">
  221. <description>(1,9) button</description>
  222. <onup>109</onup>
  223. <ondown>149</ondown>
  224. <include>KeyboardButtons</include>
  225. </control>
  226. <control type="button" id="130">
  227. <description>(1,10) button</description>
  228. <onup>110</onup>
  229. <ondown>150</ondown>
  230. <include>KeyboardButtons</include>
  231. </control>
  232. <control type="button" id="131">
  233. <description>(1,11) button</description>
  234. <onup>111</onup>
  235. <ondown>151</ondown>
  236. <include>KeyboardButtons</include>
  237. </control>
  238. </control>
  239. <control type="grouplist">
  240. <description>3rd Row</description>
  241. <itemgap>14</itemgap>
  242. <orientation>horizontal</orientation>
  243. <top>188</top>
  244. <control type="togglebutton" id="303">
  245. <description>CAPS LOCK button</description>
  246. <width>300</width>
  247. <onup>307</onup>
  248. <ondown>302</ondown>
  249. <font>ListDetails</font>
  250. <label>$LOCALIZE[20179]</label>
  251. <altlabel>[COLOR=Highlight][UPPERCASE]$LOCALIZE[20179][/UPPERCASE][/COLOR]</altlabel>
  252. <include>KeyboardButtons</include>
  253. </control>
  254. <control type="button" id="140">
  255. <description>(2,0) button</description>
  256. <onup>120</onup>
  257. <ondown>160</ondown>
  258. <include>KeyboardButtons</include>
  259. </control>
  260. <control type="button" id="141">
  261. <description>(2,1) button</description>
  262. <onup>121</onup>
  263. <ondown>161</ondown>
  264. <include>KeyboardButtons</include>
  265. </control>
  266. <control type="button" id="142">
  267. <description>(2,2) button</description>
  268. <onup>122</onup>
  269. <ondown>162</ondown>
  270. <include>KeyboardButtons</include>
  271. </control>
  272. <control type="button" id="143">
  273. <description>(2,3) button</description>
  274. <onup>123</onup>
  275. <ondown>163</ondown>
  276. <include>KeyboardButtons</include>
  277. </control>
  278. <control type="button" id="144">
  279. <description>(2,4) button</description>
  280. <onup>124</onup>
  281. <ondown>164</ondown>
  282. <include>KeyboardButtons</include>
  283. </control>
  284. <control type="button" id="145">
  285. <description>(2,5) button</description>
  286. <onup>125</onup>
  287. <ondown>165</ondown>
  288. <include>KeyboardButtons</include>
  289. </control>
  290. <control type="button" id="146">
  291. <description>(2,6) button</description>
  292. <onup>126</onup>
  293. <ondown>166</ondown>
  294. <include>KeyboardButtons</include>
  295. </control>
  296. <control type="button" id="147">
  297. <description>(2,7) button</description>
  298. <onup>127</onup>
  299. <ondown>167</ondown>
  300. <include>KeyboardButtons</include>
  301. </control>
  302. <control type="button" id="148">
  303. <description>(2,8) button</description>
  304. <onup>128</onup>
  305. <ondown>168</ondown>
  306. <include>KeyboardButtons</include>
  307. </control>
  308. <control type="button" id="149">
  309. <description>(2,9) button</description>
  310. <onup>129</onup>
  311. <ondown>169</ondown>
  312. <include>KeyboardButtons</include>
  313. </control>
  314. <control type="button" id="150">
  315. <description>(2,10) button</description>
  316. <onup>130</onup>
  317. <ondown>170</ondown>
  318. <include>KeyboardButtons</include>
  319. </control>
  320. <control type="button" id="151">
  321. <description>(2,11) button</description>
  322. <onup>131</onup>
  323. <ondown>171</ondown>
  324. <include>KeyboardButtons</include>
  325. </control>
  326. </control>
  327. <control type="grouplist">
  328. <description>4th Row</description>
  329. <itemgap>14</itemgap>
  330. <orientation>horizontal</orientation>
  331. <top>282</top>
  332. <control type="togglebutton" id="302" description="Shift">
  333. <width>300</width>
  334. <onup>303</onup>
  335. <ondown>300</ondown>
  336. <font>ListDetails</font>
  337. <label>$LOCALIZE[20178]</label>
  338. <altlabel>[COLOR=Highlight][UPPERCASE]$LOCALIZE[20178][/UPPERCASE][/COLOR]</altlabel>
  339. <include>KeyboardButtons</include>
  340. </control>
  341. <control type="button" id="160">
  342. <description>(3,0) button</description>
  343. <onup>140</onup>
  344. <ondown>32</ondown>
  345. <include>KeyboardButtons</include>
  346. </control>
  347. <control type="button" id="161">
  348. <description>(3,1) button</description>
  349. <onup>141</onup>
  350. <ondown>32</ondown>
  351. <include>KeyboardButtons</include>
  352. </control>
  353. <control type="button" id="162">
  354. <description>(3,2) button</description>
  355. <onup>142</onup>
  356. <ondown>32</ondown>
  357. <include>KeyboardButtons</include>
  358. </control>
  359. <control type="button" id="163">
  360. <description>(3,3) button</description>
  361. <onup>143</onup>
  362. <ondown>32</ondown>
  363. <include>KeyboardButtons</include>
  364. </control>
  365. <control type="button" id="164">
  366. <description>(3,4) button</description>
  367. <onup>144</onup>
  368. <ondown>32</ondown>
  369. <include>KeyboardButtons</include>
  370. </control>
  371. <control type="button" id="165">
  372. <description>(3,5) button</description>
  373. <onup>145</onup>
  374. <ondown>32</ondown>
  375. <include>KeyboardButtons</include>
  376. </control>
  377. <control type="button" id="166">
  378. <description>(3,6) button</description>
  379. <onup>146</onup>
  380. <ondown>32</ondown>
  381. <include>KeyboardButtons</include>
  382. </control>
  383. <control type="button" id="167">
  384. <description>(3,7) button</description>
  385. <onup>147</onup>
  386. <ondown>32</ondown>
  387. <include>KeyboardButtons</include>
  388. </control>
  389. <control type="button" id="168">
  390. <description>(3,8) button</description>
  391. <onup>148</onup>
  392. <ondown>305</ondown>
  393. <include>KeyboardButtons</include>
  394. </control>
  395. <control type="button" id="169">
  396. <description>(3,9) button</description>
  397. <onup>149</onup>
  398. <ondown>306</ondown>
  399. <include>KeyboardButtons</include>
  400. </control>
  401. <control type="button" id="170">
  402. <description>(3,10) button</description>
  403. <onup>150</onup>
  404. <ondown>8</ondown>
  405. <include>KeyboardButtons</include>
  406. </control>
  407. <control type="button" id="171">
  408. <description>(3,11) button</description>
  409. <onup>149</onup>
  410. <ondown>8</ondown>
  411. <include>KeyboardButtons</include>
  412. </control>
  413. </control>
  414. <control type="grouplist" id="8001">
  415. <description>5th Row</description>
  416. <itemgap>14</itemgap>
  417. <orientation>horizontal</orientation>
  418. <posy>376</posy>
  419. <control type="button" id="300" description="DONE button">
  420. <width>300</width>
  421. <label>[UPPERCASE]$LOCALIZE[20177][/UPPERCASE]</label>
  422. <onup>302</onup>
  423. <ondown>8000</ondown>
  424. <textcolor>FF4fe805</textcolor>
  425. <font>ListDetails</font>
  426. <include>KeyboardButtons</include>
  427. </control>
  428. <control type="button" id="32">
  429. <description>SPACE button</description>
  430. <width>550</width>
  431. <label>$LOCALIZE[20182]</label>
  432. <onup>164</onup>
  433. <ondown>8000</ondown>
  434. <font>ListDetails</font>
  435. <include>KeyboardButtons</include>
  436. </control>
  437. <control type="button" id="305">+32
  438. <description>previous button</description>
  439. <label>&lt;</label>
  440. <onup>168</onup>
  441. <ondown>8000</ondown>
  442. <include>KeyboardButtons</include>
  443. </control>
  444. <control type="button" id="306">
  445. <description>next button</description>
  446. <label>&gt;</label>
  447. <onup>169</onup>
  448. <ondown>8000</ondown>
  449. <include>KeyboardButtons</include>
  450. </control>
  451. <control type="button" id="8">
  452. <description>BACKSPACE button</description>
  453. <label>$LOCALIZE[20181]</label>
  454. <onup>169</onup>
  455. <ondown>8000</ondown>
  456. <width>175</width>
  457. <font>ListDetails</font>
  458. <include>KeyboardButtons</include>
  459. </control>
  460. </control>
  461. </control>
  462.  
  463. <!-- Autocompletion suggestions -->
  464. <control type="group">
  465. <width>1440</width>
  466. <height>240</height>
  467. <posy>663</posy>
  468. <posx>94</posx>
  469. <visible>![Control.IsVisible(313) + System.HasHiddenInput] + Skin.HasSetting(Enable.Autocompletion)</visible>
  470. <control type="panel" id="8000">
  471. <height>230</height>
  472. <top>10</top>
  473. <left>0</left>
  474. <onup>8001</onup>
  475. <ondown>312</ondown>
  476. <itemgap>20</itemgap>
  477. <orientation>horizontal</orientation>
  478. <itemlayout height="70" width="460">
  479. <control type="group">
  480. <control type="image">
  481. <width>450</width>
  482. <height>60</height>
  483. <texture border="4">img/WhiteRoundedT.png</texture>
  484. </control>
  485. <control type="label">
  486. <height>60</height>
  487. <width>420</width>
  488. <aligny>center</aligny>
  489. <align>center</align>
  490. <textcolor>White</textcolor>
  491. <label>$INFO[ListItem.Label]</label>
  492. </control>
  493. </control>
  494. </itemlayout>
  495. <focusedlayout height="70" width="460">
  496. <control type="group">
  497. <control type="image">
  498. <width>450</width>
  499. <height>60</height>
  500. <texture border="4" colordiffuse="Highlight">img/WhiteRoundedST2.png</texture>
  501. </control>
  502. <control type="label">
  503. <height>60</height>
  504. <width>420</width>
  505. <aligny>center</aligny>
  506. <align>center</align>
  507. <textcolor>Black</textcolor>
  508. <label>$INFO[ListItem.Label]</label>
  509. </control>
  510. </control>
  511. </focusedlayout>
  512. <content>plugin://plugin.program.autocompletion?info=autocomplete&amp;&amp;id=$INFO[Control.GetLabel(312).index(1)]&amp;&amp;limit=9</content>
  513. </control>
  514. </control>
  515.  
  516. <control type="group">
  517. <left>64</left>
  518. <top>684</top>
  519. <visible>Control.IsVisible(313)</visible>
  520. <control type="image">
  521. <width>1429</width>
  522. <height>40</height>
  523. <texture colordiffuse="Black" border="8">img/WhiteRoundedST2.png</texture>
  524. </control>
  525. <control type="image">
  526. <top>64</top>
  527. <width>1429</width>
  528. <height>40</height>
  529. <texture colordiffuse="Black" border="8">img/WhiteRoundedST2.png</texture>
  530. </control>
  531. <control type="label" id="313">
  532. <description>HZCODE label</description>
  533. <width>1429</width>
  534. <height>40</height>
  535. <font>Details</font>
  536. <align>left</align>
  537. <textoffsetx>32</textoffsetx>
  538. <aligny>center</aligny>
  539. </control>
  540. <control type="label" id="314">
  541. <description>HZLIST label</description>
  542. <top>64</top>
  543. <width>1429</width>
  544. <height>40</height>
  545. <font>Details</font>
  546. <align>left</align>
  547. <aligny>center</aligny>
  548. <textoffsetx>32</textoffsetx>
  549. </control>
  550. </control>
  551. </control>
  552. </controls>
  553. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement