indexdesigndialog.ui 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="dba">
  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 id -->
  12. <column type="gchararray"/>
  13. </columns>
  14. </object>
  15. <object class="GtkDialog" id="IndexDesignDialog">
  16. <property name="can_focus">False</property>
  17. <property name="border_width">6</property>
  18. <property name="title" translatable="yes" context="indexdesigndialog|IndexDesignDialog">Indexes</property>
  19. <property name="resizable">False</property>
  20. <property name="type_hint">dialog</property>
  21. <child>
  22. <placeholder/>
  23. </child>
  24. <child internal-child="vbox">
  25. <object class="GtkBox" id="dialog-vbox1">
  26. <property name="can_focus">False</property>
  27. <property name="orientation">vertical</property>
  28. <property name="spacing">2</property>
  29. <child internal-child="action_area">
  30. <object class="GtkButtonBox" id="dialog-action_area1">
  31. <property name="can_focus">False</property>
  32. <property name="layout_style">end</property>
  33. <child>
  34. <object class="GtkButton" id="close">
  35. <property name="label">gtk-close</property>
  36. <property name="visible">True</property>
  37. <property name="can_focus">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="help">
  49. <property name="label">gtk-help</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. <property name="secondary">True</property>
  60. </packing>
  61. </child>
  62. </object>
  63. <packing>
  64. <property name="expand">False</property>
  65. <property name="fill">True</property>
  66. <property name="pack_type">end</property>
  67. <property name="position">0</property>
  68. </packing>
  69. </child>
  70. <child>
  71. <object class="GtkBox" id="box1">
  72. <property name="visible">True</property>
  73. <property name="can_focus">False</property>
  74. <property name="orientation">vertical</property>
  75. <property name="spacing">6</property>
  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. <child>
  82. <object class="GtkToolbar" id="ACTIONS">
  83. <property name="visible">True</property>
  84. <property name="can_focus">False</property>
  85. <child>
  86. <object class="GtkToolButton" id="ID_INDEX_NEW">
  87. <property name="visible">True</property>
  88. <property name="can_focus">False</property>
  89. <property name="valign">start</property>
  90. <property name="label" translatable="yes" context="indexdesigndialog|ID_INDEX_NEW">New Index</property>
  91. <property name="use_underline">True</property>
  92. <property name="icon_name">dbaccess/res/sc036.png</property>
  93. </object>
  94. <packing>
  95. <property name="expand">False</property>
  96. <property name="homogeneous">True</property>
  97. </packing>
  98. </child>
  99. <child>
  100. <object class="GtkToolButton" id="ID_INDEX_DROP">
  101. <property name="visible">True</property>
  102. <property name="can_focus">False</property>
  103. <property name="valign">start</property>
  104. <property name="label" translatable="yes" context="indexdesigndialog|ID_INDEX_DROP">Delete Current Index</property>
  105. <property name="use_underline">True</property>
  106. <property name="icon_name">dbaccess/res/sc037.png</property>
  107. </object>
  108. <packing>
  109. <property name="expand">False</property>
  110. <property name="homogeneous">True</property>
  111. </packing>
  112. </child>
  113. <child>
  114. <object class="GtkToolButton" id="ID_INDEX_RENAME">
  115. <property name="visible">True</property>
  116. <property name="can_focus">False</property>
  117. <property name="valign">start</property>
  118. <property name="label" translatable="yes" context="indexdesigndialog|ID_INDEX_RENAME">Rename Current Index</property>
  119. <property name="use_underline">True</property>
  120. <property name="icon_name">dbaccess/res/sc038.png</property>
  121. </object>
  122. <packing>
  123. <property name="expand">False</property>
  124. <property name="homogeneous">True</property>
  125. </packing>
  126. </child>
  127. <child>
  128. <object class="GtkToolButton" id="ID_INDEX_SAVE">
  129. <property name="visible">True</property>
  130. <property name="can_focus">False</property>
  131. <property name="valign">start</property>
  132. <property name="label" translatable="yes" context="indexdesigndialog|ID_INDEX_SAVE">Save Current Index</property>
  133. <property name="use_underline">True</property>
  134. <property name="icon_name">dbaccess/res/sc039.png</property>
  135. </object>
  136. <packing>
  137. <property name="expand">False</property>
  138. <property name="homogeneous">True</property>
  139. </packing>
  140. </child>
  141. <child>
  142. <object class="GtkToolButton" id="ID_INDEX_RESET">
  143. <property name="visible">True</property>
  144. <property name="can_focus">False</property>
  145. <property name="valign">start</property>
  146. <property name="label" translatable="yes" context="indexdesigndialog|ID_INDEX_RESET">Reset Current Index</property>
  147. <property name="use_underline">True</property>
  148. <property name="icon_name">dbaccess/res/sc040.png</property>
  149. </object>
  150. <packing>
  151. <property name="expand">False</property>
  152. <property name="homogeneous">True</property>
  153. </packing>
  154. </child>
  155. </object>
  156. <packing>
  157. <property name="left_attach">0</property>
  158. <property name="top_attach">0</property>
  159. </packing>
  160. </child>
  161. </object>
  162. <packing>
  163. <property name="expand">False</property>
  164. <property name="fill">True</property>
  165. <property name="position">0</property>
  166. </packing>
  167. </child>
  168. <child>
  169. <!-- n-columns=1 n-rows=1 -->
  170. <object class="GtkGrid" id="grid1">
  171. <property name="visible">True</property>
  172. <property name="can_focus">False</property>
  173. <property name="row_spacing">6</property>
  174. <property name="column_spacing">12</property>
  175. <child>
  176. <object class="GtkScrolledWindow">
  177. <property name="visible">True</property>
  178. <property name="can_focus">True</property>
  179. <property name="hexpand">True</property>
  180. <property name="vexpand">True</property>
  181. <property name="shadow_type">in</property>
  182. <child>
  183. <object class="GtkTreeView" id="INDEX_LIST">
  184. <property name="width_request">-1</property>
  185. <property name="visible">True</property>
  186. <property name="can_focus">True</property>
  187. <property name="receives_default">True</property>
  188. <property name="hexpand">True</property>
  189. <property name="vexpand">True</property>
  190. <property name="model">liststore1</property>
  191. <property name="headers_visible">False</property>
  192. <property name="search_column">1</property>
  193. <property name="enable_tree_lines">True</property>
  194. <child internal-child="selection">
  195. <object class="GtkTreeSelection" id="Macro Library List-selection1"/>
  196. </child>
  197. <child>
  198. <object class="GtkTreeViewColumn" id="treeviewcolumn2">
  199. <property name="spacing">6</property>
  200. <child>
  201. <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/>
  202. <attributes>
  203. <attribute name="pixbuf">0</attribute>
  204. </attributes>
  205. </child>
  206. <child>
  207. <object class="GtkCellRendererText" id="cellrenderertext2">
  208. <property name="editable">True</property>
  209. </object>
  210. <attributes>
  211. <attribute name="text">1</attribute>
  212. </attributes>
  213. </child>
  214. </object>
  215. </child>
  216. </object>
  217. </child>
  218. </object>
  219. <packing>
  220. <property name="left_attach">0</property>
  221. <property name="top_attach">0</property>
  222. </packing>
  223. </child>
  224. <child>
  225. <object class="GtkFrame" id="frame1">
  226. <property name="visible">True</property>
  227. <property name="can_focus">False</property>
  228. <property name="label_xalign">0</property>
  229. <property name="shadow_type">none</property>
  230. <child>
  231. <object class="GtkAlignment" id="alignment1">
  232. <property name="visible">True</property>
  233. <property name="can_focus">False</property>
  234. <property name="top_padding">6</property>
  235. <property name="left_padding">12</property>
  236. <child>
  237. <!-- n-columns=1 n-rows=1 -->
  238. <object class="GtkGrid" id="grid5">
  239. <property name="visible">True</property>
  240. <property name="can_focus">False</property>
  241. <property name="row_spacing">6</property>
  242. <property name="column_spacing">12</property>
  243. <child>
  244. <object class="GtkLabel" id="DESC_LABEL">
  245. <property name="visible">True</property>
  246. <property name="can_focus">False</property>
  247. <property name="halign">start</property>
  248. <property name="label" translatable="yes" context="indexdesigndialog|DESC_LABEL">Index identifier:</property>
  249. <property name="xalign">0</property>
  250. </object>
  251. <packing>
  252. <property name="left_attach">0</property>
  253. <property name="top_attach">0</property>
  254. </packing>
  255. </child>
  256. <child>
  257. <object class="GtkLabel" id="DESCRIPTION">
  258. <property name="visible">True</property>
  259. <property name="can_focus">False</property>
  260. <property name="halign">start</property>
  261. <property name="xalign">0</property>
  262. </object>
  263. <packing>
  264. <property name="left_attach">1</property>
  265. <property name="top_attach">0</property>
  266. </packing>
  267. </child>
  268. <child>
  269. <object class="GtkCheckButton" id="UNIQUE">
  270. <property name="label" translatable="yes" context="indexdesigndialog|UNIQUE">_Unique</property>
  271. <property name="visible">True</property>
  272. <property name="can_focus">True</property>
  273. <property name="receives_default">False</property>
  274. <property name="halign">start</property>
  275. <property name="use_underline">True</property>
  276. <property name="xalign">0</property>
  277. <property name="draw_indicator">True</property>
  278. </object>
  279. <packing>
  280. <property name="left_attach">0</property>
  281. <property name="top_attach">1</property>
  282. <property name="width">2</property>
  283. </packing>
  284. </child>
  285. <child>
  286. <object class="GtkLabel" id="FIELDS_LABEL">
  287. <property name="visible">True</property>
  288. <property name="can_focus">False</property>
  289. <property name="halign">start</property>
  290. <property name="label" translatable="yes" context="indexdesigndialog|FIELDS_LABEL">Fields:</property>
  291. <property name="use_underline">True</property>
  292. <property name="xalign">0</property>
  293. </object>
  294. <packing>
  295. <property name="left_attach">0</property>
  296. <property name="top_attach">2</property>
  297. <property name="width">2</property>
  298. </packing>
  299. </child>
  300. <child>
  301. <object class="GtkBox" id="FIELDS">
  302. <property name="visible">True</property>
  303. <property name="can_focus">True</property>
  304. <property name="hexpand">True</property>
  305. <property name="vexpand">True</property>
  306. </object>
  307. <packing>
  308. <property name="left_attach">0</property>
  309. <property name="top_attach">3</property>
  310. <property name="width">2</property>
  311. </packing>
  312. </child>
  313. </object>
  314. </child>
  315. </object>
  316. </child>
  317. <child type="label">
  318. <object class="GtkLabel" id="INDEX_DETAILS">
  319. <property name="visible">True</property>
  320. <property name="can_focus">False</property>
  321. <property name="label" translatable="yes" context="indexdesigndialog|INDEX_DETAILS">Index Details</property>
  322. <attributes>
  323. <attribute name="weight" value="bold"/>
  324. </attributes>
  325. </object>
  326. </child>
  327. </object>
  328. <packing>
  329. <property name="left_attach">1</property>
  330. <property name="top_attach">0</property>
  331. </packing>
  332. </child>
  333. </object>
  334. <packing>
  335. <property name="expand">True</property>
  336. <property name="fill">True</property>
  337. <property name="position">1</property>
  338. </packing>
  339. </child>
  340. </object>
  341. <packing>
  342. <property name="expand">True</property>
  343. <property name="fill">True</property>
  344. <property name="position">1</property>
  345. </packing>
  346. </child>
  347. </object>
  348. </child>
  349. <action-widgets>
  350. <action-widget response="-7">close</action-widget>
  351. <action-widget response="-11">help</action-widget>
  352. </action-widgets>
  353. </object>
  354. </interface>