wCongrats.xml 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  1. <?xml version="1.0"?>
  2. <interface>
  3. <!-- glade-interface-naming-policy project-wide -->
  4. <object class="GtkWindow" id="wCongrats">
  5. <property name="window_position">center</property>
  6. <property name="default_width">1024</property>
  7. <property name="default_height">768</property>
  8. <child>
  9. <object class="GtkVBox" id="vbox1">
  10. <property name="visible">True</property>
  11. <child>
  12. <object class="GtkImage" id="iAnontwi">
  13. <property name="visible">True</property>
  14. <property name="pixbuf">images/anontwi_small.png</property>
  15. </object>
  16. <packing>
  17. <property name="padding">27</property>
  18. <property name="position">0</property>
  19. </packing>
  20. </child>
  21. <child>
  22. <object class="GtkLabel" id="label1">
  23. <property name="visible">True</property>
  24. <property name="label" translatable="yes">Congratulations!
  25. Your Anontwi is ready!
  26. Find your keys here:</property>
  27. <attributes>
  28. <attribute name="weight" value="bold"/>
  29. </attributes>
  30. </object>
  31. <packing>
  32. <property name="position">1</property>
  33. </packing>
  34. </child>
  35. <child>
  36. <object class="GtkVBox" id="vbox2">
  37. <property name="visible">True</property>
  38. <child>
  39. <object class="GtkLabel" id="lPathTokens">
  40. <property name="visible">True</property>
  41. </object>
  42. <packing>
  43. <property name="position">0</property>
  44. </packing>
  45. </child>
  46. <child>
  47. <object class="GtkVBox" id="vbox3">
  48. <child>
  49. <object class="GtkLabel" id="label4">
  50. <property name="visible">True</property>
  51. <property name="label" translatable="yes">You may encrypt your tokens with GPG. Then, Anontwi will ask you
  52. for the password every time you start the glade-interface.
  53. If so, insert here two times your password, and click Encrypt.
  54. If not, keep safe your files! Tokens will be stored as plain text!!</property>
  55. </object>
  56. <packing>
  57. <property name="padding">10</property>
  58. <property name="position">0</property>
  59. </packing>
  60. </child>
  61. <child>
  62. <object class="GtkHBox" id="hbox3">
  63. <property name="visible">True</property>
  64. <child>
  65. <object class="GtkFixed" id="fixed5">
  66. <property name="visible">True</property>
  67. </object>
  68. <packing>
  69. <property name="position">0</property>
  70. </packing>
  71. </child>
  72. <child>
  73. <object class="GtkHBox" id="hbox4">
  74. <property name="visible">True</property>
  75. <child>
  76. <object class="GtkVBox" id="vbox4">
  77. <property name="visible">True</property>
  78. <child>
  79. <object class="GtkHBox" id="hbox5">
  80. <property name="visible">True</property>
  81. <child>
  82. <object class="GtkLabel" id="label5">
  83. <property name="width_request">128</property>
  84. <property name="visible">True</property>
  85. <property name="label" translatable="yes">Password</property>
  86. </object>
  87. <packing>
  88. <property name="position">0</property>
  89. </packing>
  90. </child>
  91. <child>
  92. <object class="GtkEntry" id="tbPass1">
  93. <property name="visible">True</property>
  94. <property name="can_focus">True</property>
  95. <property name="invisible_char">&#x25CF;</property>
  96. <property name="invisible_char_set">True</property>
  97. <property name="primary_icon_sensitive">True</property>
  98. <property name="secondary_icon_sensitive">True</property>
  99. </object>
  100. <packing>
  101. <property name="position">1</property>
  102. </packing>
  103. </child>
  104. </object>
  105. <packing>
  106. <property name="position">0</property>
  107. </packing>
  108. </child>
  109. <child>
  110. <object class="GtkHBox" id="hbox6">
  111. <property name="visible">True</property>
  112. <child>
  113. <object class="GtkLabel" id="label6">
  114. <property name="visible">True</property>
  115. <property name="label" translatable="yes">Re-enter Password</property>
  116. </object>
  117. <packing>
  118. <property name="position">0</property>
  119. </packing>
  120. </child>
  121. <child>
  122. <object class="GtkEntry" id="tbPass2">
  123. <property name="visible">True</property>
  124. <property name="can_focus">True</property>
  125. <property name="invisible_char">&#x25CF;</property>
  126. <property name="invisible_char_set">True</property>
  127. <property name="primary_icon_sensitive">True</property>
  128. <property name="secondary_icon_sensitive">True</property>
  129. </object>
  130. <packing>
  131. <property name="position">1</property>
  132. </packing>
  133. </child>
  134. </object>
  135. <packing>
  136. <property name="position">1</property>
  137. </packing>
  138. </child>
  139. </object>
  140. <packing>
  141. <property name="position">0</property>
  142. </packing>
  143. </child>
  144. <child>
  145. <object class="GtkVBox" id="vbox5">
  146. <property name="visible">True</property>
  147. <child>
  148. <object class="GtkFixed" id="fixed4">
  149. <property name="visible">True</property>
  150. </object>
  151. <packing>
  152. <property name="position">0</property>
  153. </packing>
  154. </child>
  155. <child>
  156. <object class="GtkButton" id="bEncrypt">
  157. <property name="label" translatable="yes">Encrypt!</property>
  158. <property name="visible">True</property>
  159. <property name="can_focus">True</property>
  160. <property name="receives_default">True</property>
  161. </object>
  162. <packing>
  163. <property name="position">1</property>
  164. </packing>
  165. </child>
  166. </object>
  167. <packing>
  168. <property name="position">1</property>
  169. </packing>
  170. </child>
  171. </object>
  172. <packing>
  173. <property name="padding">9</property>
  174. <property name="position">1</property>
  175. </packing>
  176. </child>
  177. <child>
  178. <object class="GtkFixed" id="fixed6">
  179. <property name="visible">True</property>
  180. </object>
  181. <packing>
  182. <property name="position">2</property>
  183. </packing>
  184. </child>
  185. </object>
  186. <packing>
  187. <property name="position">1</property>
  188. </packing>
  189. </child>
  190. </object>
  191. <packing>
  192. <property name="position">1</property>
  193. </packing>
  194. </child>
  195. <child>
  196. <object class="GtkVBox" id="vbox6">
  197. <property name="visible">True</property>
  198. <property name="orientation">vertical</property>
  199. <child>
  200. <object class="GtkLabel" id="label7">
  201. <property name="visible">True</property>
  202. <property name="label" translatable="yes">To finish the configuration process and begin your visual experience you MUST RESTART AnonTwi using: --gtk</property>
  203. </object>
  204. <packing>
  205. <property name="position">0</property>
  206. </packing>
  207. </child>
  208. </object>
  209. <packing>
  210. <property name="expand">False</property>
  211. <property name="fill">False</property>
  212. <property name="padding">30</property>
  213. <property name="position">2</property>
  214. </packing>
  215. </child>
  216. <child>
  217. <object class="GtkFixed" id="fixed3">
  218. <property name="visible">True</property>
  219. </object>
  220. <packing>
  221. <property name="padding">64</property>
  222. <property name="position">3</property>
  223. </packing>
  224. </child>
  225. <child>
  226. <object class="GtkLabel" id="label2">
  227. <property name="visible">True</property>
  228. <property name="label" translatable="yes">Please report feedback or bugs to:</property>
  229. </object>
  230. <packing>
  231. <property name="position">4</property>
  232. </packing>
  233. </child>
  234. <child>
  235. <object class="GtkHBox" id="hbox7">
  236. <property name="visible">True</property>
  237. <child>
  238. <object class="GtkFixed" id="fixed7">
  239. <property name="visible">True</property>
  240. </object>
  241. <packing>
  242. <property name="position">0</property>
  243. </packing>
  244. </child>
  245. <child>
  246. <object class="GtkLinkButton" id="linkbutton1">
  247. <property name="label" translatable="yes">#Anontwi - Freenode IRC</property>
  248. <property name="visible">True</property>
  249. <property name="can_focus">True</property>
  250. <property name="receives_default">True</property>
  251. <property name="relief">none</property>
  252. <property name="uri">http://webchat.freenode.net/?channels=#anontwi</property>
  253. </object>
  254. <packing>
  255. <property name="padding">6</property>
  256. <property name="position">1</property>
  257. </packing>
  258. </child>
  259. <child>
  260. <object class="GtkFixed" id="fixed8">
  261. <property name="visible">True</property>
  262. </object>
  263. <packing>
  264. <property name="position">2</property>
  265. </packing>
  266. </child>
  267. </object>
  268. <packing>
  269. <property name="position">5</property>
  270. </packing>
  271. </child>
  272. <child>
  273. <object class="GtkHBox" id="hbox2">
  274. <property name="visible">True</property>
  275. <child>
  276. <object class="GtkFixed" id="fixed2">
  277. <property name="visible">True</property>
  278. </object>
  279. <packing>
  280. <property name="position">0</property>
  281. </packing>
  282. </child>
  283. <child>
  284. <object class="GtkFixed" id="fixed1">
  285. <property name="width_request">209</property>
  286. <property name="visible">True</property>
  287. </object>
  288. <packing>
  289. <property name="position">1</property>
  290. </packing>
  291. </child>
  292. <child>
  293. <object class="GtkLabel" id="label3">
  294. <property name="visible">True</property>
  295. <property name="xalign">0.80000001192092896</property>
  296. <property name="label" translatable="yes">Anontwi-GTK+ Core: v1.1b GPLv3
  297. </property>
  298. <attributes>
  299. <attribute name="foreground" value="#400040004000"/>
  300. </attributes>
  301. </object>
  302. <packing>
  303. <property name="position">2</property>
  304. </packing>
  305. </child>
  306. </object>
  307. <packing>
  308. <property name="position">6</property>
  309. </packing>
  310. </child>
  311. </object>
  312. <packing>
  313. <property name="position">2</property>
  314. </packing>
  315. </child>
  316. <child>
  317. <object class="GtkHBox" id="hbox1">
  318. <property name="visible">True</property>
  319. <child>
  320. <placeholder/>
  321. </child>
  322. <child>
  323. <placeholder/>
  324. </child>
  325. <child>
  326. <object class="GtkButton" id="bFinish">
  327. <property name="label" translatable="yes">Finish</property>
  328. <property name="width_request">615</property>
  329. <property name="visible">True</property>
  330. <property name="can_focus">True</property>
  331. <property name="receives_default">True</property>
  332. </object>
  333. <packing>
  334. <property name="position">2</property>
  335. </packing>
  336. </child>
  337. </object>
  338. <packing>
  339. <property name="position">3</property>
  340. </packing>
  341. </child>
  342. </object>
  343. </child>
  344. </object>
  345. </interface>