hyperlinkinternetpage.ui 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  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="GtkBox" id="HyperlinkInternetPage">
  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="orientation">vertical</property>
  11. <property name="spacing">12</property>
  12. <child>
  13. <object class="GtkFrame" id="frame1">
  14. <property name="visible">True</property>
  15. <property name="can_focus">False</property>
  16. <property name="label_xalign">0</property>
  17. <property name="shadow_type">none</property>
  18. <child>
  19. <object class="GtkAlignment" id="alignment1">
  20. <property name="visible">True</property>
  21. <property name="can_focus">False</property>
  22. <property name="hexpand">False</property>
  23. <property name="top_padding">6</property>
  24. <property name="left_padding">12</property>
  25. <child>
  26. <!-- n-columns=1 n-rows=1 -->
  27. <object class="GtkGrid" id="grid1">
  28. <property name="visible">True</property>
  29. <property name="can_focus">False</property>
  30. <property name="hexpand">True</property>
  31. <property name="row_spacing">6</property>
  32. <property name="column_spacing">12</property>
  33. <child>
  34. <!-- n-columns=1 n-rows=1 -->
  35. <object class="GtkGrid" id="grid2">
  36. <property name="visible">True</property>
  37. <property name="can_focus">False</property>
  38. <property name="hexpand">True</property>
  39. <property name="row_spacing">6</property>
  40. <property name="column_spacing">12</property>
  41. <child>
  42. <object class="GtkRadioButton" id="linktyp_internet">
  43. <property name="label" translatable="yes" context="hyperlinkinternetpage|linktyp_internet">_Web</property>
  44. <property name="visible">True</property>
  45. <property name="can_focus">True</property>
  46. <property name="receives_default">False</property>
  47. <property name="use_underline">True</property>
  48. <property name="xalign">0</property>
  49. <property name="active">True</property>
  50. <property name="draw_indicator">True</property>
  51. <child internal-child="accessible">
  52. <object class="AtkObject" id="linktyp_internet-atkobject">
  53. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|linktyp_internet">Creates an "http://" hyperlink.</property>
  54. </object>
  55. </child>
  56. </object>
  57. <packing>
  58. <property name="left_attach">0</property>
  59. <property name="top_attach">0</property>
  60. </packing>
  61. </child>
  62. <child>
  63. <object class="GtkRadioButton" id="linktyp_ftp">
  64. <property name="label" translatable="yes" context="hyperlinkinternetpage|linktyp_ftp">_FTP</property>
  65. <property name="visible">True</property>
  66. <property name="can_focus">True</property>
  67. <property name="receives_default">False</property>
  68. <property name="use_underline">True</property>
  69. <property name="xalign">0</property>
  70. <property name="active">True</property>
  71. <property name="draw_indicator">True</property>
  72. <property name="group">linktyp_internet</property>
  73. <child internal-child="accessible">
  74. <object class="AtkObject" id="linktyp_ftp-atkobject">
  75. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|linktyp_ftp">Creates an "FTP://" hyperlink.</property>
  76. </object>
  77. </child>
  78. </object>
  79. <packing>
  80. <property name="left_attach">1</property>
  81. <property name="top_attach">0</property>
  82. </packing>
  83. </child>
  84. </object>
  85. <packing>
  86. <property name="left_attach">1</property>
  87. <property name="top_attach">0</property>
  88. </packing>
  89. </child>
  90. <child>
  91. <object class="GtkLabel" id="target_label">
  92. <property name="visible">True</property>
  93. <property name="can_focus">False</property>
  94. <property name="halign">start</property>
  95. <property name="label" translatable="yes" context="hyperlinkinternetpage|target_label">_URL:</property>
  96. <property name="use_underline">True</property>
  97. <property name="mnemonic_widget">target</property>
  98. <property name="xalign">0</property>
  99. </object>
  100. <packing>
  101. <property name="left_attach">0</property>
  102. <property name="top_attach">1</property>
  103. </packing>
  104. </child>
  105. <child>
  106. <object class="GtkLabel" id="login_label">
  107. <property name="visible">True</property>
  108. <property name="can_focus">False</property>
  109. <property name="halign">start</property>
  110. <property name="label" translatable="yes" context="hyperlinkinternetpage|login_label">_Login name:</property>
  111. <property name="use_underline">True</property>
  112. <property name="mnemonic_widget">login</property>
  113. <property name="xalign">0</property>
  114. </object>
  115. <packing>
  116. <property name="left_attach">0</property>
  117. <property name="top_attach">3</property>
  118. </packing>
  119. </child>
  120. <child>
  121. <object class="GtkLabel" id="password_label">
  122. <property name="visible">True</property>
  123. <property name="can_focus">False</property>
  124. <property name="halign">start</property>
  125. <property name="label" translatable="yes" context="hyperlinkinternetpage|password_label">_Password:</property>
  126. <property name="use_underline">True</property>
  127. <property name="mnemonic_widget">password</property>
  128. <property name="xalign">0</property>
  129. </object>
  130. <packing>
  131. <property name="left_attach">0</property>
  132. <property name="top_attach">4</property>
  133. </packing>
  134. </child>
  135. <child>
  136. <object class="GtkEntry" id="login">
  137. <property name="visible">True</property>
  138. <property name="can_focus">True</property>
  139. <property name="hexpand">True</property>
  140. <property name="activates_default">True</property>
  141. <property name="truncate-multiline">True</property>
  142. <child internal-child="accessible">
  143. <object class="AtkObject" id="login-atkobject">
  144. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|login">Specifies your login name, if you are working with FTP addresses.</property>
  145. </object>
  146. </child>
  147. </object>
  148. <packing>
  149. <property name="left_attach">1</property>
  150. <property name="top_attach">3</property>
  151. </packing>
  152. </child>
  153. <child>
  154. <object class="GtkEntry" id="password">
  155. <property name="visible">True</property>
  156. <property name="can_focus">True</property>
  157. <property name="hexpand">True</property>
  158. <property name="activates_default">True</property>
  159. <property name="truncate-multiline">True</property>
  160. <child internal-child="accessible">
  161. <object class="AtkObject" id="password-atkobject">
  162. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|password">Specifies your password, if you are working with FTP addresses.</property>
  163. </object>
  164. </child>
  165. </object>
  166. <packing>
  167. <property name="left_attach">1</property>
  168. <property name="top_attach">4</property>
  169. </packing>
  170. </child>
  171. <child>
  172. <object class="GtkCheckButton" id="anonymous">
  173. <property name="label" translatable="yes" context="hyperlinkinternetpage|anonymous">Anonymous _user</property>
  174. <property name="visible">True</property>
  175. <property name="can_focus">True</property>
  176. <property name="receives_default">False</property>
  177. <property name="use_underline">True</property>
  178. <property name="xalign">0</property>
  179. <property name="draw_indicator">True</property>
  180. <child internal-child="accessible">
  181. <object class="AtkObject" id="anonymous-atkobject">
  182. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|anonymous">Allows you to log in to the FTP address as an anonymous user.</property>
  183. </object>
  184. </child>
  185. </object>
  186. <packing>
  187. <property name="left_attach">1</property>
  188. <property name="top_attach">5</property>
  189. </packing>
  190. </child>
  191. <child>
  192. <object class="GtkComboBoxText" id="target">
  193. <property name="visible">True</property>
  194. <property name="can_focus">False</property>
  195. <property name="hexpand">True</property>
  196. <property name="has_entry">True</property>
  197. <child internal-child="entry">
  198. <object class="GtkEntry">
  199. <property name="can_focus">True</property>
  200. <property name="truncate-multiline">True</property>
  201. <property name="activates_default">True</property>
  202. </object>
  203. </child>
  204. <child internal-child="accessible">
  205. <object class="AtkObject" id="target-atkobject">
  206. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|target">Enter a URL for the file that you want to open when you click the hyperlink. If you do not specify a target frame, the file opens in the current document or frame.</property>
  207. </object>
  208. </child>
  209. </object>
  210. <packing>
  211. <property name="left_attach">1</property>
  212. <property name="top_attach">1</property>
  213. </packing>
  214. </child>
  215. <child>
  216. <object class="GtkLabel" id="indication_label">
  217. <property name="visible">True</property>
  218. <property name="can_focus">False</property>
  219. <property name="label" translatable="yes" context="hyperlinkinternetpage|indication_label">Te_xt:</property>
  220. <property name="use_underline">True</property>
  221. <property name="mnemonic_widget">indication</property>
  222. <property name="xalign">0</property>
  223. </object>
  224. <packing>
  225. <property name="left_attach">0</property>
  226. <property name="top_attach">2</property>
  227. </packing>
  228. </child>
  229. <child>
  230. <object class="GtkEntry" id="indication">
  231. <property name="visible">True</property>
  232. <property name="can_focus">True</property>
  233. <property name="activates_default">True</property>
  234. <property name="truncate-multiline">True</property>
  235. <child internal-child="accessible">
  236. <object class="AtkObject" id="indication-atkobject">
  237. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|indication">Specifies the visible text or button caption for the hyperlink.</property>
  238. </object>
  239. </child>
  240. </object>
  241. <packing>
  242. <property name="left_attach">1</property>
  243. <property name="top_attach">2</property>
  244. </packing>
  245. </child>
  246. <child>
  247. <object class="GtkLabel" id="lbProtocol">
  248. <property name="name">lbProtocol</property>
  249. <property name="visible">True</property>
  250. <property name="can_focus">False</property>
  251. <property name="label" translatable="yes" context="hyperlinkinternetpage|protocol_label">Proto_col:</property>
  252. <property name="use_underline">True</property>
  253. <property name="mnemonic_widget">linktyp_internet</property>
  254. <property name="xalign">0</property>
  255. </object>
  256. <packing>
  257. <property name="left_attach">0</property>
  258. <property name="top_attach">0</property>
  259. </packing>
  260. </child>
  261. <child>
  262. <placeholder/>
  263. </child>
  264. </object>
  265. </child>
  266. </object>
  267. </child>
  268. <child type="label">
  269. <object class="GtkLabel" id="label2">
  270. <property name="visible">True</property>
  271. <property name="can_focus">False</property>
  272. <property name="label" translatable="yes" context="hyperlinkinternetpage|label2">Hyperlink Type</property>
  273. <attributes>
  274. <attribute name="weight" value="bold"/>
  275. </attributes>
  276. </object>
  277. </child>
  278. </object>
  279. <packing>
  280. <property name="expand">True</property>
  281. <property name="fill">True</property>
  282. <property name="position">1</property>
  283. </packing>
  284. </child>
  285. <child>
  286. <object class="GtkFrame" id="frame2">
  287. <property name="visible">True</property>
  288. <property name="can_focus">False</property>
  289. <property name="valign">end</property>
  290. <property name="hexpand">True</property>
  291. <property name="vexpand">True</property>
  292. <property name="label_xalign">0</property>
  293. <property name="shadow_type">none</property>
  294. <child>
  295. <object class="GtkAlignment" id="alignment2">
  296. <property name="visible">True</property>
  297. <property name="can_focus">False</property>
  298. <property name="top_padding">6</property>
  299. <property name="left_padding">12</property>
  300. <child>
  301. <!-- n-columns=1 n-rows=1 -->
  302. <object class="GtkGrid" id="grid3">
  303. <property name="visible">True</property>
  304. <property name="can_focus">False</property>
  305. <property name="row_spacing">6</property>
  306. <property name="column_spacing">12</property>
  307. <child>
  308. <object class="GtkLabel" id="frame_label">
  309. <property name="visible">True</property>
  310. <property name="can_focus">False</property>
  311. <property name="halign">start</property>
  312. <property name="label" translatable="yes" context="hyperlinkinternetpage|frame_label">F_rame:</property>
  313. <property name="use_underline">True</property>
  314. <property name="mnemonic_widget">frame</property>
  315. <property name="xalign">0</property>
  316. </object>
  317. <packing>
  318. <property name="left_attach">0</property>
  319. <property name="top_attach">0</property>
  320. </packing>
  321. </child>
  322. <child>
  323. <object class="GtkLabel" id="name_label">
  324. <property name="visible">True</property>
  325. <property name="can_focus">False</property>
  326. <property name="halign">start</property>
  327. <property name="label" translatable="yes" context="hyperlinkinternetpage|name_label">Na_me:</property>
  328. <property name="use_underline">True</property>
  329. <property name="mnemonic_widget">name</property>
  330. <property name="xalign">0</property>
  331. </object>
  332. <packing>
  333. <property name="left_attach">0</property>
  334. <property name="top_attach">1</property>
  335. </packing>
  336. </child>
  337. <child>
  338. <object class="GtkEntry" id="name">
  339. <property name="visible">True</property>
  340. <property name="can_focus">True</property>
  341. <property name="activates_default">True</property>
  342. <property name="truncate-multiline">True</property>
  343. <child internal-child="accessible">
  344. <object class="AtkObject" id="name-atkobject">
  345. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|name">Enter a name for the hyperlink.</property>
  346. </object>
  347. </child>
  348. </object>
  349. <packing>
  350. <property name="left_attach">1</property>
  351. <property name="top_attach">1</property>
  352. </packing>
  353. </child>
  354. <child>
  355. <!-- n-columns=1 n-rows=1 -->
  356. <object class="GtkGrid" id="grid4">
  357. <property name="visible">True</property>
  358. <property name="can_focus">False</property>
  359. <property name="hexpand">True</property>
  360. <property name="row_spacing">6</property>
  361. <property name="column_spacing">12</property>
  362. <child>
  363. <object class="GtkLabel" id="form_label">
  364. <property name="visible">True</property>
  365. <property name="can_focus">False</property>
  366. <property name="label" translatable="yes" context="hyperlinkinternetpage|form_label">F_orm:</property>
  367. <property name="use_underline">True</property>
  368. <property name="mnemonic_widget">form</property>
  369. <property name="xalign">0</property>
  370. </object>
  371. <packing>
  372. <property name="left_attach">1</property>
  373. <property name="top_attach">0</property>
  374. </packing>
  375. </child>
  376. <child>
  377. <object class="GtkComboBoxText" id="form">
  378. <property name="visible">True</property>
  379. <property name="can_focus">False</property>
  380. <property name="hexpand">True</property>
  381. <child internal-child="accessible">
  382. <object class="AtkObject" id="form-atkobject">
  383. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|form">Specifies whether the hyperlink is inserted as text or as a button.</property>
  384. </object>
  385. </child>
  386. </object>
  387. <packing>
  388. <property name="left_attach">2</property>
  389. <property name="top_attach">0</property>
  390. </packing>
  391. </child>
  392. <child>
  393. <object class="GtkButton" id="script">
  394. <property name="visible">True</property>
  395. <property name="can_focus">True</property>
  396. <property name="receives_default">True</property>
  397. <property name="tooltip_text" translatable="yes" context="hyperlinkinternetpage|script|tooltip_text">Events</property>
  398. <property name="always_show_image">True</property>
  399. <child internal-child="accessible">
  400. <object class="AtkObject" id="script-atkobject">
  401. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|script">Opens the Assign Macro dialog, in which you can give events such as "mouse over object" or "trigger hyperlink" their own program codes.</property>
  402. </object>
  403. </child>
  404. </object>
  405. <packing>
  406. <property name="left_attach">3</property>
  407. <property name="top_attach">0</property>
  408. </packing>
  409. </child>
  410. <child>
  411. <object class="GtkComboBoxText" id="frame">
  412. <property name="visible">True</property>
  413. <property name="can_focus">False</property>
  414. <property name="hexpand">True</property>
  415. <property name="has_entry">True</property>
  416. <child internal-child="entry">
  417. <object class="GtkEntry" id="combobox-entry">
  418. <property name="can_focus">True</property>
  419. <property name="truncate-multiline">True</property>
  420. <property name="activates_default">True</property>
  421. </object>
  422. </child>
  423. <child internal-child="accessible">
  424. <object class="AtkObject" id="frame-atkobject">
  425. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|frame">Enter the name of the frame that you want the linked file to open in, or select a predefined frame from the list. If you leave this box blank, the linked file opens in the current browser window.</property>
  426. </object>
  427. </child>
  428. </object>
  429. <packing>
  430. <property name="left_attach">0</property>
  431. <property name="top_attach">0</property>
  432. </packing>
  433. </child>
  434. </object>
  435. <packing>
  436. <property name="left_attach">1</property>
  437. <property name="top_attach">0</property>
  438. </packing>
  439. </child>
  440. </object>
  441. </child>
  442. </object>
  443. </child>
  444. <child type="label">
  445. <object class="GtkLabel" id="label1">
  446. <property name="visible">True</property>
  447. <property name="can_focus">False</property>
  448. <property name="label" translatable="yes" context="hyperlinkinternetpage|label1">Further Settings</property>
  449. <attributes>
  450. <attribute name="weight" value="bold"/>
  451. </attributes>
  452. </object>
  453. </child>
  454. </object>
  455. <packing>
  456. <property name="expand">True</property>
  457. <property name="fill">True</property>
  458. <property name="position">1</property>
  459. </packing>
  460. </child>
  461. <child internal-child="accessible">
  462. <object class="AtkObject" id="HyperlinkInternetPage-atkobject">
  463. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|HyperlinkInternetPage">Use the Internet page of the Hyperlink dialog to edit hyperlinks with WWW or FTP addresses.</property>
  464. </object>
  465. </child>
  466. </object>
  467. <object class="GtkSizeGroup" id="sizegroup1">
  468. <widgets>
  469. <widget name="target_label"/>
  470. <widget name="login_label"/>
  471. <widget name="password_label"/>
  472. <widget name="frame_label"/>
  473. <widget name="indication_label"/>
  474. <widget name="name_label"/>
  475. <widget name="lbProtocol"/>
  476. </widgets>
  477. </object>
  478. </interface>