generalpagewizard.ui 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="dba">
  4. <requires lib="gtk+" version="3.20"/>
  5. <!-- n-columns=1 n-rows=1 -->
  6. <object class="GtkGrid" id="PageGeneral">
  7. <property name="visible">True</property>
  8. <property name="can_focus">False</property>
  9. <property name="hexpand">True</property>
  10. <property name="vexpand">True</property>
  11. <property name="border_width">6</property>
  12. <property name="orientation">vertical</property>
  13. <property name="row_spacing">6</property>
  14. <child>
  15. <object class="GtkLabel" id="headerText">
  16. <property name="visible">True</property>
  17. <property name="can_focus">False</property>
  18. <property name="label" translatable="yes" context="generalpagewizard|headerText">Welcome to the %PRODUCTNAME Database Wizard</property>
  19. <property name="single_line_mode">True</property>
  20. <property name="xalign">0</property>
  21. <attributes>
  22. <attribute name="weight" value="bold"/>
  23. </attributes>
  24. </object>
  25. <packing>
  26. <property name="left_attach">0</property>
  27. <property name="top_attach">0</property>
  28. </packing>
  29. </child>
  30. <child>
  31. <object class="GtkLabel" id="helpText">
  32. <property name="visible">True</property>
  33. <property name="can_focus">False</property>
  34. <property name="hexpand">True</property>
  35. <property name="label" translatable="yes" context="generalpagewizard|helpText">Use the Database Wizard to create a new database, open an existing database file, or connect to a database stored on a server.</property>
  36. <property name="wrap">True</property>
  37. <property name="width_chars">72</property>
  38. <property name="max_width_chars">72</property>
  39. <property name="xalign">0</property>
  40. </object>
  41. <packing>
  42. <property name="left_attach">0</property>
  43. <property name="top_attach">1</property>
  44. </packing>
  45. </child>
  46. <child>
  47. <object class="GtkLabel" id="sourceTypeHeader">
  48. <property name="visible">True</property>
  49. <property name="can_focus">False</property>
  50. <property name="label" translatable="yes" context="generalpagewizard|sourceTypeHeader">What do you want to do?</property>
  51. <property name="wrap">True</property>
  52. <property name="xalign">0</property>
  53. </object>
  54. <packing>
  55. <property name="left_attach">0</property>
  56. <property name="top_attach">2</property>
  57. </packing>
  58. </child>
  59. <child>
  60. <object class="GtkRadioButton" id="createDatabase">
  61. <property name="label" translatable="yes" context="generalpagewizard|createDatabase">Create a n_ew database</property>
  62. <property name="visible">True</property>
  63. <property name="can_focus">True</property>
  64. <property name="receives_default">False</property>
  65. <property name="margin_left">12</property>
  66. <property name="use_underline">True</property>
  67. <property name="xalign">0</property>
  68. <property name="active">True</property>
  69. <property name="draw_indicator">True</property>
  70. </object>
  71. <packing>
  72. <property name="left_attach">0</property>
  73. <property name="top_attach">3</property>
  74. </packing>
  75. </child>
  76. <child>
  77. <object class="GtkBox" id="embeddeddbBox">
  78. <property name="visible">True</property>
  79. <property name="can_focus">False</property>
  80. <property name="margin_left">24</property>
  81. <property name="spacing">12</property>
  82. <child>
  83. <object class="GtkLabel" id="embeddeddbLabel">
  84. <property name="visible">True</property>
  85. <property name="can_focus">False</property>
  86. <property name="label" translatable="yes" context="generalpagewizard|embeddeddbLabel">_Embedded database:</property>
  87. <property name="use_underline">True</property>
  88. <property name="mnemonic_widget">embeddeddbList</property>
  89. <property name="xalign">0</property>
  90. </object>
  91. <packing>
  92. <property name="expand">False</property>
  93. <property name="fill">True</property>
  94. <property name="position">0</property>
  95. </packing>
  96. </child>
  97. <child>
  98. <object class="GtkComboBoxText" id="embeddeddbList">
  99. <property name="visible">True</property>
  100. <property name="can_focus">False</property>
  101. </object>
  102. <packing>
  103. <property name="expand">False</property>
  104. <property name="fill">True</property>
  105. <property name="position">1</property>
  106. </packing>
  107. </child>
  108. </object>
  109. <packing>
  110. <property name="left_attach">0</property>
  111. <property name="top_attach">5</property>
  112. </packing>
  113. </child>
  114. <child>
  115. <object class="GtkRadioButton" id="openExistingDatabase">
  116. <property name="label" translatable="yes" context="generalpagewizard|openExistingDatabase">Open an existing database _file</property>
  117. <property name="visible">True</property>
  118. <property name="can_focus">True</property>
  119. <property name="receives_default">False</property>
  120. <property name="margin_left">12</property>
  121. <property name="use_underline">True</property>
  122. <property name="xalign">0</property>
  123. <property name="active">True</property>
  124. <property name="draw_indicator">True</property>
  125. <property name="group">createDatabase</property>
  126. </object>
  127. <packing>
  128. <property name="left_attach">0</property>
  129. <property name="top_attach">6</property>
  130. </packing>
  131. </child>
  132. <child>
  133. <object class="GtkBox" id="docListBox">
  134. <property name="visible">True</property>
  135. <property name="can_focus">False</property>
  136. <property name="margin_left">24</property>
  137. <property name="spacing">12</property>
  138. <child>
  139. <object class="GtkLabel" id="docListLabel">
  140. <property name="visible">True</property>
  141. <property name="can_focus">False</property>
  142. <property name="label" translatable="yes" context="generalpagewizard|docListLabel">_Recently used:</property>
  143. <property name="use_underline">True</property>
  144. <property name="mnemonic_widget">documentList</property>
  145. <property name="xalign">0</property>
  146. </object>
  147. <packing>
  148. <property name="expand">False</property>
  149. <property name="fill">True</property>
  150. <property name="position">0</property>
  151. </packing>
  152. </child>
  153. <child>
  154. <object class="GtkComboBoxText" id="documentList">
  155. <property name="visible">True</property>
  156. <property name="can_focus">False</property>
  157. <property name="hexpand">True</property>
  158. </object>
  159. <packing>
  160. <property name="expand">False</property>
  161. <property name="fill">True</property>
  162. <property name="position">1</property>
  163. </packing>
  164. </child>
  165. </object>
  166. <packing>
  167. <property name="left_attach">0</property>
  168. <property name="top_attach">7</property>
  169. </packing>
  170. </child>
  171. <child>
  172. <object class="GtkButton" id="openDatabase">
  173. <property name="label" translatable="yes" context="generalpagewizard|openDatabase">Open</property>
  174. <property name="visible">True</property>
  175. <property name="can_focus">True</property>
  176. <property name="receives_default">True</property>
  177. <property name="halign">start</property>
  178. <property name="margin_left">24</property>
  179. <property name="always_show_image">True</property>
  180. </object>
  181. <packing>
  182. <property name="left_attach">0</property>
  183. <property name="top_attach">8</property>
  184. </packing>
  185. </child>
  186. <child>
  187. <object class="GtkRadioButton" id="connectDatabase">
  188. <property name="label" translatable="yes" context="generalpagewizard|connectDatabase">Connect to an e_xisting database</property>
  189. <property name="visible">True</property>
  190. <property name="can_focus">True</property>
  191. <property name="receives_default">False</property>
  192. <property name="margin_left">12</property>
  193. <property name="use_underline">True</property>
  194. <property name="xalign">0</property>
  195. <property name="active">True</property>
  196. <property name="draw_indicator">True</property>
  197. <property name="group">createDatabase</property>
  198. </object>
  199. <packing>
  200. <property name="left_attach">0</property>
  201. <property name="top_attach">9</property>
  202. </packing>
  203. </child>
  204. <child>
  205. <object class="GtkComboBoxText" id="datasourceType">
  206. <property name="visible">True</property>
  207. <property name="can_focus">False</property>
  208. <property name="halign">start</property>
  209. <property name="margin_left">24</property>
  210. </object>
  211. <packing>
  212. <property name="left_attach">0</property>
  213. <property name="top_attach">10</property>
  214. </packing>
  215. </child>
  216. <child>
  217. <object class="GtkLabel" id="specialMessage">
  218. <property name="can_focus">False</property>
  219. <property name="xalign">0</property>
  220. </object>
  221. <packing>
  222. <property name="left_attach">0</property>
  223. <property name="top_attach">11</property>
  224. </packing>
  225. </child>
  226. <child>
  227. <object class="GtkLabel" id="noembeddeddbLabel">
  228. <property name="visible">True</property>
  229. <property name="can_focus">False</property>
  230. <property name="label" translatable="yes" context="generalpagewizard|noembeddeddbLabel">It is not possible to create a new database, because neither HSQLDB, nor Firebird is
  231. available in this setup.</property>
  232. </object>
  233. <packing>
  234. <property name="left_attach">0</property>
  235. <property name="top_attach">4</property>
  236. </packing>
  237. </child>
  238. </object>
  239. </interface>