flddbpage.ui 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515
  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 id -->
  10. <column type="gchararray"/>
  11. </columns>
  12. </object>
  13. <object class="GtkTreeStore" id="liststore2">
  14. <columns>
  15. <!-- column-name expander -->
  16. <column type="GdkPixbuf"/>
  17. <!-- column-name text -->
  18. <column type="gchararray"/>
  19. <!-- column-name id -->
  20. <column type="gchararray"/>
  21. </columns>
  22. </object>
  23. <object class="GtkBox" id="FieldDbPage">
  24. <property name="visible">True</property>
  25. <property name="can_focus">False</property>
  26. <property name="hexpand">True</property>
  27. <property name="vexpand">True</property>
  28. <property name="border_width">6</property>
  29. <property name="spacing">12</property>
  30. <child>
  31. <!-- n-columns=1 n-rows=1 -->
  32. <object class="GtkGrid" id="grid2">
  33. <property name="visible">True</property>
  34. <property name="can_focus">False</property>
  35. <property name="hexpand">True</property>
  36. <property name="vexpand">True</property>
  37. <property name="column_spacing">12</property>
  38. <property name="column_homogeneous">True</property>
  39. <child>
  40. <object class="GtkBox" id="box2">
  41. <property name="visible">True</property>
  42. <property name="can_focus">False</property>
  43. <property name="vexpand">True</property>
  44. <property name="orientation">vertical</property>
  45. <property name="spacing">12</property>
  46. <child>
  47. <object class="GtkFrame" id="typeframe">
  48. <property name="visible">True</property>
  49. <property name="can_focus">False</property>
  50. <property name="hexpand">True</property>
  51. <property name="vexpand">True</property>
  52. <property name="label_xalign">0</property>
  53. <property name="shadow_type">none</property>
  54. <child>
  55. <object class="GtkAlignment" id="alignment1">
  56. <property name="visible">True</property>
  57. <property name="can_focus">False</property>
  58. <property name="hexpand">True</property>
  59. <property name="top_padding">6</property>
  60. <child>
  61. <object class="GtkScrolledWindow">
  62. <property name="visible">True</property>
  63. <property name="can_focus">True</property>
  64. <property name="hexpand">True</property>
  65. <property name="vexpand">True</property>
  66. <property name="shadow_type">in</property>
  67. <child>
  68. <object class="GtkTreeView" id="type">
  69. <property name="visible">True</property>
  70. <property name="can_focus">True</property>
  71. <property name="receives_default">True</property>
  72. <property name="hexpand">True</property>
  73. <property name="vexpand">True</property>
  74. <property name="model">liststore1</property>
  75. <property name="headers_visible">False</property>
  76. <property name="search_column">0</property>
  77. <property name="show_expanders">False</property>
  78. <child internal-child="selection">
  79. <object class="GtkTreeSelection" id="Macro Library List-selection2"/>
  80. </child>
  81. <child>
  82. <object class="GtkTreeViewColumn" id="treeviewcolumn3">
  83. <property name="spacing">6</property>
  84. <child>
  85. <object class="GtkCellRendererText" id="cellrenderer4"/>
  86. <attributes>
  87. <attribute name="text">0</attribute>
  88. </attributes>
  89. </child>
  90. </object>
  91. </child>
  92. <child internal-child="accessible">
  93. <object class="AtkObject" id="type-atkobject">
  94. <property name="AtkObject::accessible-description" translatable="yes" context="flddbpage|extended_tip|type">Lists the available field types. To add a field to your document, click a field type, click a field in the Select list, and then click Insert.</property>
  95. </object>
  96. </child>
  97. </object>
  98. </child>
  99. </object>
  100. </child>
  101. </object>
  102. </child>
  103. <child type="label">
  104. <object class="GtkLabel" id="label1">
  105. <property name="visible">True</property>
  106. <property name="can_focus">False</property>
  107. <property name="label" translatable="yes" context="flddbpage|label1">_Type</property>
  108. <property name="use_underline">True</property>
  109. <property name="xalign">0</property>
  110. <attributes>
  111. <attribute name="weight" value="bold"/>
  112. </attributes>
  113. </object>
  114. </child>
  115. </object>
  116. <packing>
  117. <property name="expand">False</property>
  118. <property name="fill">True</property>
  119. <property name="position">0</property>
  120. </packing>
  121. </child>
  122. <child>
  123. <!-- n-columns=1 n-rows=1 -->
  124. <object class="GtkGrid" id="grid3">
  125. <property name="visible">True</property>
  126. <property name="can_focus">False</property>
  127. <property name="row_spacing">12</property>
  128. <child>
  129. <!-- n-columns=1 n-rows=1 -->
  130. <object class="GtkGrid" id="condgroup">
  131. <property name="visible">True</property>
  132. <property name="can_focus">False</property>
  133. <property name="row_spacing">6</property>
  134. <child>
  135. <object class="GtkLabel" id="label5">
  136. <property name="visible">True</property>
  137. <property name="can_focus">False</property>
  138. <property name="label" translatable="yes" context="flddbpage|label5">_Condition</property>
  139. <property name="use_underline">True</property>
  140. <property name="mnemonic_widget">condition</property>
  141. <property name="xalign">0</property>
  142. </object>
  143. <packing>
  144. <property name="left_attach">0</property>
  145. <property name="top_attach">0</property>
  146. </packing>
  147. </child>
  148. <child>
  149. <object class="GtkEntry" id="condition">
  150. <property name="visible">True</property>
  151. <property name="can_focus">True</property>
  152. <property name="hexpand">True</property>
  153. <property name="truncate-multiline">True</property>
  154. <child internal-child="accessible">
  155. <object class="AtkObject" id="condition-atkobject">
  156. <property name="AtkObject::accessible-description" translatable="yes" context="flddbpage|extended_tip|condition">For fields linked to a condition, enter the criteria here.</property>
  157. </object>
  158. </child>
  159. </object>
  160. <packing>
  161. <property name="left_attach">0</property>
  162. <property name="top_attach">1</property>
  163. </packing>
  164. </child>
  165. </object>
  166. <packing>
  167. <property name="left_attach">0</property>
  168. <property name="top_attach">0</property>
  169. </packing>
  170. </child>
  171. <child>
  172. <!-- n-columns=1 n-rows=1 -->
  173. <object class="GtkGrid" id="recgroup">
  174. <property name="visible">True</property>
  175. <property name="can_focus">False</property>
  176. <property name="row_spacing">6</property>
  177. <child>
  178. <object class="GtkEntry" id="recnumber">
  179. <property name="visible">True</property>
  180. <property name="can_focus">True</property>
  181. <property name="hexpand">True</property>
  182. <property name="truncate-multiline">True</property>
  183. <child internal-child="accessible">
  184. <object class="AtkObject" id="recnumber-atkobject">
  185. <property name="AtkObject::accessible-description" translatable="yes" context="flddbpage|extended_tip|recnumber">Enter the number of the record that you want to insert when the condition that you specify is met.</property>
  186. </object>
  187. </child>
  188. </object>
  189. <packing>
  190. <property name="left_attach">0</property>
  191. <property name="top_attach">1</property>
  192. </packing>
  193. </child>
  194. <child>
  195. <object class="GtkLabel" id="label4">
  196. <property name="visible">True</property>
  197. <property name="can_focus">False</property>
  198. <property name="label" translatable="yes" context="flddbpage|label4">Record number</property>
  199. <property name="use_underline">True</property>
  200. <property name="mnemonic_widget">recnumber</property>
  201. <property name="xalign">0</property>
  202. </object>
  203. <packing>
  204. <property name="left_attach">0</property>
  205. <property name="top_attach">0</property>
  206. </packing>
  207. </child>
  208. </object>
  209. <packing>
  210. <property name="left_attach">0</property>
  211. <property name="top_attach">1</property>
  212. </packing>
  213. </child>
  214. </object>
  215. <packing>
  216. <property name="expand">False</property>
  217. <property name="fill">True</property>
  218. <property name="position">1</property>
  219. </packing>
  220. </child>
  221. </object>
  222. <packing>
  223. <property name="left_attach">0</property>
  224. <property name="top_attach">0</property>
  225. </packing>
  226. </child>
  227. <child>
  228. <object class="GtkBox" id="box1">
  229. <property name="visible">True</property>
  230. <property name="can_focus">False</property>
  231. <property name="vexpand">True</property>
  232. <property name="orientation">vertical</property>
  233. <property name="spacing">12</property>
  234. <child>
  235. <object class="GtkFrame" id="selectframe">
  236. <property name="visible">True</property>
  237. <property name="can_focus">False</property>
  238. <property name="hexpand">True</property>
  239. <property name="vexpand">True</property>
  240. <property name="label_xalign">0</property>
  241. <property name="shadow_type">none</property>
  242. <child>
  243. <object class="GtkAlignment" id="alignment2">
  244. <property name="visible">True</property>
  245. <property name="can_focus">False</property>
  246. <property name="hexpand">True</property>
  247. <property name="top_padding">6</property>
  248. <child>
  249. <object class="GtkScrolledWindow">
  250. <property name="visible">True</property>
  251. <property name="can_focus">True</property>
  252. <property name="hexpand">True</property>
  253. <property name="vexpand">True</property>
  254. <property name="shadow_type">in</property>
  255. <child>
  256. <object class="GtkTreeView" id="select">
  257. <property name="width_request">-1</property>
  258. <property name="visible">True</property>
  259. <property name="can_focus">True</property>
  260. <property name="receives_default">True</property>
  261. <property name="hexpand">True</property>
  262. <property name="vexpand">True</property>
  263. <property name="model">liststore2</property>
  264. <property name="headers_visible">False</property>
  265. <property name="search_column">1</property>
  266. <property name="enable_tree_lines">True</property>
  267. <child internal-child="selection">
  268. <object class="GtkTreeSelection" id="Macro Library List-selection1"/>
  269. </child>
  270. <child>
  271. <object class="GtkTreeViewColumn" id="treeviewcolumn8">
  272. <property name="spacing">6</property>
  273. <child>
  274. <object class="GtkCellRendererPixbuf" id="cellrenderertext5"/>
  275. <attributes>
  276. <attribute name="pixbuf">0</attribute>
  277. </attributes>
  278. </child>
  279. <child>
  280. <object class="GtkCellRendererText" id="cellrenderertext6"/>
  281. <attributes>
  282. <attribute name="text">1</attribute>
  283. </attributes>
  284. </child>
  285. </object>
  286. </child>
  287. <child internal-child="accessible">
  288. <object class="AtkObject" id="select-atkobject">
  289. <property name="AtkObject::accessible-description" translatable="yes" context="flddbpage|extended_tip|select">Select the database table or the database query that you want the field to refer to.</property>
  290. </object>
  291. </child>
  292. </object>
  293. </child>
  294. </object>
  295. </child>
  296. </object>
  297. </child>
  298. <child type="label">
  299. <object class="GtkLabel" id="label2">
  300. <property name="visible">True</property>
  301. <property name="can_focus">False</property>
  302. <property name="label" translatable="yes" context="flddbpage|label2">Database S_election</property>
  303. <property name="use_underline">True</property>
  304. <property name="xalign">0</property>
  305. <attributes>
  306. <attribute name="weight" value="bold"/>
  307. </attributes>
  308. </object>
  309. </child>
  310. </object>
  311. <packing>
  312. <property name="expand">False</property>
  313. <property name="fill">True</property>
  314. <property name="position">0</property>
  315. </packing>
  316. </child>
  317. <child>
  318. <!-- n-columns=1 n-rows=1 -->
  319. <object class="GtkGrid" id="grid6">
  320. <property name="visible">True</property>
  321. <property name="can_focus">False</property>
  322. <property name="row_spacing">1</property>
  323. <property name="column_spacing">12</property>
  324. <child>
  325. <object class="GtkLabel" id="browseft">
  326. <property name="visible">True</property>
  327. <property name="can_focus">False</property>
  328. <property name="label" translatable="yes" context="flddbpage|browseft">Add database file</property>
  329. <property name="use_underline">True</property>
  330. <property name="mnemonic_widget">browse</property>
  331. <property name="xalign">0</property>
  332. </object>
  333. <packing>
  334. <property name="left_attach">0</property>
  335. <property name="top_attach">0</property>
  336. </packing>
  337. </child>
  338. <child>
  339. <object class="GtkButton" id="browse">
  340. <property name="label" translatable="yes" context="flddbpage|browse">Browse...</property>
  341. <property name="visible">True</property>
  342. <property name="can_focus">True</property>
  343. <property name="receives_default">True</property>
  344. <child internal-child="accessible">
  345. <object class="AtkObject" id="browse-atkobject">
  346. <property name="AtkObject::accessible-description" translatable="yes" context="flddbpage|extended_tip|browse">Opens a file open dialog where you can select a database file (*.odb). The selected file is added to the Databases Selection list.</property>
  347. </object>
  348. </child>
  349. </object>
  350. <packing>
  351. <property name="left_attach">1</property>
  352. <property name="top_attach">0</property>
  353. </packing>
  354. </child>
  355. </object>
  356. <packing>
  357. <property name="expand">False</property>
  358. <property name="fill">True</property>
  359. <property name="position">1</property>
  360. </packing>
  361. </child>
  362. <child>
  363. <object class="GtkFrame" id="formatframe">
  364. <property name="visible">True</property>
  365. <property name="can_focus">False</property>
  366. <property name="hexpand">True</property>
  367. <property name="label_xalign">0</property>
  368. <property name="shadow_type">none</property>
  369. <child>
  370. <object class="GtkAlignment" id="alignment3">
  371. <property name="visible">True</property>
  372. <property name="can_focus">False</property>
  373. <property name="hexpand">True</property>
  374. <property name="top_padding">6</property>
  375. <property name="left_padding">12</property>
  376. <child>
  377. <!-- n-columns=1 n-rows=1 -->
  378. <object class="GtkGrid" id="grid7">
  379. <property name="visible">True</property>
  380. <property name="can_focus">False</property>
  381. <property name="row_spacing">6</property>
  382. <property name="column_spacing">12</property>
  383. <child>
  384. <object class="GtkRadioButton" id="fromdatabasecb">
  385. <property name="label" translatable="yes" context="flddbpage|fromdatabasecb">From database</property>
  386. <property name="visible">True</property>
  387. <property name="can_focus">True</property>
  388. <property name="receives_default">False</property>
  389. <property name="use_underline">True</property>
  390. <property name="xalign">0</property>
  391. <property name="active">True</property>
  392. <property name="draw_indicator">True</property>
  393. <child internal-child="accessible">
  394. <object class="AtkObject" id="fromdatabasecb-atkobject">
  395. <property name="AtkObject::accessible-description" translatable="yes" context="flddbpage|extended_tip|fromdatabasecb">Uses the format defined in the selected database.</property>
  396. </object>
  397. </child>
  398. </object>
  399. <packing>
  400. <property name="left_attach">0</property>
  401. <property name="top_attach">0</property>
  402. <property name="width">2</property>
  403. </packing>
  404. </child>
  405. <child>
  406. <object class="GtkRadioButton" id="userdefinedcb">
  407. <property name="label" translatable="yes" context="flddbpage|userdefinedcb">User-defined</property>
  408. <property name="visible">True</property>
  409. <property name="can_focus">True</property>
  410. <property name="receives_default">False</property>
  411. <property name="use_underline">True</property>
  412. <property name="xalign">0</property>
  413. <property name="draw_indicator">True</property>
  414. <property name="group">fromdatabasecb</property>
  415. <accessibility>
  416. <relation type="label-for" target="numformat"/>
  417. </accessibility>
  418. <child internal-child="accessible">
  419. <object class="AtkObject" id="userdefinedcb-atkobject">
  420. <property name="AtkObject::accessible-description" translatable="yes" context="flddbpage|extended_tip|userdefinedcb">Applies the format that you select in the List of user-defined formats.</property>
  421. </object>
  422. </child>
  423. </object>
  424. <packing>
  425. <property name="left_attach">0</property>
  426. <property name="top_attach">1</property>
  427. </packing>
  428. </child>
  429. <child>
  430. <object class="GtkBox" id="box3">
  431. <property name="visible">True</property>
  432. <property name="can_focus">False</property>
  433. <child>
  434. <object class="GtkComboBoxText" id="format">
  435. <property name="can_focus">True</property>
  436. <property name="no_show_all">True</property>
  437. <property name="hexpand">True</property>
  438. <child internal-child="accessible">
  439. <object class="AtkObject" id="format-atkobject">
  440. <property name="AtkObject::accessible-description" translatable="yes" context="flddbpage|extended_tip|format">Lists the available user-defined formats.</property>
  441. </object>
  442. </child>
  443. </object>
  444. <packing>
  445. <property name="expand">False</property>
  446. <property name="fill">True</property>
  447. <property name="position">0</property>
  448. </packing>
  449. </child>
  450. <child>
  451. <object class="GtkComboBoxText" id="numformat">
  452. <property name="visible">True</property>
  453. <property name="can_focus">True</property>
  454. <property name="hexpand">True</property>
  455. <accessibility>
  456. <relation type="labelled-by" target="userdefinedcb"/>
  457. </accessibility>
  458. <child internal-child="accessible">
  459. <object class="AtkObject" id="numformat-atkobject">
  460. <property name="AtkObject::accessible-description" translatable="yes" context="flddbpage|extended_tip|numformat">Lists the available user-defined formats.</property>
  461. </object>
  462. </child>
  463. </object>
  464. <packing>
  465. <property name="expand">False</property>
  466. <property name="fill">True</property>
  467. <property name="position">1</property>
  468. </packing>
  469. </child>
  470. </object>
  471. <packing>
  472. <property name="left_attach">1</property>
  473. <property name="top_attach">1</property>
  474. </packing>
  475. </child>
  476. </object>
  477. </child>
  478. </object>
  479. </child>
  480. <child type="label">
  481. <object class="GtkLabel" id="label3">
  482. <property name="visible">True</property>
  483. <property name="can_focus">False</property>
  484. <property name="label" translatable="yes" context="flddbpage|label3">Format</property>
  485. <property name="use_underline">True</property>
  486. <property name="xalign">0</property>
  487. <attributes>
  488. <attribute name="weight" value="bold"/>
  489. </attributes>
  490. </object>
  491. </child>
  492. </object>
  493. <packing>
  494. <property name="expand">False</property>
  495. <property name="fill">True</property>
  496. <property name="position">2</property>
  497. </packing>
  498. </child>
  499. </object>
  500. <packing>
  501. <property name="left_attach">1</property>
  502. <property name="top_attach">0</property>
  503. <property name="width">2</property>
  504. </packing>
  505. </child>
  506. </object>
  507. <packing>
  508. <property name="expand">False</property>
  509. <property name="fill">True</property>
  510. <property name="position">0</property>
  511. </packing>
  512. </child>
  513. </object>
  514. </interface>