logindialog.ui 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.20.4 -->
  3. <interface domain="uui">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="LoginDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="logindialog|LoginDialog">Authentication Required</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" id="dialog-vbox1">
  15. <property name="can_focus">False</property>
  16. <property name="orientation">vertical</property>
  17. <property name="spacing">12</property>
  18. <child internal-child="action_area">
  19. <object class="GtkButtonBox" id="dialog-action_area1">
  20. <property name="can_focus">False</property>
  21. <property name="layout_style">end</property>
  22. <child>
  23. <object class="GtkButton" id="ok">
  24. <property name="label">gtk-ok</property>
  25. <property name="visible">True</property>
  26. <property name="can_focus">True</property>
  27. <property name="can_default">True</property>
  28. <property name="has_default">True</property>
  29. <property name="receives_default">True</property>
  30. <property name="use_stock">True</property>
  31. </object>
  32. <packing>
  33. <property name="expand">False</property>
  34. <property name="fill">True</property>
  35. <property name="position">0</property>
  36. </packing>
  37. </child>
  38. <child>
  39. <object class="GtkButton" id="cancel">
  40. <property name="label">gtk-cancel</property>
  41. <property name="visible">True</property>
  42. <property name="can_focus">True</property>
  43. <property name="receives_default">True</property>
  44. <property name="use_stock">True</property>
  45. </object>
  46. <packing>
  47. <property name="expand">False</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">False</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">True</property>
  71. <property name="pack_type">end</property>
  72. <property name="position">0</property>
  73. </packing>
  74. </child>
  75. <child>
  76. <!-- n-columns=1 n-rows=1 -->
  77. <object class="GtkGrid" id="grid1">
  78. <property name="visible">True</property>
  79. <property name="can_focus">False</property>
  80. <property name="row_spacing">6</property>
  81. <property name="column_spacing">12</property>
  82. <child>
  83. <object class="GtkCheckButton" id="syscreds">
  84. <property name="label" translatable="yes" context="logindialog|syscreds">_Use system credentials</property>
  85. <property name="visible">True</property>
  86. <property name="can_focus">True</property>
  87. <property name="receives_default">False</property>
  88. <property name="use_underline">True</property>
  89. <property name="xalign">0</property>
  90. <property name="draw_indicator">True</property>
  91. </object>
  92. <packing>
  93. <property name="left_attach">0</property>
  94. <property name="top_attach">9</property>
  95. <property name="width">2</property>
  96. </packing>
  97. </child>
  98. <child>
  99. <object class="GtkCheckButton" id="remember">
  100. <property name="label" translatable="yes" context="logindialog|remember">_Remember password</property>
  101. <property name="visible">True</property>
  102. <property name="can_focus">True</property>
  103. <property name="receives_default">False</property>
  104. <property name="use_underline">True</property>
  105. <property name="xalign">0</property>
  106. <property name="draw_indicator">True</property>
  107. </object>
  108. <packing>
  109. <property name="left_attach">0</property>
  110. <property name="top_attach">8</property>
  111. <property name="width">2</property>
  112. </packing>
  113. </child>
  114. <child>
  115. <object class="GtkEntry" id="accounted">
  116. <property name="visible">True</property>
  117. <property name="can_focus">True</property>
  118. <property name="hexpand">True</property>
  119. <property name="truncate-multiline">True</property>
  120. <property name="activates_default">True</property>
  121. </object>
  122. <packing>
  123. <property name="left_attach">1</property>
  124. <property name="top_attach">7</property>
  125. </packing>
  126. </child>
  127. <child>
  128. <object class="GtkLabel" id="accountft">
  129. <property name="visible">True</property>
  130. <property name="can_focus">False</property>
  131. <property name="label" translatable="yes" context="logindialog|accountft">A_ccount:</property>
  132. <property name="use_underline">True</property>
  133. <property name="mnemonic_widget">accounted</property>
  134. <property name="xalign">0</property>
  135. </object>
  136. <packing>
  137. <property name="left_attach">0</property>
  138. <property name="top_attach">7</property>
  139. </packing>
  140. </child>
  141. <child>
  142. <object class="GtkLabel" id="passwordft">
  143. <property name="visible">True</property>
  144. <property name="can_focus">False</property>
  145. <property name="label" translatable="yes" context="logindialog|passwordft">Pass_word:</property>
  146. <property name="use_underline">True</property>
  147. <property name="mnemonic_widget">passworded</property>
  148. <property name="xalign">0</property>
  149. </object>
  150. <packing>
  151. <property name="left_attach">0</property>
  152. <property name="top_attach">6</property>
  153. </packing>
  154. </child>
  155. <child>
  156. <object class="GtkEntry" id="passworded">
  157. <property name="visible">True</property>
  158. <property name="can_focus">True</property>
  159. <property name="hexpand">True</property>
  160. <property name="visibility">False</property>
  161. <property name="truncate-multiline">True</property>
  162. <property name="activates_default">True</property>
  163. </object>
  164. <packing>
  165. <property name="left_attach">1</property>
  166. <property name="top_attach">6</property>
  167. </packing>
  168. </child>
  169. <child>
  170. <object class="GtkEntry" id="nameed">
  171. <property name="visible">True</property>
  172. <property name="can_focus">True</property>
  173. <property name="hexpand">True</property>
  174. <property name="truncate-multiline">True</property>
  175. <property name="activates_default">True</property>
  176. </object>
  177. <packing>
  178. <property name="left_attach">1</property>
  179. <property name="top_attach">5</property>
  180. </packing>
  181. </child>
  182. <child>
  183. <object class="GtkLabel" id="nameft">
  184. <property name="visible">True</property>
  185. <property name="can_focus">False</property>
  186. <property name="label" translatable="yes" context="logindialog|nameft">_User name:</property>
  187. <property name="use_underline">True</property>
  188. <property name="mnemonic_widget">nameed</property>
  189. <property name="xalign">0</property>
  190. </object>
  191. <packing>
  192. <property name="left_attach">0</property>
  193. <property name="top_attach">5</property>
  194. </packing>
  195. </child>
  196. <child>
  197. <object class="GtkLabel" id="loginrealm">
  198. <property name="can_focus">False</property>
  199. <property name="no_show_all">True</property>
  200. <property name="label" translatable="yes" context="logindialog|loginrealm">Enter user name and password for:
  201. “%2” on %1</property>
  202. <property name="xalign">0</property>
  203. </object>
  204. <packing>
  205. <property name="left_attach">0</property>
  206. <property name="top_attach">3</property>
  207. <property name="width">2</property>
  208. </packing>
  209. </child>
  210. <child>
  211. <object class="GtkLabel" id="wrongloginrealm">
  212. <property name="can_focus">False</property>
  213. <property name="no_show_all">True</property>
  214. <property name="label" translatable="yes" context="logindialog|wrongloginrealm">Wrong user name and password for:
  215. “%2” on %1</property>
  216. <property name="xalign">0</property>
  217. </object>
  218. <packing>
  219. <property name="left_attach">0</property>
  220. <property name="top_attach">3</property>
  221. <property name="width">2</property>
  222. </packing>
  223. </child>
  224. <child>
  225. <object class="GtkLabel" id="wrongrequestinfo">
  226. <property name="can_focus">False</property>
  227. <property name="no_show_all">True</property>
  228. <property name="label" translatable="yes" context="logindialog|wrongrequestinfo">Wrong user name and password for:
  229. %1</property>
  230. <property name="xalign">0</property>
  231. </object>
  232. <packing>
  233. <property name="left_attach">0</property>
  234. <property name="top_attach">3</property>
  235. <property name="width">2</property>
  236. </packing>
  237. </child>
  238. <child>
  239. <object class="GtkLabel" id="requestinfo">
  240. <property name="visible">True</property>
  241. <property name="can_focus">False</property>
  242. <property name="label" translatable="yes" context="logindialog|requestinfo">Enter user name and password for:
  243. %1</property>
  244. <property name="xalign">0</property>
  245. </object>
  246. <packing>
  247. <property name="left_attach">0</property>
  248. <property name="top_attach">2</property>
  249. <property name="width">2</property>
  250. </packing>
  251. </child>
  252. <child>
  253. <object class="GtkLabel" id="errorft">
  254. <property name="visible">True</property>
  255. <property name="can_focus">False</property>
  256. <property name="label" translatable="yes" context="logindialog|errorft">Message from server:</property>
  257. <property name="use_underline">True</property>
  258. <property name="mnemonic_widget">errorinfo</property>
  259. <property name="xalign">0</property>
  260. </object>
  261. <packing>
  262. <property name="left_attach">0</property>
  263. <property name="top_attach">0</property>
  264. <property name="width">2</property>
  265. </packing>
  266. </child>
  267. <child>
  268. <object class="GtkLabel" id="errorinfo">
  269. <property name="visible">True</property>
  270. <property name="can_focus">False</property>
  271. <property name="wrap">True</property>
  272. <property name="width_chars">56</property>
  273. <property name="xalign">0</property>
  274. </object>
  275. <packing>
  276. <property name="left_attach">0</property>
  277. <property name="top_attach">1</property>
  278. <property name="width">2</property>
  279. </packing>
  280. </child>
  281. <child>
  282. <placeholder/>
  283. </child>
  284. <child>
  285. <placeholder/>
  286. </child>
  287. </object>
  288. <packing>
  289. <property name="expand">False</property>
  290. <property name="fill">True</property>
  291. <property name="position">1</property>
  292. </packing>
  293. </child>
  294. </object>
  295. </child>
  296. <action-widgets>
  297. <action-widget response="-5">ok</action-widget>
  298. <action-widget response="-6">cancel</action-widget>
  299. <action-widget response="-11">help</action-widget>
  300. </action-widgets>
  301. <child>
  302. <placeholder/>
  303. </child>
  304. </object>
  305. </interface>