1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!-- Generated with glade 3.40.0 -->
3 <interface domain=
"dba">
4 <requires lib=
"gtk+" version=
"3.20"/>
5 <object class=
"GtkDialog" id=
"DirectSQLDialog">
6 <property name=
"can-focus">False
</property>
7 <property name=
"border-width">6</property>
8 <property name=
"title" translatable=
"yes" context=
"directsqldialog|DirectSQLDialog">Execute SQL Statement
</property>
9 <property name=
"modal">True
</property>
10 <property name=
"type-hint">dialog
</property>
11 <child internal-child=
"vbox">
12 <object class=
"GtkBox" id=
"dialog-vbox1">
13 <property name=
"can-focus">False
</property>
14 <property name=
"orientation">vertical
</property>
15 <property name=
"spacing">12</property>
16 <child internal-child=
"action_area">
17 <object class=
"GtkButtonBox" id=
"dialog-action_area1">
18 <property name=
"can-focus">False
</property>
19 <property name=
"layout-style">end
</property>
21 <object class=
"GtkButton" id=
"help">
22 <property name=
"label" translatable=
"yes" context=
"stock">_Help
</property>
23 <property name=
"visible">True
</property>
24 <property name=
"can-focus">True
</property>
25 <property name=
"can-default">True
</property>
26 <property name=
"receives-default">True
</property>
27 <property name=
"use-underline">True
</property>
30 <property name=
"expand">False
</property>
31 <property name=
"fill">True
</property>
32 <property name=
"position">0</property>
33 <property name=
"secondary">True
</property>
37 <object class=
"GtkButton" id=
"close">
38 <property name=
"label" translatable=
"yes" context=
"stock">_Close
</property>
39 <property name=
"visible">True
</property>
40 <property name=
"can-focus">True
</property>
41 <property name=
"can-default">True
</property>
42 <property name=
"receives-default">True
</property>
43 <property name=
"use-underline">True
</property>
46 <property name=
"expand">False
</property>
47 <property name=
"fill">True
</property>
48 <property name=
"position">1</property>
53 <property name=
"expand">False
</property>
54 <property name=
"fill">True
</property>
55 <property name=
"pack-type">end
</property>
56 <property name=
"position">0</property>
60 <object class=
"GtkFrame" id=
"frame1">
61 <property name=
"visible">True
</property>
62 <property name=
"can-focus">False
</property>
63 <property name=
"hexpand">True
</property>
64 <property name=
"vexpand">True
</property>
65 <property name=
"label-xalign">0</property>
66 <property name=
"shadow-type">none
</property>
68 <!-- n-columns=1 n-rows=5 -->
69 <object class=
"GtkGrid" id=
"grid1">
70 <property name=
"visible">True
</property>
71 <property name=
"can-focus">False
</property>
72 <property name=
"margin-start">12</property>
73 <property name=
"margin-top">6</property>
74 <property name=
"hexpand">True
</property>
75 <property name=
"vexpand">True
</property>
76 <property name=
"row-spacing">6</property>
78 <object class=
"GtkScrolledWindow" id=
"scrolledwindow">
79 <property name=
"visible">True
</property>
80 <property name=
"can-focus">True
</property>
81 <property name=
"hexpand">True
</property>
82 <property name=
"vexpand">True
</property>
83 <property name=
"border-width">0</property>
84 <property name=
"hscrollbar-policy">never
</property>
85 <property name=
"vscrollbar-policy">always
</property>
86 <property name=
"shadow-type">in
</property>
88 <object class=
"GtkViewport">
89 <property name=
"visible">True
</property>
90 <property name=
"can-focus">False
</property>
92 <object class=
"GtkDrawingArea" id=
"sql">
93 <property name=
"visible">True
</property>
94 <property name=
"can-focus">True
</property>
95 <property name=
"events">GDK_BUTTON_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_FOCUS_CHANGE_MASK | GDK_STRUCTURE_MASK
</property>
96 <child internal-child=
"accessible">
97 <object class=
"AtkObject" id=
"sql-atkobject">
98 <property name=
"AtkObject::accessible-description" translatable=
"yes" context=
"directsqldialog|extended_tip|sql">Enter the SQL administration command that you want to run.
</property>
107 <property name=
"left-attach">0</property>
108 <property name=
"top-attach">1</property>
112 <object class=
"GtkLabel" id=
"sql_label">
113 <property name=
"visible">True
</property>
114 <property name=
"can-focus">False
</property>
115 <property name=
"label" translatable=
"yes" context=
"directsqldialog|sql_label">_Command to execute:
</property>
116 <property name=
"use-underline">True
</property>
117 <property name=
"mnemonic-widget">sql
</property>
118 <property name=
"xalign">0</property>
121 <property name=
"left-attach">0</property>
122 <property name=
"top-attach">0</property>
126 <!-- n-columns=2 n-rows=2 -->
127 <object class=
"GtkGrid" id=
"grid2">
128 <property name=
"visible">True
</property>
129 <property name=
"can-focus">False
</property>
130 <property name=
"column-spacing">12</property>
132 <object class=
"GtkCheckButton" id=
"directsql">
133 <property name=
"label" translatable=
"yes" context=
"directsqldialog|directsql">Run SQL command _directly
</property>
134 <property name=
"visible">True
</property>
135 <property name=
"can-focus">True
</property>
136 <property name=
"receives-default">False
</property>
137 <property name=
"use-underline">True
</property>
138 <property name=
"draw-indicator">True
</property>
139 <child internal-child=
"accessible">
140 <object class=
"AtkObject" id=
"directsql-atkobject">
141 <property name=
"AtkObject::accessible-description" translatable=
"yes" context=
"directsqldialog|extended_tip|directsql">Execute the SQL command directly without escape processing.
</property>
146 <property name=
"left-attach">0</property>
147 <property name=
"top-attach">0</property>
148 <property name=
"width">2</property>
152 <object class=
"GtkCheckButton" id=
"showoutput">
153 <property name=
"label" translatable=
"yes" context=
"directsqldialog|showoutput">_Show output of
"select" statements
</property>
154 <property name=
"visible">True
</property>
155 <property name=
"can-focus">True
</property>
156 <property name=
"receives-default">False
</property>
157 <property name=
"use-underline">True
</property>
158 <property name=
"draw-indicator">True
</property>
159 <child internal-child=
"accessible">
160 <object class=
"AtkObject" id=
"showoutput-atkobject">
161 <property name=
"AtkObject::accessible-description" translatable=
"yes" context=
"directsqldialog|extended_tip|showoutput">Show the result of the SQL SELECT command in the Output box.
</property>
166 <property name=
"left-attach">0</property>
167 <property name=
"top-attach">1</property>
171 <object class=
"GtkButton" id=
"execute">
172 <property name=
"label" translatable=
"yes" context=
"directsqldialog|execute">_Execute
</property>
173 <property name=
"visible">True
</property>
174 <property name=
"can-focus">True
</property>
175 <property name=
"can-default">True
</property>
176 <property name=
"has-default">True
</property>
177 <property name=
"receives-default">True
</property>
178 <property name=
"use-underline">True
</property>
181 <property name=
"left-attach">1</property>
182 <property name=
"top-attach">1</property>
187 <property name=
"left-attach">0</property>
188 <property name=
"top-attach">2</property>
192 <object class=
"GtkComboBoxText" id=
"sqlhistory">
193 <property name=
"visible">True
</property>
194 <property name=
"can-focus">False
</property>
195 <child internal-child=
"accessible">
196 <object class=
"AtkObject" id=
"sqlhistory-atkobject">
197 <property name=
"AtkObject::accessible-description" translatable=
"yes" context=
"directsqldialog|extended_tip|sqlhistory">Lists the previously executed SQL commands. To run a command again, click the command, and then click Execute.
</property>
202 <property name=
"left-attach">0</property>
203 <property name=
"top-attach">4</property>
207 <object class=
"GtkLabel" id=
"sqlhistory_label">
208 <property name=
"visible">True
</property>
209 <property name=
"can-focus">False
</property>
210 <property name=
"label" translatable=
"yes" context=
"directsqldialog|sqlhistory_label">_Previous commands:
</property>
211 <property name=
"use-underline">True
</property>
212 <property name=
"mnemonic-widget">sqlhistory
</property>
213 <property name=
"xalign">0</property>
216 <property name=
"left-attach">0</property>
217 <property name=
"top-attach">3</property>
223 <object class=
"GtkLabel" id=
"label1">
224 <property name=
"visible">True
</property>
225 <property name=
"can-focus">False
</property>
226 <property name=
"label" translatable=
"yes" context=
"directsqldialog|label1">SQL Command
</property>
228 <attribute name=
"weight" value=
"bold"/>
234 <property name=
"expand">False
</property>
235 <property name=
"fill">True
</property>
236 <property name=
"position">1</property>
240 <object class=
"GtkFrame" id=
"frame2">
241 <property name=
"visible">True
</property>
242 <property name=
"can-focus">False
</property>
243 <property name=
"label-xalign">0</property>
244 <property name=
"shadow-type">none
</property>
246 <object class=
"GtkScrolledWindow" id=
"scrolledwindow2">
247 <property name=
"visible">True
</property>
248 <property name=
"can-focus">True
</property>
249 <property name=
"margin-start">12</property>
250 <property name=
"margin-top">6</property>
251 <property name=
"shadow-type">in
</property>
253 <object class=
"GtkTextView" id=
"status">
254 <property name=
"visible">True
</property>
255 <property name=
"can-focus">True
</property>
256 <property name=
"editable">False
</property>
257 <child internal-child=
"accessible">
258 <object class=
"AtkObject" id=
"status-atkobject">
259 <property name=
"AtkObject::accessible-description" translatable=
"yes" context=
"directsqldialog|extended_tip|status">Displays the results, including errors, of the SQL command that you ran.
</property>
267 <object class=
"GtkLabel" id=
"label2">
268 <property name=
"visible">True
</property>
269 <property name=
"can-focus">False
</property>
270 <property name=
"label" translatable=
"yes" context=
"directsqldialog|label2">Status
</property>
272 <attribute name=
"weight" value=
"bold"/>
278 <property name=
"expand">False
</property>
279 <property name=
"fill">True
</property>
280 <property name=
"position">2</property>
284 <object class=
"GtkFrame" id=
"frame3">
285 <property name=
"visible">True
</property>
286 <property name=
"can-focus">False
</property>
287 <property name=
"label-xalign">0</property>
288 <property name=
"shadow-type">none
</property>
290 <object class=
"GtkScrolledWindow" id=
"scrolledwindow1">
291 <property name=
"visible">True
</property>
292 <property name=
"can-focus">True
</property>
293 <property name=
"margin-start">12</property>
294 <property name=
"margin-top">6</property>
295 <property name=
"shadow-type">in
</property>
297 <object class=
"GtkTextView" id=
"output">
298 <property name=
"visible">True
</property>
299 <property name=
"can-focus">True
</property>
300 <property name=
"editable">False
</property>
301 <child internal-child=
"accessible">
302 <object class=
"AtkObject" id=
"output-atkobject">
303 <property name=
"AtkObject::accessible-description" translatable=
"yes" context=
"directsqldialog|extended_tip|output">Displays the results of the SQL command that you ran.
</property>
311 <object class=
"GtkLabel" id=
"label3">
312 <property name=
"visible">True
</property>
313 <property name=
"can-focus">False
</property>
314 <property name=
"label" translatable=
"yes" context=
"directsqldialog|label3">Output
</property>
316 <attribute name=
"weight" value=
"bold"/>
322 <property name=
"expand">False
</property>
323 <property name=
"fill">True
</property>
324 <property name=
"position">3</property>
330 <action-widget response=
"-11">help
</action-widget>
331 <action-widget response=
"-7">close
</action-widget>