signatureline.ui 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  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="GtkDialog" id="SignatureLineDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="signatureline|SignatureLineDialog">Signature Line</property>
  9. <property name="modal">True</property>
  10. <property name="default_width">0</property>
  11. <property name="default_height">0</property>
  12. <property name="type_hint">dialog</property>
  13. <child internal-child="vbox">
  14. <object class="GtkBox">
  15. <property name="can_focus">False</property>
  16. <property name="orientation">vertical</property>
  17. <property name="spacing">2</property>
  18. <child internal-child="action_area">
  19. <object class="GtkButtonBox">
  20. <property name="can_focus">False</property>
  21. <property name="layout_style">end</property>
  22. <child>
  23. <object class="GtkButton" id="cancel">
  24. <property name="label">gtk-cancel</property>
  25. <property name="visible">True</property>
  26. <property name="can_focus">True</property>
  27. <property name="receives_default">True</property>
  28. <property name="use_stock">True</property>
  29. </object>
  30. <packing>
  31. <property name="expand">True</property>
  32. <property name="fill">True</property>
  33. <property name="position">0</property>
  34. </packing>
  35. </child>
  36. <child>
  37. <object class="GtkButton" id="ok">
  38. <property name="label">gtk-ok</property>
  39. <property name="visible">True</property>
  40. <property name="can_focus">True</property>
  41. <property name="can_default">True</property>
  42. <property name="has_default">True</property>
  43. <property name="receives_default">True</property>
  44. <property name="use_stock">True</property>
  45. </object>
  46. <packing>
  47. <property name="expand">True</property>
  48. <property name="fill">True</property>
  49. <property name="position">1</property>
  50. </packing>
  51. </child>
  52. <child>
  53. <object class="GtkButton" id="help">
  54. <property name="label">gtk-help</property>
  55. <property name="visible">True</property>
  56. <property name="can_focus">True</property>
  57. <property name="receives_default">True</property>
  58. <property name="use_stock">True</property>
  59. </object>
  60. <packing>
  61. <property name="expand">True</property>
  62. <property name="fill">True</property>
  63. <property name="position">2</property>
  64. <property name="secondary">True</property>
  65. </packing>
  66. </child>
  67. </object>
  68. <packing>
  69. <property name="expand">False</property>
  70. <property name="fill">False</property>
  71. <property name="position">1</property>
  72. </packing>
  73. </child>
  74. <child>
  75. <!-- n-columns=1 n-rows=1 -->
  76. <object class="GtkGrid">
  77. <property name="visible">True</property>
  78. <property name="can_focus">False</property>
  79. <property name="margin_left">6</property>
  80. <property name="margin_right">6</property>
  81. <property name="margin_top">6</property>
  82. <property name="margin_bottom">6</property>
  83. <property name="hexpand">True</property>
  84. <property name="vexpand">True</property>
  85. <property name="row_spacing">6</property>
  86. <property name="column_spacing">6</property>
  87. <child>
  88. <object class="GtkFrame">
  89. <property name="visible">True</property>
  90. <property name="can_focus">False</property>
  91. <property name="hexpand">True</property>
  92. <property name="label_xalign">0</property>
  93. <property name="shadow_type">none</property>
  94. <child>
  95. <object class="GtkAlignment">
  96. <property name="visible">True</property>
  97. <property name="can_focus">False</property>
  98. <property name="top_padding">6</property>
  99. <property name="left_padding">12</property>
  100. <child>
  101. <!-- n-columns=1 n-rows=1 -->
  102. <object class="GtkGrid">
  103. <property name="visible">True</property>
  104. <property name="can_focus">False</property>
  105. <property name="row_spacing">6</property>
  106. <property name="column_spacing">12</property>
  107. <child>
  108. <object class="GtkEntry" id="edit_name">
  109. <property name="visible">True</property>
  110. <property name="can_focus">True</property>
  111. <property name="hexpand">True</property>
  112. <property name="activates_default">True</property>
  113. <property name="placeholder_text" translatable="yes" context="signatureline|edit_name">John Doe</property>
  114. <property name="truncate-multiline">True</property>
  115. <child internal-child="accessible">
  116. <object class="AtkObject" id="edit_name-atkobject">
  117. <property name="AtkObject::accessible-description" translatable="yes" context="signatureline|extended_tip|edit_name">Enter your name as signer of the document. Your name will be inserted above the signature horizontal line.</property>
  118. </object>
  119. </child>
  120. </object>
  121. <packing>
  122. <property name="left_attach">1</property>
  123. <property name="top_attach">0</property>
  124. </packing>
  125. </child>
  126. <child>
  127. <object class="GtkEntry" id="edit_title">
  128. <property name="visible">True</property>
  129. <property name="can_focus">True</property>
  130. <property name="hexpand">True</property>
  131. <property name="activates_default">True</property>
  132. <property name="placeholder_text" translatable="yes" context="signatureline|edit_title">Director</property>
  133. <property name="truncate-multiline">True</property>
  134. <child internal-child="accessible">
  135. <object class="AtkObject" id="edit_title-atkobject">
  136. <property name="AtkObject::accessible-description" translatable="yes" context="signatureline|extended_tip|edit_title">Enter the title of the signer. The title is displayed in the signature line graphic box.</property>
  137. </object>
  138. </child>
  139. </object>
  140. <packing>
  141. <property name="left_attach">1</property>
  142. <property name="top_attach">1</property>
  143. </packing>
  144. </child>
  145. <child>
  146. <object class="GtkEntry" id="edit_email">
  147. <property name="visible">True</property>
  148. <property name="can_focus">True</property>
  149. <property name="hexpand">True</property>
  150. <property name="activates_default">True</property>
  151. <property name="placeholder_text" translatable="yes" context="signatureline|edit_email">john.doe@example.org</property>
  152. <property name="truncate-multiline">True</property>
  153. <child internal-child="accessible">
  154. <object class="AtkObject" id="edit_email-atkobject">
  155. <property name="AtkObject::accessible-description" translatable="yes" context="signatureline|extended_tip|edit_email">Enter the email of the signer. The email is not displayed in the signature line graphic box, but is used for the digital signature.</property>
  156. </object>
  157. </child>
  158. </object>
  159. <packing>
  160. <property name="left_attach">1</property>
  161. <property name="top_attach">2</property>
  162. </packing>
  163. </child>
  164. <child>
  165. <object class="GtkLabel" id="label_name">
  166. <property name="visible">True</property>
  167. <property name="can_focus">False</property>
  168. <property name="halign">start</property>
  169. <property name="label" translatable="yes" context="signatureline|label_name" comments="Suggested Signer Name">Name:</property>
  170. <property name="use_underline">True</property>
  171. <property name="mnemonic_widget">edit_name</property>
  172. </object>
  173. <packing>
  174. <property name="left_attach">0</property>
  175. <property name="top_attach">0</property>
  176. </packing>
  177. </child>
  178. <child>
  179. <object class="GtkLabel" id="label_title">
  180. <property name="visible">True</property>
  181. <property name="can_focus">False</property>
  182. <property name="halign">start</property>
  183. <property name="label" translatable="yes" context="signatureline|label_title" comments="Suggested Signer Title">Title:</property>
  184. <property name="use_underline">True</property>
  185. <property name="mnemonic_widget">edit_title</property>
  186. </object>
  187. <packing>
  188. <property name="left_attach">0</property>
  189. <property name="top_attach">1</property>
  190. </packing>
  191. </child>
  192. <child>
  193. <object class="GtkLabel" id="label_email">
  194. <property name="visible">True</property>
  195. <property name="can_focus">False</property>
  196. <property name="halign">start</property>
  197. <property name="label" translatable="yes" context="signatureline|label_email" comments="Suggested Signer email">Email:</property>
  198. <property name="use_underline">True</property>
  199. <property name="mnemonic_widget">edit_email</property>
  200. </object>
  201. <packing>
  202. <property name="left_attach">0</property>
  203. <property name="top_attach">2</property>
  204. </packing>
  205. </child>
  206. </object>
  207. </child>
  208. </object>
  209. </child>
  210. <child type="label">
  211. <object class="GtkLabel">
  212. <property name="visible">True</property>
  213. <property name="can_focus">False</property>
  214. <property name="label" translatable="yes" context="signatureline|label_suggestedsigner">Suggested Signer</property>
  215. <attributes>
  216. <attribute name="weight" value="bold"/>
  217. </attributes>
  218. </object>
  219. </child>
  220. </object>
  221. <packing>
  222. <property name="left_attach">0</property>
  223. <property name="top_attach">0</property>
  224. </packing>
  225. </child>
  226. <child>
  227. <object class="GtkFrame">
  228. <property name="visible">True</property>
  229. <property name="can_focus">False</property>
  230. <property name="hexpand">True</property>
  231. <property name="vexpand">True</property>
  232. <property name="label_xalign">0</property>
  233. <property name="shadow_type">none</property>
  234. <child>
  235. <object class="GtkAlignment">
  236. <property name="visible">True</property>
  237. <property name="can_focus">False</property>
  238. <property name="top_padding">6</property>
  239. <property name="left_padding">12</property>
  240. <child>
  241. <!-- n-columns=1 n-rows=1 -->
  242. <object class="GtkGrid">
  243. <property name="visible">True</property>
  244. <property name="can_focus">False</property>
  245. <property name="row_spacing">6</property>
  246. <property name="column_spacing">12</property>
  247. <child>
  248. <object class="GtkCheckButton" id="checkbox_can_add_comments">
  249. <property name="label" translatable="yes" context="signatureline|checkbox_can_add_comments">Signer can add comments</property>
  250. <property name="visible">True</property>
  251. <property name="can_focus">True</property>
  252. <property name="receives_default">False</property>
  253. <property name="halign">start</property>
  254. <property name="use_underline">True</property>
  255. <property name="draw_indicator">True</property>
  256. <child internal-child="accessible">
  257. <object class="AtkObject" id="checkbox_can_add_comments-atkobject">
  258. <property name="AtkObject::accessible-description" translatable="yes" context="signatureline|extended_tip|checkbox_can_add_comments">Enable signer to insert comments in the Sign Signature Line dialog at time of signature.</property>
  259. </object>
  260. </child>
  261. </object>
  262. <packing>
  263. <property name="left_attach">0</property>
  264. <property name="top_attach">0</property>
  265. </packing>
  266. </child>
  267. <child>
  268. <object class="GtkCheckButton" id="checkbox_show_sign_date">
  269. <property name="label" translatable="yes" context="signatureline|checkbox_show_sign_date">Show sign date in signature line</property>
  270. <property name="visible">True</property>
  271. <property name="can_focus">True</property>
  272. <property name="receives_default">False</property>
  273. <property name="halign">start</property>
  274. <property name="use_underline">True</property>
  275. <property name="draw_indicator">True</property>
  276. <child internal-child="accessible">
  277. <object class="AtkObject" id="checkbox_show_sign_date-atkobject">
  278. <property name="AtkObject::accessible-description" translatable="yes" context="signatureline|extended_tip|checkbox_show_sign_date">Mark this checkbox to display the date of the signature, at the time when the document is digitally signed.</property>
  279. </object>
  280. </child>
  281. </object>
  282. <packing>
  283. <property name="left_attach">0</property>
  284. <property name="top_attach">1</property>
  285. </packing>
  286. </child>
  287. <child>
  288. <object class="GtkLabel" id="label_instructions">
  289. <property name="visible">True</property>
  290. <property name="can_focus">False</property>
  291. <property name="halign">start</property>
  292. <property name="label" translatable="yes" context="signatureline|label_instructions">Instructions to the signer:</property>
  293. <property name="use_underline">True</property>
  294. <property name="mnemonic_widget">edit_instructions</property>
  295. </object>
  296. <packing>
  297. <property name="left_attach">0</property>
  298. <property name="top_attach">2</property>
  299. </packing>
  300. </child>
  301. <child>
  302. <object class="GtkScrolledWindow">
  303. <property name="visible">True</property>
  304. <property name="can_focus">True</property>
  305. <property name="hexpand">True</property>
  306. <property name="vexpand">True</property>
  307. <property name="shadow_type">in</property>
  308. <child>
  309. <object class="GtkTextView" id="edit_instructions">
  310. <property name="height_request">60</property>
  311. <property name="visible">True</property>
  312. <property name="can_focus">True</property>
  313. <property name="hexpand">True</property>
  314. <property name="vexpand">True</property>
  315. <child internal-child="accessible">
  316. <object class="AtkObject" id="edit_instructions-atkobject">
  317. <property name="AtkObject::accessible-description" translatable="yes" context="signatureline|extended_tip|edit_instructions">Insert instructions for the signer. The instructions appears in the Sign Signature Line dialog box, at the time of signature.</property>
  318. </object>
  319. </child>
  320. </object>
  321. </child>
  322. </object>
  323. <packing>
  324. <property name="left_attach">0</property>
  325. <property name="top_attach">3</property>
  326. </packing>
  327. </child>
  328. </object>
  329. </child>
  330. </object>
  331. </child>
  332. <child type="label">
  333. <object class="GtkLabel">
  334. <property name="visible">True</property>
  335. <property name="can_focus">False</property>
  336. <property name="label" translatable="yes" context="signatureline|label_more">More</property>
  337. <attributes>
  338. <attribute name="weight" value="bold"/>
  339. </attributes>
  340. </object>
  341. </child>
  342. </object>
  343. <packing>
  344. <property name="left_attach">0</property>
  345. <property name="top_attach">1</property>
  346. </packing>
  347. </child>
  348. </object>
  349. <packing>
  350. <property name="expand">False</property>
  351. <property name="fill">True</property>
  352. <property name="position">0</property>
  353. </packing>
  354. </child>
  355. </object>
  356. </child>
  357. <action-widgets>
  358. <action-widget response="-6">cancel</action-widget>
  359. <action-widget response="-5">ok</action-widget>
  360. <action-widget response="-11">help</action-widget>
  361. </action-widgets>
  362. <child type="titlebar">
  363. <placeholder/>
  364. </child>
  365. </object>
  366. </interface>