insertdbcolumnsdialog.ui 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
  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="GtkImage" id="image1">
  6. <property name="visible">True</property>
  7. <property name="can_focus">False</property>
  8. <property name="icon_name">sw/res/one_right.png</property>
  9. </object>
  10. <object class="GtkImage" id="image2">
  11. <property name="visible">True</property>
  12. <property name="can_focus">False</property>
  13. <property name="icon_name">sw/res/all_right.png</property>
  14. </object>
  15. <object class="GtkImage" id="image3">
  16. <property name="visible">True</property>
  17. <property name="can_focus">False</property>
  18. <property name="icon_name">sw/res/one_left.png</property>
  19. </object>
  20. <object class="GtkImage" id="image4">
  21. <property name="visible">True</property>
  22. <property name="can_focus">False</property>
  23. <property name="icon_name">sw/res/all_left.png</property>
  24. </object>
  25. <object class="GtkImage" id="image5">
  26. <property name="visible">True</property>
  27. <property name="can_focus">False</property>
  28. <property name="icon_name">sw/res/one_right.png</property>
  29. </object>
  30. <object class="GtkTreeStore" id="liststore1">
  31. <columns>
  32. <!-- column-name text -->
  33. <column type="gchararray"/>
  34. <!-- column-name id -->
  35. <column type="gchararray"/>
  36. </columns>
  37. </object>
  38. <object class="GtkTreeStore" id="liststore2">
  39. <columns>
  40. <!-- column-name text -->
  41. <column type="gchararray"/>
  42. <!-- column-name id -->
  43. <column type="gchararray"/>
  44. </columns>
  45. </object>
  46. <object class="GtkTreeStore" id="liststore3">
  47. <columns>
  48. <!-- column-name text -->
  49. <column type="gchararray"/>
  50. <!-- column-name id -->
  51. <column type="gchararray"/>
  52. </columns>
  53. </object>
  54. <object class="GtkDialog" id="InsertDbColumnsDialog">
  55. <property name="can_focus">False</property>
  56. <property name="border_width">6</property>
  57. <property name="title" translatable="yes" context="insertdbcolumnsdialog|InsertDbColumnsDialog">Insert Database Columns</property>
  58. <property name="resizable">False</property>
  59. <property name="modal">True</property>
  60. <property name="default_width">0</property>
  61. <property name="default_height">0</property>
  62. <property name="type_hint">dialog</property>
  63. <child internal-child="vbox">
  64. <object class="GtkBox" id="dialog-vbox1">
  65. <property name="can_focus">False</property>
  66. <property name="orientation">vertical</property>
  67. <property name="spacing">12</property>
  68. <child internal-child="action_area">
  69. <object class="GtkButtonBox" id="dialog-action_area1">
  70. <property name="can_focus">False</property>
  71. <property name="layout_style">end</property>
  72. <child>
  73. <object class="GtkButton" id="ok">
  74. <property name="label">gtk-ok</property>
  75. <property name="visible">True</property>
  76. <property name="can_focus">True</property>
  77. <property name="can_default">True</property>
  78. <property name="has_default">True</property>
  79. <property name="receives_default">True</property>
  80. <property name="use_stock">True</property>
  81. </object>
  82. <packing>
  83. <property name="expand">False</property>
  84. <property name="fill">True</property>
  85. <property name="position">0</property>
  86. </packing>
  87. </child>
  88. <child>
  89. <object class="GtkButton" id="cancel">
  90. <property name="label">gtk-cancel</property>
  91. <property name="visible">True</property>
  92. <property name="can_focus">True</property>
  93. <property name="receives_default">True</property>
  94. <property name="use_stock">True</property>
  95. </object>
  96. <packing>
  97. <property name="expand">False</property>
  98. <property name="fill">True</property>
  99. <property name="position">1</property>
  100. </packing>
  101. </child>
  102. <child>
  103. <object class="GtkButton" id="help">
  104. <property name="label">gtk-help</property>
  105. <property name="visible">True</property>
  106. <property name="can_focus">True</property>
  107. <property name="receives_default">True</property>
  108. <property name="use_stock">True</property>
  109. </object>
  110. <packing>
  111. <property name="expand">False</property>
  112. <property name="fill">True</property>
  113. <property name="position">2</property>
  114. <property name="secondary">True</property>
  115. </packing>
  116. </child>
  117. </object>
  118. <packing>
  119. <property name="expand">False</property>
  120. <property name="fill">True</property>
  121. <property name="pack_type">end</property>
  122. <property name="position">0</property>
  123. </packing>
  124. </child>
  125. <child>
  126. <!-- n-columns=1 n-rows=1 -->
  127. <object class="GtkGrid" id="grid1">
  128. <property name="visible">True</property>
  129. <property name="can_focus">False</property>
  130. <property name="vexpand">True</property>
  131. <property name="row_spacing">12</property>
  132. <child>
  133. <!-- n-columns=1 n-rows=1 -->
  134. <object class="GtkGrid" id="grid2">
  135. <property name="visible">True</property>
  136. <property name="can_focus">False</property>
  137. <property name="hexpand">True</property>
  138. <property name="column_spacing">12</property>
  139. <child>
  140. <object class="GtkLabel" id="label1">
  141. <property name="visible">True</property>
  142. <property name="can_focus">False</property>
  143. <property name="label" translatable="yes" context="insertdbcolumnsdialog|label1">Insert data as:</property>
  144. <property name="use_underline">True</property>
  145. <property name="mnemonic_widget">grid3</property>
  146. <property name="xalign">0</property>
  147. </object>
  148. <packing>
  149. <property name="left_attach">0</property>
  150. <property name="top_attach">0</property>
  151. </packing>
  152. </child>
  153. <child>
  154. <!-- n-columns=1 n-rows=1 -->
  155. <object class="GtkGrid" id="grid3">
  156. <property name="visible">True</property>
  157. <property name="can_focus">False</property>
  158. <property name="hexpand">True</property>
  159. <property name="column_spacing">12</property>
  160. <child>
  161. <object class="GtkRadioButton" id="astable">
  162. <property name="label" translatable="yes" context="insertdbcolumnsdialog|astable">T_able</property>
  163. <property name="visible">True</property>
  164. <property name="can_focus">True</property>
  165. <property name="receives_default">False</property>
  166. <property name="use_underline">True</property>
  167. <property name="xalign">0</property>
  168. <property name="active">True</property>
  169. <property name="draw_indicator">True</property>
  170. <child internal-child="accessible">
  171. <object class="AtkObject" id="astable-atkobject">
  172. <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|astable">Inserts data selected from the data source browser into the document as a table.</property>
  173. </object>
  174. </child>
  175. </object>
  176. <packing>
  177. <property name="left_attach">0</property>
  178. <property name="top_attach">0</property>
  179. </packing>
  180. </child>
  181. <child>
  182. <object class="GtkRadioButton" id="asfields">
  183. <property name="label" translatable="yes" context="insertdbcolumnsdialog|asfields">_Fields</property>
  184. <property name="visible">True</property>
  185. <property name="can_focus">True</property>
  186. <property name="receives_default">False</property>
  187. <property name="use_underline">True</property>
  188. <property name="xalign">0</property>
  189. <property name="draw_indicator">True</property>
  190. <property name="group">astable</property>
  191. <child internal-child="accessible">
  192. <object class="AtkObject" id="asfields-atkobject">
  193. <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|asfields">Inserts data selected from the data source browser into the document as fields.</property>
  194. </object>
  195. </child>
  196. </object>
  197. <packing>
  198. <property name="left_attach">1</property>
  199. <property name="top_attach">0</property>
  200. </packing>
  201. </child>
  202. <child>
  203. <object class="GtkRadioButton" id="astext">
  204. <property name="label" translatable="yes" context="insertdbcolumnsdialog|astext">_Text</property>
  205. <property name="visible">True</property>
  206. <property name="can_focus">True</property>
  207. <property name="receives_default">False</property>
  208. <property name="use_underline">True</property>
  209. <property name="xalign">0</property>
  210. <property name="draw_indicator">True</property>
  211. <property name="group">astable</property>
  212. <child internal-child="accessible">
  213. <object class="AtkObject" id="astext-atkobject">
  214. <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|astext">Inserts data selected from the data source browser into the document as text.</property>
  215. </object>
  216. </child>
  217. </object>
  218. <packing>
  219. <property name="left_attach">2</property>
  220. <property name="top_attach">0</property>
  221. </packing>
  222. </child>
  223. </object>
  224. <packing>
  225. <property name="left_attach">1</property>
  226. <property name="top_attach">0</property>
  227. </packing>
  228. </child>
  229. </object>
  230. <packing>
  231. <property name="left_attach">0</property>
  232. <property name="top_attach">0</property>
  233. </packing>
  234. </child>
  235. <child>
  236. <object class="GtkFrame" id="dbframe">
  237. <property name="visible">True</property>
  238. <property name="can_focus">False</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="alignment1">
  244. <property name="visible">True</property>
  245. <property name="can_focus">False</property>
  246. <property name="vexpand">True</property>
  247. <property name="top_padding">6</property>
  248. <property name="left_padding">12</property>
  249. <child>
  250. <!-- n-columns=1 n-rows=1 -->
  251. <object class="GtkGrid" id="grid4">
  252. <property name="visible">True</property>
  253. <property name="can_focus">False</property>
  254. <property name="hexpand">True</property>
  255. <property name="vexpand">True</property>
  256. <property name="row_spacing">6</property>
  257. <property name="column_spacing">12</property>
  258. <child>
  259. <object class="GtkLabel" id="label4">
  260. <property name="visible">True</property>
  261. <property name="can_focus">False</property>
  262. <property name="label" translatable="yes" context="insertdbcolumnsdialog|label4">Database _columns</property>
  263. <property name="use_underline">True</property>
  264. <property name="mnemonic_widget">box2</property>
  265. <property name="xalign">0</property>
  266. </object>
  267. <packing>
  268. <property name="left_attach">0</property>
  269. <property name="top_attach">0</property>
  270. </packing>
  271. </child>
  272. <child>
  273. <object class="GtkLabel" id="tablecolft">
  274. <property name="visible">True</property>
  275. <property name="can_focus">False</property>
  276. <property name="label" translatable="yes" context="insertdbcolumnsdialog|tablecolft">Tab_le column(s)</property>
  277. <property name="use_underline">True</property>
  278. <property name="mnemonic_widget">tablecols</property>
  279. <property name="xalign">0</property>
  280. </object>
  281. <packing>
  282. <property name="left_attach">2</property>
  283. <property name="top_attach">0</property>
  284. </packing>
  285. </child>
  286. <child>
  287. <object class="GtkButtonBox" id="buttonbox1">
  288. <property name="visible">True</property>
  289. <property name="can_focus">False</property>
  290. <property name="vexpand">True</property>
  291. <property name="orientation">vertical</property>
  292. <property name="spacing">12</property>
  293. <property name="layout_style">start</property>
  294. <child>
  295. <object class="GtkButton" id="allright">
  296. <property name="visible">True</property>
  297. <property name="can_focus">True</property>
  298. <property name="receives_default">True</property>
  299. <property name="image">image1</property>
  300. <child internal-child="accessible">
  301. <object class="AtkObject" id="allright-atkobject">
  302. <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|allright">Moves all listed database fields into the Table column(s) list box.</property>
  303. </object>
  304. </child>
  305. </object>
  306. <packing>
  307. <property name="expand">False</property>
  308. <property name="fill">True</property>
  309. <property name="position">0</property>
  310. </packing>
  311. </child>
  312. <child>
  313. <object class="GtkButton" id="oneright">
  314. <property name="visible">True</property>
  315. <property name="can_focus">True</property>
  316. <property name="receives_default">True</property>
  317. <property name="image">image2</property>
  318. <child internal-child="accessible">
  319. <object class="AtkObject" id="oneright-atkobject">
  320. <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|oneright">Moves the selected database field into the Table column(s) list box.</property>
  321. </object>
  322. </child>
  323. </object>
  324. <packing>
  325. <property name="expand">False</property>
  326. <property name="fill">True</property>
  327. <property name="position">1</property>
  328. </packing>
  329. </child>
  330. <child>
  331. <object class="GtkButton" id="toedit">
  332. <property name="can_focus">True</property>
  333. <property name="receives_default">True</property>
  334. <property name="no_show_all">True</property>
  335. <property name="image">image5</property>
  336. <child internal-child="accessible">
  337. <object class="AtkObject" id="toedit-atkobject">
  338. <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|toedit">Moves the fields that you selected in the Database columns list box into the selection field.</property>
  339. </object>
  340. </child>
  341. </object>
  342. <packing>
  343. <property name="expand">False</property>
  344. <property name="fill">True</property>
  345. <property name="position">2</property>
  346. </packing>
  347. </child>
  348. <child>
  349. <object class="GtkButton" id="oneleft">
  350. <property name="visible">True</property>
  351. <property name="can_focus">True</property>
  352. <property name="receives_default">True</property>
  353. <property name="image">image3</property>
  354. <child internal-child="accessible">
  355. <object class="AtkObject" id="oneleft-atkobject">
  356. <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|oneleft">Removes the selected database field from the Table column(s) list box</property>
  357. </object>
  358. </child>
  359. </object>
  360. <packing>
  361. <property name="expand">False</property>
  362. <property name="fill">True</property>
  363. <property name="position">4</property>
  364. <property name="secondary">True</property>
  365. </packing>
  366. </child>
  367. <child>
  368. <object class="GtkButton" id="allleft">
  369. <property name="visible">True</property>
  370. <property name="can_focus">True</property>
  371. <property name="receives_default">True</property>
  372. <property name="image">image4</property>
  373. <child internal-child="accessible">
  374. <object class="AtkObject" id="allleft-atkobject">
  375. <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|allleft">Removes all database fields from the Table column(s) list box.</property>
  376. </object>
  377. </child>
  378. </object>
  379. <packing>
  380. <property name="expand">False</property>
  381. <property name="fill">True</property>
  382. <property name="position">5</property>
  383. <property name="secondary">True</property>
  384. </packing>
  385. </child>
  386. </object>
  387. <packing>
  388. <property name="left_attach">1</property>
  389. <property name="top_attach">1</property>
  390. </packing>
  391. </child>
  392. <child>
  393. <object class="GtkBox" id="box1">
  394. <property name="visible">True</property>
  395. <property name="can_focus">False</property>
  396. <property name="hexpand">True</property>
  397. <property name="vexpand">True</property>
  398. <property name="orientation">vertical</property>
  399. <child>
  400. <object class="GtkScrolledWindow">
  401. <property name="visible">True</property>
  402. <property name="can_focus">True</property>
  403. <property name="hexpand">True</property>
  404. <property name="vexpand">True</property>
  405. <property name="shadow_type">in</property>
  406. <child>
  407. <object class="GtkTreeView" id="tablecols">
  408. <property name="visible">True</property>
  409. <property name="can_focus">True</property>
  410. <property name="hexpand">True</property>
  411. <property name="vexpand">True</property>
  412. <property name="model">liststore1</property>
  413. <property name="headers_visible">False</property>
  414. <property name="headers_clickable">False</property>
  415. <property name="search_column">0</property>
  416. <property name="show_expanders">False</property>
  417. <child internal-child="selection">
  418. <object class="GtkTreeSelection" id="treeview-selection1"/>
  419. </child>
  420. <child>
  421. <object class="GtkTreeViewColumn" id="treeviewcolumn1">
  422. <child>
  423. <object class="GtkCellRendererText" id="cellrenderertext1"/>
  424. <attributes>
  425. <attribute name="text">0</attribute>
  426. </attributes>
  427. </child>
  428. </object>
  429. </child>
  430. <child internal-child="accessible">
  431. <object class="AtkObject" id="tablecols-atkobject">
  432. <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|tablecols">Lists all database columns to be inserted into the document.</property>
  433. </object>
  434. </child>
  435. </object>
  436. </child>
  437. </object>
  438. <packing>
  439. <property name="expand">False</property>
  440. <property name="fill">True</property>
  441. <property name="position">0</property>
  442. </packing>
  443. </child>
  444. <child>
  445. <object class="GtkScrolledWindow" id="scrolledwindow1">
  446. <property name="visible">True</property>
  447. <property name="can_focus">True</property>
  448. <property name="hexpand">True</property>
  449. <property name="vexpand">True</property>
  450. <property name="shadow_type">in</property>
  451. <child>
  452. <object class="GtkTextView" id="textview">
  453. <property name="visible">True</property>
  454. <property name="can_focus">True</property>
  455. <property name="hexpand">True</property>
  456. <property name="vexpand">True</property>
  457. <child internal-child="accessible">
  458. <object class="AtkObject" id="textview-atkobject">
  459. <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|textview">Lists the database columns that you selected to be inserted into the document. You can also enter text here. This text will be also inserted into the document.</property>
  460. </object>
  461. </child>
  462. </object>
  463. </child>
  464. </object>
  465. <packing>
  466. <property name="expand">False</property>
  467. <property name="fill">True</property>
  468. <property name="position">1</property>
  469. </packing>
  470. </child>
  471. </object>
  472. <packing>
  473. <property name="left_attach">2</property>
  474. <property name="top_attach">1</property>
  475. </packing>
  476. </child>
  477. <child>
  478. <object class="GtkBox" id="box2">
  479. <property name="visible">True</property>
  480. <property name="can_focus">False</property>
  481. <property name="hexpand">True</property>
  482. <property name="vexpand">True</property>
  483. <property name="orientation">vertical</property>
  484. <child>
  485. <object class="GtkScrolledWindow">
  486. <property name="visible">True</property>
  487. <property name="can_focus">True</property>
  488. <property name="hexpand">True</property>
  489. <property name="vexpand">True</property>
  490. <property name="shadow_type">in</property>
  491. <child>
  492. <object class="GtkTreeView" id="tabledbcols">
  493. <property name="visible">True</property>
  494. <property name="can_focus">True</property>
  495. <property name="hexpand">True</property>
  496. <property name="vexpand">True</property>
  497. <property name="model">liststore2</property>
  498. <property name="headers_visible">False</property>
  499. <property name="headers_clickable">False</property>
  500. <property name="search_column">0</property>
  501. <property name="show_expanders">False</property>
  502. <child internal-child="selection">
  503. <object class="GtkTreeSelection" id="treeview-selection2"/>
  504. </child>
  505. <child>
  506. <object class="GtkTreeViewColumn" id="treeviewcolumn2">
  507. <child>
  508. <object class="GtkCellRendererText" id="cellrenderertext2"/>
  509. <attributes>
  510. <attribute name="text">0</attribute>
  511. </attributes>
  512. </child>
  513. </object>
  514. </child>
  515. <child internal-child="accessible">
  516. <object class="AtkObject" id="tabledbcols-atkobject">
  517. <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|tabledbcols">Specifies the database columns to be inserted into the text table.</property>
  518. </object>
  519. </child>
  520. </object>
  521. </child>
  522. </object>
  523. <packing>
  524. <property name="expand">False</property>
  525. <property name="fill">True</property>
  526. <property name="position">0</property>
  527. </packing>
  528. </child>
  529. <child>
  530. <object class="GtkScrolledWindow">
  531. <property name="visible">True</property>
  532. <property name="can_focus">True</property>
  533. <property name="hexpand">True</property>
  534. <property name="vexpand">True</property>
  535. <property name="shadow_type">in</property>
  536. <child>
  537. <object class="GtkTreeView" id="tabletxtcols">
  538. <property name="visible">True</property>
  539. <property name="can_focus">True</property>
  540. <property name="hexpand">True</property>
  541. <property name="vexpand">True</property>
  542. <property name="model">liststore3</property>
  543. <property name="headers_visible">False</property>
  544. <property name="headers_clickable">False</property>
  545. <property name="search_column">0</property>
  546. <property name="show_expanders">False</property>
  547. <child internal-child="selection">
  548. <object class="GtkTreeSelection" id="treeview-selection3"/>
  549. </child>
  550. <child>
  551. <object class="GtkTreeViewColumn" id="treeviewcolumn3">
  552. <child>
  553. <object class="GtkCellRendererText" id="cellrenderertext3"/>
  554. <attributes>
  555. <attribute name="text">0</attribute>
  556. </attributes>
  557. </child>
  558. </object>
  559. </child>
  560. <child internal-child="accessible">
  561. <object class="AtkObject" id="tabletxtcols-atkobject">
  562. <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|tabletxtcols">Select the database columns that you want to insert it in the document.</property>
  563. </object>
  564. </child>
  565. </object>
  566. </child>
  567. </object>
  568. <packing>
  569. <property name="expand">False</property>
  570. <property name="fill">True</property>
  571. <property name="position">1</property>
  572. </packing>
  573. </child>
  574. </object>
  575. <packing>
  576. <property name="left_attach">0</property>
  577. <property name="top_attach">1</property>
  578. </packing>
  579. </child>
  580. <child>
  581. <placeholder/>
  582. </child>
  583. </object>
  584. </child>
  585. </object>
  586. </child>
  587. <child type="label">
  588. <object class="GtkLabel" id="label2">
  589. <property name="visible">True</property>
  590. <property name="can_focus">False</property>
  591. <attributes>
  592. <attribute name="weight" value="bold"/>
  593. </attributes>
  594. </object>
  595. </child>
  596. </object>
  597. <packing>
  598. <property name="left_attach">0</property>
  599. <property name="top_attach">1</property>
  600. </packing>
  601. </child>
  602. <child>
  603. <object class="GtkFrame" id="formatframe">
  604. <property name="visible">True</property>
  605. <property name="can_focus">False</property>
  606. <property name="hexpand">True</property>
  607. <property name="label_xalign">0</property>
  608. <property name="shadow_type">none</property>
  609. <child>
  610. <object class="GtkAlignment" id="alignment2">
  611. <property name="visible">True</property>
  612. <property name="can_focus">False</property>
  613. <property name="hexpand">True</property>
  614. <property name="top_padding">6</property>
  615. <property name="left_padding">12</property>
  616. <child>
  617. <!-- n-columns=1 n-rows=1 -->
  618. <object class="GtkGrid" id="grid5">
  619. <property name="visible">True</property>
  620. <property name="can_focus">False</property>
  621. <property name="hexpand">True</property>
  622. <property name="column_spacing">18</property>
  623. <child>
  624. <!-- n-columns=1 n-rows=1 -->
  625. <object class="GtkGrid" id="grid6">
  626. <property name="visible">True</property>
  627. <property name="can_focus">False</property>
  628. <property name="hexpand">True</property>
  629. <property name="row_spacing">6</property>
  630. <property name="column_spacing">12</property>
  631. <child>
  632. <object class="GtkCheckButton" id="tableheading">
  633. <property name="label" translatable="yes" context="insertdbcolumnsdialog|tableheading">Insert table heading</property>
  634. <property name="visible">True</property>
  635. <property name="can_focus">True</property>
  636. <property name="receives_default">False</property>
  637. <property name="use_underline">True</property>
  638. <property name="xalign">0</property>
  639. <property name="draw_indicator">True</property>
  640. <child internal-child="accessible">
  641. <object class="AtkObject" id="tableheading-atkobject">
  642. <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|tableheading">Specifies whether to insert a heading line for the columns in the text table.</property>
  643. </object>
  644. </child>
  645. </object>
  646. <packing>
  647. <property name="left_attach">0</property>
  648. <property name="top_attach">1</property>
  649. </packing>
  650. </child>
  651. <child>
  652. <object class="GtkRadioButton" id="columnname">
  653. <property name="label" translatable="yes" context="insertdbcolumnsdialog|columnname">Apply column _name</property>
  654. <property name="visible">True</property>
  655. <property name="can_focus">True</property>
  656. <property name="receives_default">False</property>
  657. <property name="margin_left">12</property>
  658. <property name="use_underline">True</property>
  659. <property name="xalign">0</property>
  660. <property name="draw_indicator">True</property>
  661. <child internal-child="accessible">
  662. <object class="AtkObject" id="columnname-atkobject">
  663. <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|columnname">Uses the field names of the database table as headings for each of the text table columns.</property>
  664. </object>
  665. </child>
  666. </object>
  667. <packing>
  668. <property name="left_attach">0</property>
  669. <property name="top_attach">2</property>
  670. </packing>
  671. </child>
  672. <child>
  673. <object class="GtkRadioButton" id="rowonly">
  674. <property name="label" translatable="yes" context="insertdbcolumnsdialog|rowonly">Create row only</property>
  675. <property name="visible">True</property>
  676. <property name="can_focus">True</property>
  677. <property name="receives_default">False</property>
  678. <property name="margin_left">12</property>
  679. <property name="use_underline">True</property>
  680. <property name="xalign">0</property>
  681. <property name="draw_indicator">True</property>
  682. <property name="group">columnname</property>
  683. <child internal-child="accessible">
  684. <object class="AtkObject" id="rowonly-atkobject">
  685. <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|rowonly">Inserts an empty heading line into the text table.</property>
  686. </object>
  687. </child>
  688. </object>
  689. <packing>
  690. <property name="left_attach">0</property>
  691. <property name="top_attach">3</property>
  692. </packing>
  693. </child>
  694. <child>
  695. <object class="GtkButton" id="tableformat">
  696. <property name="label" translatable="yes" context="insertdbcolumnsdialog|tableformat">Pr_operties...</property>
  697. <property name="visible">True</property>
  698. <property name="can_focus">True</property>
  699. <property name="receives_default">True</property>
  700. <property name="use_underline">True</property>
  701. <child internal-child="accessible">
  702. <object class="AtkObject" id="tableformat-atkobject">
  703. <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|tableformat">Opens the Table Format dialog, which enables you to define the table properties such as borders, background, and column width.</property>
  704. </object>
  705. </child>
  706. </object>
  707. <packing>
  708. <property name="left_attach">1</property>
  709. <property name="top_attach">1</property>
  710. </packing>
  711. </child>
  712. <child>
  713. <object class="GtkButton" id="autoformat">
  714. <property name="label" translatable="yes" context="insertdbcolumnsdialog|autoformat">Aut_oFormat...</property>
  715. <property name="visible">True</property>
  716. <property name="can_focus">True</property>
  717. <property name="receives_default">True</property>
  718. <property name="use_underline">True</property>
  719. <child internal-child="accessible">
  720. <object class="AtkObject" id="autoformat-atkobject">
  721. <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|autoformat">Opens the AutoFormat dialog, in which you can select format styles that are immediately applied when inserting the table.</property>
  722. </object>
  723. </child>
  724. </object>
  725. <packing>
  726. <property name="left_attach">1</property>
  727. <property name="top_attach">2</property>
  728. </packing>
  729. </child>
  730. <child>
  731. <object class="GtkLabel" id="parastylelabel">
  732. <property name="visible">True</property>
  733. <property name="can_focus">False</property>
  734. <property name="label" translatable="yes" context="insertdbcolumnsdialog|parastylelabel">Paragraph _style:</property>
  735. <property name="use_underline">True</property>
  736. <property name="mnemonic_widget">parastyle</property>
  737. <property name="xalign">0</property>
  738. </object>
  739. <packing>
  740. <property name="left_attach">0</property>
  741. <property name="top_attach">0</property>
  742. </packing>
  743. </child>
  744. <child>
  745. <object class="GtkComboBoxText" id="parastyle">
  746. <property name="visible">True</property>
  747. <property name="can_focus">False</property>
  748. <property name="hexpand">True</property>
  749. <accessibility>
  750. <relation type="labelled-by" target="userdefined"/>
  751. </accessibility>
  752. <child internal-child="accessible">
  753. <object class="AtkObject" id="parastyle-atkobject">
  754. <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|parastyle">This is where you can select other Paragraph Styles to apply to the paragraph you want to insert into the document.</property>
  755. </object>
  756. </child>
  757. </object>
  758. <packing>
  759. <property name="left_attach">1</property>
  760. <property name="top_attach">0</property>
  761. </packing>
  762. </child>
  763. <child>
  764. <placeholder/>
  765. </child>
  766. </object>
  767. <packing>
  768. <property name="left_attach">1</property>
  769. <property name="top_attach">0</property>
  770. </packing>
  771. </child>
  772. <child>
  773. <!-- n-columns=1 n-rows=1 -->
  774. <object class="GtkGrid" id="grid7">
  775. <property name="visible">True</property>
  776. <property name="can_focus">False</property>
  777. <property name="row_spacing">6</property>
  778. <child>
  779. <object class="GtkRadioButton" id="fromdatabase">
  780. <property name="label" translatable="yes" context="insertdbcolumnsdialog|fromdatabase">From _database</property>
  781. <property name="visible">True</property>
  782. <property name="can_focus">True</property>
  783. <property name="receives_default">False</property>
  784. <property name="use_underline">True</property>
  785. <property name="xalign">0</property>
  786. <property name="active">True</property>
  787. <property name="draw_indicator">True</property>
  788. <child internal-child="accessible">
  789. <object class="AtkObject" id="fromdatabase-atkobject">
  790. <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|fromdatabase">Accepts the database formats.</property>
  791. </object>
  792. </child>
  793. </object>
  794. <packing>
  795. <property name="left_attach">0</property>
  796. <property name="top_attach">0</property>
  797. </packing>
  798. </child>
  799. <child>
  800. <object class="GtkRadioButton" id="userdefined">
  801. <property name="label" translatable="yes" context="insertdbcolumnsdialog|userdefined">_User-defined</property>
  802. <property name="visible">True</property>
  803. <property name="can_focus">True</property>
  804. <property name="receives_default">False</property>
  805. <property name="use_underline">True</property>
  806. <property name="xalign">0</property>
  807. <property name="draw_indicator">True</property>
  808. <property name="group">fromdatabase</property>
  809. <accessibility>
  810. <relation type="label-for" target="numformat"/>
  811. </accessibility>
  812. <child internal-child="accessible">
  813. <object class="AtkObject" id="userdefined-atkobject">
  814. <property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|userdefined">Specifies a format from the list, if the format information of certain data fields is not accepted.</property>
  815. </object>
  816. </child>
  817. </object>
  818. <packing>
  819. <property name="left_attach">0</property>
  820. <property name="top_attach">1</property>
  821. </packing>
  822. </child>
  823. <child>
  824. <object class="GtkComboBoxText" id="numformat">
  825. <property name="visible">True</property>
  826. <property name="can_focus">False</property>
  827. <property name="margin_left">12</property>
  828. <accessibility>
  829. <relation type="labelled-by" target="userdefined"/>
  830. </accessibility>
  831. </object>
  832. <packing>
  833. <property name="left_attach">0</property>
  834. <property name="top_attach">2</property>
  835. </packing>
  836. </child>
  837. </object>
  838. <packing>
  839. <property name="left_attach">0</property>
  840. <property name="top_attach">0</property>
  841. </packing>
  842. </child>
  843. </object>
  844. </child>
  845. </object>
  846. </child>
  847. <child type="label">
  848. <object class="GtkLabel" id="label3">
  849. <property name="visible">True</property>
  850. <property name="can_focus">False</property>
  851. <property name="label" translatable="yes" context="insertdbcolumnsdialog|label3">Format</property>
  852. <attributes>
  853. <attribute name="weight" value="bold"/>
  854. </attributes>
  855. </object>
  856. </child>
  857. </object>
  858. <packing>
  859. <property name="left_attach">0</property>
  860. <property name="top_attach">2</property>
  861. </packing>
  862. </child>
  863. </object>
  864. <packing>
  865. <property name="expand">False</property>
  866. <property name="fill">True</property>
  867. <property name="position">1</property>
  868. </packing>
  869. </child>
  870. </object>
  871. </child>
  872. <action-widgets>
  873. <action-widget response="-5">ok</action-widget>
  874. <action-widget response="-6">cancel</action-widget>
  875. <action-widget response="-11">help</action-widget>
  876. </action-widgets>
  877. <child type="titlebar">
  878. <placeholder/>
  879. </child>
  880. </object>
  881. <object class="GtkSizeGroup" id="sizegroup1">
  882. <property name="mode">vertical</property>
  883. <widgets>
  884. <widget name="tableheading"/>
  885. <widget name="columnname"/>
  886. <widget name="rowonly"/>
  887. <widget name="tableformat"/>
  888. <widget name="autoformat"/>
  889. <widget name="fromdatabase"/>
  890. <widget name="userdefined"/>
  891. <widget name="numformat"/>
  892. </widgets>
  893. </object>
  894. </interface>