1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain=
"sc">
4 <requires lib=
"gtk+" version=
"3.20"/>
5 <object class=
"GtkDialog" id=
"SelectDataSourceDialog">
6 <property name=
"can_focus">False
</property>
7 <property name=
"border_width">6</property>
8 <property name=
"title" translatable=
"yes" context=
"selectdatasource|SelectDataSourceDialog">Select Data Source
</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-vbox3">
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_area3">
20 <property name=
"can_focus">False
</property>
21 <property name=
"layout_style">end
</property>
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>
33 <property name=
"expand">False
</property>
34 <property name=
"fill">True
</property>
35 <property name=
"position">0</property>
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>
47 <property name=
"expand">False
</property>
48 <property name=
"fill">True
</property>
49 <property name=
"position">1</property>
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>
61 <property name=
"expand">False
</property>
62 <property name=
"fill">True
</property>
63 <property name=
"position">2</property>
64 <property name=
"secondary">True
</property>
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>
76 <object class=
"GtkFrame" id=
"Selection">
77 <property name=
"visible">True
</property>
78 <property name=
"can_focus">False
</property>
79 <property name=
"hexpand">True
</property>
80 <property name=
"label_xalign">0</property>
81 <property name=
"shadow_type">none
</property>
83 <object class=
"GtkAlignment" id=
"alignment3">
84 <property name=
"visible">True
</property>
85 <property name=
"can_focus">False
</property>
86 <property name=
"hexpand">True
</property>
87 <property name=
"top_padding">6</property>
88 <property name=
"left_padding">12</property>
90 <!-- n-columns=1 n-rows=1 -->
91 <object class=
"GtkGrid" id=
"grid1">
92 <property name=
"visible">True
</property>
93 <property name=
"can_focus">False
</property>
94 <property name=
"hexpand">True
</property>
95 <property name=
"row_spacing">6</property>
96 <property name=
"column_spacing">12</property>
98 <object class=
"GtkLabel" id=
"label2">
99 <property name=
"visible">True
</property>
100 <property name=
"can_focus">False
</property>
101 <property name=
"label" translatable=
"yes" context=
"selectdatasource|label2">_Database:
</property>
102 <property name=
"use_underline">True
</property>
103 <property name=
"mnemonic_widget">database
</property>
104 <property name=
"xalign">0</property>
107 <property name=
"left_attach">0</property>
108 <property name=
"top_attach">0</property>
112 <object class=
"GtkLabel" id=
"label4">
113 <property name=
"visible">True
</property>
114 <property name=
"can_focus">False
</property>
115 <property name=
"label" translatable=
"yes" context=
"selectdatasource|label4">_Type:
</property>
116 <property name=
"use_underline">True
</property>
117 <property name=
"mnemonic_widget">type
</property>
118 <property name=
"xalign">0</property>
121 <property name=
"left_attach">0</property>
122 <property name=
"top_attach">1</property>
126 <object class=
"GtkComboBoxText" id=
"database">
127 <property name=
"visible">True
</property>
128 <property name=
"can_focus">False
</property>
129 <property name=
"hexpand">True
</property>
130 <child internal-child=
"accessible">
131 <object class=
"AtkObject" id=
"database-atkobject">
132 <property name=
"AtkObject::accessible-description" translatable=
"yes" context=
"selectdatasource|extended_tip|database">Select the database that contains the data source that you want to use.
</property>
137 <property name=
"left_attach">1</property>
138 <property name=
"top_attach">0</property>
142 <object class=
"GtkComboBoxText" id=
"type">
143 <property name=
"visible">True
</property>
144 <property name=
"can_focus">False
</property>
145 <property name=
"hexpand">True
</property>
147 <item translatable=
"yes" context=
"selectdatasource|type">Table
</item>
148 <item translatable=
"yes" context=
"selectdatasource|type">Query
</item>
149 <item translatable=
"yes" context=
"selectdatasource|type">Sql
</item>
150 <item translatable=
"yes" context=
"selectdatasource|type">Sql [Native]
</item>
152 <child internal-child=
"accessible">
153 <object class=
"AtkObject" id=
"type-atkobject">
154 <property name=
"AtkObject::accessible-description" translatable=
"yes" context=
"selectdatasource|extended_tip|type">Click the source type of for the selected data source.
</property>
159 <property name=
"left_attach">1</property>
160 <property name=
"top_attach">1</property>
164 <object class=
"GtkLabel" id=
"label3">
165 <property name=
"visible">True
</property>
166 <property name=
"can_focus">False
</property>
167 <property name=
"label" translatable=
"yes" context=
"selectdatasource|label3">Data so_urce:
</property>
168 <property name=
"use_underline">True
</property>
169 <property name=
"mnemonic_widget">datasource
</property>
170 <property name=
"xalign">0</property>
173 <property name=
"left_attach">0</property>
174 <property name=
"top_attach">2</property>
178 <object class=
"GtkComboBoxText" id=
"datasource">
179 <property name=
"visible">True
</property>
180 <property name=
"can_focus">False
</property>
181 <property name=
"hexpand">True
</property>
182 <property name=
"has_entry">True
</property>
183 <child internal-child=
"entry">
184 <object class=
"GtkEntry" id=
"comboboxtext-entry">
185 <property name=
"can_focus">True
</property>
186 <property name=
"truncate-multiline">True
</property>
187 <property name=
"activates_default">True
</property>
190 <child internal-child=
"accessible">
191 <object class=
"AtkObject" id=
"datasource-atkobject">
192 <property name=
"AtkObject::accessible-description" translatable=
"yes" context=
"selectdatasource|extended_tip|datasource">Select the data source that you want to use.
</property>
197 <property name=
"left_attach">1</property>
198 <property name=
"top_attach">2</property>
206 <object class=
"GtkLabel" id=
"label1">
207 <property name=
"visible">True
</property>
208 <property name=
"can_focus">False
</property>
209 <property name=
"label" translatable=
"yes" context=
"selectdatasource|label1">Selection
</property>
211 <attribute name=
"weight" value=
"bold"/>
217 <property name=
"expand">False
</property>
218 <property name=
"fill">True
</property>
219 <property name=
"position">1</property>
225 <action-widget response=
"-5">ok
</action-widget>
226 <action-widget response=
"-6">cancel
</action-widget>
227 <action-widget response=
"-11">help
</action-widget>
229 <child type=
"titlebar">