printerpaperpage.ui 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.20.4 -->
  3. <interface domain="vcl">
  4. <requires lib="gtk+" version="3.20"/>
  5. <!-- n-columns=1 n-rows=1 -->
  6. <object class="GtkGrid" id="PrinterPaperPage">
  7. <property name="visible">True</property>
  8. <property name="can_focus">False</property>
  9. <property name="halign">center</property>
  10. <property name="hexpand">True</property>
  11. <property name="vexpand">True</property>
  12. <property name="border_width">6</property>
  13. <property name="row_spacing">6</property>
  14. <property name="column_spacing">12</property>
  15. <property name="column_homogeneous">True</property>
  16. <child>
  17. <object class="GtkLabel" id="paperft">
  18. <property name="visible">True</property>
  19. <property name="can_focus">False</property>
  20. <property name="label" translatable="yes" context="printerpaperpage|paperft">_Paper size:</property>
  21. <property name="use_underline">True</property>
  22. <property name="mnemonic_widget">paperlb</property>
  23. <property name="xalign">1</property>
  24. </object>
  25. <packing>
  26. <property name="left_attach">0</property>
  27. <property name="top_attach">1</property>
  28. </packing>
  29. </child>
  30. <child>
  31. <object class="GtkLabel" id="orientft">
  32. <property name="visible">True</property>
  33. <property name="can_focus">False</property>
  34. <property name="label" translatable="yes" context="printerpaperpage|orientft">_Orientation:</property>
  35. <property name="use_underline">True</property>
  36. <property name="mnemonic_widget">orientlb</property>
  37. <property name="xalign">1</property>
  38. </object>
  39. <packing>
  40. <property name="left_attach">0</property>
  41. <property name="top_attach">2</property>
  42. </packing>
  43. </child>
  44. <child>
  45. <object class="GtkLabel" id="duplexft">
  46. <property name="visible">True</property>
  47. <property name="can_focus">False</property>
  48. <property name="label" translatable="yes" context="printerpaperpage|duplexft">_Duplex:</property>
  49. <property name="use_underline">True</property>
  50. <property name="mnemonic_widget">duplexlb</property>
  51. <property name="xalign">1</property>
  52. </object>
  53. <packing>
  54. <property name="left_attach">0</property>
  55. <property name="top_attach">3</property>
  56. </packing>
  57. </child>
  58. <child>
  59. <object class="GtkLabel" id="slotft">
  60. <property name="visible">True</property>
  61. <property name="can_focus">False</property>
  62. <property name="label" translatable="yes" context="printerpaperpage|slotft">Paper tray:</property>
  63. <property name="use_underline">True</property>
  64. <property name="mnemonic_widget">slotlb</property>
  65. <property name="xalign">1</property>
  66. </object>
  67. <packing>
  68. <property name="left_attach">0</property>
  69. <property name="top_attach">4</property>
  70. </packing>
  71. </child>
  72. <child>
  73. <object class="GtkComboBoxText" id="paperlb">
  74. <property name="visible">True</property>
  75. <property name="can_focus">False</property>
  76. </object>
  77. <packing>
  78. <property name="left_attach">1</property>
  79. <property name="top_attach">1</property>
  80. </packing>
  81. </child>
  82. <child>
  83. <object class="GtkComboBoxText" id="orientlb">
  84. <property name="visible">True</property>
  85. <property name="can_focus">False</property>
  86. <items>
  87. <item translatable="yes" context="printerpaperpage|orientlb">Portrait</item>
  88. <item translatable="yes" context="printerpaperpage|orientlb">Landscape</item>
  89. </items>
  90. </object>
  91. <packing>
  92. <property name="left_attach">1</property>
  93. <property name="top_attach">2</property>
  94. </packing>
  95. </child>
  96. <child>
  97. <object class="GtkComboBoxText" id="duplexlb">
  98. <property name="visible">True</property>
  99. <property name="can_focus">False</property>
  100. </object>
  101. <packing>
  102. <property name="left_attach">1</property>
  103. <property name="top_attach">3</property>
  104. </packing>
  105. </child>
  106. <child>
  107. <object class="GtkComboBoxText" id="slotlb">
  108. <property name="visible">True</property>
  109. <property name="can_focus">False</property>
  110. </object>
  111. <packing>
  112. <property name="left_attach">1</property>
  113. <property name="top_attach">4</property>
  114. </packing>
  115. </child>
  116. <child>
  117. <object class="GtkCheckButton" id="papersizefromsetup">
  118. <property name="label" translatable="yes" context="printerpaperpage|papersizefromsetup">Use only paper size from printer preferences</property>
  119. <property name="can_focus">True</property>
  120. <property name="receives_default">False</property>
  121. <property name="use_underline">True</property>
  122. <property name="draw_indicator">True</property>
  123. </object>
  124. <packing>
  125. <property name="left_attach">0</property>
  126. <property name="top_attach">0</property>
  127. <property name="width">2</property>
  128. </packing>
  129. </child>
  130. </object>
  131. </interface>