databaselinkdialog.ui 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  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="GtkDialog" id="DatabaseLinkDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="databaselinkdialog|DatabaseLinkDialog">Create Database Link</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="hexpand">True</property>
  81. <property name="row_spacing">12</property>
  82. <child>
  83. <!-- n-columns=1 n-rows=1 -->
  84. <object class="GtkGrid" id="grid3">
  85. <property name="visible">True</property>
  86. <property name="can_focus">False</property>
  87. <property name="hexpand">True</property>
  88. <property name="row_spacing">6</property>
  89. <property name="column_spacing">12</property>
  90. <child>
  91. <object class="GtkButton" id="browse">
  92. <property name="label" translatable="yes" context="databaselinkdialog|browse">Browse...</property>
  93. <property name="visible">True</property>
  94. <property name="can_focus">True</property>
  95. <property name="receives_default">True</property>
  96. <property name="use_underline">True</property>
  97. <child internal-child="accessible">
  98. <object class="AtkObject" id="browse-atkobject">
  99. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|browse">Opens a file dialog where you can select the database file.</property>
  100. </object>
  101. </child>
  102. </object>
  103. <packing>
  104. <property name="left_attach">1</property>
  105. <property name="top_attach">1</property>
  106. </packing>
  107. </child>
  108. <child>
  109. <object class="GtkLabel" id="label1">
  110. <property name="visible">True</property>
  111. <property name="can_focus">False</property>
  112. <property name="label" translatable="yes" context="databaselinkdialog|label1">_Database file:</property>
  113. <property name="use_underline">True</property>
  114. <property name="mnemonic_widget">url</property>
  115. <property name="xalign">0</property>
  116. </object>
  117. <packing>
  118. <property name="left_attach">0</property>
  119. <property name="top_attach">0</property>
  120. <property name="width">2</property>
  121. </packing>
  122. </child>
  123. <child>
  124. <object class="GtkComboBoxText" id="url">
  125. <property name="visible">True</property>
  126. <property name="can_focus">False</property>
  127. <property name="hexpand">True</property>
  128. <property name="has_entry">True</property>
  129. <child internal-child="entry">
  130. <object class="GtkEntry" id="URLBox-entry1">
  131. <property name="visible">True</property>
  132. <property name="can_focus">True</property>
  133. <property name="truncate-multiline">True</property>
  134. <property name="activates_default">True</property>
  135. </object>
  136. </child>
  137. </object>
  138. <packing>
  139. <property name="left_attach">0</property>
  140. <property name="top_attach">1</property>
  141. </packing>
  142. </child>
  143. </object>
  144. <packing>
  145. <property name="left_attach">0</property>
  146. <property name="top_attach">0</property>
  147. </packing>
  148. </child>
  149. <child>
  150. <!-- n-columns=1 n-rows=1 -->
  151. <object class="GtkGrid" id="grid4">
  152. <property name="visible">True</property>
  153. <property name="can_focus">False</property>
  154. <property name="hexpand">True</property>
  155. <property name="row_spacing">6</property>
  156. <child>
  157. <object class="GtkLabel" id="label4">
  158. <property name="visible">True</property>
  159. <property name="can_focus">False</property>
  160. <property name="label" translatable="yes" context="databaselinkdialog|label4">Registered _name:</property>
  161. <property name="use_underline">True</property>
  162. <property name="mnemonic_widget">name</property>
  163. <property name="xalign">0</property>
  164. </object>
  165. <packing>
  166. <property name="left_attach">0</property>
  167. <property name="top_attach">0</property>
  168. </packing>
  169. </child>
  170. <child>
  171. <object class="GtkEntry" id="name">
  172. <property name="visible">True</property>
  173. <property name="can_focus">True</property>
  174. <property name="hexpand">True</property>
  175. <property name="activates_default">True</property>
  176. <property name="width_chars">52</property>
  177. <property name="truncate-multiline">True</property>
  178. <child internal-child="accessible">
  179. <object class="AtkObject" id="name-atkobject">
  180. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|name">Enter a name for the database. %PRODUCTNAME uses this name to access the database.</property>
  181. </object>
  182. </child>
  183. </object>
  184. <packing>
  185. <property name="left_attach">0</property>
  186. <property name="top_attach">1</property>
  187. </packing>
  188. </child>
  189. </object>
  190. <packing>
  191. <property name="left_attach">0</property>
  192. <property name="top_attach">1</property>
  193. </packing>
  194. </child>
  195. <child>
  196. <object class="GtkLabel" id="alttitle">
  197. <property name="can_focus">False</property>
  198. <property name="no_show_all">True</property>
  199. <property name="label" translatable="yes" context="databaselinkdialog|alttitle">Edit Database Link</property>
  200. </object>
  201. <packing>
  202. <property name="left_attach">0</property>
  203. <property name="top_attach">2</property>
  204. </packing>
  205. </child>
  206. </object>
  207. <packing>
  208. <property name="expand">False</property>
  209. <property name="fill">True</property>
  210. <property name="position">1</property>
  211. </packing>
  212. </child>
  213. </object>
  214. </child>
  215. <action-widgets>
  216. <action-widget response="-5">ok</action-widget>
  217. <action-widget response="-6">cancel</action-widget>
  218. <action-widget response="-11">help</action-widget>
  219. </action-widgets>
  220. <child type="titlebar">
  221. <placeholder/>
  222. </child>
  223. <child internal-child="accessible">
  224. <object class="AtkObject" id="DatabaseLinkDialog-atkobject">
  225. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|DatabaseLinkDialog">Creates or edits an entry in the Databases tab page.</property>
  226. </object>
  227. </child>
  228. </object>
  229. </interface>