securityinfopage.ui 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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="GtkFrame" id="SecurityInfoPage">
  6. <property name="visible">True</property>
  7. <property name="can_focus">False</property>
  8. <property name="border_width">12</property>
  9. <property name="label_xalign">0</property>
  10. <property name="shadow_type">none</property>
  11. <child>
  12. <object class="GtkAlignment" id="alignment1">
  13. <property name="visible">True</property>
  14. <property name="can_focus">False</property>
  15. <property name="top_padding">6</property>
  16. <property name="left_padding">12</property>
  17. <child>
  18. <!-- n-columns=1 n-rows=1 -->
  19. <object class="GtkGrid" id="grid9">
  20. <property name="visible">True</property>
  21. <property name="can_focus">False</property>
  22. <property name="row_spacing">6</property>
  23. <child>
  24. <object class="GtkCheckButton" id="readonly">
  25. <property name="label" translatable="yes" context="securityinfopage|readonly">_Open file read-only</property>
  26. <property name="visible">True</property>
  27. <property name="can_focus">True</property>
  28. <property name="receives_default">False</property>
  29. <property name="halign">start</property>
  30. <property name="use_underline">True</property>
  31. <property name="xalign">0</property>
  32. <property name="draw_indicator">True</property>
  33. <child internal-child="accessible">
  34. <object class="AtkObject" id="readonly-atkobject">
  35. <property name="AtkObject::accessible-description" translatable="yes" context="securityinfopage|extended_tip|readonly">Select to allow this document to be opened in read-only mode only.</property>
  36. </object>
  37. </child>
  38. </object>
  39. <packing>
  40. <property name="left_attach">0</property>
  41. <property name="top_attach">0</property>
  42. </packing>
  43. </child>
  44. <child>
  45. <object class="GtkCheckButton" id="recordchanges">
  46. <property name="label" translatable="yes" context="securityinfopage|recordchanges">Record _changes</property>
  47. <property name="visible">True</property>
  48. <property name="can_focus">True</property>
  49. <property name="receives_default">False</property>
  50. <property name="use_underline">True</property>
  51. <property name="xalign">0</property>
  52. <property name="draw_indicator">True</property>
  53. <child internal-child="accessible">
  54. <object class="AtkObject" id="recordchanges-atkobject">
  55. <property name="AtkObject::accessible-description" translatable="yes" context="securityinfopage|extended_tip|recordchanges">Select to enable recording changes. This is the same as Edit - Track Changes - Record.</property>
  56. </object>
  57. </child>
  58. </object>
  59. <packing>
  60. <property name="left_attach">0</property>
  61. <property name="top_attach">1</property>
  62. </packing>
  63. </child>
  64. <child>
  65. <object class="GtkBox" id="box2">
  66. <property name="visible">True</property>
  67. <property name="can_focus">False</property>
  68. <property name="orientation">vertical</property>
  69. <child>
  70. <object class="GtkButton" id="protect">
  71. <property name="label" translatable="yes" context="securityinfopage|protect">Protect...</property>
  72. <property name="visible">True</property>
  73. <property name="can_focus">True</property>
  74. <property name="receives_default">True</property>
  75. <child internal-child="accessible">
  76. <object class="AtkObject" id="protect-atkobject">
  77. <property name="AtkObject::accessible-description" translatable="yes" context="securityinfopage|extended_tip|protect">Protects the change recording state with a password. If change recording is protected for the current document, the button is named Unprotect. Click Unprotect and type the correct password to disable the protection.</property>
  78. </object>
  79. </child>
  80. </object>
  81. <packing>
  82. <property name="expand">False</property>
  83. <property name="fill">True</property>
  84. <property name="position">0</property>
  85. </packing>
  86. </child>
  87. <child>
  88. <object class="GtkButton" id="unprotect">
  89. <property name="label" translatable="yes" context="securityinfopage|unprotect">_Unprotect...</property>
  90. <property name="visible">True</property>
  91. <property name="can_focus">True</property>
  92. <property name="receives_default">True</property>
  93. <property name="use_underline">True</property>
  94. <child internal-child="accessible">
  95. <object class="AtkObject" id="unprotect-atkobject">
  96. <property name="AtkObject::accessible-description" translatable="yes" context="securityinfopage|extended_tip|unprotect">Protects the change recording state with a password. If change recording is protected for the current document, the button is named Unprotect. Click Unprotect and type the correct password to disable the protection.</property>
  97. </object>
  98. </child>
  99. </object>
  100. <packing>
  101. <property name="expand">False</property>
  102. <property name="fill">True</property>
  103. <property name="position">1</property>
  104. </packing>
  105. </child>
  106. </object>
  107. <packing>
  108. <property name="left_attach">0</property>
  109. <property name="top_attach">2</property>
  110. </packing>
  111. </child>
  112. </object>
  113. </child>
  114. </object>
  115. </child>
  116. <child type="label">
  117. <object class="GtkLabel" id="label47">
  118. <property name="visible">True</property>
  119. <property name="can_focus">False</property>
  120. <property name="label" translatable="yes" context="securityinfopage|label47">File Sharing Options</property>
  121. <attributes>
  122. <attribute name="weight" value="bold"/>
  123. </attributes>
  124. </object>
  125. </child>
  126. <child internal-child="accessible">
  127. <object class="AtkObject" id="SecurityInfoPage-atkobject">
  128. <property name="AtkObject::accessible-description" translatable="yes" context="securityinfopage|extended_tip|SecurityInfoPage">Sets password options for the current document.</property>
  129. </object>
  130. </child>
  131. </object>
  132. </interface>