zoomdialog.ui 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="cui">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkAdjustment" id="adjustment1">
  6. <property name="lower">1</property>
  7. <property name="upper">999</property>
  8. <property name="step_increment">1</property>
  9. <property name="page_increment">10</property>
  10. </object>
  11. <object class="GtkAdjustment" id="adjustment2">
  12. <property name="upper">100</property>
  13. <property name="step_increment">1</property>
  14. <property name="page_increment">10</property>
  15. </object>
  16. <object class="GtkDialog" id="ZoomDialog">
  17. <property name="can_focus">False</property>
  18. <property name="border_width">6</property>
  19. <property name="title" translatable="yes" context="zoomdialog|ZoomDialog">Zoom &amp; View Layout</property>
  20. <property name="resizable">False</property>
  21. <property name="modal">True</property>
  22. <property name="default_width">0</property>
  23. <property name="default_height">0</property>
  24. <property name="type_hint">dialog</property>
  25. <child internal-child="vbox">
  26. <object class="GtkBox" id="dialog-vbox1">
  27. <property name="can_focus">False</property>
  28. <property name="orientation">vertical</property>
  29. <property name="spacing">12</property>
  30. <child internal-child="action_area">
  31. <object class="GtkButtonBox" id="dialog-action_area1">
  32. <property name="can_focus">False</property>
  33. <property name="layout_style">end</property>
  34. <child>
  35. <object class="GtkButton" id="ok">
  36. <property name="label">gtk-ok</property>
  37. <property name="visible">True</property>
  38. <property name="can_focus">True</property>
  39. <property name="can_default">True</property>
  40. <property name="has_default">True</property>
  41. <property name="receives_default">True</property>
  42. <property name="use_stock">True</property>
  43. </object>
  44. <packing>
  45. <property name="expand">False</property>
  46. <property name="fill">True</property>
  47. <property name="position">0</property>
  48. </packing>
  49. </child>
  50. <child>
  51. <object class="GtkButton" id="cancel">
  52. <property name="label">gtk-cancel</property>
  53. <property name="visible">True</property>
  54. <property name="can_focus">True</property>
  55. <property name="receives_default">True</property>
  56. <property name="use_stock">True</property>
  57. </object>
  58. <packing>
  59. <property name="expand">False</property>
  60. <property name="fill">True</property>
  61. <property name="position">1</property>
  62. </packing>
  63. </child>
  64. <child>
  65. <object class="GtkButton" id="help">
  66. <property name="label">gtk-help</property>
  67. <property name="visible">True</property>
  68. <property name="can_focus">True</property>
  69. <property name="receives_default">True</property>
  70. <property name="use_stock">True</property>
  71. </object>
  72. <packing>
  73. <property name="expand">False</property>
  74. <property name="fill">True</property>
  75. <property name="position">2</property>
  76. <property name="secondary">True</property>
  77. </packing>
  78. </child>
  79. </object>
  80. <packing>
  81. <property name="expand">False</property>
  82. <property name="fill">True</property>
  83. <property name="pack_type">end</property>
  84. <property name="position">0</property>
  85. </packing>
  86. </child>
  87. <child>
  88. <object class="GtkBox" id="box1">
  89. <property name="visible">True</property>
  90. <property name="can_focus">False</property>
  91. <property name="spacing">12</property>
  92. <child>
  93. <object class="GtkFrame" id="frame1">
  94. <property name="visible">True</property>
  95. <property name="can_focus">False</property>
  96. <property name="label_xalign">0</property>
  97. <property name="shadow_type">none</property>
  98. <child>
  99. <object class="GtkAlignment" id="alignment1">
  100. <property name="visible">True</property>
  101. <property name="can_focus">False</property>
  102. <property name="top_padding">6</property>
  103. <property name="left_padding">12</property>
  104. <child>
  105. <object class="GtkBox" id="box2">
  106. <property name="visible">True</property>
  107. <property name="can_focus">False</property>
  108. <property name="orientation">vertical</property>
  109. <property name="spacing">6</property>
  110. <child>
  111. <object class="GtkRadioButton" id="optimal">
  112. <property name="label" translatable="yes" context="zoomdialog|optimal">Optimal</property>
  113. <property name="visible">True</property>
  114. <property name="can_focus">True</property>
  115. <property name="receives_default">False</property>
  116. <property name="use_underline">True</property>
  117. <property name="xalign">0</property>
  118. <property name="active">True</property>
  119. <property name="draw_indicator">True</property>
  120. <child internal-child="accessible">
  121. <object class="AtkObject" id="optimal-atkobject">
  122. <property name="AtkObject::accessible-description" translatable="yes" context="zoomdialog|extended_tip|optimal">Resizes the display to fit the width of the text in the document at the moment the command is started.</property>
  123. </object>
  124. </child>
  125. </object>
  126. <packing>
  127. <property name="expand">False</property>
  128. <property name="fill">True</property>
  129. <property name="position">0</property>
  130. </packing>
  131. </child>
  132. <child>
  133. <object class="GtkRadioButton" id="fitwandh">
  134. <property name="label" translatable="yes" context="zoomdialog|fitwandh">Fit width and height</property>
  135. <property name="visible">True</property>
  136. <property name="can_focus">True</property>
  137. <property name="receives_default">False</property>
  138. <property name="use_underline">True</property>
  139. <property name="xalign">0</property>
  140. <property name="draw_indicator">True</property>
  141. <property name="group">optimal</property>
  142. <child internal-child="accessible">
  143. <object class="AtkObject" id="fitwandh-atkobject">
  144. <property name="AtkObject::accessible-description" translatable="yes" context="zoomdialog|extended_tip|fitwandh">Displays the entire page on your screen.</property>
  145. </object>
  146. </child>
  147. </object>
  148. <packing>
  149. <property name="expand">False</property>
  150. <property name="fill">True</property>
  151. <property name="position">1</property>
  152. </packing>
  153. </child>
  154. <child>
  155. <object class="GtkRadioButton" id="fitw">
  156. <property name="label" translatable="yes" context="zoomdialog|fitw">Fit width</property>
  157. <property name="visible">True</property>
  158. <property name="can_focus">True</property>
  159. <property name="receives_default">False</property>
  160. <property name="use_underline">True</property>
  161. <property name="xalign">0</property>
  162. <property name="draw_indicator">True</property>
  163. <property name="group">optimal</property>
  164. <child internal-child="accessible">
  165. <object class="AtkObject" id="fitw-atkobject">
  166. <property name="AtkObject::accessible-description" translatable="yes" context="zoomdialog|extended_tip|fitw">Displays the complete width of the document page. The top and bottom edges of the page may not be visible.</property>
  167. </object>
  168. </child>
  169. </object>
  170. <packing>
  171. <property name="expand">False</property>
  172. <property name="fill">True</property>
  173. <property name="position">2</property>
  174. </packing>
  175. </child>
  176. <child>
  177. <object class="GtkRadioButton" id="100pc">
  178. <property name="label" translatable="yes" context="zoomdialog|100pc">100%</property>
  179. <property name="visible">True</property>
  180. <property name="can_focus">True</property>
  181. <property name="receives_default">False</property>
  182. <property name="use_underline">True</property>
  183. <property name="xalign">0</property>
  184. <property name="draw_indicator">True</property>
  185. <property name="group">optimal</property>
  186. <child internal-child="accessible">
  187. <object class="AtkObject" id="100pc-atkobject">
  188. <property name="AtkObject::accessible-description" translatable="yes" context="zoomdialog|extended_tip|100pc">Displays the document at its actual size.</property>
  189. </object>
  190. </child>
  191. </object>
  192. <packing>
  193. <property name="expand">False</property>
  194. <property name="fill">True</property>
  195. <property name="position">3</property>
  196. </packing>
  197. </child>
  198. <child>
  199. <object class="GtkBox" id="box3">
  200. <property name="visible">True</property>
  201. <property name="can_focus">False</property>
  202. <property name="spacing">12</property>
  203. <child>
  204. <object class="GtkRadioButton" id="variable">
  205. <property name="label" translatable="yes" context="zoomdialog|variable">Variable:</property>
  206. <property name="visible">True</property>
  207. <property name="can_focus">True</property>
  208. <property name="receives_default">False</property>
  209. <property name="use_underline">True</property>
  210. <property name="xalign">0</property>
  211. <property name="draw_indicator">True</property>
  212. <property name="group">optimal</property>
  213. <accessibility>
  214. <relation type="label-for" target="zoomsb"/>
  215. </accessibility>
  216. <child internal-child="accessible">
  217. <object class="AtkObject" id="variable-atkobject">
  218. <property name="AtkObject::accessible-description" translatable="yes" context="zoomdialog|extended_tip|variable">Enter the zoom factor at which you want to display the document. Enter a percentage in the box.</property>
  219. </object>
  220. </child>
  221. </object>
  222. <packing>
  223. <property name="expand">False</property>
  224. <property name="fill">True</property>
  225. <property name="position">0</property>
  226. </packing>
  227. </child>
  228. <child>
  229. <object class="GtkSpinButton" id="zoomsb">
  230. <property name="visible">True</property>
  231. <property name="can_focus">True</property>
  232. <property name="activates_default">True</property>
  233. <property name="adjustment">adjustment2</property>
  234. <accessibility>
  235. <relation type="labelled-by" target="variable"/>
  236. </accessibility>
  237. <property name="truncate-multiline">True</property>
  238. <child internal-child="accessible">
  239. <object class="AtkObject" id="zoomsb-atkobject">
  240. <property name="AtkObject::accessible-name" translatable="yes" context="zoomdialog|zoomsb-atkobject">Variable</property>
  241. <property name="AtkObject::accessible-description" translatable="yes" context="zoomdialog|extended_tip|zoomsb">Enter the zoom factor at which you want to display the document. Enter a percentage in the box.</property>
  242. </object>
  243. </child>
  244. </object>
  245. <packing>
  246. <property name="expand">False</property>
  247. <property name="fill">True</property>
  248. <property name="position">1</property>
  249. </packing>
  250. </child>
  251. </object>
  252. <packing>
  253. <property name="expand">False</property>
  254. <property name="fill">True</property>
  255. <property name="position">4</property>
  256. </packing>
  257. </child>
  258. </object>
  259. </child>
  260. </object>
  261. </child>
  262. <child type="label">
  263. <object class="GtkLabel" id="label2">
  264. <property name="visible">True</property>
  265. <property name="can_focus">False</property>
  266. <property name="label" translatable="yes" context="zoomdialog|label2">Zoom Factor</property>
  267. <attributes>
  268. <attribute name="weight" value="bold"/>
  269. </attributes>
  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="GtkFrame" id="viewframe">
  281. <property name="visible">True</property>
  282. <property name="can_focus">False</property>
  283. <property name="label_xalign">0</property>
  284. <property name="shadow_type">none</property>
  285. <child>
  286. <object class="GtkAlignment" id="alignment2">
  287. <property name="visible">True</property>
  288. <property name="can_focus">False</property>
  289. <property name="top_padding">6</property>
  290. <property name="left_padding">12</property>
  291. <child>
  292. <object class="GtkBox" id="box4">
  293. <property name="visible">True</property>
  294. <property name="can_focus">False</property>
  295. <property name="orientation">vertical</property>
  296. <property name="spacing">6</property>
  297. <child>
  298. <object class="GtkRadioButton" id="automatic">
  299. <property name="label" translatable="yes" context="zoomdialog|automatic">Automatic</property>
  300. <property name="visible">True</property>
  301. <property name="can_focus">True</property>
  302. <property name="receives_default">False</property>
  303. <property name="use_underline">True</property>
  304. <property name="xalign">0</property>
  305. <property name="draw_indicator">True</property>
  306. <child internal-child="accessible">
  307. <object class="AtkObject" id="automatic-atkobject">
  308. <property name="AtkObject::accessible-description" translatable="yes" context="zoomdialog|extended_tip|automatic">The automatic view layout displays pages side by side, as many as the zoom factor allows.</property>
  309. </object>
  310. </child>
  311. </object>
  312. <packing>
  313. <property name="expand">False</property>
  314. <property name="fill">True</property>
  315. <property name="position">0</property>
  316. </packing>
  317. </child>
  318. <child>
  319. <object class="GtkRadioButton" id="singlepage">
  320. <property name="label" translatable="yes" context="zoomdialog|singlepage">Single page</property>
  321. <property name="visible">True</property>
  322. <property name="can_focus">True</property>
  323. <property name="receives_default">False</property>
  324. <property name="use_underline">True</property>
  325. <property name="xalign">0</property>
  326. <property name="draw_indicator">True</property>
  327. <property name="group">automatic</property>
  328. <child internal-child="accessible">
  329. <object class="AtkObject" id="singlepage-atkobject">
  330. <property name="AtkObject::accessible-description" translatable="yes" context="zoomdialog|extended_tip|singlepage">The single page view layout displays pages beneath each other, but never side by side.</property>
  331. </object>
  332. </child>
  333. </object>
  334. <packing>
  335. <property name="expand">False</property>
  336. <property name="fill">True</property>
  337. <property name="position">1</property>
  338. </packing>
  339. </child>
  340. <child>
  341. <object class="GtkBox" id="box5">
  342. <property name="visible">True</property>
  343. <property name="can_focus">False</property>
  344. <property name="spacing">12</property>
  345. <child>
  346. <object class="GtkRadioButton" id="columns">
  347. <property name="label" translatable="yes" context="zoomdialog|columns">Columns:</property>
  348. <property name="visible">True</property>
  349. <property name="can_focus">True</property>
  350. <property name="receives_default">False</property>
  351. <property name="use_underline">True</property>
  352. <property name="xalign">0</property>
  353. <property name="draw_indicator">True</property>
  354. <property name="group">automatic</property>
  355. <accessibility>
  356. <relation type="label-for" target="columnssb"/>
  357. <relation type="label-for" target="bookmode"/>
  358. </accessibility>
  359. <child internal-child="accessible">
  360. <object class="AtkObject" id="columns-atkobject">
  361. <property name="AtkObject::accessible-description" translatable="yes" context="zoomdialog|extended_tip|columns">In columns view layout you see pages in a given number of columns side by side. Enter the number of columns.</property>
  362. </object>
  363. </child>
  364. </object>
  365. <packing>
  366. <property name="expand">False</property>
  367. <property name="fill">True</property>
  368. <property name="position">0</property>
  369. </packing>
  370. </child>
  371. <child>
  372. <object class="GtkSpinButton" id="columnssb">
  373. <property name="visible">True</property>
  374. <property name="can_focus">True</property>
  375. <property name="activates_default">True</property>
  376. <property name="adjustment">adjustment1</property>
  377. <accessibility>
  378. <relation type="labelled-by" target="columns"/>
  379. <relation type="member-of" target="columns"/>
  380. </accessibility>
  381. <property name="truncate-multiline">True</property>
  382. <child internal-child="accessible">
  383. <object class="AtkObject" id="columnssb-atkobject">
  384. <property name="AtkObject::accessible-name" translatable="yes" context="zoomdialog|columnssb-atkobject">Columns</property>
  385. <property name="AtkObject::accessible-description" translatable="yes" context="zoomdialog|extended_tip|columnssb">In columns view layout you see pages in a given number of columns side by side. Enter the number of columns.</property>
  386. </object>
  387. </child>
  388. </object>
  389. <packing>
  390. <property name="expand">False</property>
  391. <property name="fill">True</property>
  392. <property name="position">1</property>
  393. </packing>
  394. </child>
  395. </object>
  396. <packing>
  397. <property name="expand">False</property>
  398. <property name="fill">True</property>
  399. <property name="position">2</property>
  400. </packing>
  401. </child>
  402. <child>
  403. <object class="GtkAlignment" id="alignment3">
  404. <property name="visible">True</property>
  405. <property name="can_focus">False</property>
  406. <property name="left_padding">12</property>
  407. <child>
  408. <object class="GtkCheckButton" id="bookmode">
  409. <property name="label" translatable="yes" context="zoomdialog|bookmode">Book mode</property>
  410. <property name="visible">True</property>
  411. <property name="can_focus">True</property>
  412. <property name="receives_default">False</property>
  413. <property name="use_underline">True</property>
  414. <property name="xalign">0</property>
  415. <property name="draw_indicator">True</property>
  416. <accessibility>
  417. <relation type="labelled-by" target="columns"/>
  418. <relation type="member-of" target="columns"/>
  419. </accessibility>
  420. <child internal-child="accessible">
  421. <object class="AtkObject" id="bookmode-atkobject">
  422. <property name="AtkObject::accessible-description" translatable="yes" context="zoomdialog|extended_tip|bookmode">In book mode view layout you see two pages side by side as in an open book. The first page is a right page with an odd page number.</property>
  423. </object>
  424. </child>
  425. </object>
  426. </child>
  427. </object>
  428. <packing>
  429. <property name="expand">False</property>
  430. <property name="fill">True</property>
  431. <property name="position">3</property>
  432. </packing>
  433. </child>
  434. </object>
  435. </child>
  436. </object>
  437. </child>
  438. <child type="label">
  439. <object class="GtkLabel" id="label1">
  440. <property name="visible">True</property>
  441. <property name="can_focus">False</property>
  442. <property name="label" translatable="yes" context="zoomdialog|label1">View Layout</property>
  443. <attributes>
  444. <attribute name="weight" value="bold"/>
  445. </attributes>
  446. </object>
  447. </child>
  448. </object>
  449. <packing>
  450. <property name="expand">False</property>
  451. <property name="fill">True</property>
  452. <property name="position">1</property>
  453. </packing>
  454. </child>
  455. </object>
  456. <packing>
  457. <property name="expand">False</property>
  458. <property name="fill">True</property>
  459. <property name="position">1</property>
  460. </packing>
  461. </child>
  462. </object>
  463. </child>
  464. <action-widgets>
  465. <action-widget response="-5">ok</action-widget>
  466. <action-widget response="-6">cancel</action-widget>
  467. <action-widget response="-11">help</action-widget>
  468. </action-widgets>
  469. <child type="titlebar">
  470. <placeholder/>
  471. </child>
  472. <child internal-child="accessible">
  473. <object class="AtkObject" id="ZoomDialog-atkobject">
  474. <property name="AtkObject::accessible-description" translatable="yes" context="zoomdialog|extended_tip|ZoomDialog">Reduces or enlarges the screen display of %PRODUCTNAME.</property>
  475. </object>
  476. </child>
  477. </object>
  478. </interface>