certgeneral.ui 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  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. <object class="GtkBox" id="CertGeneral">
  6. <property name="visible">True</property>
  7. <property name="can_focus">False</property>
  8. <property name="border_width">6</property>
  9. <property name="orientation">vertical</property>
  10. <property name="spacing">6</property>
  11. <child>
  12. <object class="GtkBox" id="box1">
  13. <property name="visible">True</property>
  14. <property name="can_focus">False</property>
  15. <property name="spacing">6</property>
  16. <child>
  17. <object class="GtkImage" id="certimage">
  18. <property name="visible">True</property>
  19. <property name="can_focus">False</property>
  20. <property name="icon_name">xmlsecurity/res/certificate_40x56.png</property>
  21. </object>
  22. <packing>
  23. <property name="expand">False</property>
  24. <property name="fill">True</property>
  25. <property name="padding">6</property>
  26. <property name="position">0</property>
  27. </packing>
  28. </child>
  29. <child>
  30. <object class="GtkLabel" id="label1">
  31. <property name="visible">True</property>
  32. <property name="can_focus">False</property>
  33. <property name="label" translatable="yes" context="certgeneral|label1">Certificate Information</property>
  34. <attributes>
  35. <attribute name="weight" value="bold"/>
  36. </attributes>
  37. </object>
  38. <packing>
  39. <property name="expand">False</property>
  40. <property name="fill">True</property>
  41. <property name="position">1</property>
  42. </packing>
  43. </child>
  44. <child internal-child="accessible">
  45. <object class="AtkObject" id="box1-atkobject">
  46. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|box1">The General page of the View Certificate dialog displays basic information about the certificate.</property>
  47. </object>
  48. </child>
  49. </object>
  50. <packing>
  51. <property name="expand">False</property>
  52. <property name="fill">True</property>
  53. <property name="padding">6</property>
  54. <property name="position">0</property>
  55. </packing>
  56. </child>
  57. <child>
  58. <object class="GtkSeparator" id="separator1">
  59. <property name="visible">True</property>
  60. <property name="can_focus">False</property>
  61. </object>
  62. <packing>
  63. <property name="expand">False</property>
  64. <property name="fill">True</property>
  65. <property name="position">1</property>
  66. </packing>
  67. </child>
  68. <child>
  69. <object class="GtkLabel" id="hintnotrust">
  70. <property name="visible">True</property>
  71. <property name="can_focus">False</property>
  72. <property name="margin_left">36</property>
  73. <property name="margin_right">36</property>
  74. <property name="margin_bottom">108</property>
  75. <property name="label" translatable="yes" context="certgeneral|hintnotrust">This certificate is validated.</property>
  76. <property name="xalign">0</property>
  77. <attributes>
  78. <attribute name="weight" value="bold"/>
  79. </attributes>
  80. </object>
  81. <packing>
  82. <property name="expand">False</property>
  83. <property name="fill">True</property>
  84. <property name="position">2</property>
  85. </packing>
  86. </child>
  87. <child>
  88. <object class="GtkSeparator" id="separator2">
  89. <property name="visible">True</property>
  90. <property name="can_focus">False</property>
  91. </object>
  92. <packing>
  93. <property name="expand">False</property>
  94. <property name="fill">True</property>
  95. <property name="position">3</property>
  96. </packing>
  97. </child>
  98. <child>
  99. <!-- n-columns=1 n-rows=1 -->
  100. <object class="GtkGrid" id="grid1">
  101. <property name="visible">True</property>
  102. <property name="can_focus">False</property>
  103. <property name="row_spacing">6</property>
  104. <property name="column_spacing">6</property>
  105. <child>
  106. <object class="GtkLabel" id="issued_to">
  107. <property name="visible">True</property>
  108. <property name="can_focus">False</property>
  109. <property name="label" translatable="yes" context="certgeneral|issued_to">Issued to: </property>
  110. <property name="xalign">0</property>
  111. <attributes>
  112. <attribute name="weight" value="bold"/>
  113. </attributes>
  114. </object>
  115. <packing>
  116. <property name="left_attach">0</property>
  117. <property name="top_attach">0</property>
  118. </packing>
  119. </child>
  120. <child>
  121. <object class="GtkLabel" id="issued_to_value">
  122. <property name="visible">True</property>
  123. <property name="can_focus">False</property>
  124. <property name="hexpand">True</property>
  125. <property name="xalign">0</property>
  126. </object>
  127. <packing>
  128. <property name="left_attach">1</property>
  129. <property name="top_attach">0</property>
  130. </packing>
  131. </child>
  132. <child>
  133. <object class="GtkLabel" id="issued_by">
  134. <property name="visible">True</property>
  135. <property name="can_focus">False</property>
  136. <property name="label" translatable="yes" context="certgeneral|issued_by">Issued by: </property>
  137. <property name="xalign">0</property>
  138. <attributes>
  139. <attribute name="weight" value="bold"/>
  140. </attributes>
  141. </object>
  142. <packing>
  143. <property name="left_attach">0</property>
  144. <property name="top_attach">1</property>
  145. </packing>
  146. </child>
  147. <child>
  148. <object class="GtkLabel" id="issued_by_value">
  149. <property name="visible">True</property>
  150. <property name="can_focus">False</property>
  151. <property name="xalign">0</property>
  152. </object>
  153. <packing>
  154. <property name="left_attach">1</property>
  155. <property name="top_attach">1</property>
  156. </packing>
  157. </child>
  158. <child>
  159. <object class="GtkLabel" id="valid_from">
  160. <property name="visible">True</property>
  161. <property name="can_focus">False</property>
  162. <property name="label" translatable="yes" context="certgeneral|valid_from">Valid from:</property>
  163. <property name="xalign">0</property>
  164. <attributes>
  165. <attribute name="weight" value="bold"/>
  166. </attributes>
  167. </object>
  168. <packing>
  169. <property name="left_attach">0</property>
  170. <property name="top_attach">2</property>
  171. </packing>
  172. </child>
  173. <child>
  174. <object class="GtkBox" id="box2">
  175. <property name="visible">True</property>
  176. <property name="can_focus">False</property>
  177. <property name="spacing">6</property>
  178. <child>
  179. <object class="GtkImage" id="keyimage">
  180. <property name="visible">True</property>
  181. <property name="can_focus">False</property>
  182. <property name="icon_name">xmlsecurity/res/key_12.png</property>
  183. </object>
  184. <packing>
  185. <property name="expand">False</property>
  186. <property name="fill">True</property>
  187. <property name="position">0</property>
  188. </packing>
  189. </child>
  190. <child>
  191. <object class="GtkLabel" id="privatekey">
  192. <property name="visible">True</property>
  193. <property name="can_focus">False</property>
  194. <property name="label" translatable="yes" context="certgeneral|privatekey">You have a private key that corresponds to this certificate.</property>
  195. </object>
  196. <packing>
  197. <property name="expand">False</property>
  198. <property name="fill">True</property>
  199. <property name="position">1</property>
  200. </packing>
  201. </child>
  202. </object>
  203. <packing>
  204. <property name="left_attach">0</property>
  205. <property name="top_attach">4</property>
  206. <property name="width">2</property>
  207. </packing>
  208. </child>
  209. <child>
  210. <object class="GtkLabel" id="valid_to">
  211. <property name="visible">True</property>
  212. <property name="can_focus">False</property>
  213. <property name="label" translatable="yes" context="certgeneral|valid_to">Valid to:</property>
  214. <property name="xalign">0</property>
  215. <attributes>
  216. <attribute name="weight" value="bold"/>
  217. </attributes>
  218. </object>
  219. <packing>
  220. <property name="left_attach">0</property>
  221. <property name="top_attach">3</property>
  222. </packing>
  223. </child>
  224. <child>
  225. <object class="GtkLabel" id="valid_from_value">
  226. <property name="visible">True</property>
  227. <property name="can_focus">False</property>
  228. <property name="xalign">0</property>
  229. </object>
  230. <packing>
  231. <property name="left_attach">1</property>
  232. <property name="top_attach">2</property>
  233. </packing>
  234. </child>
  235. <child>
  236. <object class="GtkLabel" id="valid_to_value">
  237. <property name="visible">True</property>
  238. <property name="can_focus">False</property>
  239. <property name="xalign">0</property>
  240. </object>
  241. <packing>
  242. <property name="left_attach">1</property>
  243. <property name="top_attach">3</property>
  244. </packing>
  245. </child>
  246. </object>
  247. <packing>
  248. <property name="expand">False</property>
  249. <property name="fill">True</property>
  250. <property name="position">4</property>
  251. </packing>
  252. </child>
  253. </object>
  254. </interface>