hyperlinknewdocpage.ui 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  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="GtkImage" id="image1">
  6. <property name="visible">True</property>
  7. <property name="can_focus">False</property>
  8. <property name="icon_name">cmd/sc_adddirect.png</property>
  9. </object>
  10. <object class="GtkTreeStore" id="liststore1">
  11. <columns>
  12. <!-- column-name text -->
  13. <column type="gchararray"/>
  14. <!-- column-name id -->
  15. <column type="gchararray"/>
  16. </columns>
  17. </object>
  18. <object class="GtkBox" id="HyperlinkNewDocPage">
  19. <property name="visible">True</property>
  20. <property name="can_focus">False</property>
  21. <property name="hexpand">True</property>
  22. <property name="vexpand">True</property>
  23. <property name="border_width">6</property>
  24. <property name="orientation">vertical</property>
  25. <property name="spacing">12</property>
  26. <child>
  27. <object class="GtkFrame" id="frame1">
  28. <property name="visible">True</property>
  29. <property name="can_focus">False</property>
  30. <property name="vexpand">True</property>
  31. <property name="label_xalign">0</property>
  32. <property name="shadow_type">none</property>
  33. <child>
  34. <object class="GtkAlignment" id="alignment2">
  35. <property name="visible">True</property>
  36. <property name="can_focus">False</property>
  37. <property name="vexpand">True</property>
  38. <property name="top_padding">6</property>
  39. <property name="left_padding">12</property>
  40. <child>
  41. <!-- n-columns=1 n-rows=1 -->
  42. <object class="GtkGrid" id="grid1">
  43. <property name="visible">True</property>
  44. <property name="can_focus">False</property>
  45. <property name="hexpand">True</property>
  46. <property name="vexpand">True</property>
  47. <property name="row_spacing">6</property>
  48. <property name="column_spacing">12</property>
  49. <child>
  50. <!-- n-columns=1 n-rows=1 -->
  51. <object class="GtkGrid" id="grid2">
  52. <property name="visible">True</property>
  53. <property name="can_focus">False</property>
  54. <property name="hexpand">True</property>
  55. <property name="row_spacing">6</property>
  56. <property name="column_spacing">12</property>
  57. <child>
  58. <object class="GtkRadioButton" id="editnow">
  59. <property name="label" translatable="yes" context="hyperlinknewdocpage|editnow">Edit _now</property>
  60. <property name="visible">True</property>
  61. <property name="can_focus">True</property>
  62. <property name="receives_default">False</property>
  63. <property name="use_underline">True</property>
  64. <property name="xalign">0</property>
  65. <property name="active">True</property>
  66. <property name="draw_indicator">True</property>
  67. <child internal-child="accessible">
  68. <object class="AtkObject" id="editnow-atkobject">
  69. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinknewdocpage|extended_tip|editnow">Specifies that the new document is created and immediately opened for editing.</property>
  70. </object>
  71. </child>
  72. </object>
  73. <packing>
  74. <property name="left_attach">0</property>
  75. <property name="top_attach">0</property>
  76. </packing>
  77. </child>
  78. <child>
  79. <object class="GtkRadioButton" id="editlater">
  80. <property name="label" translatable="yes" context="hyperlinknewdocpage|editlater">Edit _later</property>
  81. <property name="visible">True</property>
  82. <property name="can_focus">True</property>
  83. <property name="receives_default">False</property>
  84. <property name="use_underline">True</property>
  85. <property name="xalign">0</property>
  86. <property name="active">True</property>
  87. <property name="draw_indicator">True</property>
  88. <property name="group">editnow</property>
  89. <child internal-child="accessible">
  90. <object class="AtkObject" id="editlater-atkobject">
  91. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinknewdocpage|extended_tip|editlater">Specifies that the document is created but it is not immediately opened.</property>
  92. </object>
  93. </child>
  94. </object>
  95. <packing>
  96. <property name="left_attach">1</property>
  97. <property name="top_attach">0</property>
  98. </packing>
  99. </child>
  100. </object>
  101. <packing>
  102. <property name="left_attach">1</property>
  103. <property name="top_attach">0</property>
  104. </packing>
  105. </child>
  106. <child>
  107. <object class="GtkLabel" id="file_label">
  108. <property name="visible">True</property>
  109. <property name="can_focus">False</property>
  110. <property name="halign">start</property>
  111. <property name="label" translatable="yes" context="hyperlinknewdocpage|file_label">_File:</property>
  112. <property name="use_underline">True</property>
  113. <property name="mnemonic_widget">path</property>
  114. <property name="xalign">0</property>
  115. </object>
  116. <packing>
  117. <property name="left_attach">0</property>
  118. <property name="top_attach">1</property>
  119. </packing>
  120. </child>
  121. <child>
  122. <object class="GtkButton" id="create">
  123. <property name="visible">True</property>
  124. <property name="can_focus">True</property>
  125. <property name="receives_default">True</property>
  126. <property name="tooltip_text" translatable="yes" context="hyperlinknewdocpage|create|tooltip_text">Select Path</property>
  127. <property name="image">image1</property>
  128. <property name="always_show_image">True</property>
  129. <child internal-child="accessible">
  130. <object class="AtkObject" id="create-atkobject">
  131. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinknewdocpage|extended_tip|create">Opens the Select Path dialog, where you can select a path.</property>
  132. </object>
  133. </child>
  134. </object>
  135. <packing>
  136. <property name="left_attach">2</property>
  137. <property name="top_attach">1</property>
  138. </packing>
  139. </child>
  140. <child>
  141. <object class="GtkLabel" id="types_label">
  142. <property name="visible">True</property>
  143. <property name="can_focus">False</property>
  144. <property name="halign">start</property>
  145. <property name="ypad">1</property>
  146. <property name="label" translatable="yes" context="hyperlinknewdocpage|types_label">File _type:</property>
  147. <property name="use_underline">True</property>
  148. <property name="mnemonic_widget">types</property>
  149. <property name="xalign">0</property>
  150. <property name="yalign">0</property>
  151. </object>
  152. <packing>
  153. <property name="left_attach">0</property>
  154. <property name="top_attach">2</property>
  155. </packing>
  156. </child>
  157. <child>
  158. <object class="GtkComboBoxText" id="path">
  159. <property name="visible">True</property>
  160. <property name="can_focus">False</property>
  161. <property name="hexpand">True</property>
  162. <property name="has_entry">True</property>
  163. <child internal-child="entry">
  164. <object class="GtkEntry">
  165. <property name="can_focus">True</property>
  166. <property name="truncate-multiline">True</property>
  167. <property name="activates_default">True</property>
  168. </object>
  169. </child>
  170. <child internal-child="accessible">
  171. <object class="AtkObject" id="path-atkobject">
  172. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinknewdocpage|extended_tip|path">Enter a URL for the file that you want to open when you click the hyperlink.</property>
  173. </object>
  174. </child>
  175. </object>
  176. <packing>
  177. <property name="left_attach">1</property>
  178. <property name="top_attach">1</property>
  179. </packing>
  180. </child>
  181. <child>
  182. <object class="GtkScrolledWindow">
  183. <property name="visible">True</property>
  184. <property name="can_focus">True</property>
  185. <property name="vexpand">False</property>
  186. <property name="shadow_type">in</property>
  187. <child>
  188. <object class="GtkTreeView" id="types">
  189. <property name="visible">True</property>
  190. <property name="can_focus">True</property>
  191. <property name="vexpand">True</property>
  192. <property name="model">liststore1</property>
  193. <property name="headers_visible">False</property>
  194. <property name="headers_clickable">False</property>
  195. <property name="search_column">0</property>
  196. <property name="show_expanders">False</property>
  197. <child internal-child="selection">
  198. <object class="GtkTreeSelection" id="treeview-selection1"/>
  199. </child>
  200. <child>
  201. <object class="GtkTreeViewColumn" id="treeviewcolumn1">
  202. <child>
  203. <object class="GtkCellRendererText" id="cellrenderertext1"/>
  204. <attributes>
  205. <attribute name="text">0</attribute>
  206. </attributes>
  207. </child>
  208. </object>
  209. </child>
  210. <child internal-child="accessible">
  211. <object class="AtkObject" id="types-atkobject">
  212. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinknewdocpage|extended_tip|types">Specifies the file type for the new document.</property>
  213. </object>
  214. </child>
  215. </object>
  216. </child>
  217. </object>
  218. <packing>
  219. <property name="left_attach">1</property>
  220. <property name="top_attach">2</property>
  221. </packing>
  222. </child>
  223. <child>
  224. <placeholder/>
  225. </child>
  226. <child>
  227. <placeholder/>
  228. </child>
  229. <child>
  230. <placeholder/>
  231. </child>
  232. </object>
  233. </child>
  234. </object>
  235. </child>
  236. <child type="label">
  237. <object class="GtkLabel" id="label2">
  238. <property name="visible">True</property>
  239. <property name="can_focus">False</property>
  240. <property name="label" translatable="yes" context="hyperlinknewdocpage|label2">New Document</property>
  241. <attributes>
  242. <attribute name="weight" value="bold"/>
  243. </attributes>
  244. </object>
  245. </child>
  246. </object>
  247. <packing>
  248. <property name="expand">True</property>
  249. <property name="fill">True</property>
  250. <property name="position">0</property>
  251. </packing>
  252. </child>
  253. <child>
  254. <object class="GtkFrame" id="frame2">
  255. <property name="visible">True</property>
  256. <property name="can_focus">False</property>
  257. <property name="valign">end</property>
  258. <property name="hexpand">True</property>
  259. <property name="vexpand">True</property>
  260. <property name="label_xalign">0</property>
  261. <property name="shadow_type">none</property>
  262. <child>
  263. <object class="GtkAlignment" id="alignment1">
  264. <property name="visible">True</property>
  265. <property name="can_focus">False</property>
  266. <property name="top_padding">6</property>
  267. <property name="left_padding">12</property>
  268. <child>
  269. <!-- n-columns=1 n-rows=1 -->
  270. <object class="GtkGrid" id="grid3">
  271. <property name="visible">True</property>
  272. <property name="can_focus">False</property>
  273. <property name="row_spacing">6</property>
  274. <property name="column_spacing">12</property>
  275. <child>
  276. <object class="GtkLabel" id="frame_label">
  277. <property name="visible">True</property>
  278. <property name="can_focus">False</property>
  279. <property name="halign">start</property>
  280. <property name="label" translatable="yes" context="hyperlinknewdocpage|frame_label">F_rame:</property>
  281. <property name="use_underline">True</property>
  282. <property name="mnemonic_widget">frame</property>
  283. <property name="xalign">0</property>
  284. </object>
  285. <packing>
  286. <property name="left_attach">0</property>
  287. <property name="top_attach">0</property>
  288. </packing>
  289. </child>
  290. <child>
  291. <object class="GtkLabel" id="indication_label">
  292. <property name="visible">True</property>
  293. <property name="can_focus">False</property>
  294. <property name="halign">start</property>
  295. <property name="label" translatable="yes" context="hyperlinknewdocpage|indication_label">Te_xt:</property>
  296. <property name="use_underline">True</property>
  297. <property name="mnemonic_widget">indication</property>
  298. <property name="xalign">0</property>
  299. </object>
  300. <packing>
  301. <property name="left_attach">0</property>
  302. <property name="top_attach">1</property>
  303. </packing>
  304. </child>
  305. <child>
  306. <object class="GtkLabel" id="name_label">
  307. <property name="visible">True</property>
  308. <property name="can_focus">False</property>
  309. <property name="halign">start</property>
  310. <property name="label" translatable="yes" context="hyperlinknewdocpage|name_label">N_ame:</property>
  311. <property name="use_underline">True</property>
  312. <property name="mnemonic_widget">name</property>
  313. <property name="xalign">0</property>
  314. </object>
  315. <packing>
  316. <property name="left_attach">0</property>
  317. <property name="top_attach">2</property>
  318. </packing>
  319. </child>
  320. <child>
  321. <object class="GtkEntry" id="indication">
  322. <property name="visible">True</property>
  323. <property name="can_focus">True</property>
  324. <property name="activates_default">True</property>
  325. <property name="truncate-multiline">True</property>
  326. <child internal-child="accessible">
  327. <object class="AtkObject" id="indication-atkobject">
  328. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinknewdocpage|extended_tip|indication">Specifies the visible text or button caption for the hyperlink.</property>
  329. </object>
  330. </child>
  331. </object>
  332. <packing>
  333. <property name="left_attach">1</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="hyperlinknewdocpage|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">2</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="hyperlinknewdocpage|form_label">F_orm:</property>
  367. <property name="use_underline">True</property>
  368. <property name="mnemonic_widget">form</property>
  369. </object>
  370. <packing>
  371. <property name="left_attach">1</property>
  372. <property name="top_attach">0</property>
  373. </packing>
  374. </child>
  375. <child>
  376. <object class="GtkComboBoxText" id="form">
  377. <property name="visible">True</property>
  378. <property name="can_focus">False</property>
  379. <property name="hexpand">True</property>
  380. <child internal-child="accessible">
  381. <object class="AtkObject" id="form-atkobject">
  382. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinknewdocpage|extended_tip|form">Specifies whether the hyperlink is inserted as text or as a button.</property>
  383. </object>
  384. </child>
  385. </object>
  386. <packing>
  387. <property name="left_attach">2</property>
  388. <property name="top_attach">0</property>
  389. </packing>
  390. </child>
  391. <child>
  392. <object class="GtkButton" id="script">
  393. <property name="visible">True</property>
  394. <property name="can_focus">True</property>
  395. <property name="receives_default">True</property>
  396. <property name="tooltip_text" translatable="yes" context="hyperlinknewdocpage|script|tooltip_text">Events</property>
  397. <property name="always_show_image">True</property>
  398. <child internal-child="accessible">
  399. <object class="AtkObject" id="script-atkobject">
  400. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinknewdocpage|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>
  401. </object>
  402. </child>
  403. </object>
  404. <packing>
  405. <property name="left_attach">3</property>
  406. <property name="top_attach">0</property>
  407. </packing>
  408. </child>
  409. <child>
  410. <object class="GtkComboBoxText" id="frame">
  411. <property name="visible">True</property>
  412. <property name="can_focus">False</property>
  413. <property name="hexpand">True</property>
  414. <property name="has_entry">True</property>
  415. <child internal-child="entry">
  416. <object class="GtkEntry" id="combobox-entry">
  417. <property name="can_focus">True</property>
  418. <property name="truncate-multiline">True</property>
  419. <property name="activates_default">True</property>
  420. </object>
  421. </child>
  422. <child internal-child="accessible">
  423. <object class="AtkObject" id="frame-atkobject">
  424. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinknewdocpage|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>
  425. </object>
  426. </child>
  427. </object>
  428. <packing>
  429. <property name="left_attach">0</property>
  430. <property name="top_attach">0</property>
  431. </packing>
  432. </child>
  433. </object>
  434. <packing>
  435. <property name="left_attach">1</property>
  436. <property name="top_attach">0</property>
  437. </packing>
  438. </child>
  439. </object>
  440. </child>
  441. </object>
  442. </child>
  443. <child type="label">
  444. <object class="GtkLabel" id="label1">
  445. <property name="visible">True</property>
  446. <property name="can_focus">False</property>
  447. <property name="label" translatable="yes" context="hyperlinknewdocpage|label1">Further Settings</property>
  448. <attributes>
  449. <attribute name="weight" value="bold"/>
  450. </attributes>
  451. </object>
  452. </child>
  453. </object>
  454. <packing>
  455. <property name="expand">True</property>
  456. <property name="fill">True</property>
  457. <property name="position">1</property>
  458. </packing>
  459. </child>
  460. <child internal-child="accessible">
  461. <object class="AtkObject" id="HyperlinkNewDocPage-atkobject">
  462. <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinknewdocpage|extended_tip|HyperlinkNewDocPage">Use the New Document tab from the Hyperlink dialog to set up a hyperlink to a new document and create the new document simultaneously.</property>
  463. </object>
  464. </child>
  465. </object>
  466. <object class="GtkSizeGroup" id="sizegroup1">
  467. <widgets>
  468. <widget name="file_label"/>
  469. <widget name="types_label"/>
  470. </widgets>
  471. </object>
  472. </interface>