externaldata.ui 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sc">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkAdjustment" id="adjustment1">
  6. <property name="lower">1</property>
  7. <property name="upper">99999</property>
  8. <property name="value">60</property>
  9. <property name="step_increment">1</property>
  10. <property name="page_increment">10</property>
  11. </object>
  12. <object class="GtkTreeStore" id="liststore1">
  13. <columns>
  14. <!-- column-name text -->
  15. <column type="gchararray"/>
  16. <!-- column-name id -->
  17. <column type="gchararray"/>
  18. </columns>
  19. </object>
  20. <object class="GtkDialog" id="ExternalDataDialog">
  21. <property name="can_focus">False</property>
  22. <property name="border_width">6</property>
  23. <property name="title" translatable="yes" context="externaldata|ExternalDataDialog">External Data</property>
  24. <property name="modal">True</property>
  25. <property name="default_width">0</property>
  26. <property name="default_height">0</property>
  27. <property name="type_hint">dialog</property>
  28. <child internal-child="vbox">
  29. <object class="GtkBox" id="dialog-vbox1">
  30. <property name="can_focus">False</property>
  31. <property name="orientation">vertical</property>
  32. <property name="spacing">12</property>
  33. <child internal-child="action_area">
  34. <object class="GtkButtonBox" id="dialog-action_area1">
  35. <property name="can_focus">False</property>
  36. <property name="layout_style">end</property>
  37. <child>
  38. <object class="GtkButton" id="ok">
  39. <property name="label">gtk-ok</property>
  40. <property name="visible">True</property>
  41. <property name="can_focus">True</property>
  42. <property name="can_default">True</property>
  43. <property name="has_default">True</property>
  44. <property name="receives_default">True</property>
  45. <property name="use_stock">True</property>
  46. </object>
  47. <packing>
  48. <property name="expand">False</property>
  49. <property name="fill">True</property>
  50. <property name="position">0</property>
  51. </packing>
  52. </child>
  53. <child>
  54. <object class="GtkButton" id="cancel">
  55. <property name="label">gtk-cancel</property>
  56. <property name="visible">True</property>
  57. <property name="can_focus">True</property>
  58. <property name="receives_default">True</property>
  59. <property name="use_stock">True</property>
  60. </object>
  61. <packing>
  62. <property name="expand">False</property>
  63. <property name="fill">True</property>
  64. <property name="position">1</property>
  65. </packing>
  66. </child>
  67. <child>
  68. <object class="GtkButton" id="help">
  69. <property name="label">gtk-help</property>
  70. <property name="visible">True</property>
  71. <property name="can_focus">True</property>
  72. <property name="receives_default">True</property>
  73. <property name="use_stock">True</property>
  74. </object>
  75. <packing>
  76. <property name="expand">False</property>
  77. <property name="fill">True</property>
  78. <property name="position">2</property>
  79. <property name="secondary">True</property>
  80. </packing>
  81. </child>
  82. </object>
  83. <packing>
  84. <property name="expand">False</property>
  85. <property name="fill">True</property>
  86. <property name="pack_type">end</property>
  87. <property name="position">0</property>
  88. </packing>
  89. </child>
  90. <child>
  91. <object class="GtkBox" id="box1">
  92. <property name="visible">True</property>
  93. <property name="can_focus">False</property>
  94. <property name="hexpand">True</property>
  95. <property name="vexpand">True</property>
  96. <property name="orientation">vertical</property>
  97. <property name="spacing">12</property>
  98. <child>
  99. <object class="GtkFrame" id="frame1">
  100. <property name="visible">True</property>
  101. <property name="can_focus">False</property>
  102. <property name="hexpand">True</property>
  103. <property name="label_xalign">0</property>
  104. <property name="shadow_type">none</property>
  105. <child>
  106. <object class="GtkAlignment" id="alignment1">
  107. <property name="visible">True</property>
  108. <property name="can_focus">False</property>
  109. <property name="hexpand">True</property>
  110. <property name="top_padding">6</property>
  111. <property name="left_padding">12</property>
  112. <child>
  113. <object class="GtkBox" id="box2">
  114. <property name="visible">True</property>
  115. <property name="can_focus">False</property>
  116. <property name="hexpand">True</property>
  117. <property name="orientation">vertical</property>
  118. <property name="spacing">6</property>
  119. <child>
  120. <object class="GtkBox" id="box3">
  121. <property name="visible">True</property>
  122. <property name="can_focus">False</property>
  123. <property name="hexpand">True</property>
  124. <property name="spacing">12</property>
  125. <child>
  126. <object class="GtkComboBoxText" id="url">
  127. <property name="visible">True</property>
  128. <property name="can_focus">False</property>
  129. <property name="tooltip_text" translatable="yes" context="externaldata|url|tooltip_text">Enter the URL of the source document in the local file system or Internet here.</property>
  130. <property name="has_entry">True</property>
  131. <child internal-child="entry">
  132. <object class="GtkEntry">
  133. <property name="visible">True</property>
  134. <property name="can_focus">True</property>
  135. <property name="truncate-multiline">True</property>
  136. <property name="activates_default">True</property>
  137. </object>
  138. </child>
  139. <child internal-child="accessible">
  140. <object class="AtkObject" id="url-atkobject">
  141. <property name="AtkObject::accessible-description" translatable="yes" context="externaldata|extended_tip|url">Enter the URL or the file name that contains the data that you want to insert, and then press Enter.</property>
  142. </object>
  143. </child>
  144. </object>
  145. <packing>
  146. <property name="expand">True</property>
  147. <property name="fill">True</property>
  148. <property name="position">0</property>
  149. </packing>
  150. </child>
  151. <child>
  152. <object class="GtkButton" id="browse">
  153. <property name="label" translatable="yes" context="externaldata|browse">_Browse...</property>
  154. <property name="visible">True</property>
  155. <property name="can_focus">True</property>
  156. <property name="receives_default">True</property>
  157. <property name="use_underline">True</property>
  158. <child internal-child="accessible">
  159. <object class="AtkObject" id="browse-atkobject">
  160. <property name="AtkObject::accessible-description" translatable="yes" context="externaldata|extended_tip|browse">Open a file dialog to locate the file containing the data you want to insert.</property>
  161. </object>
  162. </child>
  163. </object>
  164. <packing>
  165. <property name="expand">False</property>
  166. <property name="fill">True</property>
  167. <property name="position">1</property>
  168. </packing>
  169. </child>
  170. </object>
  171. <packing>
  172. <property name="expand">False</property>
  173. <property name="fill">True</property>
  174. <property name="position">0</property>
  175. </packing>
  176. </child>
  177. </object>
  178. </child>
  179. </object>
  180. </child>
  181. <child type="label">
  182. <object class="GtkLabel" id="label1">
  183. <property name="visible">True</property>
  184. <property name="can_focus">False</property>
  185. <property name="label" translatable="yes" context="externaldata|label1">URL of _External Data Source</property>
  186. <property name="use_underline">True</property>
  187. <attributes>
  188. <attribute name="weight" value="bold"/>
  189. </attributes>
  190. </object>
  191. </child>
  192. </object>
  193. <packing>
  194. <property name="expand">False</property>
  195. <property name="fill">True</property>
  196. <property name="position">0</property>
  197. </packing>
  198. </child>
  199. <child>
  200. <object class="GtkFrame" id="frame2">
  201. <property name="visible">True</property>
  202. <property name="can_focus">False</property>
  203. <property name="hexpand">True</property>
  204. <property name="vexpand">True</property>
  205. <property name="label_xalign">0</property>
  206. <property name="shadow_type">none</property>
  207. <child>
  208. <object class="GtkAlignment" id="alignment2">
  209. <property name="visible">True</property>
  210. <property name="can_focus">False</property>
  211. <property name="hexpand">True</property>
  212. <property name="vexpand">True</property>
  213. <property name="top_padding">6</property>
  214. <property name="left_padding">12</property>
  215. <child>
  216. <object class="GtkBox" id="box4">
  217. <property name="visible">True</property>
  218. <property name="can_focus">False</property>
  219. <property name="hexpand">True</property>
  220. <property name="vexpand">True</property>
  221. <property name="orientation">vertical</property>
  222. <property name="spacing">6</property>
  223. <child>
  224. <object class="GtkScrolledWindow">
  225. <property name="visible">True</property>
  226. <property name="can_focus">True</property>
  227. <property name="hexpand">True</property>
  228. <property name="vexpand">True</property>
  229. <property name="shadow_type">in</property>
  230. <child>
  231. <object class="GtkTreeView" id="ranges">
  232. <property name="visible">True</property>
  233. <property name="can_focus">True</property>
  234. <property name="vexpand">True</property>
  235. <property name="model">liststore1</property>
  236. <property name="headers_visible">False</property>
  237. <property name="headers_clickable">False</property>
  238. <property name="search_column">0</property>
  239. <property name="show_expanders">False</property>
  240. <child internal-child="selection">
  241. <object class="GtkTreeSelection" id="treeview-selection1"/>
  242. </child>
  243. <child>
  244. <object class="GtkTreeViewColumn" id="treeviewcolumn1">
  245. <child>
  246. <object class="GtkCellRendererText" id="cellrenderertext1"/>
  247. <attributes>
  248. <attribute name="text">0</attribute>
  249. </attributes>
  250. </child>
  251. </object>
  252. </child>
  253. <child internal-child="accessible">
  254. <object class="AtkObject" id="ranges-atkobject">
  255. <property name="AtkObject::accessible-description" translatable="yes" context="externaldata|extended_tip|ranges">Select the table or the data range that you want to insert.</property>
  256. </object>
  257. </child>
  258. </object>
  259. </child>
  260. </object>
  261. <packing>
  262. <property name="expand">False</property>
  263. <property name="fill">True</property>
  264. <property name="position">0</property>
  265. </packing>
  266. </child>
  267. <child>
  268. <object class="GtkBox" id="box5">
  269. <property name="visible">True</property>
  270. <property name="can_focus">False</property>
  271. <property name="spacing">12</property>
  272. <child>
  273. <object class="GtkCheckButton" id="reload">
  274. <property name="label" translatable="yes" context="externaldata|reload">_Update every:</property>
  275. <property name="visible">True</property>
  276. <property name="can_focus">True</property>
  277. <property name="receives_default">False</property>
  278. <property name="use_underline">True</property>
  279. <property name="xalign">0</property>
  280. <property name="draw_indicator">True</property>
  281. <accessibility>
  282. <relation type="label-for" target="delay"/>
  283. </accessibility>
  284. <child internal-child="accessible">
  285. <object class="AtkObject" id="reload-atkobject">
  286. <property name="AtkObject::accessible-description" translatable="yes" context="externaldata|extended_tip|reload">Enter the number of seconds to wait before the external data are reloaded into the current document.</property>
  287. </object>
  288. </child>
  289. </object>
  290. <packing>
  291. <property name="expand">False</property>
  292. <property name="fill">True</property>
  293. <property name="position">0</property>
  294. </packing>
  295. </child>
  296. <child>
  297. <object class="GtkBox" id="box6">
  298. <property name="visible">True</property>
  299. <property name="can_focus">False</property>
  300. <property name="spacing">6</property>
  301. <child>
  302. <object class="GtkSpinButton" id="delay">
  303. <property name="visible">True</property>
  304. <property name="can_focus">True</property>
  305. <property name="activates_default">True</property>
  306. <property name="adjustment">adjustment1</property>
  307. <accessibility>
  308. <relation type="labelled-by" target="reload"/>
  309. </accessibility>
  310. <property name="truncate-multiline">True</property>
  311. <child internal-child="accessible">
  312. <object class="AtkObject" id="delay-atkobject">
  313. <property name="AtkObject::accessible-description" translatable="yes" context="externaldata|extended_tip|delay">Enter the number of seconds to wait before the external data are reloaded into the current document.</property>
  314. </object>
  315. </child>
  316. </object>
  317. <packing>
  318. <property name="expand">False</property>
  319. <property name="fill">True</property>
  320. <property name="position">0</property>
  321. </packing>
  322. </child>
  323. <child>
  324. <object class="GtkLabel" id="secondsft">
  325. <property name="visible">True</property>
  326. <property name="can_focus">False</property>
  327. <property name="label" translatable="yes" context="externaldata|secondsft">_seconds</property>
  328. <property name="use_underline">True</property>
  329. </object>
  330. <packing>
  331. <property name="expand">False</property>
  332. <property name="fill">True</property>
  333. <property name="position">1</property>
  334. </packing>
  335. </child>
  336. </object>
  337. <packing>
  338. <property name="expand">False</property>
  339. <property name="fill">True</property>
  340. <property name="position">1</property>
  341. </packing>
  342. </child>
  343. </object>
  344. <packing>
  345. <property name="expand">False</property>
  346. <property name="fill">True</property>
  347. <property name="position">1</property>
  348. </packing>
  349. </child>
  350. </object>
  351. </child>
  352. </object>
  353. </child>
  354. <child type="label">
  355. <object class="GtkLabel" id="label2">
  356. <property name="visible">True</property>
  357. <property name="can_focus">False</property>
  358. <property name="label" translatable="yes" context="externaldata|label2">_Available Tables/Ranges</property>
  359. <property name="use_underline">True</property>
  360. <property name="xalign">0.47999998927116394</property>
  361. <attributes>
  362. <attribute name="weight" value="bold"/>
  363. </attributes>
  364. </object>
  365. </child>
  366. </object>
  367. <packing>
  368. <property name="expand">False</property>
  369. <property name="fill">True</property>
  370. <property name="position">1</property>
  371. </packing>
  372. </child>
  373. </object>
  374. <packing>
  375. <property name="expand">False</property>
  376. <property name="fill">True</property>
  377. <property name="position">1</property>
  378. </packing>
  379. </child>
  380. </object>
  381. </child>
  382. <action-widgets>
  383. <action-widget response="-5">ok</action-widget>
  384. <action-widget response="-6">cancel</action-widget>
  385. <action-widget response="-11">help</action-widget>
  386. </action-widgets>
  387. <child type="titlebar">
  388. <placeholder/>
  389. </child>
  390. <child internal-child="accessible">
  391. <object class="AtkObject" id="ExternalDataDialog-atkobject">
  392. <property name="AtkObject::accessible-description" translatable="yes" context="externaldata|extended_tip|ExternalDataDialog">Inserts data from an HTML, Calc, CSV or Excel file into the current sheet as a link. The data must be located within a named range.</property>
  393. </object>
  394. </child>
  395. </object>
  396. </interface>