optproxypage.ui 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  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="GtkFrame" id="OptProxyPage">
  6. <property name="visible">True</property>
  7. <property name="can_focus">False</property>
  8. <property name="hexpand">True</property>
  9. <property name="border_width">6</property>
  10. <property name="label_xalign">0</property>
  11. <property name="shadow_type">none</property>
  12. <child>
  13. <object class="GtkAlignment" id="alignment1">
  14. <property name="visible">True</property>
  15. <property name="can_focus">False</property>
  16. <property name="hexpand">True</property>
  17. <property name="top_padding">6</property>
  18. <property name="left_padding">12</property>
  19. <child>
  20. <!-- n-columns=1 n-rows=1 -->
  21. <object class="GtkGrid" id="grid1">
  22. <property name="visible">True</property>
  23. <property name="can_focus">False</property>
  24. <property name="hexpand">True</property>
  25. <property name="row_spacing">6</property>
  26. <property name="column_spacing">12</property>
  27. <child>
  28. <object class="GtkLabel" id="label2">
  29. <property name="visible">True</property>
  30. <property name="can_focus">False</property>
  31. <property name="label" translatable="yes" context="optproxypage|label2">Proxy s_erver:</property>
  32. <property name="use_underline">True</property>
  33. <property name="mnemonic_widget">proxymode</property>
  34. <property name="xalign">0</property>
  35. </object>
  36. <packing>
  37. <property name="left_attach">0</property>
  38. <property name="top_attach">0</property>
  39. </packing>
  40. </child>
  41. <child>
  42. <object class="GtkEntry" id="http">
  43. <property name="visible">True</property>
  44. <property name="can_focus">True</property>
  45. <property name="valign">center</property>
  46. <property name="hexpand">True</property>
  47. <property name="activates_default">True</property>
  48. <property name="truncate-multiline">True</property>
  49. <child internal-child="accessible">
  50. <object class="AtkObject" id="http-atkobject">
  51. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|http">Type the name of the proxy server for HTTP.</property>
  52. </object>
  53. </child>
  54. </object>
  55. <packing>
  56. <property name="left_attach">1</property>
  57. <property name="top_attach">1</property>
  58. </packing>
  59. </child>
  60. <child>
  61. <object class="GtkEntry" id="https">
  62. <property name="visible">True</property>
  63. <property name="can_focus">True</property>
  64. <property name="valign">center</property>
  65. <property name="hexpand">True</property>
  66. <property name="activates_default">True</property>
  67. <property name="truncate-multiline">True</property>
  68. <child internal-child="accessible">
  69. <object class="AtkObject" id="https-atkobject">
  70. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|https">Type the name of the proxy server for HTTPS. Type the port in the right-hand field.</property>
  71. </object>
  72. </child>
  73. </object>
  74. <packing>
  75. <property name="left_attach">1</property>
  76. <property name="top_attach">2</property>
  77. </packing>
  78. </child>
  79. <child>
  80. <object class="GtkEntry" id="ftp">
  81. <property name="visible">True</property>
  82. <property name="can_focus">True</property>
  83. <property name="valign">center</property>
  84. <property name="hexpand">True</property>
  85. <property name="activates_default">True</property>
  86. <property name="truncate-multiline">True</property>
  87. <child internal-child="accessible">
  88. <object class="AtkObject" id="ftp-atkobject">
  89. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|ftp">Type the name of the proxy server for FTP.</property>
  90. </object>
  91. </child>
  92. </object>
  93. <packing>
  94. <property name="left_attach">1</property>
  95. <property name="top_attach">3</property>
  96. </packing>
  97. </child>
  98. <child>
  99. <object class="GtkEntry" id="noproxy">
  100. <property name="visible">True</property>
  101. <property name="can_focus">True</property>
  102. <property name="valign">center</property>
  103. <property name="hexpand">True</property>
  104. <property name="activates_default">True</property>
  105. <property name="truncate-multiline">True</property>
  106. <child internal-child="accessible">
  107. <object class="AtkObject" id="noproxy-atkobject">
  108. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|noproxy">Specifies the names of the servers that do not require any proxy servers, separated by semicolons.</property>
  109. </object>
  110. </child>
  111. </object>
  112. <packing>
  113. <property name="left_attach">1</property>
  114. <property name="top_attach">4</property>
  115. </packing>
  116. </child>
  117. <child>
  118. <object class="GtkEntry" id="httpport">
  119. <property name="visible">True</property>
  120. <property name="can_focus">True</property>
  121. <property name="valign">center</property>
  122. <property name="max_length">5</property>
  123. <property name="activates_default">True</property>
  124. <property name="width_chars">5</property>
  125. <property name="input_purpose">digits</property>
  126. <property name="truncate-multiline">True</property>
  127. <child internal-child="accessible">
  128. <object class="AtkObject" id="httpport-atkobject">
  129. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|httpport">Type the port for the corresponding proxy server.</property>
  130. </object>
  131. </child>
  132. </object>
  133. <packing>
  134. <property name="left_attach">3</property>
  135. <property name="top_attach">1</property>
  136. </packing>
  137. </child>
  138. <child>
  139. <object class="GtkEntry" id="httpsport">
  140. <property name="visible">True</property>
  141. <property name="can_focus">True</property>
  142. <property name="valign">center</property>
  143. <property name="max_length">5</property>
  144. <property name="activates_default">True</property>
  145. <property name="width_chars">5</property>
  146. <property name="input_purpose">digits</property>
  147. <property name="truncate-multiline">True</property>
  148. <child internal-child="accessible">
  149. <object class="AtkObject" id="httpsport-atkobject">
  150. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|httpsport">Type the port for the corresponding proxy server.</property>
  151. </object>
  152. </child>
  153. </object>
  154. <packing>
  155. <property name="left_attach">3</property>
  156. <property name="top_attach">2</property>
  157. </packing>
  158. </child>
  159. <child>
  160. <object class="GtkEntry" id="ftpport">
  161. <property name="visible">True</property>
  162. <property name="can_focus">True</property>
  163. <property name="valign">center</property>
  164. <property name="max_length">5</property>
  165. <property name="activates_default">True</property>
  166. <property name="width_chars">5</property>
  167. <property name="input_purpose">digits</property>
  168. <property name="truncate-multiline">True</property>
  169. <child internal-child="accessible">
  170. <object class="AtkObject" id="ftpport-atkobject">
  171. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|ftpport">Type the port for the corresponding proxy server.</property>
  172. </object>
  173. </child>
  174. </object>
  175. <packing>
  176. <property name="left_attach">3</property>
  177. <property name="top_attach">3</property>
  178. </packing>
  179. </child>
  180. <child>
  181. <object class="GtkComboBoxText" id="proxymode">
  182. <property name="visible">True</property>
  183. <property name="can_focus">False</property>
  184. <items>
  185. <item translatable="yes" context="optproxypage|proxymode">None</item>
  186. <item translatable="yes" context="optproxypage|proxymode">System</item>
  187. <item translatable="yes" context="optproxypage|proxymode">Manual</item>
  188. </items>
  189. <child internal-child="accessible">
  190. <object class="AtkObject" id="proxymode-atkobject">
  191. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|proxymode">Specifies the type of proxy definition.</property>
  192. </object>
  193. </child>
  194. </object>
  195. <packing>
  196. <property name="left_attach">1</property>
  197. <property name="top_attach">0</property>
  198. </packing>
  199. </child>
  200. <child>
  201. <object class="GtkLabel" id="httpft">
  202. <property name="visible">True</property>
  203. <property name="can_focus">False</property>
  204. <property name="label" translatable="yes" context="optproxypage|httpft">HT_TP proxy:</property>
  205. <property name="use_underline">True</property>
  206. <property name="mnemonic_widget">http</property>
  207. <property name="xalign">0</property>
  208. </object>
  209. <packing>
  210. <property name="left_attach">0</property>
  211. <property name="top_attach">1</property>
  212. </packing>
  213. </child>
  214. <child>
  215. <object class="GtkLabel" id="httpportft">
  216. <property name="visible">True</property>
  217. <property name="can_focus">False</property>
  218. <property name="label" translatable="yes" context="optproxypage|httpportft">_Port:</property>
  219. <property name="use_underline">True</property>
  220. <property name="mnemonic_widget">httpport</property>
  221. </object>
  222. <packing>
  223. <property name="left_attach">2</property>
  224. <property name="top_attach">1</property>
  225. </packing>
  226. </child>
  227. <child>
  228. <object class="GtkLabel" id="httpsft">
  229. <property name="visible">True</property>
  230. <property name="can_focus">False</property>
  231. <property name="label" translatable="yes" context="optproxypage|httpsft">HTTP_S proxy:</property>
  232. <property name="use_underline">True</property>
  233. <property name="mnemonic_widget">https</property>
  234. <property name="xalign">0</property>
  235. </object>
  236. <packing>
  237. <property name="left_attach">0</property>
  238. <property name="top_attach">2</property>
  239. </packing>
  240. </child>
  241. <child>
  242. <object class="GtkLabel" id="ftpft">
  243. <property name="visible">True</property>
  244. <property name="can_focus">False</property>
  245. <property name="label" translatable="yes" context="optproxypage|ftpft">_FTP proxy:</property>
  246. <property name="use_underline">True</property>
  247. <property name="mnemonic_widget">ftp</property>
  248. <property name="xalign">0</property>
  249. </object>
  250. <packing>
  251. <property name="left_attach">0</property>
  252. <property name="top_attach">3</property>
  253. </packing>
  254. </child>
  255. <child>
  256. <object class="GtkLabel" id="noproxyft">
  257. <property name="visible">True</property>
  258. <property name="can_focus">False</property>
  259. <property name="label" translatable="yes" context="optproxypage|noproxyft">_No proxy for:</property>
  260. <property name="use_underline">True</property>
  261. <property name="mnemonic_widget">noproxy</property>
  262. <property name="xalign">0</property>
  263. </object>
  264. <packing>
  265. <property name="left_attach">0</property>
  266. <property name="top_attach">4</property>
  267. </packing>
  268. </child>
  269. <child>
  270. <object class="GtkLabel" id="httpsportft">
  271. <property name="visible">True</property>
  272. <property name="can_focus">False</property>
  273. <property name="label" translatable="yes" context="optproxypage|httpsportft">P_ort:</property>
  274. <property name="use_underline">True</property>
  275. <property name="mnemonic_widget">httpsport</property>
  276. </object>
  277. <packing>
  278. <property name="left_attach">2</property>
  279. <property name="top_attach">2</property>
  280. </packing>
  281. </child>
  282. <child>
  283. <object class="GtkLabel" id="ftpportft">
  284. <property name="visible">True</property>
  285. <property name="can_focus">False</property>
  286. <property name="label" translatable="yes" context="optproxypage|ftpportft">P_ort:</property>
  287. <property name="use_underline">True</property>
  288. <property name="mnemonic_widget">ftpport</property>
  289. </object>
  290. <packing>
  291. <property name="left_attach">2</property>
  292. <property name="top_attach">3</property>
  293. </packing>
  294. </child>
  295. <child>
  296. <object class="GtkLabel" id="noproxydesc">
  297. <property name="visible">True</property>
  298. <property name="can_focus">False</property>
  299. <property name="label" translatable="yes" context="optproxypage|noproxydesc">Separator ;</property>
  300. <property name="xalign">0</property>
  301. </object>
  302. <packing>
  303. <property name="left_attach">2</property>
  304. <property name="top_attach">4</property>
  305. <property name="width">2</property>
  306. </packing>
  307. </child>
  308. <child>
  309. <placeholder/>
  310. </child>
  311. <child>
  312. <placeholder/>
  313. </child>
  314. </object>
  315. </child>
  316. </object>
  317. </child>
  318. <child type="label">
  319. <object class="GtkLabel" id="label1">
  320. <property name="visible">True</property>
  321. <property name="can_focus">False</property>
  322. <property name="label" translatable="yes" context="optproxypage|label1">Settings</property>
  323. <attributes>
  324. <attribute name="weight" value="bold"/>
  325. </attributes>
  326. </object>
  327. </child>
  328. <child internal-child="accessible">
  329. <object class="AtkObject" id="OptProxyPage-atkobject">
  330. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|OptProxyPage">Specifies the type of proxy definition.</property>
  331. </object>
  332. </child>
  333. </object>
  334. </interface>