Update git submodules
[LibreOffice.git] / dbaccess / uiconfig / ui / specialjdbcconnectionpage.ui
blob8a9141b250ae870d9dc9137fc0286c19a3fc1d66
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 <object class="GtkAdjustment" id="adjustment1">
6 <property name="upper">1000000000000</property>
7 <property name="step_increment">1</property>
8 <property name="page_increment">10</property>
9 </object>
10 <object class="GtkBox" id="SpecialJDBCConnectionPage">
11 <property name="visible">True</property>
12 <property name="can_focus">False</property>
13 <property name="hexpand">True</property>
14 <property name="vexpand">True</property>
15 <property name="border_width">6</property>
16 <property name="orientation">vertical</property>
17 <property name="spacing">12</property>
18 <child>
19 <object class="GtkLabel" id="header">
20 <property name="visible">True</property>
21 <property name="can_focus">False</property>
22 <property name="halign">start</property>
23 <property name="margin_bottom">6</property>
24 <property name="label" translatable="yes" context="specialjdbcconnectionpage|header">Set up connection to a MySQL/MariaDB database using JDBC</property>
25 <attributes>
26 <attribute name="weight" value="bold"/>
27 </attributes>
28 <child internal-child="accessible">
29 <object class="AtkObject">
30 <property name="AtkObject::accessible-role">static</property>
31 </object>
32 </child>
33 </object>
34 <packing>
35 <property name="expand">False</property>
36 <property name="fill">True</property>
37 <property name="position">0</property>
38 </packing>
39 </child>
40 <child>
41 <object class="GtkLabel" id="helpLabel">
42 <property name="visible">True</property>
43 <property name="can_focus">False</property>
44 <property name="label" translatable="yes" context="specialjdbcconnectionpage|helpLabel">Please enter the required information to connect to a MySQL/MariaDB database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME. Please contact your system administrator if you are unsure about the following settings. </property>
45 <property name="wrap">True</property>
46 <property name="width_chars">72</property>
47 <property name="max_width_chars">72</property>
48 <property name="xalign">0</property>
49 <child internal-child="accessible">
50 <object class="AtkObject">
51 <property name="AtkObject::accessible-role">static</property>
52 </object>
53 </child>
54 </object>
55 <packing>
56 <property name="expand">False</property>
57 <property name="fill">True</property>
58 <property name="position">1</property>
59 </packing>
60 </child>
61 <child>
62 <!-- n-columns=1 n-rows=1 -->
63 <object class="GtkGrid" id="grid1">
64 <property name="visible">True</property>
65 <property name="can_focus">False</property>
66 <property name="hexpand">True</property>
67 <property name="vexpand">True</property>
68 <property name="row_spacing">6</property>
69 <property name="column_spacing">12</property>
70 <child>
71 <object class="GtkLabel" id="dbNameLabel">
72 <property name="visible">True</property>
73 <property name="can_focus">False</property>
74 <property name="label" translatable="yes" context="specialjdbcconnectionpage|dbNameLabel">_Database name:</property>
75 <property name="use_underline">True</property>
76 <property name="mnemonic_widget">dbNameEntry</property>
77 <property name="xalign">1</property>
78 </object>
79 <packing>
80 <property name="left_attach">0</property>
81 <property name="top_attach">0</property>
82 </packing>
83 </child>
84 <child>
85 <object class="GtkLabel" id="hostNameLabel">
86 <property name="visible">True</property>
87 <property name="can_focus">False</property>
88 <property name="label" translatable="yes" context="specialjdbcconnectionpage|hostNameLabel">_Server:</property>
89 <property name="use_underline">True</property>
90 <property name="mnemonic_widget">hostNameEntry</property>
91 <property name="xalign">1</property>
92 </object>
93 <packing>
94 <property name="left_attach">0</property>
95 <property name="top_attach">1</property>
96 </packing>
97 </child>
98 <child>
99 <object class="GtkLabel" id="portNumLabel">
100 <property name="visible">True</property>
101 <property name="can_focus">False</property>
102 <property name="label" translatable="yes" context="specialjdbcconnectionpage|portNumLabel">_Port number:</property>
103 <property name="use_underline">True</property>
104 <property name="mnemonic_widget">portNumEntry</property>
105 <property name="xalign">1</property>
106 </object>
107 <packing>
108 <property name="left_attach">0</property>
109 <property name="top_attach">2</property>
110 </packing>
111 </child>
112 <child>
113 <object class="GtkEntry" id="dbNameEntry">
114 <property name="visible">True</property>
115 <property name="can_focus">True</property>
116 <property name="hexpand">True</property>
117 <property name="truncate-multiline">True</property>
118 <property name="activates_default">True</property>
119 </object>
120 <packing>
121 <property name="left_attach">1</property>
122 <property name="top_attach">0</property>
123 </packing>
124 </child>
125 <child>
126 <object class="GtkEntry" id="hostNameEntry">
127 <property name="visible">True</property>
128 <property name="can_focus">True</property>
129 <property name="hexpand">True</property>
130 <property name="truncate-multiline">True</property>
131 <property name="activates_default">True</property>
132 </object>
133 <packing>
134 <property name="left_attach">1</property>
135 <property name="top_attach">1</property>
136 </packing>
137 </child>
138 <child>
139 <object class="GtkBox" id="box1">
140 <property name="visible">True</property>
141 <property name="can_focus">False</property>
142 <property name="hexpand">True</property>
143 <property name="spacing">12</property>
144 <child>
145 <object class="GtkSpinButton" id="portNumEntry">
146 <property name="visible">True</property>
147 <property name="can_focus">True</property>
148 <property name="hexpand">True</property>
149 <property name="activates_default">True</property>
150 <property name="truncate-multiline">True</property>
151 <property name="adjustment">adjustment1</property>
152 </object>
153 <packing>
154 <property name="expand">False</property>
155 <property name="fill">True</property>
156 <property name="position">0</property>
157 </packing>
158 </child>
159 <child>
160 <object class="GtkLabel" id="portNumDefLabel">
161 <property name="visible">True</property>
162 <property name="can_focus">False</property>
163 <property name="label" translatable="yes" context="specialjdbcconnectionpage|portNumDefLabel">Default: 3306</property>
164 <child internal-child="accessible">
165 <object class="AtkObject">
166 <property name="AtkObject::accessible-role">static</property>
167 </object>
168 </child>
169 </object>
170 <packing>
171 <property name="expand">False</property>
172 <property name="fill">True</property>
173 <property name="position">1</property>
174 </packing>
175 </child>
176 </object>
177 <packing>
178 <property name="left_attach">1</property>
179 <property name="top_attach">2</property>
180 </packing>
181 </child>
182 </object>
183 <packing>
184 <property name="expand">False</property>
185 <property name="fill">True</property>
186 <property name="position">2</property>
187 </packing>
188 </child>
189 <child>
190 <!-- n-columns=1 n-rows=1 -->
191 <object class="GtkGrid" id="grid2">
192 <property name="visible">True</property>
193 <property name="can_focus">False</property>
194 <property name="hexpand">True</property>
195 <property name="vexpand">True</property>
196 <property name="row_spacing">6</property>
197 <property name="column_spacing">12</property>
198 <child>
199 <object class="GtkLabel" id="jdbcDriverLabel">
200 <property name="visible">True</property>
201 <property name="can_focus">False</property>
202 <property name="halign">start</property>
203 <property name="label" translatable="yes" context="specialjdbcconnectionpage|jdbcDriverLabel">MySQL/MariaDB JDBC d_river class:</property>
204 <property name="use_underline">True</property>
205 <property name="mnemonic_widget">jdbcDriverEntry</property>
206 </object>
207 <packing>
208 <property name="left_attach">0</property>
209 <property name="top_attach">0</property>
210 </packing>
211 </child>
212 <child>
213 <object class="GtkEntry" id="jdbcDriverEntry">
214 <property name="visible">True</property>
215 <property name="can_focus">True</property>
216 <property name="hexpand">True</property>
217 <property name="truncate-multiline">True</property>
218 <property name="activates_default">True</property>
219 </object>
220 <packing>
221 <property name="left_attach">0</property>
222 <property name="top_attach">1</property>
223 </packing>
224 </child>
225 <child>
226 <object class="GtkButton" id="testDriverButton">
227 <property name="label" translatable="yes" context="specialjdbcconnectionpage|testDriverButton">_Test Class</property>
228 <property name="visible">True</property>
229 <property name="can_focus">True</property>
230 <property name="receives_default">True</property>
231 <property name="use_underline">True</property>
232 </object>
233 <packing>
234 <property name="left_attach">1</property>
235 <property name="top_attach">1</property>
236 </packing>
237 </child>
238 <child>
239 <placeholder/>
240 </child>
241 </object>
242 <packing>
243 <property name="expand">False</property>
244 <property name="fill">True</property>
245 <property name="position">3</property>
246 </packing>
247 </child>
248 </object>
249 </interface>