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=
"GtkAdjustment" id=
"adjustment1">
6 <property name=
"upper">1000000000000</property>
7 <property name=
"step_increment">1</property>
8 <property name=
"page_increment">10</property>
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>
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 database using JDBC
</property>
26 <attribute name=
"weight" value=
"bold"/>
30 <property name=
"expand">False
</property>
31 <property name=
"fill">True
</property>
32 <property name=
"position">0</property>
36 <object class=
"GtkLabel" id=
"helpLabel">
37 <property name=
"visible">True
</property>
38 <property name=
"can_focus">False
</property>
39 <property name=
"label" translatable=
"yes" context=
"specialjdbcconnectionpage|helpLabel">Please enter the required information to connect to a MySQL 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>
40 <property name=
"wrap">True
</property>
41 <property name=
"width_chars">72</property>
42 <property name=
"max_width_chars">72</property>
43 <property name=
"xalign">0</property>
46 <property name=
"expand">False
</property>
47 <property name=
"fill">True
</property>
48 <property name=
"position">1</property>
52 <object class=
"GtkGrid" id=
"grid1">
53 <property name=
"visible">True
</property>
54 <property name=
"can_focus">False
</property>
55 <property name=
"hexpand">True
</property>
56 <property name=
"vexpand">True
</property>
57 <property name=
"row_spacing">6</property>
58 <property name=
"column_spacing">12</property>
60 <object class=
"GtkLabel" id=
"dbNameLabel">
61 <property name=
"visible">True
</property>
62 <property name=
"can_focus">False
</property>
63 <property name=
"label" translatable=
"yes" context=
"specialjdbcconnectionpage|dbNameLabel">_Database name:
</property>
64 <property name=
"use_underline">True
</property>
65 <property name=
"mnemonic_widget">dbNameEntry
</property>
66 <property name=
"xalign">1</property>
69 <property name=
"left_attach">0</property>
70 <property name=
"top_attach">0</property>
74 <object class=
"GtkLabel" id=
"hostNameLabel">
75 <property name=
"visible">True
</property>
76 <property name=
"can_focus">False
</property>
77 <property name=
"label" translatable=
"yes" context=
"specialjdbcconnectionpage|hostNameLabel">_Server:
</property>
78 <property name=
"use_underline">True
</property>
79 <property name=
"mnemonic_widget">hostNameEntry
</property>
80 <property name=
"xalign">1</property>
83 <property name=
"left_attach">0</property>
84 <property name=
"top_attach">1</property>
88 <object class=
"GtkLabel" id=
"portNumLabel">
89 <property name=
"visible">True
</property>
90 <property name=
"can_focus">False
</property>
91 <property name=
"label" translatable=
"yes" context=
"specialjdbcconnectionpage|portNumLabel">_Port number:
</property>
92 <property name=
"use_underline">True
</property>
93 <property name=
"mnemonic_widget">portNumEntry
</property>
94 <property name=
"xalign">1</property>
97 <property name=
"left_attach">0</property>
98 <property name=
"top_attach">2</property>
102 <object class=
"GtkEntry" id=
"dbNameEntry">
103 <property name=
"visible">True
</property>
104 <property name=
"can_focus">True
</property>
105 <property name=
"hexpand">True
</property>
106 <property name=
"activates_default">True
</property>
109 <property name=
"left_attach">1</property>
110 <property name=
"top_attach">0</property>
114 <object class=
"GtkEntry" id=
"hostNameEntry">
115 <property name=
"visible">True
</property>
116 <property name=
"can_focus">True
</property>
117 <property name=
"hexpand">True
</property>
118 <property name=
"activates_default">True
</property>
121 <property name=
"left_attach">1</property>
122 <property name=
"top_attach">1</property>
126 <object class=
"GtkBox" id=
"box1">
127 <property name=
"visible">True
</property>
128 <property name=
"can_focus">False
</property>
129 <property name=
"hexpand">True
</property>
130 <property name=
"spacing">12</property>
132 <object class=
"GtkSpinButton" id=
"portNumEntry">
133 <property name=
"visible">True
</property>
134 <property name=
"can_focus">True
</property>
135 <property name=
"hexpand">True
</property>
136 <property name=
"activates_default">True
</property>
137 <property name=
"adjustment">adjustment1
</property>
140 <property name=
"expand">False
</property>
141 <property name=
"fill">True
</property>
142 <property name=
"position">0</property>
146 <object class=
"GtkLabel" id=
"portNumDefLabel">
147 <property name=
"visible">True
</property>
148 <property name=
"can_focus">False
</property>
149 <property name=
"label" translatable=
"yes" context=
"specialjdbcconnectionpage|portNumDefLabel">Default:
3306</property>
152 <property name=
"expand">False
</property>
153 <property name=
"fill">True
</property>
154 <property name=
"position">1</property>
159 <property name=
"left_attach">1</property>
160 <property name=
"top_attach">2</property>
165 <property name=
"expand">False
</property>
166 <property name=
"fill">True
</property>
167 <property name=
"position">2</property>
171 <object class=
"GtkGrid" id=
"grid2">
172 <property name=
"visible">True
</property>
173 <property name=
"can_focus">False
</property>
174 <property name=
"hexpand">True
</property>
175 <property name=
"vexpand">True
</property>
176 <property name=
"row_spacing">6</property>
177 <property name=
"column_spacing">12</property>
179 <object class=
"GtkLabel" id=
"jdbcDriverLabel">
180 <property name=
"visible">True
</property>
181 <property name=
"can_focus">False
</property>
182 <property name=
"halign">start
</property>
183 <property name=
"label" translatable=
"yes" context=
"specialjdbcconnectionpage|jdbcDriverLabel">MySQL JDBC d_river class:
</property>
184 <property name=
"use_underline">True
</property>
185 <property name=
"mnemonic_widget">jdbcDriverEntry
</property>
188 <property name=
"left_attach">0</property>
189 <property name=
"top_attach">0</property>
193 <object class=
"GtkEntry" id=
"jdbcDriverEntry">
194 <property name=
"visible">True
</property>
195 <property name=
"can_focus">True
</property>
196 <property name=
"hexpand">True
</property>
197 <property name=
"activates_default">True
</property>
200 <property name=
"left_attach">0</property>
201 <property name=
"top_attach">1</property>
205 <object class=
"GtkButton" id=
"testDriverButton">
206 <property name=
"label" translatable=
"yes" context=
"specialjdbcconnectionpage|testDriverButton">_Test Class
</property>
207 <property name=
"visible">True
</property>
208 <property name=
"can_focus">True
</property>
209 <property name=
"receives_default">True
</property>
210 <property name=
"use_underline">True
</property>
213 <property name=
"left_attach">1</property>
214 <property name=
"top_attach">1</property>
222 <property name=
"expand">False
</property>
223 <property name=
"fill">True
</property>
224 <property name=
"position">3</property>