selectaddressdialog.ui 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sw">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkTreeStore" id="liststore1">
  6. <columns>
  7. <!-- column-name text -->
  8. <column type="gchararray"/>
  9. <!-- column-name text2 -->
  10. <column type="gchararray"/>
  11. <!-- column-name id -->
  12. <column type="gchararray"/>
  13. </columns>
  14. </object>
  15. <object class="GtkDialog" id="SelectAddressDialog">
  16. <property name="can_focus">False</property>
  17. <property name="border_width">6</property>
  18. <property name="title" translatable="yes" context="selectaddressdialog|SelectAddressDialog">Select Address List</property>
  19. <property name="resizable">False</property>
  20. <property name="modal">True</property>
  21. <property name="type_hint">dialog</property>
  22. <child internal-child="vbox">
  23. <object class="GtkBox" id="dialog-vbox1">
  24. <property name="can_focus">False</property>
  25. <property name="orientation">vertical</property>
  26. <property name="spacing">12</property>
  27. <child internal-child="action_area">
  28. <object class="GtkButtonBox" id="dialog-action_area1">
  29. <property name="can_focus">False</property>
  30. <property name="layout_style">end</property>
  31. <child>
  32. <object class="GtkButton" id="ok">
  33. <property name="label">gtk-ok</property>
  34. <property name="visible">True</property>
  35. <property name="can_focus">True</property>
  36. <property name="can_default">True</property>
  37. <property name="has_default">True</property>
  38. <property name="receives_default">True</property>
  39. <property name="use_stock">True</property>
  40. </object>
  41. <packing>
  42. <property name="expand">False</property>
  43. <property name="fill">True</property>
  44. <property name="position">0</property>
  45. </packing>
  46. </child>
  47. <child>
  48. <object class="GtkButton" id="cancel">
  49. <property name="label">gtk-cancel</property>
  50. <property name="visible">True</property>
  51. <property name="can_focus">True</property>
  52. <property name="receives_default">True</property>
  53. <property name="use_stock">True</property>
  54. </object>
  55. <packing>
  56. <property name="expand">False</property>
  57. <property name="fill">True</property>
  58. <property name="position">1</property>
  59. </packing>
  60. </child>
  61. <child>
  62. <object class="GtkButton" id="help">
  63. <property name="label">gtk-help</property>
  64. <property name="visible">True</property>
  65. <property name="can_focus">True</property>
  66. <property name="receives_default">True</property>
  67. <property name="use_stock">True</property>
  68. </object>
  69. <packing>
  70. <property name="expand">False</property>
  71. <property name="fill">True</property>
  72. <property name="position">2</property>
  73. <property name="secondary">True</property>
  74. </packing>
  75. </child>
  76. </object>
  77. <packing>
  78. <property name="expand">False</property>
  79. <property name="fill">True</property>
  80. <property name="pack_type">end</property>
  81. <property name="position">0</property>
  82. </packing>
  83. </child>
  84. <child>
  85. <!-- n-columns=1 n-rows=1 -->
  86. <object class="GtkGrid" id="grid1">
  87. <property name="visible">True</property>
  88. <property name="can_focus">False</property>
  89. <property name="hexpand">True</property>
  90. <property name="vexpand">True</property>
  91. <property name="row_spacing">12</property>
  92. <child>
  93. <object class="GtkLabel" id="desc">
  94. <property name="visible">True</property>
  95. <property name="can_focus">False</property>
  96. <property name="label" translatable="yes" context="selectaddressdialog|desc">Select an address list. Click '%1' to select recipients from a different list. If you do not have an address list you can create one by clicking '%2'.</property>
  97. <property name="wrap">True</property>
  98. <property name="width_chars">52</property>
  99. <property name="max_width_chars">52</property>
  100. <property name="xalign">0</property>
  101. </object>
  102. <packing>
  103. <property name="left_attach">0</property>
  104. <property name="top_attach">0</property>
  105. </packing>
  106. </child>
  107. <child>
  108. <!-- n-columns=1 n-rows=1 -->
  109. <object class="GtkGrid" id="grid2">
  110. <property name="visible">True</property>
  111. <property name="can_focus">False</property>
  112. <property name="hexpand">True</property>
  113. <property name="vexpand">True</property>
  114. <property name="row_spacing">6</property>
  115. <property name="column_spacing">12</property>
  116. <child>
  117. <object class="GtkLabel" id="label2">
  118. <property name="visible">True</property>
  119. <property name="can_focus">False</property>
  120. <property name="label" translatable="yes" context="selectaddressdialog|label2">Your recipients are currently selected from:</property>
  121. <property name="xalign">0</property>
  122. </object>
  123. <packing>
  124. <property name="left_attach">0</property>
  125. <property name="top_attach">0</property>
  126. </packing>
  127. </child>
  128. <child>
  129. <object class="GtkButtonBox" id="buttonbox1">
  130. <property name="visible">True</property>
  131. <property name="can_focus">False</property>
  132. <property name="orientation">vertical</property>
  133. <property name="spacing">6</property>
  134. <property name="homogeneous">True</property>
  135. <child>
  136. <object class="GtkButton" id="add">
  137. <property name="label" translatable="yes" context="selectaddressdialog|add">_Add...</property>
  138. <property name="visible">True</property>
  139. <property name="can_focus">True</property>
  140. <property name="receives_default">True</property>
  141. <property name="use_underline">True</property>
  142. <child internal-child="accessible">
  143. <object class="AtkObject" id="add-atkobject">
  144. <property name="AtkObject::accessible-description" translatable="yes" context="selectaddressdialog|extended_tip|add">Select the database file that contains the addresses that you want to use as an address list.</property>
  145. </object>
  146. </child>
  147. </object>
  148. <packing>
  149. <property name="expand">False</property>
  150. <property name="fill">True</property>
  151. <property name="position">0</property>
  152. </packing>
  153. </child>
  154. <child>
  155. <object class="GtkButton" id="remove">
  156. <property name="label" translatable="yes" context="selectaddressdialog|remove">_Remove</property>
  157. <property name="visible">True</property>
  158. <property name="can_focus">True</property>
  159. <property name="receives_default">True</property>
  160. <property name="use_underline">True</property>
  161. </object>
  162. <packing>
  163. <property name="expand">False</property>
  164. <property name="fill">True</property>
  165. <property name="position">1</property>
  166. </packing>
  167. </child>
  168. <child>
  169. <object class="GtkButton" id="create">
  170. <property name="label" translatable="yes" context="selectaddressdialog|create">_Create...</property>
  171. <property name="visible">True</property>
  172. <property name="can_focus">True</property>
  173. <property name="receives_default">True</property>
  174. <property name="use_underline">True</property>
  175. <child internal-child="accessible">
  176. <object class="AtkObject" id="create-atkobject">
  177. <property name="AtkObject::accessible-description" translatable="yes" context="selectaddressdialog|extended_tip|create">Opens the New Address List dialog, where you can create a new address list.</property>
  178. </object>
  179. </child>
  180. </object>
  181. <packing>
  182. <property name="expand">False</property>
  183. <property name="fill">True</property>
  184. <property name="position">2</property>
  185. </packing>
  186. </child>
  187. <child>
  188. <object class="GtkButton" id="filter">
  189. <property name="label" translatable="yes" context="selectaddressdialog|filter">_Filter...</property>
  190. <property name="visible">True</property>
  191. <property name="can_focus">True</property>
  192. <property name="receives_default">True</property>
  193. <property name="use_underline">True</property>
  194. <child internal-child="accessible">
  195. <object class="AtkObject" id="filter-atkobject">
  196. <property name="AtkObject::accessible-description" translatable="yes" context="selectaddressdialog|extended_tip|filter">Opens the Standard Filter dialog , where you can apply filters to the address list to display the recipients that you want to see.</property>
  197. </object>
  198. </child>
  199. </object>
  200. <packing>
  201. <property name="expand">False</property>
  202. <property name="fill">True</property>
  203. <property name="position">3</property>
  204. </packing>
  205. </child>
  206. <child>
  207. <object class="GtkButton" id="edit">
  208. <property name="label" translatable="yes" context="selectaddressdialog|edit">_Edit...</property>
  209. <property name="visible">True</property>
  210. <property name="can_focus">True</property>
  211. <property name="receives_default">True</property>
  212. <property name="use_underline">True</property>
  213. <child internal-child="accessible">
  214. <object class="AtkObject" id="edit-atkobject">
  215. <property name="AtkObject::accessible-description" translatable="yes" context="selectaddressdialog|extended_tip|edit">Opens the New Address List dialog, where you can edit the selected address list.</property>
  216. </object>
  217. </child>
  218. </object>
  219. <packing>
  220. <property name="expand">False</property>
  221. <property name="fill">True</property>
  222. <property name="position">4</property>
  223. </packing>
  224. </child>
  225. <child>
  226. <object class="GtkButton" id="changetable">
  227. <property name="label" translatable="yes" context="selectaddressdialog|changetable">Change _Table...</property>
  228. <property name="visible">True</property>
  229. <property name="can_focus">True</property>
  230. <property name="receives_default">True</property>
  231. <property name="use_underline">True</property>
  232. <child internal-child="accessible">
  233. <object class="AtkObject" id="changetable-atkobject">
  234. <property name="AtkObject::accessible-description" translatable="yes" context="selectaddressdialog|extended_tip|changetable">Opens the Select Table dialog, where you can select another table to use for mail merge.</property>
  235. </object>
  236. </child>
  237. </object>
  238. <packing>
  239. <property name="expand">False</property>
  240. <property name="fill">True</property>
  241. <property name="position">5</property>
  242. </packing>
  243. </child>
  244. </object>
  245. <packing>
  246. <property name="left_attach">1</property>
  247. <property name="top_attach">1</property>
  248. </packing>
  249. </child>
  250. <child>
  251. <object class="GtkLabel" id="connecting">
  252. <property name="can_focus">False</property>
  253. <property name="no_show_all">True</property>
  254. <property name="label" translatable="yes" context="selectaddressdialog|connecting">Connecting to data source...</property>
  255. </object>
  256. <packing>
  257. <property name="left_attach">1</property>
  258. <property name="top_attach">0</property>
  259. </packing>
  260. </child>
  261. <child>
  262. <object class="GtkScrolledWindow">
  263. <property name="visible">True</property>
  264. <property name="can_focus">True</property>
  265. <property name="hexpand">True</property>
  266. <property name="vexpand">True</property>
  267. <property name="shadow_type">in</property>
  268. <child>
  269. <object class="GtkTreeView" id="sources">
  270. <property name="visible">True</property>
  271. <property name="can_focus">True</property>
  272. <property name="receives_default">True</property>
  273. <property name="hexpand">True</property>
  274. <property name="vexpand">True</property>
  275. <property name="model">liststore1</property>
  276. <property name="search_column">0</property>
  277. <property name="show_expanders">False</property>
  278. <child internal-child="selection">
  279. <object class="GtkTreeSelection" id="Macro Library List-selection1"/>
  280. </child>
  281. <child>
  282. <object class="GtkTreeViewColumn" id="treeviewcolumn1">
  283. <property name="resizable">True</property>
  284. <property name="spacing">6</property>
  285. <property name="title" translatable="yes" context="selectaddressdialog|name">Name</property>
  286. <child>
  287. <object class="GtkCellRendererText" id="cellrenderer1"/>
  288. <attributes>
  289. <attribute name="text">0</attribute>
  290. </attributes>
  291. </child>
  292. </object>
  293. </child>
  294. <child>
  295. <object class="GtkTreeViewColumn" id="treeviewcolumn2">
  296. <property name="resizable">True</property>
  297. <property name="spacing">6</property>
  298. <property name="title" translatable="yes" context="selectaddressdialog|table">Table</property>
  299. <child>
  300. <object class="GtkCellRendererText" id="cellrenderer2"/>
  301. <attributes>
  302. <attribute name="text">1</attribute>
  303. </attributes>
  304. </child>
  305. </object>
  306. </child>
  307. </object>
  308. </child>
  309. </object>
  310. <packing>
  311. <property name="left_attach">0</property>
  312. <property name="top_attach">1</property>
  313. </packing>
  314. </child>
  315. </object>
  316. <packing>
  317. <property name="left_attach">0</property>
  318. <property name="top_attach">1</property>
  319. </packing>
  320. </child>
  321. </object>
  322. <packing>
  323. <property name="expand">False</property>
  324. <property name="fill">True</property>
  325. <property name="position">1</property>
  326. </packing>
  327. </child>
  328. </object>
  329. </child>
  330. <action-widgets>
  331. <action-widget response="-5">ok</action-widget>
  332. <action-widget response="-6">cancel</action-widget>
  333. <action-widget response="-11">help</action-widget>
  334. </action-widgets>
  335. <child type="titlebar">
  336. <placeholder/>
  337. </child>
  338. <child internal-child="accessible">
  339. <object class="AtkObject" id="SelectAddressDialog-atkobject">
  340. <property name="AtkObject::accessible-description" translatable="yes" context="selectaddressdialog|extended_tip|SelectAddressDialog">Select the address list that you want to use for mail merge, then click OK.</property>
  341. </object>
  342. </child>
  343. </object>
  344. </interface>