vies.glade 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
  3. <!--Generated with glade3 3.0.2 on Mon Apr 09 18:38:56 2007 by Marand@PC-OSI-->
  4. <glade-interface>
  5. <widget class="GtkWindow" id="w">
  6. <property name="title" translatable="yes">Check EU VAT ID using VIES</property>
  7. <property name="default_width">320</property>
  8. <property name="default_height">300</property>
  9. <signal name="destroy" handler="on_quit_action"/>
  10. <child>
  11. <widget class="GtkVBox" id="vb">
  12. <property name="visible">True</property>
  13. <property name="spacing">1</property>
  14. <child>
  15. <widget class="GtkMenuBar" id="ab">
  16. <property name="visible">True</property>
  17. <child>
  18. <widget class="GtkMenuItem" id="abc_file">
  19. <property name="visible">True</property>
  20. <property name="label" translatable="yes">_File</property>
  21. <property name="use_underline">True</property>
  22. <child>
  23. <widget class="GtkMenu" id="menu1">
  24. <property name="visible">True</property>
  25. <child>
  26. <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
  27. <property name="visible">True</property>
  28. </widget>
  29. </child>
  30. <child>
  31. <widget class="GtkMenuItem" id="pdc_save">
  32. <property name="visible">True</property>
  33. <property name="label" translatable="yes">Save</property>
  34. <property name="use_underline">True</property>
  35. </widget>
  36. </child>
  37. <child>
  38. <widget class="GtkMenuItem" id="pdc_quit">
  39. <property name="visible">True</property>
  40. <property name="label" translatable="yes">Quit</property>
  41. <property name="use_underline">True</property>
  42. <signal name="activate" handler="on_quit_action"/>
  43. </widget>
  44. </child>
  45. </widget>
  46. </child>
  47. </widget>
  48. </child>
  49. <child>
  50. <widget class="GtkMenuItem" id="abc_edit">
  51. <property name="visible">True</property>
  52. <property name="label" translatable="yes">_Edit</property>
  53. <property name="use_underline">True</property>
  54. <child>
  55. <widget class="GtkMenu" id="menu2">
  56. <property name="visible">True</property>
  57. <child>
  58. <widget class="GtkMenuItem" id="pdc_preferences">
  59. <property name="visible">True</property>
  60. <property name="label" translatable="yes">_Preferences</property>
  61. <property name="use_underline">True</property>
  62. </widget>
  63. </child>
  64. </widget>
  65. </child>
  66. </widget>
  67. </child>
  68. <child>
  69. <widget class="GtkMenuItem" id="abc_help">
  70. <property name="visible">True</property>
  71. <property name="label" translatable="yes">_Help</property>
  72. <property name="use_underline">True</property>
  73. <child>
  74. <widget class="GtkMenu" id="menu3">
  75. <property name="visible">True</property>
  76. <child>
  77. <widget class="GtkMenuItem" id="pdc_about">
  78. <property name="visible">True</property>
  79. <property name="label" translatable="yes">_About</property>
  80. <property name="use_underline">True</property>
  81. <signal name="activate" handler="on_pdc_about_activate"/>
  82. </widget>
  83. </child>
  84. </widget>
  85. </child>
  86. </widget>
  87. </child>
  88. </widget>
  89. <packing>
  90. <property name="expand">False</property>
  91. </packing>
  92. </child>
  93. <child>
  94. <widget class="GtkHBox" id="hb">
  95. <property name="visible">True</property>
  96. <child>
  97. <widget class="GtkComboBox" id="cb_country">
  98. <property name="visible">True</property>
  99. <property name="items" translatable="yes">AT - Austria
  100. BE - Belgium
  101. BG - Bulgaria
  102. CY - Cyprus
  103. CZ - Czech Republic
  104. DE - Germany
  105. DK - Denmark
  106. EE - Estonia
  107. EL - Greece
  108. ES - Spain
  109. FI - Finland
  110. FR - France
  111. GB - United Kingdom
  112. HU - Hungary
  113. IE - Ireland
  114. IT - Italy
  115. LT - Lituhania
  116. LU - Luxembourg
  117. LV - Latvia
  118. MT - Malta
  119. NL - The Netherlands
  120. PL - Poland
  121. PT - Portugal
  122. RO - Romania
  123. SE - Sweden
  124. SI - Slovenia
  125. SK - Slovakia</property>
  126. </widget>
  127. <packing>
  128. <property name="padding">2</property>
  129. </packing>
  130. </child>
  131. <child>
  132. <widget class="GtkEntry" id="en_vat">
  133. <property name="visible">True</property>
  134. </widget>
  135. <packing>
  136. <property name="position">1</property>
  137. </packing>
  138. </child>
  139. </widget>
  140. <packing>
  141. <property name="expand">False</property>
  142. <property name="fill">False</property>
  143. <property name="position">1</property>
  144. </packing>
  145. </child>
  146. <child>
  147. <widget class="GtkButton" id="btn">
  148. <property name="visible">True</property>
  149. <property name="border_width">1</property>
  150. <property name="label" translatable="yes">_Check VAT number</property>
  151. <property name="use_underline">True</property>
  152. <signal name="clicked" handler="on_btn_clicked"/>
  153. </widget>
  154. <packing>
  155. <property name="expand">False</property>
  156. <property name="fill">False</property>
  157. <property name="padding">2</property>
  158. <property name="position">2</property>
  159. </packing>
  160. </child>
  161. <child>
  162. <widget class="GtkNotebook" id="nb">
  163. <property name="visible">True</property>
  164. <property name="tab_pos">GTK_POS_BOTTOM</property>
  165. <property name="show_tabs">False</property>
  166. <property name="homogeneous">True</property>
  167. <child>
  168. <widget class="GtkScrolledWindow" id="sw">
  169. <property name="visible">True</property>
  170. <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
  171. <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
  172. <child>
  173. <widget class="GtkTextView" id="tv">
  174. <property name="visible">True</property>
  175. <property name="text" translatable="yes">This applet allows EU companies to check the validity of
  176. EU VAT registrations according to the official EU VIES
  177. (VAT Information Exchange System) service.
  178. More detail about the service is available at
  179. http://ec.europa.eu/taxation_customs/vies/en/vieshome.htm</property>
  180. </widget>
  181. </child>
  182. </widget>
  183. <packing>
  184. <property name="tab_expand">False</property>
  185. </packing>
  186. </child>
  187. <child>
  188. <placeholder/>
  189. <packing>
  190. <property name="type">tab</property>
  191. </packing>
  192. </child>
  193. <child>
  194. <widget class="GtkTable" id="tbl">
  195. <property name="visible">True</property>
  196. <property name="border_width">1</property>
  197. <property name="n_rows">6</property>
  198. <property name="n_columns">2</property>
  199. <property name="column_spacing">2</property>
  200. <property name="row_spacing">2</property>
  201. <child>
  202. <widget class="GtkLabel" id="lbCountryCode">
  203. <property name="visible">True</property>
  204. <property name="xalign">1</property>
  205. <property name="xpad">5</property>
  206. <property name="label" translatable="yes">Country Code</property>
  207. <property name="single_line_mode">True</property>
  208. </widget>
  209. <packing>
  210. <property name="x_options">GTK_FILL</property>
  211. <property name="y_options"></property>
  212. </packing>
  213. </child>
  214. <child>
  215. <widget class="GtkLabel" id="lbCountryCodeVal">
  216. <property name="visible">True</property>
  217. <property name="xalign">0</property>
  218. <property name="xpad">5</property>
  219. <property name="label" translatable="yes">?</property>
  220. <property name="single_line_mode">True</property>
  221. </widget>
  222. <packing>
  223. <property name="left_attach">1</property>
  224. <property name="right_attach">2</property>
  225. <property name="x_options">GTK_FILL</property>
  226. <property name="y_options"></property>
  227. </packing>
  228. </child>
  229. <child>
  230. <widget class="GtkLabel" id="lbRequestDateVal">
  231. <property name="visible">True</property>
  232. <property name="xalign">0</property>
  233. <property name="xpad">5</property>
  234. <property name="label" translatable="yes">?</property>
  235. <property name="single_line_mode">True</property>
  236. </widget>
  237. <packing>
  238. <property name="left_attach">1</property>
  239. <property name="right_attach">2</property>
  240. <property name="top_attach">2</property>
  241. <property name="bottom_attach">3</property>
  242. <property name="x_options">GTK_FILL</property>
  243. <property name="y_options"></property>
  244. </packing>
  245. </child>
  246. <child>
  247. <widget class="GtkLabel" id="lbVatNumberVal">
  248. <property name="visible">True</property>
  249. <property name="xalign">0</property>
  250. <property name="xpad">5</property>
  251. <property name="label" translatable="yes">?</property>
  252. <property name="single_line_mode">True</property>
  253. </widget>
  254. <packing>
  255. <property name="left_attach">1</property>
  256. <property name="right_attach">2</property>
  257. <property name="top_attach">1</property>
  258. <property name="bottom_attach">2</property>
  259. <property name="x_options">GTK_FILL</property>
  260. <property name="y_options"></property>
  261. </packing>
  262. </child>
  263. <child>
  264. <widget class="GtkLabel" id="lbNameVal">
  265. <property name="visible">True</property>
  266. <property name="xalign">0</property>
  267. <property name="xpad">5</property>
  268. <property name="label" translatable="yes">---</property>
  269. <property name="single_line_mode">True</property>
  270. </widget>
  271. <packing>
  272. <property name="left_attach">1</property>
  273. <property name="right_attach">2</property>
  274. <property name="top_attach">4</property>
  275. <property name="bottom_attach">5</property>
  276. <property name="x_options">GTK_FILL</property>
  277. <property name="y_options"></property>
  278. </packing>
  279. </child>
  280. <child>
  281. <widget class="GtkLabel" id="lbAddressVal">
  282. <property name="visible">True</property>
  283. <property name="xalign">0</property>
  284. <property name="xpad">5</property>
  285. <property name="label" translatable="yes">---
  286. </property>
  287. </widget>
  288. <packing>
  289. <property name="left_attach">1</property>
  290. <property name="right_attach">2</property>
  291. <property name="top_attach">5</property>
  292. <property name="bottom_attach">6</property>
  293. <property name="x_options">GTK_FILL</property>
  294. <property name="y_options">GTK_FILL</property>
  295. </packing>
  296. </child>
  297. <child>
  298. <widget class="GtkLabel" id="lbVatNumber">
  299. <property name="visible">True</property>
  300. <property name="xalign">1</property>
  301. <property name="xpad">5</property>
  302. <property name="label" translatable="yes">VAT number</property>
  303. <property name="single_line_mode">True</property>
  304. </widget>
  305. <packing>
  306. <property name="top_attach">1</property>
  307. <property name="bottom_attach">2</property>
  308. <property name="x_options">GTK_FILL</property>
  309. <property name="y_options"></property>
  310. </packing>
  311. </child>
  312. <child>
  313. <widget class="GtkLabel" id="lbRequestDate">
  314. <property name="visible">True</property>
  315. <property name="xalign">1</property>
  316. <property name="xpad">5</property>
  317. <property name="label" translatable="yes">Request Date</property>
  318. <property name="single_line_mode">True</property>
  319. </widget>
  320. <packing>
  321. <property name="top_attach">2</property>
  322. <property name="bottom_attach">3</property>
  323. <property name="x_options">GTK_FILL</property>
  324. <property name="y_options"></property>
  325. </packing>
  326. </child>
  327. <child>
  328. <widget class="GtkLabel" id="lbValid">
  329. <property name="visible">True</property>
  330. <property name="xalign">1</property>
  331. <property name="xpad">5</property>
  332. <property name="label" translatable="yes">Valid ?</property>
  333. <property name="single_line_mode">True</property>
  334. </widget>
  335. <packing>
  336. <property name="top_attach">3</property>
  337. <property name="bottom_attach">4</property>
  338. <property name="x_options">GTK_FILL</property>
  339. <property name="y_options"></property>
  340. </packing>
  341. </child>
  342. <child>
  343. <widget class="GtkLabel" id="lbName">
  344. <property name="visible">True</property>
  345. <property name="xalign">1</property>
  346. <property name="xpad">5</property>
  347. <property name="label" translatable="yes">Name</property>
  348. <property name="single_line_mode">True</property>
  349. </widget>
  350. <packing>
  351. <property name="top_attach">4</property>
  352. <property name="bottom_attach">5</property>
  353. <property name="x_options">GTK_FILL</property>
  354. <property name="y_options"></property>
  355. </packing>
  356. </child>
  357. <child>
  358. <widget class="GtkLabel" id="lbAddress">
  359. <property name="visible">True</property>
  360. <property name="xalign">1</property>
  361. <property name="yalign">0</property>
  362. <property name="xpad">5</property>
  363. <property name="label" translatable="yes">Address</property>
  364. <property name="single_line_mode">True</property>
  365. </widget>
  366. <packing>
  367. <property name="top_attach">5</property>
  368. <property name="bottom_attach">6</property>
  369. <property name="x_options">GTK_FILL</property>
  370. <property name="y_options">GTK_FILL</property>
  371. </packing>
  372. </child>
  373. <child>
  374. <widget class="GtkImage" id="imgValid">
  375. <property name="visible">True</property>
  376. <property name="xalign">0</property>
  377. <property name="stock">gtk-dialog-question</property>
  378. </widget>
  379. <packing>
  380. <property name="left_attach">1</property>
  381. <property name="right_attach">2</property>
  382. <property name="top_attach">3</property>
  383. <property name="bottom_attach">4</property>
  384. <property name="y_options"></property>
  385. </packing>
  386. </child>
  387. </widget>
  388. <packing>
  389. <property name="position">1</property>
  390. <property name="tab_expand">False</property>
  391. </packing>
  392. </child>
  393. <child>
  394. <placeholder/>
  395. <packing>
  396. <property name="type">tab</property>
  397. </packing>
  398. </child>
  399. </widget>
  400. <packing>
  401. <property name="position">3</property>
  402. </packing>
  403. </child>
  404. <child>
  405. <widget class="GtkStatusbar" id="sb">
  406. <property name="visible">True</property>
  407. </widget>
  408. <packing>
  409. <property name="expand">False</property>
  410. <property name="position">4</property>
  411. </packing>
  412. </child>
  413. </widget>
  414. </child>
  415. </widget>
  416. <widget class="GtkAboutDialog" id="dl_about">
  417. <property name="border_width">5</property>
  418. <property name="title">About VIES Client</property>
  419. <property name="resizable">False</property>
  420. <property name="version">$Id: vies.glade,v 1.2 2010-09-21 09:05:15 fgm Exp $</property>
  421. <property name="copyright" translatable="yes">(c) 2007-2010 Frédéric G. MARAND</property>
  422. <property name="comments" translatable="yes">A PHP-GTK client for the EU
  423. VAT Information Exchange System</property>
  424. <property name="website">http://blog.riff.org/</property>
  425. <property name="website_label" translatable="yes">Riff Blog</property>
  426. <property name="license" translatable="yes">CeCILL 2.0</property>
  427. <property name="authors">Frédéric G. MARAND</property>
  428. <property name="documenters">Frédéric G. MARAND</property>
  429. <property name="artists">Photo:
  430. http://www.flickr.com/photos/jamespaullong/132456441/
  431. Photo normally licensed under CC BY NC ND
  432. Specific ND-exemption for this application
  433. granted by the photo author.</property>
  434. <property name="logo">eu_flags.jpg</property>
  435. <child internal-child="vbox">
  436. <widget class="GtkVBox" id="dl_vb">
  437. <property name="visible">True</property>
  438. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
  439. <property name="spacing">2</property>
  440. <child>
  441. <placeholder/>
  442. </child>
  443. <child internal-child="action_area">
  444. <widget class="GtkHButtonBox" id="dialog-action_area1">
  445. <property name="visible">True</property>
  446. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
  447. <property name="layout_style">GTK_BUTTONBOX_END</property>
  448. </widget>
  449. <packing>
  450. <property name="expand">False</property>
  451. <property name="pack_type">GTK_PACK_END</property>
  452. </packing>
  453. </child>
  454. </widget>
  455. </child>
  456. </widget>
  457. </glade-interface>