optprintpage.ui 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sfx">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkAdjustment" id="adjustment1">
  6. <property name="lower">2</property>
  7. <property name="upper">256</property>
  8. <property name="value">64</property>
  9. <property name="step_increment">1</property>
  10. <property name="page_increment">10</property>
  11. </object>
  12. <!-- n-columns=1 n-rows=1 -->
  13. <object class="GtkGrid" id="OptPrintPage">
  14. <property name="visible">True</property>
  15. <property name="can_focus">False</property>
  16. <property name="border_width">6</property>
  17. <property name="row_spacing">12</property>
  18. <property name="column_spacing">24</property>
  19. <child>
  20. <object class="GtkFrame" id="frame1">
  21. <property name="visible">True</property>
  22. <property name="can_focus">False</property>
  23. <property name="label_xalign">0</property>
  24. <property name="shadow_type">none</property>
  25. <child>
  26. <object class="GtkAlignment" id="alignment7">
  27. <property name="visible">True</property>
  28. <property name="can_focus">False</property>
  29. <property name="top_padding">6</property>
  30. <property name="left_padding">12</property>
  31. <child>
  32. <!-- n-columns=1 n-rows=1 -->
  33. <object class="GtkGrid" id="grid2">
  34. <property name="visible">True</property>
  35. <property name="can_focus">False</property>
  36. <property name="row_spacing">3</property>
  37. <child>
  38. <object class="GtkRadioButton" id="printer">
  39. <property name="label" translatable="yes" context="optprintpage|printer">_Printer</property>
  40. <property name="visible">True</property>
  41. <property name="can_focus">True</property>
  42. <property name="receives_default">False</property>
  43. <property name="use_underline">True</property>
  44. <property name="xalign">0</property>
  45. <property name="active">True</property>
  46. <property name="draw_indicator">True</property>
  47. <child internal-child="accessible">
  48. <object class="AtkObject" id="printer-atkobject">
  49. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|printer">Specifies whether the print settings apply to direct printing or to printing to a file.</property>
  50. </object>
  51. </child>
  52. </object>
  53. <packing>
  54. <property name="left_attach">0</property>
  55. <property name="top_attach">0</property>
  56. </packing>
  57. </child>
  58. <child>
  59. <object class="GtkRadioButton" id="file">
  60. <property name="label" translatable="yes" context="optprintpage|file">Print to _file</property>
  61. <property name="visible">True</property>
  62. <property name="can_focus">True</property>
  63. <property name="receives_default">False</property>
  64. <property name="use_underline">True</property>
  65. <property name="xalign">0</property>
  66. <property name="draw_indicator">True</property>
  67. <property name="group">printer</property>
  68. <child internal-child="accessible">
  69. <object class="AtkObject" id="file-atkobject">
  70. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|file">Specifies whether the print settings apply to direct printing or to printing to a file.</property>
  71. </object>
  72. </child>
  73. </object>
  74. <packing>
  75. <property name="left_attach">0</property>
  76. <property name="top_attach">1</property>
  77. </packing>
  78. </child>
  79. </object>
  80. </child>
  81. </object>
  82. </child>
  83. <child type="label">
  84. <object class="GtkLabel" id="label4">
  85. <property name="visible">True</property>
  86. <property name="can_focus">False</property>
  87. <property name="label" translatable="yes" context="optprintpage|label4">Settings for</property>
  88. <property name="use_underline">True</property>
  89. <property name="xalign">0</property>
  90. <attributes>
  91. <attribute name="weight" value="bold"/>
  92. </attributes>
  93. </object>
  94. </child>
  95. </object>
  96. <packing>
  97. <property name="left_attach">0</property>
  98. <property name="top_attach">0</property>
  99. </packing>
  100. </child>
  101. <child>
  102. <object class="GtkFrame" id="frame3">
  103. <property name="visible">True</property>
  104. <property name="can_focus">False</property>
  105. <property name="label_xalign">0</property>
  106. <property name="shadow_type">none</property>
  107. <child>
  108. <object class="GtkAlignment" id="alignment2">
  109. <property name="visible">True</property>
  110. <property name="can_focus">False</property>
  111. <property name="top_padding">6</property>
  112. <property name="left_padding">12</property>
  113. <child>
  114. <!-- n-columns=1 n-rows=1 -->
  115. <object class="GtkGrid" id="grid3">
  116. <property name="visible">True</property>
  117. <property name="can_focus">False</property>
  118. <property name="row_spacing">3</property>
  119. <child>
  120. <object class="GtkCheckButton" id="papersize">
  121. <property name="label" translatable="yes" context="optprintpage|papersize">P_aper size</property>
  122. <property name="visible">True</property>
  123. <property name="can_focus">True</property>
  124. <property name="receives_default">False</property>
  125. <property name="use_underline">True</property>
  126. <property name="xalign">0</property>
  127. <property name="draw_indicator">True</property>
  128. <child internal-child="accessible">
  129. <object class="AtkObject" id="papersize-atkobject">
  130. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|papersize">Mark this check box if a certain paper size is needed for printing the current document.</property>
  131. </object>
  132. </child>
  133. </object>
  134. <packing>
  135. <property name="left_attach">0</property>
  136. <property name="top_attach">0</property>
  137. </packing>
  138. </child>
  139. <child>
  140. <object class="GtkCheckButton" id="paperorient">
  141. <property name="label" translatable="yes" context="optprintpage|paperorient">Pap_er orientation</property>
  142. <property name="visible">True</property>
  143. <property name="can_focus">True</property>
  144. <property name="receives_default">False</property>
  145. <property name="use_underline">True</property>
  146. <property name="xalign">0</property>
  147. <property name="draw_indicator">True</property>
  148. <child internal-child="accessible">
  149. <object class="AtkObject" id="paperorient-atkobject">
  150. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|paperorient">Mark this check box if you need a certain paper orientation for printing the current document.</property>
  151. </object>
  152. </child>
  153. </object>
  154. <packing>
  155. <property name="left_attach">0</property>
  156. <property name="top_attach">1</property>
  157. </packing>
  158. </child>
  159. <child>
  160. <object class="GtkCheckButton" id="trans">
  161. <property name="label" translatable="yes" context="optprintpage|trans">_Transparency</property>
  162. <property name="visible">True</property>
  163. <property name="can_focus">True</property>
  164. <property name="receives_default">False</property>
  165. <property name="use_underline">True</property>
  166. <property name="xalign">0</property>
  167. <property name="draw_indicator">True</property>
  168. <child internal-child="accessible">
  169. <object class="AtkObject" id="trans-atkobject">
  170. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|trans">Mark this check box if you always want to be warned if transparent objects are contained in the document.</property>
  171. </object>
  172. </child>
  173. </object>
  174. <packing>
  175. <property name="left_attach">0</property>
  176. <property name="top_attach">2</property>
  177. </packing>
  178. </child>
  179. </object>
  180. </child>
  181. </object>
  182. </child>
  183. <child type="label">
  184. <object class="GtkLabel" id="label2">
  185. <property name="visible">True</property>
  186. <property name="can_focus">False</property>
  187. <property name="label" translatable="yes" context="optprintpage|label2">Warnings</property>
  188. <attributes>
  189. <attribute name="weight" value="bold"/>
  190. </attributes>
  191. </object>
  192. </child>
  193. </object>
  194. <packing>
  195. <property name="left_attach">1</property>
  196. <property name="top_attach">1</property>
  197. </packing>
  198. </child>
  199. <child>
  200. <object class="GtkFrame" id="frame2">
  201. <property name="visible">True</property>
  202. <property name="can_focus">False</property>
  203. <property name="label_xalign">0</property>
  204. <property name="shadow_type">none</property>
  205. <child>
  206. <object class="GtkAlignment" id="alignment3">
  207. <property name="visible">True</property>
  208. <property name="can_focus">False</property>
  209. <property name="top_padding">6</property>
  210. <property name="left_padding">12</property>
  211. <child>
  212. <!-- n-columns=1 n-rows=1 -->
  213. <object class="GtkGrid" id="grid4">
  214. <property name="visible">True</property>
  215. <property name="can_focus">False</property>
  216. <property name="row_spacing">3</property>
  217. <child>
  218. <object class="GtkCheckButton" id="reducegrad">
  219. <property name="label" translatable="yes" context="optprintpage|reducegrad">Reduce _gradient</property>
  220. <property name="visible">True</property>
  221. <property name="can_focus">True</property>
  222. <property name="receives_default">False</property>
  223. <property name="use_underline">True</property>
  224. <property name="xalign">0</property>
  225. <property name="draw_indicator">True</property>
  226. <child internal-child="accessible">
  227. <object class="AtkObject" id="reducegrad-atkobject">
  228. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|reducegrad">If this field is marked, gradients are printed with reduced quality.</property>
  229. </object>
  230. </child>
  231. </object>
  232. <packing>
  233. <property name="left_attach">0</property>
  234. <property name="top_attach">0</property>
  235. </packing>
  236. </child>
  237. <child>
  238. <object class="GtkAlignment" id="alignment5">
  239. <property name="visible">True</property>
  240. <property name="can_focus">False</property>
  241. <property name="left_padding">18</property>
  242. <child>
  243. <!-- n-columns=1 n-rows=1 -->
  244. <object class="GtkGrid" id="grid8">
  245. <property name="visible">True</property>
  246. <property name="can_focus">False</property>
  247. <property name="row_spacing">3</property>
  248. <child>
  249. <!-- n-columns=1 n-rows=1 -->
  250. <object class="GtkGrid" id="grid6">
  251. <property name="visible">True</property>
  252. <property name="can_focus">False</property>
  253. <property name="column_spacing">3</property>
  254. <child>
  255. <object class="GtkRadioButton" id="reducegradstripes">
  256. <property name="label" translatable="yes" context="optprintpage|reducegradstripes">Gradient _stripes:</property>
  257. <property name="visible">True</property>
  258. <property name="can_focus">True</property>
  259. <property name="receives_default">False</property>
  260. <property name="use_underline">True</property>
  261. <property name="xalign">0</property>
  262. <property name="active">True</property>
  263. <property name="draw_indicator">True</property>
  264. <child internal-child="accessible">
  265. <object class="AtkObject" id="reducegradstripes-atkobject">
  266. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|reducegradstripes">Specifies the maximum number of gradient stripes for printing.</property>
  267. </object>
  268. </child>
  269. </object>
  270. <packing>
  271. <property name="left_attach">0</property>
  272. <property name="top_attach">0</property>
  273. </packing>
  274. </child>
  275. <child>
  276. <object class="GtkSpinButton" id="reducegradstep">
  277. <property name="visible">True</property>
  278. <property name="can_focus">True</property>
  279. <property name="activates_default">True</property>
  280. <property name="adjustment">adjustment1</property>
  281. <property name="truncate-multiline">True</property>
  282. <child internal-child="accessible">
  283. <object class="AtkObject" id="reducegradstep-atkobject">
  284. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|reducegradstep">Specifies the maximum number of gradient stripes for printing.</property>
  285. </object>
  286. </child>
  287. </object>
  288. <packing>
  289. <property name="left_attach">1</property>
  290. <property name="top_attach">0</property>
  291. </packing>
  292. </child>
  293. </object>
  294. <packing>
  295. <property name="left_attach">0</property>
  296. <property name="top_attach">0</property>
  297. </packing>
  298. </child>
  299. <child>
  300. <object class="GtkRadioButton" id="reducegradcolor">
  301. <property name="label" translatable="yes" context="optprintpage|reducegradcolor">Intermediate _color</property>
  302. <property name="visible">True</property>
  303. <property name="can_focus">True</property>
  304. <property name="receives_default">False</property>
  305. <property name="use_underline">True</property>
  306. <property name="xalign">0</property>
  307. <property name="draw_indicator">True</property>
  308. <property name="group">reducegradstripes</property>
  309. <child internal-child="accessible">
  310. <object class="AtkObject" id="reducegradcolor-atkobject">
  311. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|reducegradcolor">Specifies that gradients are only printed in a single intermediate color.</property>
  312. </object>
  313. </child>
  314. </object>
  315. <packing>
  316. <property name="left_attach">0</property>
  317. <property name="top_attach">1</property>
  318. </packing>
  319. </child>
  320. </object>
  321. </child>
  322. </object>
  323. <packing>
  324. <property name="left_attach">0</property>
  325. <property name="top_attach">1</property>
  326. </packing>
  327. </child>
  328. </object>
  329. </child>
  330. </object>
  331. </child>
  332. <child type="label">
  333. <object class="GtkLabel" id="label1">
  334. <property name="visible">True</property>
  335. <property name="can_focus">False</property>
  336. <property name="label" translatable="yes" context="optprintpage|label1">Reduce Gradient</property>
  337. <attributes>
  338. <attribute name="weight" value="bold"/>
  339. </attributes>
  340. </object>
  341. </child>
  342. <child internal-child="accessible">
  343. <object class="AtkObject" id="frame2-atkobject">
  344. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|frame2">Defines which warnings appear before printing begins.</property>
  345. </object>
  346. </child>
  347. </object>
  348. <packing>
  349. <property name="left_attach">1</property>
  350. <property name="top_attach">2</property>
  351. </packing>
  352. </child>
  353. <child>
  354. <object class="GtkFrame" id="frame4">
  355. <property name="visible">True</property>
  356. <property name="can_focus">False</property>
  357. <property name="label_xalign">0</property>
  358. <property name="shadow_type">none</property>
  359. <child>
  360. <object class="GtkAlignment" id="alignment1">
  361. <property name="visible">True</property>
  362. <property name="can_focus">False</property>
  363. <property name="top_padding">6</property>
  364. <property name="left_padding">12</property>
  365. <child>
  366. <!-- n-columns=1 n-rows=1 -->
  367. <object class="GtkGrid" id="grid1">
  368. <property name="visible">True</property>
  369. <property name="can_focus">False</property>
  370. <property name="row_spacing">3</property>
  371. <child>
  372. <object class="GtkAlignment" id="alignment9">
  373. <property name="visible">True</property>
  374. <property name="can_focus">False</property>
  375. <property name="left_padding">18</property>
  376. <child>
  377. <!-- n-columns=1 n-rows=1 -->
  378. <object class="GtkGrid" id="grid11">
  379. <property name="visible">True</property>
  380. <property name="can_focus">False</property>
  381. <property name="row_spacing">3</property>
  382. <child>
  383. <object class="GtkRadioButton" id="reducebitmapnormal">
  384. <property name="label" translatable="yes" context="optprintpage|reducebitmapnormal">N_ormal print quality</property>
  385. <property name="visible">True</property>
  386. <property name="can_focus">True</property>
  387. <property name="receives_default">False</property>
  388. <property name="use_underline">True</property>
  389. <property name="xalign">0</property>
  390. <property name="draw_indicator">True</property>
  391. <property name="group">reducebitmapoptimal</property>
  392. <child internal-child="accessible">
  393. <object class="AtkObject" id="reducebitmapnormal-atkobject">
  394. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|reducebitmapnormal">High print quality corresponds to a resolution of 300dpi. Normal print quality corresponds to a resolution of 200dpi. </property>
  395. </object>
  396. </child>
  397. </object>
  398. <packing>
  399. <property name="left_attach">0</property>
  400. <property name="top_attach">1</property>
  401. </packing>
  402. </child>
  403. <child>
  404. <!-- n-columns=1 n-rows=1 -->
  405. <object class="GtkGrid" id="grid12">
  406. <property name="visible">True</property>
  407. <property name="can_focus">False</property>
  408. <property name="column_spacing">3</property>
  409. <child>
  410. <object class="GtkRadioButton" id="reducebitmapresol">
  411. <property name="label" translatable="yes" context="optprintpage|reducebitmapresol">Reso_lution:</property>
  412. <property name="visible">True</property>
  413. <property name="can_focus">True</property>
  414. <property name="receives_default">False</property>
  415. <property name="use_underline">True</property>
  416. <property name="xalign">0</property>
  417. <property name="draw_indicator">True</property>
  418. <property name="group">reducebitmapoptimal</property>
  419. <child internal-child="accessible">
  420. <object class="AtkObject" id="reducebitmapresol-atkobject">
  421. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|reducebitmapresol">Specifies the maximum print quality in dpi. The resolution can only be reduced and not increased.</property>
  422. </object>
  423. </child>
  424. </object>
  425. <packing>
  426. <property name="left_attach">0</property>
  427. <property name="top_attach">0</property>
  428. </packing>
  429. </child>
  430. <child>
  431. <object class="GtkComboBoxText" id="reducebitmapdpi">
  432. <property name="visible">True</property>
  433. <property name="can_focus">False</property>
  434. <items>
  435. <item translatable="yes" context="optprintpage|reducebitmapdpi">72 DPI</item>
  436. <item translatable="yes" context="optprintpage|reducebitmapdpi">96 DPI</item>
  437. <item translatable="yes" context="optprintpage|reducebitmapdpi">150 DPI (Fax)</item>
  438. <item translatable="yes" context="optprintpage|reducebitmapdpi">200 DPI (default)</item>
  439. <item translatable="yes" context="optprintpage|reducebitmapdpi">300 DPI</item>
  440. <item translatable="yes" context="optprintpage|reducebitmapdpi">600 DPI</item>
  441. </items>
  442. <child internal-child="accessible">
  443. <object class="AtkObject" id="reducebitmapdpi-atkobject">
  444. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|reducebitmapdpi">Specifies the maximum print quality in dpi. The resolution can only be reduced and not increased.</property>
  445. </object>
  446. </child>
  447. </object>
  448. <packing>
  449. <property name="left_attach">1</property>
  450. <property name="top_attach">0</property>
  451. </packing>
  452. </child>
  453. </object>
  454. <packing>
  455. <property name="left_attach">0</property>
  456. <property name="top_attach">0</property>
  457. </packing>
  458. </child>
  459. <child>
  460. <object class="GtkRadioButton" id="reducebitmapoptimal">
  461. <property name="label" translatable="yes" context="optprintpage|reducebitmapoptimal">_High print quality</property>
  462. <property name="visible">True</property>
  463. <property name="can_focus">True</property>
  464. <property name="receives_default">False</property>
  465. <property name="use_underline">True</property>
  466. <property name="xalign">0</property>
  467. <property name="active">True</property>
  468. <property name="draw_indicator">True</property>
  469. <child internal-child="accessible">
  470. <object class="AtkObject" id="reducebitmapoptimal-atkobject">
  471. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|reducebitmapoptimal">High print quality corresponds to a resolution of 300dpi. Normal print quality corresponds to a resolution of 200dpi. </property>
  472. </object>
  473. </child>
  474. </object>
  475. <packing>
  476. <property name="left_attach">0</property>
  477. <property name="top_attach">2</property>
  478. </packing>
  479. </child>
  480. </object>
  481. </child>
  482. </object>
  483. <packing>
  484. <property name="left_attach">0</property>
  485. <property name="top_attach">1</property>
  486. </packing>
  487. </child>
  488. <child>
  489. <object class="GtkCheckButton" id="reducebitmap">
  490. <property name="label" translatable="yes" context="optprintpage|reducebitmap">Reduce _bitmaps</property>
  491. <property name="visible">True</property>
  492. <property name="can_focus">True</property>
  493. <property name="receives_default">False</property>
  494. <property name="use_underline">True</property>
  495. <property name="xalign">0</property>
  496. <property name="draw_indicator">True</property>
  497. <child internal-child="accessible">
  498. <object class="AtkObject" id="reducebitmap-atkobject">
  499. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|reducebitmap">Specifies that bitmaps are printed with reduced quality. The resolution can only be reduced and not increased.</property>
  500. </object>
  501. </child>
  502. </object>
  503. <packing>
  504. <property name="left_attach">0</property>
  505. <property name="top_attach">0</property>
  506. </packing>
  507. </child>
  508. </object>
  509. </child>
  510. </object>
  511. </child>
  512. <child type="label">
  513. <object class="GtkLabel" id="label3">
  514. <property name="visible">True</property>
  515. <property name="can_focus">False</property>
  516. <property name="label" translatable="yes" context="optprintpage|label1">Reduce Bitmaps</property>
  517. <attributes>
  518. <attribute name="weight" value="bold"/>
  519. </attributes>
  520. </object>
  521. </child>
  522. </object>
  523. <packing>
  524. <property name="left_attach">0</property>
  525. <property name="top_attach">2</property>
  526. </packing>
  527. </child>
  528. <child>
  529. <object class="GtkFrame" id="frame5">
  530. <property name="visible">True</property>
  531. <property name="can_focus">False</property>
  532. <property name="label_xalign">0</property>
  533. <property name="shadow_type">none</property>
  534. <child>
  535. <object class="GtkAlignment" id="alignment4">
  536. <property name="visible">True</property>
  537. <property name="can_focus">False</property>
  538. <property name="top_padding">6</property>
  539. <property name="left_padding">12</property>
  540. <child>
  541. <!-- n-columns=1 n-rows=1 -->
  542. <object class="GtkGrid" id="grid5">
  543. <property name="visible">True</property>
  544. <property name="can_focus">False</property>
  545. <property name="row_spacing">3</property>
  546. <child>
  547. <object class="GtkAlignment" id="alignment8">
  548. <property name="visible">True</property>
  549. <property name="can_focus">False</property>
  550. <property name="left_padding">18</property>
  551. <child>
  552. <!-- n-columns=1 n-rows=1 -->
  553. <object class="GtkGrid" id="grid10">
  554. <property name="visible">True</property>
  555. <property name="can_focus">False</property>
  556. <property name="row_spacing">3</property>
  557. <child>
  558. <object class="GtkRadioButton" id="reducetransauto">
  559. <property name="label" translatable="yes" context="optprintpage|reducetransauto">Auto_matically</property>
  560. <property name="visible">True</property>
  561. <property name="can_focus">True</property>
  562. <property name="receives_default">False</property>
  563. <property name="use_underline">True</property>
  564. <property name="xalign">0</property>
  565. <property name="active">True</property>
  566. <property name="draw_indicator">True</property>
  567. <child internal-child="accessible">
  568. <object class="AtkObject" id="reducetransauto-atkobject">
  569. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|reducetransauto">Specifies that the transparency is only printed if the transparent area covers less than a quarter of the entire page.</property>
  570. </object>
  571. </child>
  572. </object>
  573. <packing>
  574. <property name="left_attach">0</property>
  575. <property name="top_attach">0</property>
  576. </packing>
  577. </child>
  578. <child>
  579. <object class="GtkRadioButton" id="reducetransnone">
  580. <property name="label" translatable="yes" context="optprintpage|reducetransnone">_No transparency</property>
  581. <property name="visible">True</property>
  582. <property name="can_focus">True</property>
  583. <property name="receives_default">False</property>
  584. <property name="use_underline">True</property>
  585. <property name="xalign">0</property>
  586. <property name="draw_indicator">True</property>
  587. <property name="group">reducetransauto</property>
  588. <child internal-child="accessible">
  589. <object class="AtkObject" id="reducetransnone-atkobject">
  590. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|reducetransnone">With this option transparency is never printed.</property>
  591. </object>
  592. </child>
  593. </object>
  594. <packing>
  595. <property name="left_attach">0</property>
  596. <property name="top_attach">1</property>
  597. </packing>
  598. </child>
  599. </object>
  600. </child>
  601. </object>
  602. <packing>
  603. <property name="left_attach">0</property>
  604. <property name="top_attach">1</property>
  605. </packing>
  606. </child>
  607. <child>
  608. <object class="GtkCheckButton" id="reducetrans">
  609. <property name="label" translatable="yes" context="optprintpage|reducetrans">_Reduce transparency</property>
  610. <property name="visible">True</property>
  611. <property name="can_focus">True</property>
  612. <property name="receives_default">False</property>
  613. <property name="use_underline">True</property>
  614. <property name="xalign">0</property>
  615. <property name="draw_indicator">True</property>
  616. <child internal-child="accessible">
  617. <object class="AtkObject" id="reducetrans-atkobject">
  618. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|reducetrans">If you mark this field the transparent objects will be printed like normal, non-transparent objects, depending on your selection in the following two option buttons.</property>
  619. </object>
  620. </child>
  621. </object>
  622. <packing>
  623. <property name="left_attach">0</property>
  624. <property name="top_attach">0</property>
  625. </packing>
  626. </child>
  627. </object>
  628. </child>
  629. </object>
  630. </child>
  631. <child type="label">
  632. <object class="GtkLabel" id="label5">
  633. <property name="visible">True</property>
  634. <property name="can_focus">False</property>
  635. <property name="label" translatable="yes" context="optprintpage|label1">Reduce Transparency</property>
  636. <attributes>
  637. <attribute name="weight" value="bold"/>
  638. </attributes>
  639. </object>
  640. </child>
  641. </object>
  642. <packing>
  643. <property name="left_attach">0</property>
  644. <property name="top_attach">3</property>
  645. </packing>
  646. </child>
  647. <child>
  648. <object class="GtkFrame" id="frame6">
  649. <property name="visible">True</property>
  650. <property name="can_focus">False</property>
  651. <property name="label_xalign">0</property>
  652. <property name="shadow_type">none</property>
  653. <child>
  654. <object class="GtkAlignment" id="alignment6">
  655. <property name="visible">True</property>
  656. <property name="can_focus">False</property>
  657. <property name="top_padding">6</property>
  658. <property name="left_padding">12</property>
  659. <child>
  660. <!-- n-columns=1 n-rows=1 -->
  661. <object class="GtkGrid" id="grid7">
  662. <property name="visible">True</property>
  663. <property name="can_focus">False</property>
  664. <property name="row_spacing">3</property>
  665. <child>
  666. <object class="GtkCheckButton" id="pdf">
  667. <property name="label" translatable="yes" context="optprintpage|pdf">_PDF as standard print job format</property>
  668. <property name="visible">True</property>
  669. <property name="can_focus">True</property>
  670. <property name="receives_default">False</property>
  671. <property name="use_underline">True</property>
  672. <property name="xalign">0</property>
  673. <property name="draw_indicator">True</property>
  674. </object>
  675. <packing>
  676. <property name="left_attach">0</property>
  677. <property name="top_attach">0</property>
  678. </packing>
  679. </child>
  680. <child>
  681. <object class="GtkCheckButton" id="converttogray">
  682. <property name="label" translatable="yes" context="optprintpage|converttogray">Con_vert colors to grayscale</property>
  683. <property name="visible">True</property>
  684. <property name="can_focus">True</property>
  685. <property name="receives_default">False</property>
  686. <property name="use_underline">True</property>
  687. <property name="xalign">0</property>
  688. <property name="draw_indicator">True</property>
  689. <child internal-child="accessible">
  690. <object class="AtkObject" id="converttogray-atkobject">
  691. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|converttogray">Specifies that all colors are printed only as grayscale.</property>
  692. </object>
  693. </child>
  694. </object>
  695. <packing>
  696. <property name="left_attach">0</property>
  697. <property name="top_attach">1</property>
  698. </packing>
  699. </child>
  700. <child>
  701. <object class="GtkCheckButton" id="reducebitmaptrans">
  702. <property name="label" translatable="yes" context="optprintpage|reducebitmaptrans">Include transparent objects</property>
  703. <property name="visible">True</property>
  704. <property name="can_focus">True</property>
  705. <property name="receives_default">False</property>
  706. <property name="use_underline">True</property>
  707. <property name="xalign">0</property>
  708. <property name="draw_indicator">True</property>
  709. <child internal-child="accessible">
  710. <object class="AtkObject" id="reducebitmaptrans-atkobject">
  711. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|reducebitmaptrans">If this field is marked, the reduction in print quality for bitmaps also applies to the transparent areas of objects.</property>
  712. </object>
  713. </child>
  714. </object>
  715. <packing>
  716. <property name="left_attach">0</property>
  717. <property name="top_attach">2</property>
  718. </packing>
  719. </child>
  720. </object>
  721. </child>
  722. </object>
  723. </child>
  724. <child type="label">
  725. <object class="GtkLabel" id="label6">
  726. <property name="visible">True</property>
  727. <property name="can_focus">False</property>
  728. <property name="label" translatable="yes" context="optprintpage|label4">Defaults</property>
  729. <property name="use_underline">True</property>
  730. <property name="xalign">0</property>
  731. <attributes>
  732. <attribute name="weight" value="bold"/>
  733. </attributes>
  734. </object>
  735. </child>
  736. </object>
  737. <packing>
  738. <property name="left_attach">0</property>
  739. <property name="top_attach">1</property>
  740. </packing>
  741. </child>
  742. <child>
  743. <placeholder/>
  744. </child>
  745. <child>
  746. <placeholder/>
  747. </child>
  748. <child internal-child="accessible">
  749. <object class="AtkObject" id="OptPrintPage-atkobject">
  750. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|OptPrintPage">Specifies the print setting options.</property>
  751. </object>
  752. </child>
  753. </object>
  754. </interface>