Juno_okyo

AutoIt - Pastebin Form (Koda GUI)

Feb 10th, 2015
609
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.45 KB | None | 0 0
  1. <?xml version="1.0" encoding="windows-1251"?>
  2. <object type="TAForm" name="MainForm">
  3. <properties>
  4. <property name="Left" vt="Int16">177</property>
  5. <property name="Top" vt="Int8">99</property>
  6. <property name="Width" vt="Int16">806</property>
  7. <property name="Height" vt="Int16">572</property>
  8. <property name="Caption" vt="String">PasteBin API Example by Juno_okyo</property>
  9. <property name="Color" vt="Ident">clBtnFace</property>
  10. <property name="Font.Charset" vt="Ident">DEFAULT_CHARSET</property>
  11. <property name="Font.Color" vt="Ident">clWindowText</property>
  12. <property name="Font.Height" vt="Int8">-16</property>
  13. <property name="Font.Name" vt="String">Arial</property>
  14. <property name="Font.Style" vt="Set"/>
  15. <property name="OldCreateOrder" vt="False">False</property>
  16. <property name="Position" vt="Ident">poDesktopCenter</property>
  17. <property name="Visible" vt="True">True</property>
  18. <property name="Style" vt="Int32">-1798701056</property>
  19. <property name="ExStyle" vt="Int16">256</property>
  20. <property name="Version" vt="String">1.04</property>
  21. <property name="FormOptOnEvent" vt="True">True</property>
  22. <property name="FormOptExpVars" vt="False">False</property>
  23. <property name="FormOptPopulate" vt="True">True</property>
  24. <property name="FormOptVarsForSet" vt="False">False</property>
  25. <property name="FormOptIndentChar" vt="Int8">0</property>
  26. <property name="FormOptIndentCount" vt="Int8">1</property>
  27. <property name="FormOptIndentInit" vt="Int8">0</property>
  28. <property name="FormOptVarScope" vt="Int8">1</property>
  29. <property name="Resizing" vt="Set"/>
  30. <property name="PixelsPerInch" vt="Int8">96</property>
  31. <property name="TextHeight" vt="Int8">18</property>
  32. </properties>
  33. <components>
  34. <object type="TAGroup" name="Group1">
  35. <properties>
  36. <property name="Left" vt="Int8">5</property>
  37. <property name="Top" vt="Int8">5</property>
  38. <property name="Width" vt="Int16">780</property>
  39. <property name="Height" vt="Int8">65</property>
  40. <property name="CtrlStyle" vt="Int32">1342308359</property>
  41. <property name="CtrlExStyle" vt="Int8">0</property>
  42. <property name="Caption" vt="String">Paste Name / Title</property>
  43. <property name="TabOrder" vt="Int8">0</property>
  44. <property name="Resizing" vt="Set"/>
  45. </properties>
  46. <components>
  47. <object type="TAInput" name="Input1">
  48. <properties>
  49. <property name="Left" vt="Int8">10</property>
  50. <property name="Top" vt="Int8">25</property>
  51. <property name="Width" vt="Int16">760</property>
  52. <property name="Height" vt="Int8">26</property>
  53. <property name="TabOrder" vt="Int8">0</property>
  54. <property name="Text" vt="String">Input1</property>
  55. <property name="CtrlStyle" vt="Int32">1342374016</property>
  56. <property name="CtrlExStyle" vt="Int16">512</property>
  57. <property name="Resizing" vt="Set">DockHeight</property>
  58. </properties>
  59. <components/>
  60. </object>
  61. </components>
  62. </object>
  63. <object type="TAGroup" name="Group2">
  64. <properties>
  65. <property name="Left" vt="Int8">5</property>
  66. <property name="Top" vt="Int8">80</property>
  67. <property name="Width" vt="Int16">780</property>
  68. <property name="Height" vt="Int16">287</property>
  69. <property name="CtrlStyle" vt="Int32">1342308359</property>
  70. <property name="CtrlExStyle" vt="Int8">0</property>
  71. <property name="Caption" vt="String">Your Data / Source Code</property>
  72. <property name="TabOrder" vt="Int8">1</property>
  73. <property name="Resizing" vt="Set"/>
  74. </properties>
  75. <components>
  76. <object type="TAEdit" name="Edit1">
  77. <properties>
  78. <property name="Left" vt="Int8">10</property>
  79. <property name="Top" vt="Int8">25</property>
  80. <property name="Width" vt="Int16">760</property>
  81. <property name="Height" vt="Int16">248</property>
  82. <property name="Lines.Strings" vt="List">
  83. <list>
  84. <li vt="String">Edit1</li>
  85. </list>
  86. </property>
  87. <property name="TabOrder" vt="Int8">0</property>
  88. <property name="CtrlStyle" vt="Int32">1345523908</property>
  89. <property name="CtrlExStyle" vt="Int16">512</property>
  90. <property name="Resizing" vt="Set"/>
  91. </properties>
  92. <components/>
  93. </object>
  94. </components>
  95. </object>
  96. <object type="TAGroup" name="Group3">
  97. <properties>
  98. <property name="Left" vt="Int8">5</property>
  99. <property name="Top" vt="Int16">378</property>
  100. <property name="Width" vt="Int16">410</property>
  101. <property name="Height" vt="Int16">151</property>
  102. <property name="CtrlStyle" vt="Int32">1342308359</property>
  103. <property name="CtrlExStyle" vt="Int8">0</property>
  104. <property name="Caption" vt="String">Optional Paste Settings</property>
  105. <property name="TabOrder" vt="Int8">2</property>
  106. <property name="Resizing" vt="Set"/>
  107. </properties>
  108. <components>
  109. <object type="TALabel" name="Label1">
  110. <properties>
  111. <property name="Left" vt="Int8">10</property>
  112. <property name="Top" vt="Int8">30</property>
  113. <property name="Width" vt="Int16">139</property>
  114. <property name="Height" vt="Int8">22</property>
  115. <property name="Caption" vt="String">Syntax Highlighting:</property>
  116. <property name="TabOrder" vt="Int8">0</property>
  117. <property name="HaveVariable" vt="False">False</property>
  118. <property name="CtrlStyle" vt="Int32">1342308608</property>
  119. <property name="CtrlExStyle" vt="Int8">0</property>
  120. <property name="Resizing" vt="Set"/>
  121. </properties>
  122. <components/>
  123. </object>
  124. <object type="TACombo" name="Combo1">
  125. <properties>
  126. <property name="Left" vt="Int16">160</property>
  127. <property name="Top" vt="Int8">27</property>
  128. <property name="Width" vt="Int16">237</property>
  129. <property name="Height" vt="Int8">25</property>
  130. <property name="ItemHeight" vt="Int8">18</property>
  131. <property name="TabOrder" vt="Int8">1</property>
  132. <property name="CtrlStyle" vt="Int32">1342374467</property>
  133. <property name="CtrlExStyle" vt="Int8">0</property>
  134. <property name="Resizing" vt="Set">DockHeight</property>
  135. </properties>
  136. <components/>
  137. </object>
  138. <object type="TALabel" name="Label2">
  139. <properties>
  140. <property name="Left" vt="Int8">10</property>
  141. <property name="Top" vt="Int8">72</property>
  142. <property name="Width" vt="Int8">123</property>
  143. <property name="Height" vt="Int8">22</property>
  144. <property name="Caption" vt="String">Paste Expiration:</property>
  145. <property name="TabOrder" vt="Int8">2</property>
  146. <property name="HaveVariable" vt="False">False</property>
  147. <property name="CtrlStyle" vt="Int32">1342308608</property>
  148. <property name="CtrlExStyle" vt="Int8">0</property>
  149. <property name="Resizing" vt="Set"/>
  150. </properties>
  151. <components/>
  152. </object>
  153. <object type="TACombo" name="Combo2">
  154. <properties>
  155. <property name="Left" vt="Int16">160</property>
  156. <property name="Top" vt="Int8">69</property>
  157. <property name="Width" vt="Int16">237</property>
  158. <property name="Height" vt="Int8">26</property>
  159. <property name="ItemHeight" vt="Int8">18</property>
  160. <property name="TabOrder" vt="Int8">3</property>
  161. <property name="CtrlStyle" vt="Int32">1342374467</property>
  162. <property name="CtrlExStyle" vt="Int8">0</property>
  163. <property name="Resizing" vt="Set">DockHeight</property>
  164. </properties>
  165. <components/>
  166. </object>
  167. <object type="TALabel" name="Label3">
  168. <properties>
  169. <property name="Left" vt="Int8">10</property>
  170. <property name="Top" vt="Int8">113</property>
  171. <property name="Width" vt="Int8">119</property>
  172. <property name="Height" vt="Int8">22</property>
  173. <property name="Caption" vt="String">Paste Exposure:</property>
  174. <property name="TabOrder" vt="Int8">4</property>
  175. <property name="HaveVariable" vt="False">False</property>
  176. <property name="CtrlStyle" vt="Int32">1342308608</property>
  177. <property name="CtrlExStyle" vt="Int8">0</property>
  178. <property name="Resizing" vt="Set"/>
  179. </properties>
  180. <components/>
  181. </object>
  182. <object type="TACombo" name="Combo3">
  183. <properties>
  184. <property name="Left" vt="Int16">160</property>
  185. <property name="Top" vt="Int8">110</property>
  186. <property name="Width" vt="Int16">237</property>
  187. <property name="Height" vt="Int8">26</property>
  188. <property name="ItemHeight" vt="Int8">18</property>
  189. <property name="TabOrder" vt="Int8">5</property>
  190. <property name="CtrlStyle" vt="Int32">1342374467</property>
  191. <property name="CtrlExStyle" vt="Int8">0</property>
  192. <property name="Resizing" vt="Set">DockHeight</property>
  193. </properties>
  194. <components/>
  195. </object>
  196. </components>
  197. </object>
  198. <object type="TAButton" name="Button1">
  199. <properties>
  200. <property name="Left" vt="Int16">425</property>
  201. <property name="Top" vt="Int16">464</property>
  202. <property name="Width" vt="Int16">360</property>
  203. <property name="Height" vt="Int8">64</property>
  204. <property name="Caption" vt="String">Create new paste</property>
  205. <property name="Font.Charset" vt="Ident">DEFAULT_CHARSET</property>
  206. <property name="Font.Color" vt="Ident">clWindowText</property>
  207. <property name="Font.Height" vt="Int8">-24</property>
  208. <property name="Font.Name" vt="String">Arial</property>
  209. <property name="Font.Style" vt="Set"/>
  210. <property name="ParentFont" vt="False">False</property>
  211. <property name="TabOrder" vt="Int8">3</property>
  212. <property name="Color" vt="Ident">clBtnFace</property>
  213. <property name="CtrlStyle" vt="Int32">1342373888</property>
  214. <property name="CtrlExStyle" vt="Int8">0</property>
  215. <property name="Resizing" vt="Set">DockWidth, DockHeight</property>
  216. </properties>
  217. <components/>
  218. </object>
  219. <object type="TAGroup" name="Group4">
  220. <properties>
  221. <property name="Left" vt="Int16">426</property>
  222. <property name="Top" vt="Int16">378</property>
  223. <property name="Width" vt="Int16">359</property>
  224. <property name="Height" vt="Int8">74</property>
  225. <property name="CtrlStyle" vt="Int32">1342308615</property>
  226. <property name="CtrlExStyle" vt="Int8">0</property>
  227. <property name="Caption" vt="String">Output URL</property>
  228. <property name="TabOrder" vt="Int8">4</property>
  229. <property name="Resizing" vt="Set"/>
  230. </properties>
  231. <components>
  232. <object type="TAInput" name="Input2">
  233. <properties>
  234. <property name="Left" vt="Int8">10</property>
  235. <property name="Top" vt="Int8">25</property>
  236. <property name="Width" vt="Int16">339</property>
  237. <property name="Height" vt="Int8">35</property>
  238. <property name="Font.Charset" vt="Ident">DEFAULT_CHARSET</property>
  239. <property name="Font.Color" vt="Ident">clNavy</property>
  240. <property name="Font.Height" vt="Int8">-24</property>
  241. <property name="Font.Name" vt="String">Arial</property>
  242. <property name="Font.Style" vt="Set"/>
  243. <property name="ParentFont" vt="False">False</property>
  244. <property name="TabOrder" vt="Int8">0</property>
  245. <property name="Text" vt="String">NONE</property>
  246. <property name="CtrlStyle" vt="Int32">1342374017</property>
  247. <property name="CtrlExStyle" vt="Int16">512</property>
  248. <property name="Resizing" vt="Set">DockHeight</property>
  249. </properties>
  250. <components/>
  251. </object>
  252. </components>
  253. </object>
  254. </components>
  255. </object>
Add Comment
Please, Sign In to add comment