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