flddocumentpage.ui 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506
  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="GtkAdjustment" id="adjustment1">
  6. <property name="lower">1</property>
  7. <property name="upper">10</property>
  8. <property name="value">1</property>
  9. <property name="step_increment">1</property>
  10. <property name="page_increment">10</property>
  11. </object>
  12. <object class="GtkAdjustment" id="adjustment2">
  13. <property name="upper">1000000</property>
  14. <property name="step_increment">1</property>
  15. <property name="page_increment">10</property>
  16. </object>
  17. <object class="GtkTreeStore" id="liststore1">
  18. <columns>
  19. <!-- column-name text -->
  20. <column type="gchararray"/>
  21. <!-- column-name id -->
  22. <column type="gchararray"/>
  23. </columns>
  24. </object>
  25. <object class="GtkTreeStore" id="liststore2">
  26. <columns>
  27. <!-- column-name text -->
  28. <column type="gchararray"/>
  29. <!-- column-name id -->
  30. <column type="gchararray"/>
  31. </columns>
  32. </object>
  33. <object class="GtkTreeStore" id="liststore3">
  34. <columns>
  35. <!-- column-name text -->
  36. <column type="gchararray"/>
  37. <!-- column-name id -->
  38. <column type="gchararray"/>
  39. </columns>
  40. </object>
  41. <object class="GtkTreeStore" id="liststore4">
  42. <columns>
  43. <!-- column-name text -->
  44. <column type="gchararray"/>
  45. <!-- column-name id -->
  46. <column type="gchararray"/>
  47. </columns>
  48. </object>
  49. <object class="GtkBox" id="FieldDocumentPage">
  50. <property name="visible">True</property>
  51. <property name="can_focus">False</property>
  52. <property name="hexpand">True</property>
  53. <property name="vexpand">True</property>
  54. <property name="border_width">6</property>
  55. <property name="spacing">12</property>
  56. <property name="homogeneous">False</property>
  57. <child>
  58. <object class="GtkFrame" id="typeframe">
  59. <property name="visible">True</property>
  60. <property name="can_focus">False</property>
  61. <property name="hexpand">True</property>
  62. <property name="label_xalign">0</property>
  63. <property name="shadow_type">none</property>
  64. <child>
  65. <object class="GtkAlignment" id="alignment1">
  66. <property name="visible">True</property>
  67. <property name="can_focus">False</property>
  68. <property name="hexpand">True</property>
  69. <property name="top_padding">6</property>
  70. <child>
  71. <object class="GtkScrolledWindow">
  72. <property name="visible">True</property>
  73. <property name="can_focus">True</property>
  74. <property name="hexpand">True</property>
  75. <property name="vexpand">True</property>
  76. <property name="shadow_type">in</property>
  77. <child>
  78. <object class="GtkTreeView" id="type">
  79. <property name="visible">True</property>
  80. <property name="can_focus">True</property>
  81. <property name="hexpand">True</property>
  82. <property name="vexpand">True</property>
  83. <property name="model">liststore1</property>
  84. <property name="headers_visible">False</property>
  85. <property name="headers_clickable">False</property>
  86. <property name="search_column">0</property>
  87. <property name="show_expanders">False</property>
  88. <child internal-child="selection">
  89. <object class="GtkTreeSelection" id="treeview-selection1"/>
  90. </child>
  91. <child>
  92. <object class="GtkTreeViewColumn" id="treeviewcolumn1">
  93. <child>
  94. <object class="GtkCellRendererText" id="cellrenderertext1"/>
  95. <attributes>
  96. <attribute name="text">0</attribute>
  97. </attributes>
  98. </child>
  99. </object>
  100. </child>
  101. <child internal-child="accessible">
  102. <object class="AtkObject" id="type-atkobject">
  103. <property name="AtkObject::accessible-description" translatable="yes" context="flddocumentpage|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>
  104. </object>
  105. </child>
  106. </object>
  107. </child>
  108. </object>
  109. </child>
  110. </object>
  111. </child>
  112. <child type="label">
  113. <object class="GtkLabel" id="label1">
  114. <property name="visible">True</property>
  115. <property name="can_focus">False</property>
  116. <property name="label" translatable="yes" context="flddocumentpage|label1">_Type</property>
  117. <property name="use_underline">True</property>
  118. <property name="xalign">0</property>
  119. <attributes>
  120. <attribute name="weight" value="bold"/>
  121. </attributes>
  122. </object>
  123. </child>
  124. </object>
  125. <packing>
  126. <property name="expand">False</property>
  127. <property name="fill">True</property>
  128. <property name="position">0</property>
  129. </packing>
  130. </child>
  131. <child>
  132. <object class="GtkFrame" id="selectframe">
  133. <property name="visible">True</property>
  134. <property name="can_focus">False</property>
  135. <property name="hexpand">True</property>
  136. <property name="label_xalign">0</property>
  137. <property name="shadow_type">none</property>
  138. <child>
  139. <object class="GtkAlignment" id="alignment2">
  140. <property name="visible">True</property>
  141. <property name="can_focus">False</property>
  142. <property name="hexpand">True</property>
  143. <property name="top_padding">6</property>
  144. <child>
  145. <object class="GtkScrolledWindow">
  146. <property name="visible">True</property>
  147. <property name="can_focus">True</property>
  148. <property name="hexpand">True</property>
  149. <property name="vexpand">True</property>
  150. <property name="shadow_type">in</property>
  151. <child>
  152. <object class="GtkTreeView" id="select">
  153. <property name="visible">True</property>
  154. <property name="can_focus">True</property>
  155. <property name="hexpand">True</property>
  156. <property name="vexpand">True</property>
  157. <property name="model">liststore2</property>
  158. <property name="headers_visible">False</property>
  159. <property name="headers_clickable">False</property>
  160. <property name="search_column">0</property>
  161. <property name="show_expanders">False</property>
  162. <child internal-child="selection">
  163. <object class="GtkTreeSelection" id="treeview-selection2"/>
  164. </child>
  165. <child>
  166. <object class="GtkTreeViewColumn" id="treeviewcolumn2">
  167. <child>
  168. <object class="GtkCellRendererText" id="cellrenderertext2"/>
  169. <attributes>
  170. <attribute name="text">0</attribute>
  171. </attributes>
  172. </child>
  173. </object>
  174. </child>
  175. <child internal-child="accessible">
  176. <object class="AtkObject" id="select-atkobject">
  177. <property name="AtkObject::accessible-description" translatable="yes" context="flddocumentpage|extended_tip|select">Lists the available fields for the field type selected in the Type list. To insert a field, click the field, and then click Insert.</property>
  178. </object>
  179. </child>
  180. </object>
  181. </child>
  182. </object>
  183. </child>
  184. </object>
  185. </child>
  186. <child type="label">
  187. <object class="GtkLabel" id="label2">
  188. <property name="visible">True</property>
  189. <property name="can_focus">False</property>
  190. <property name="label" translatable="yes" context="flddocumentpage|label2">_Select</property>
  191. <property name="use_underline">True</property>
  192. <property name="xalign">0</property>
  193. <attributes>
  194. <attribute name="weight" value="bold"/>
  195. </attributes>
  196. </object>
  197. </child>
  198. </object>
  199. <packing>
  200. <property name="expand">False</property>
  201. <property name="fill">True</property>
  202. <property name="position">1</property>
  203. </packing>
  204. </child>
  205. <child>
  206. <!-- n-columns=1 n-rows=1 -->
  207. <object class="GtkGrid" id="grid1">
  208. <property name="visible">True</property>
  209. <property name="can_focus">False</property>
  210. <property name="row_spacing">6</property>
  211. <child>
  212. <object class="GtkFrame" id="formatframe">
  213. <property name="visible">True</property>
  214. <property name="can_focus">False</property>
  215. <property name="hexpand">True</property>
  216. <property name="vexpand">True</property>
  217. <property name="label_xalign">0</property>
  218. <property name="shadow_type">none</property>
  219. <child>
  220. <object class="GtkAlignment" id="alignment3">
  221. <property name="visible">True</property>
  222. <property name="can_focus">False</property>
  223. <property name="hexpand">True</property>
  224. <property name="vexpand">True</property>
  225. <property name="top_padding">6</property>
  226. <child>
  227. <object class="GtkBox" id="box1">
  228. <property name="visible">True</property>
  229. <property name="can_focus">False</property>
  230. <property name="hexpand">True</property>
  231. <property name="vexpand">True</property>
  232. <property name="orientation">vertical</property>
  233. <property name="spacing">6</property>
  234. <child>
  235. <object class="GtkScrolledWindow">
  236. <property name="visible">True</property>
  237. <property name="can_focus">True</property>
  238. <property name="hexpand">True</property>
  239. <property name="vexpand">True</property>
  240. <property name="shadow_type">in</property>
  241. <child>
  242. <object class="GtkTreeView" id="format">
  243. <property name="visible">True</property>
  244. <property name="can_focus">True</property>
  245. <property name="hexpand">True</property>
  246. <property name="vexpand">True</property>
  247. <property name="model">liststore3</property>
  248. <property name="headers_visible">False</property>
  249. <property name="headers_clickable">False</property>
  250. <property name="search_column">0</property>
  251. <property name="show_expanders">False</property>
  252. <child internal-child="selection">
  253. <object class="GtkTreeSelection" id="treeview-selection3"/>
  254. </child>
  255. <child>
  256. <object class="GtkTreeViewColumn" id="treeviewcolumn3">
  257. <child>
  258. <object class="GtkCellRendererText" id="cellrenderertext3"/>
  259. <attributes>
  260. <attribute name="text">0</attribute>
  261. </attributes>
  262. </child>
  263. </object>
  264. </child>
  265. <child internal-child="accessible">
  266. <object class="AtkObject" id="format-atkobject">
  267. <property name="AtkObject::accessible-description" translatable="yes" context="flddocumentpage|extended_tip|format">Click the format that you want to apply to the selected field, or click "Additional formats" to define a custom format.</property>
  268. </object>
  269. </child>
  270. </object>
  271. </child>
  272. </object>
  273. <packing>
  274. <property name="expand">False</property>
  275. <property name="fill">True</property>
  276. <property name="position">0</property>
  277. </packing>
  278. </child>
  279. <child>
  280. <object class="GtkScrolledWindow">
  281. <property name="visible">True</property>
  282. <property name="can_focus">True</property>
  283. <property name="hexpand">True</property>
  284. <property name="vexpand">True</property>
  285. <property name="shadow_type">in</property>
  286. <child>
  287. <object class="GtkTreeView" id="numformat">
  288. <property name="visible">True</property>
  289. <property name="can_focus">True</property>
  290. <property name="hexpand">True</property>
  291. <property name="vexpand">True</property>
  292. <property name="model">liststore4</property>
  293. <property name="headers_visible">False</property>
  294. <property name="headers_clickable">False</property>
  295. <property name="search_column">0</property>
  296. <property name="show_expanders">False</property>
  297. <child internal-child="selection">
  298. <object class="GtkTreeSelection" id="treeview-selection4"/>
  299. </child>
  300. <child>
  301. <object class="GtkTreeViewColumn" id="treeviewcolumn4">
  302. <child>
  303. <object class="GtkCellRendererText" id="cellrenderertext4"/>
  304. <attributes>
  305. <attribute name="text">0</attribute>
  306. </attributes>
  307. </child>
  308. </object>
  309. </child>
  310. </object>
  311. </child>
  312. </object>
  313. <packing>
  314. <property name="expand">False</property>
  315. <property name="fill">True</property>
  316. <property name="position">1</property>
  317. </packing>
  318. </child>
  319. </object>
  320. </child>
  321. </object>
  322. </child>
  323. <child type="label">
  324. <object class="GtkLabel" id="label3">
  325. <property name="visible">True</property>
  326. <property name="can_focus">False</property>
  327. <property name="label" translatable="yes" context="flddocumentpage|label3">_Format</property>
  328. <property name="use_underline">True</property>
  329. <property name="xalign">0</property>
  330. <attributes>
  331. <attribute name="weight" value="bold"/>
  332. </attributes>
  333. </object>
  334. </child>
  335. </object>
  336. <packing>
  337. <property name="left_attach">0</property>
  338. <property name="top_attach">0</property>
  339. </packing>
  340. </child>
  341. <child>
  342. <object class="GtkCheckButton" id="fixed">
  343. <property name="label" translatable="yes" context="flddocumentpage|fixed">Fi_xed content</property>
  344. <property name="visible">True</property>
  345. <property name="can_focus">True</property>
  346. <property name="receives_default">False</property>
  347. <property name="use_underline">True</property>
  348. <property name="xalign">0</property>
  349. <property name="draw_indicator">True</property>
  350. <child internal-child="accessible">
  351. <object class="AtkObject" id="fixed-atkobject">
  352. <property name="AtkObject::accessible-description" translatable="yes" context="flddocumentpage|extended_tip|fixed">Inserts the field as static content, that is, the field cannot be updated.</property>
  353. </object>
  354. </child>
  355. </object>
  356. <packing>
  357. <property name="left_attach">0</property>
  358. <property name="top_attach">1</property>
  359. </packing>
  360. </child>
  361. <child>
  362. <!-- n-columns=1 n-rows=1 -->
  363. <object class="GtkGrid" id="grid2">
  364. <property name="visible">True</property>
  365. <property name="can_focus">False</property>
  366. <property name="row_spacing">6</property>
  367. <child>
  368. <object class="GtkLabel" id="levelft">
  369. <property name="visible">True</property>
  370. <property name="can_focus">False</property>
  371. <property name="label" translatable="yes" context="flddocumentpage|levelft">_Level</property>
  372. <property name="use_underline">True</property>
  373. <property name="mnemonic_widget">level</property>
  374. <property name="xalign">0</property>
  375. </object>
  376. <packing>
  377. <property name="left_attach">0</property>
  378. <property name="top_attach">0</property>
  379. </packing>
  380. </child>
  381. <child>
  382. <object class="GtkSpinButton" id="level">
  383. <property name="visible">True</property>
  384. <property name="can_focus">True</property>
  385. <property name="adjustment">adjustment1</property>
  386. <property name="truncate-multiline">True</property>
  387. <child internal-child="accessible">
  388. <object class="AtkObject" id="level-atkobject">
  389. <property name="AtkObject::accessible-description" translatable="yes" context="flddocumentpage|extended_tip|level">Select the chapter heading level that you want to include in the selected field.</property>
  390. </object>
  391. </child>
  392. </object>
  393. <packing>
  394. <property name="left_attach">0</property>
  395. <property name="top_attach">1</property>
  396. </packing>
  397. </child>
  398. <child>
  399. <object class="GtkSpinButton" id="offset">
  400. <property name="visible">True</property>
  401. <property name="can_focus">True</property>
  402. <property name="activates_default">True</property>
  403. <property name="adjustment">adjustment2</property>
  404. <property name="truncate-multiline">True</property>
  405. <child internal-child="accessible">
  406. <object class="AtkObject" id="offset-atkobject">
  407. <property name="AtkObject::accessible-description" translatable="yes" context="flddocumentpage|extended_tip|offset">Enter the offset that you want to apply to a date or time field.</property>
  408. </object>
  409. </child>
  410. </object>
  411. <packing>
  412. <property name="left_attach">0</property>
  413. <property name="top_attach">4</property>
  414. </packing>
  415. </child>
  416. <child>
  417. <object class="GtkLabel" id="daysft">
  418. <property name="visible">True</property>
  419. <property name="can_focus">False</property>
  420. <property name="label" translatable="yes" context="flddocumentpage|daysft">Offs_et in days</property>
  421. <property name="use_underline">True</property>
  422. <property name="mnemonic_widget">offset</property>
  423. <property name="xalign">0</property>
  424. </object>
  425. <packing>
  426. <property name="left_attach">0</property>
  427. <property name="top_attach">2</property>
  428. </packing>
  429. </child>
  430. <child>
  431. <object class="GtkLabel" id="minutesft">
  432. <property name="visible">True</property>
  433. <property name="can_focus">False</property>
  434. <property name="label" translatable="yes" context="flddocumentpage|minutesft">Offs_et in minutes</property>
  435. <property name="use_underline">True</property>
  436. <property name="mnemonic_widget">offset</property>
  437. <property name="xalign">0</property>
  438. </object>
  439. <packing>
  440. <property name="left_attach">0</property>
  441. <property name="top_attach">3</property>
  442. </packing>
  443. </child>
  444. </object>
  445. <packing>
  446. <property name="left_attach">0</property>
  447. <property name="top_attach">2</property>
  448. </packing>
  449. </child>
  450. <child>
  451. <!-- n-columns=1 n-rows=1 -->
  452. <object class="GtkGrid" id="grid3">
  453. <property name="visible">True</property>
  454. <property name="can_focus">False</property>
  455. <property name="row_spacing">6</property>
  456. <child>
  457. <object class="GtkLabel" id="valueft">
  458. <property name="visible">True</property>
  459. <property name="can_focus">False</property>
  460. <property name="label" translatable="yes" context="flddocumentpage|valueft">_Value</property>
  461. <property name="use_underline">True</property>
  462. <property name="mnemonic_widget">value</property>
  463. <property name="xalign">0</property>
  464. </object>
  465. <packing>
  466. <property name="left_attach">0</property>
  467. <property name="top_attach">0</property>
  468. </packing>
  469. </child>
  470. <child>
  471. <object class="GtkEntry" id="value">
  472. <property name="visible">True</property>
  473. <property name="can_focus">True</property>
  474. <property name="activates_default">True</property>
  475. <property name="truncate-multiline">True</property>
  476. <child internal-child="accessible">
  477. <object class="AtkObject" id="value-atkobject">
  478. <property name="AtkObject::accessible-description" translatable="yes" context="flddocumentpage|extended_tip|value">Enter the offset value that you want to apply to a page number field, for example "+1".</property>
  479. </object>
  480. </child>
  481. </object>
  482. <packing>
  483. <property name="left_attach">0</property>
  484. <property name="top_attach">1</property>
  485. </packing>
  486. </child>
  487. </object>
  488. <packing>
  489. <property name="left_attach">0</property>
  490. <property name="top_attach">3</property>
  491. </packing>
  492. </child>
  493. </object>
  494. <packing>
  495. <property name="expand">False</property>
  496. <property name="fill">True</property>
  497. <property name="position">2</property>
  498. </packing>
  499. </child>
  500. </object>
  501. <object class="GtkSizeGroup" id="sizegroup1">
  502. <property name="mode">both</property>
  503. <property name="ignore_hidden">True</property>
  504. </object>
  505. </interface>