securitylevelpage.ui 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="xsc">
  4. <requires lib="gtk+" version="3.20"/>
  5. <!-- n-columns=1 n-rows=1 -->
  6. <object class="GtkGrid" id="SecurityLevelPage">
  7. <property name="visible">True</property>
  8. <property name="can_focus">False</property>
  9. <property name="hexpand">True</property>
  10. <property name="vexpand">True</property>
  11. <property name="border_width">6</property>
  12. <property name="orientation">vertical</property>
  13. <property name="row_spacing">6</property>
  14. <property name="column_spacing">12</property>
  15. <property name="row_homogeneous">True</property>
  16. <child>
  17. <object class="GtkRadioButton" id="low">
  18. <property name="label" translatable="yes" context="securitylevelpage|low">_Low (not recommended).
  19. All macros will be executed without confirmation.
  20. Use this setting only if you are certain that all documents that will be opened are safe.</property>
  21. <property name="visible">True</property>
  22. <property name="can_focus">True</property>
  23. <property name="receives_default">False</property>
  24. <property name="hexpand">True</property>
  25. <property name="use_underline">True</property>
  26. <property name="xalign">0</property>
  27. <property name="draw_indicator">True</property>
  28. <property name="group">high</property>
  29. <child internal-child="accessible">
  30. <object class="AtkObject" id="low-atkobject">
  31. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|low">A macro can be set to auto-start, and it can perform potentially damaging actions, as for example delete or rename files. This setting is not recommended when you open documents from other authors.</property>
  32. </object>
  33. </child>
  34. </object>
  35. <packing>
  36. <property name="left_attach">1</property>
  37. <property name="top_attach">3</property>
  38. </packing>
  39. </child>
  40. <child>
  41. <object class="GtkRadioButton" id="med">
  42. <property name="label" translatable="yes" context="securitylevelpage|med">_Medium.
  43. Confirmation required before executing macros from untrusted sources.</property>
  44. <property name="visible">True</property>
  45. <property name="can_focus">True</property>
  46. <property name="receives_default">False</property>
  47. <property name="hexpand">True</property>
  48. <property name="use_underline">True</property>
  49. <property name="xalign">0</property>
  50. <property name="draw_indicator">True</property>
  51. <property name="group">high</property>
  52. <child internal-child="accessible">
  53. <object class="AtkObject" id="med-atkobject">
  54. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|med">Trusted sources can be set on the Trusted Sources tab page. Signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run. All other macros require your confirmation.</property>
  55. </object>
  56. </child>
  57. </object>
  58. <packing>
  59. <property name="left_attach">1</property>
  60. <property name="top_attach">2</property>
  61. </packing>
  62. </child>
  63. <child>
  64. <object class="GtkRadioButton" id="high">
  65. <property name="label" translatable="yes" context="securitylevelpage|high">H_igh.
  66. Only signed macros from trusted sources are allowed to run.
  67. Unsigned macros are disabled.</property>
  68. <property name="visible">True</property>
  69. <property name="can_focus">True</property>
  70. <property name="receives_default">False</property>
  71. <property name="hexpand">True</property>
  72. <property name="use_underline">True</property>
  73. <property name="xalign">0</property>
  74. <property name="active">True</property>
  75. <property name="draw_indicator">True</property>
  76. <child internal-child="accessible">
  77. <object class="AtkObject" id="high-atkobject">
  78. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|high">Trusted sources can be set on the Trusted Sources tab page. Only signed macros from a trusted source are allowed to run. In addition, any macro from a trusted file location is allowed to run.</property>
  79. </object>
  80. </child>
  81. </object>
  82. <packing>
  83. <property name="left_attach">1</property>
  84. <property name="top_attach">1</property>
  85. </packing>
  86. </child>
  87. <child>
  88. <object class="GtkRadioButton" id="vhigh">
  89. <property name="label" translatable="yes" context="securitylevelpage|vhigh">_Very high.
  90. Only macros from trusted file locations are allowed to run.
  91. All other macros, regardless whether signed or not, are disabled.</property>
  92. <property name="visible">True</property>
  93. <property name="can_focus">True</property>
  94. <property name="receives_default">False</property>
  95. <property name="hexpand">True</property>
  96. <property name="use_underline">True</property>
  97. <property name="xalign">0</property>
  98. <property name="draw_indicator">True</property>
  99. <property name="group">high</property>
  100. <child internal-child="accessible">
  101. <object class="AtkObject" id="vhigh-atkobject">
  102. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|vhigh">Trusted file locations can be set on the Trusted Sources tab page. Any macro from a trusted file location is allowed to run.</property>
  103. </object>
  104. </child>
  105. </object>
  106. <packing>
  107. <property name="left_attach">1</property>
  108. <property name="top_attach">0</property>
  109. </packing>
  110. </child>
  111. <child>
  112. <object class="GtkImage" id="vhighimg">
  113. <property name="can_focus">False</property>
  114. <property name="no_show_all">True</property>
  115. <property name="halign">center</property>
  116. <property name="valign">center</property>
  117. <property name="icon_name">res/lock.png</property>
  118. </object>
  119. <packing>
  120. <property name="left_attach">0</property>
  121. <property name="top_attach">0</property>
  122. </packing>
  123. </child>
  124. <child>
  125. <object class="GtkImage" id="highimg">
  126. <property name="can_focus">False</property>
  127. <property name="no_show_all">True</property>
  128. <property name="halign">center</property>
  129. <property name="valign">center</property>
  130. <property name="icon_name">res/lock.png</property>
  131. </object>
  132. <packing>
  133. <property name="left_attach">0</property>
  134. <property name="top_attach">1</property>
  135. </packing>
  136. </child>
  137. <child>
  138. <object class="GtkImage" id="medimg">
  139. <property name="can_focus">False</property>
  140. <property name="no_show_all">True</property>
  141. <property name="halign">center</property>
  142. <property name="valign">center</property>
  143. <property name="icon_name">res/lock.png</property>
  144. </object>
  145. <packing>
  146. <property name="left_attach">0</property>
  147. <property name="top_attach">2</property>
  148. </packing>
  149. </child>
  150. <child>
  151. <object class="GtkImage" id="lowimg">
  152. <property name="can_focus">False</property>
  153. <property name="no_show_all">True</property>
  154. <property name="halign">center</property>
  155. <property name="valign">center</property>
  156. <property name="icon_name">res/lock.png</property>
  157. </object>
  158. <packing>
  159. <property name="left_attach">0</property>
  160. <property name="top_attach">3</property>
  161. </packing>
  162. </child>
  163. </object>
  164. </interface>