libpage.ui 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="basctl">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkTreeStore" id="liststore1">
  6. <columns>
  7. <!-- column-name expander -->
  8. <column type="GdkPixbuf"/>
  9. <!-- column-name text -->
  10. <column type="gchararray"/>
  11. <!-- column-name text1 -->
  12. <column type="gchararray"/>
  13. <!-- column-name id -->
  14. <column type="gchararray"/>
  15. </columns>
  16. </object>
  17. <!-- n-columns=1 n-rows=1 -->
  18. <object class="GtkGrid" id="LibPage">
  19. <property name="visible">True</property>
  20. <property name="can_focus">False</property>
  21. <property name="border_width">6</property>
  22. <property name="row_spacing">12</property>
  23. <child>
  24. <!-- n-columns=1 n-rows=1 -->
  25. <object class="GtkGrid" id="grid2">
  26. <property name="visible">True</property>
  27. <property name="can_focus">False</property>
  28. <property name="hexpand">True</property>
  29. <property name="vexpand">True</property>
  30. <property name="row_spacing">12</property>
  31. <property name="column_spacing">12</property>
  32. <child>
  33. <!-- n-columns=1 n-rows=1 -->
  34. <object class="GtkGrid" id="grid1">
  35. <property name="visible">True</property>
  36. <property name="can_focus">False</property>
  37. <property name="hexpand">True</property>
  38. <property name="row_spacing">6</property>
  39. <property name="column_spacing">12</property>
  40. <child>
  41. <object class="GtkLabel" id="label1">
  42. <property name="visible">True</property>
  43. <property name="can_focus">False</property>
  44. <property name="label" translatable="yes" context="libpage|label1">L_ocation:</property>
  45. <property name="use_underline">True</property>
  46. <property name="mnemonic_widget">location</property>
  47. <property name="xalign">0</property>
  48. </object>
  49. <packing>
  50. <property name="left_attach">0</property>
  51. <property name="top_attach">0</property>
  52. </packing>
  53. </child>
  54. <child>
  55. <object class="GtkComboBoxText" id="location">
  56. <property name="visible">True</property>
  57. <property name="can_focus">False</property>
  58. <property name="hexpand">True</property>
  59. <child internal-child="accessible">
  60. <object class="AtkObject" id="location-atkobject">
  61. <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|location">Select the application or the document containing the macro libraries that you want to organize.</property>
  62. </object>
  63. </child>
  64. </object>
  65. <packing>
  66. <property name="left_attach">0</property>
  67. <property name="top_attach">1</property>
  68. </packing>
  69. </child>
  70. </object>
  71. <packing>
  72. <property name="left_attach">0</property>
  73. <property name="top_attach">0</property>
  74. </packing>
  75. </child>
  76. <child>
  77. <!-- n-columns=1 n-rows=1 -->
  78. <object class="GtkGrid" id="grid3">
  79. <property name="visible">True</property>
  80. <property name="can_focus">False</property>
  81. <property name="hexpand">True</property>
  82. <property name="vexpand">True</property>
  83. <property name="row_spacing">6</property>
  84. <property name="column_spacing">12</property>
  85. <child>
  86. <object class="GtkLabel" id="lingudictsft">
  87. <property name="visible">True</property>
  88. <property name="can_focus">False</property>
  89. <property name="label" translatable="yes" context="libpage|lingudictsft">_Library:</property>
  90. <property name="use_underline">True</property>
  91. <property name="mnemonic_widget">library</property>
  92. <property name="xalign">0</property>
  93. </object>
  94. <packing>
  95. <property name="left_attach">0</property>
  96. <property name="top_attach">0</property>
  97. </packing>
  98. </child>
  99. <child>
  100. <object class="GtkScrolledWindow">
  101. <property name="visible">True</property>
  102. <property name="can_focus">True</property>
  103. <property name="hexpand">True</property>
  104. <property name="vexpand">True</property>
  105. <property name="shadow_type">in</property>
  106. <child>
  107. <object class="GtkTreeView" id="library">
  108. <property name="width_request">-1</property>
  109. <property name="visible">True</property>
  110. <property name="can_focus">True</property>
  111. <property name="receives_default">True</property>
  112. <property name="hexpand">True</property>
  113. <property name="vexpand">True</property>
  114. <property name="model">liststore1</property>
  115. <property name="headers_visible">False</property>
  116. <property name="search_column">1</property>
  117. <property name="enable_tree_lines">True</property>
  118. <child internal-child="selection">
  119. <object class="GtkTreeSelection" id="Macro Library List-selection1"/>
  120. </child>
  121. <child>
  122. <object class="GtkTreeViewColumn" id="treeviewcolumn2">
  123. <property name="spacing">6</property>
  124. <child>
  125. <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/>
  126. <attributes>
  127. <attribute name="pixbuf">0</attribute>
  128. </attributes>
  129. </child>
  130. <child>
  131. <object class="GtkCellRendererText" id="cellrenderertext2">
  132. <property name="editable">True</property>
  133. </object>
  134. <attributes>
  135. <attribute name="text">1</attribute>
  136. </attributes>
  137. </child>
  138. </object>
  139. </child>
  140. <child>
  141. <object class="GtkTreeViewColumn" id="treeviewcolumn3">
  142. <property name="spacing">6</property>
  143. <child>
  144. <object class="GtkCellRendererText" id="cellrenderertext3"/>
  145. <attributes>
  146. <attribute name="text">2</attribute>
  147. </attributes>
  148. </child>
  149. </object>
  150. </child>
  151. <child internal-child="accessible">
  152. <object class="AtkObject" id="library-atkobject">
  153. <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|library">Deletes the selected element or elements after confirmation.</property>
  154. </object>
  155. </child>
  156. </object>
  157. </child>
  158. </object>
  159. <packing>
  160. <property name="left_attach">0</property>
  161. <property name="top_attach">1</property>
  162. </packing>
  163. </child>
  164. </object>
  165. <packing>
  166. <property name="left_attach">0</property>
  167. <property name="top_attach">1</property>
  168. </packing>
  169. </child>
  170. <child>
  171. <object class="GtkButtonBox" id="buttonbox1">
  172. <property name="visible">True</property>
  173. <property name="can_focus">False</property>
  174. <property name="orientation">vertical</property>
  175. <property name="spacing">6</property>
  176. <property name="layout_style">start</property>
  177. <child>
  178. <object class="GtkButton" id="edit">
  179. <property name="label">gtk-edit</property>
  180. <property name="visible">True</property>
  181. <property name="can_focus">True</property>
  182. <property name="receives_default">True</property>
  183. <property name="use_underline">True</property>
  184. <property name="use_stock">True</property>
  185. <child internal-child="accessible">
  186. <object class="AtkObject" id="edit-atkobject">
  187. <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|edit">Opens the %PRODUCTNAME Basic editor so that you can modify the selected library.</property>
  188. </object>
  189. </child>
  190. </object>
  191. <packing>
  192. <property name="expand">False</property>
  193. <property name="fill">True</property>
  194. <property name="position">0</property>
  195. </packing>
  196. </child>
  197. <child>
  198. <object class="GtkButton" id="password">
  199. <property name="label" translatable="yes" context="libpage|password">_Password...</property>
  200. <property name="visible">True</property>
  201. <property name="can_focus">True</property>
  202. <property name="receives_default">True</property>
  203. <property name="use_underline">True</property>
  204. <child internal-child="accessible">
  205. <object class="AtkObject" id="password-atkobject">
  206. <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|password">Assigns or edits the password for the selected library.</property>
  207. </object>
  208. </child>
  209. </object>
  210. <packing>
  211. <property name="expand">False</property>
  212. <property name="fill">True</property>
  213. <property name="position">1</property>
  214. </packing>
  215. </child>
  216. <child>
  217. <object class="GtkButton" id="new">
  218. <property name="label" translatable="yes" context="libpage|new">_New...</property>
  219. <property name="visible">True</property>
  220. <property name="can_focus">True</property>
  221. <property name="receives_default">True</property>
  222. <property name="use_underline">True</property>
  223. <child internal-child="accessible">
  224. <object class="AtkObject" id="new-atkobject">
  225. <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|new">Creates a new library.</property>
  226. </object>
  227. </child>
  228. </object>
  229. <packing>
  230. <property name="expand">False</property>
  231. <property name="fill">True</property>
  232. <property name="position">2</property>
  233. <property name="secondary">True</property>
  234. </packing>
  235. </child>
  236. <child>
  237. <object class="GtkButton" id="import">
  238. <property name="label" translatable="yes" context="libpage|import">_Import...</property>
  239. <property name="visible">True</property>
  240. <property name="can_focus">True</property>
  241. <property name="receives_default">True</property>
  242. <property name="use_underline">True</property>
  243. <child internal-child="accessible">
  244. <object class="AtkObject" id="import-atkobject">
  245. <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|import">Locate that %PRODUCTNAME Basic library that you want to add to the current list, and then click Open.</property>
  246. </object>
  247. </child>
  248. </object>
  249. <packing>
  250. <property name="expand">False</property>
  251. <property name="fill">True</property>
  252. <property name="position">3</property>
  253. <property name="secondary">True</property>
  254. </packing>
  255. </child>
  256. <child>
  257. <object class="GtkButton" id="export">
  258. <property name="label" translatable="yes" context="libpage|export">_Export...</property>
  259. <property name="visible">True</property>
  260. <property name="can_focus">True</property>
  261. <property name="receives_default">True</property>
  262. <property name="use_underline">True</property>
  263. </object>
  264. <packing>
  265. <property name="expand">False</property>
  266. <property name="fill">True</property>
  267. <property name="position">4</property>
  268. <property name="secondary">True</property>
  269. </packing>
  270. </child>
  271. <child>
  272. <object class="GtkButton" id="delete">
  273. <property name="label">gtk-delete</property>
  274. <property name="visible">True</property>
  275. <property name="can_focus">True</property>
  276. <property name="receives_default">True</property>
  277. <property name="use_underline">True</property>
  278. <property name="use_stock">True</property>
  279. <child internal-child="accessible">
  280. <object class="AtkObject" id="delete-atkobject">
  281. <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|delete">Deletes the selected element or elements without requiring confirmation.</property>
  282. </object>
  283. </child>
  284. </object>
  285. <packing>
  286. <property name="expand">False</property>
  287. <property name="fill">True</property>
  288. <property name="position">5</property>
  289. <property name="secondary">True</property>
  290. </packing>
  291. </child>
  292. </object>
  293. <packing>
  294. <property name="left_attach">1</property>
  295. <property name="top_attach">0</property>
  296. <property name="height">2</property>
  297. </packing>
  298. </child>
  299. </object>
  300. <packing>
  301. <property name="left_attach">0</property>
  302. <property name="top_attach">0</property>
  303. </packing>
  304. </child>
  305. <child internal-child="accessible">
  306. <object class="AtkObject" id="LibPage-atkobject">
  307. <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|LibPage">Select the application or the document containing the macro libraries that you want to organize.</property>
  308. </object>
  309. </child>
  310. </object>
  311. </interface>