Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / dbaccess / uiconfig / ui / directsqldialog.ui
blob0947f539d357d5f16a8052ee8886332cd4067c83
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="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="resizable">False</property>
10 <property name="type_hint">dialog</property>
11 <child>
12 <placeholder/>
13 </child>
14 <child internal-child="vbox">
15 <object class="GtkBox" id="dialog-vbox1">
16 <property name="can_focus">False</property>
17 <property name="orientation">vertical</property>
18 <property name="spacing">12</property>
19 <child internal-child="action_area">
20 <object class="GtkButtonBox" id="dialog-action_area1">
21 <property name="can_focus">False</property>
22 <property name="layout_style">end</property>
23 <child>
24 <object class="GtkButton" id="help">
25 <property name="label">gtk-help</property>
26 <property name="visible">True</property>
27 <property name="can_focus">True</property>
28 <property name="can_default">True</property>
29 <property name="receives_default">True</property>
30 <property name="use_stock">True</property>
31 </object>
32 <packing>
33 <property name="expand">False</property>
34 <property name="fill">True</property>
35 <property name="position">0</property>
36 <property name="secondary">True</property>
37 </packing>
38 </child>
39 <child>
40 <object class="GtkButton" id="close">
41 <property name="label">gtk-close</property>
42 <property name="visible">True</property>
43 <property name="can_focus">True</property>
44 <property name="can_default">True</property>
45 <property name="receives_default">True</property>
46 <property name="use_stock">True</property>
47 </object>
48 <packing>
49 <property name="expand">False</property>
50 <property name="fill">True</property>
51 <property name="position">1</property>
52 </packing>
53 </child>
54 </object>
55 <packing>
56 <property name="expand">False</property>
57 <property name="fill">True</property>
58 <property name="pack_type">end</property>
59 <property name="position">0</property>
60 </packing>
61 </child>
62 <child>
63 <object class="GtkFrame" id="frame1">
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="label_xalign">0</property>
69 <property name="shadow_type">none</property>
70 <child>
71 <object class="GtkAlignment" id="alignment1">
72 <property name="visible">True</property>
73 <property name="can_focus">False</property>
74 <property name="hexpand">True</property>
75 <property name="vexpand">True</property>
76 <property name="top_padding">6</property>
77 <property name="left_padding">12</property>
78 <child>
79 <object class="GtkGrid" id="grid1">
80 <property name="visible">True</property>
81 <property name="can_focus">False</property>
82 <property name="hexpand">True</property>
83 <property name="vexpand">True</property>
84 <property name="row_spacing">6</property>
85 <child>
86 <object class="GtkScrolledWindow">
87 <property name="visible">True</property>
88 <property name="can_focus">True</property>
89 <property name="hexpand">True</property>
90 <property name="vexpand">True</property>
91 <property name="border_width">0</property>
92 <property name="shadow_type">in</property>
93 <child>
94 <object class="GtkViewport">
95 <property name="visible">True</property>
96 <property name="can_focus">False</property>
97 <child>
98 <object class="GtkDrawingArea" id="sql">
99 <property name="visible">True</property>
100 <property name="can_focus">True</property>
101 <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>
102 </object>
103 </child>
104 </object>
105 </child>
106 </object>
107 <packing>
108 <property name="left_attach">0</property>
109 <property name="top_attach">1</property>
110 </packing>
111 </child>
112 <child>
113 <object class="GtkLabel" id="sql_label">
114 <property name="visible">True</property>
115 <property name="can_focus">False</property>
116 <property name="label" translatable="yes" context="directsqldialog|sql_label">_Command to execute:</property>
117 <property name="use_underline">True</property>
118 <property name="mnemonic_widget">sql</property>
119 <property name="xalign">0</property>
120 </object>
121 <packing>
122 <property name="left_attach">0</property>
123 <property name="top_attach">0</property>
124 </packing>
125 </child>
126 <child>
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>
131 <child>
132 <object class="GtkCheckButton" id="showoutput">
133 <property name="label" translatable="yes" context="directsqldialog|showoutput">_Show output of "select" statements</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="xalign">0</property>
139 <property name="draw_indicator">True</property>
140 </object>
141 <packing>
142 <property name="left_attach">0</property>
143 <property name="top_attach">0</property>
144 </packing>
145 </child>
146 <child>
147 <object class="GtkButton" id="execute">
148 <property name="label" translatable="yes" context="directsqldialog|execute">_Execute</property>
149 <property name="visible">True</property>
150 <property name="can_focus">True</property>
151 <property name="can_default">True</property>
152 <property name="has_default">True</property>
153 <property name="receives_default">True</property>
154 <property name="use_underline">True</property>
155 </object>
156 <packing>
157 <property name="left_attach">1</property>
158 <property name="top_attach">0</property>
159 </packing>
160 </child>
161 </object>
162 <packing>
163 <property name="left_attach">0</property>
164 <property name="top_attach">2</property>
165 </packing>
166 </child>
167 <child>
168 <object class="GtkComboBoxText" id="sqlhistory">
169 <property name="visible">True</property>
170 <property name="can_focus">False</property>
171 </object>
172 <packing>
173 <property name="left_attach">0</property>
174 <property name="top_attach">4</property>
175 </packing>
176 </child>
177 <child>
178 <object class="GtkLabel" id="sqlhistory_label">
179 <property name="visible">True</property>
180 <property name="can_focus">False</property>
181 <property name="label" translatable="yes" context="directsqldialog|sqlhistory_label">_Previous commands:</property>
182 <property name="use_underline">True</property>
183 <property name="mnemonic_widget">sqlhistory</property>
184 <property name="xalign">0</property>
185 </object>
186 <packing>
187 <property name="left_attach">0</property>
188 <property name="top_attach">3</property>
189 </packing>
190 </child>
191 </object>
192 </child>
193 </object>
194 </child>
195 <child type="label">
196 <object class="GtkLabel" id="label1">
197 <property name="visible">True</property>
198 <property name="can_focus">False</property>
199 <property name="label" translatable="yes" context="directsqldialog|label1">SQL Command</property>
200 <attributes>
201 <attribute name="weight" value="bold"/>
202 </attributes>
203 </object>
204 </child>
205 </object>
206 <packing>
207 <property name="expand">False</property>
208 <property name="fill">True</property>
209 <property name="position">1</property>
210 </packing>
211 </child>
212 <child>
213 <object class="GtkFrame" id="frame2">
214 <property name="visible">True</property>
215 <property name="can_focus">False</property>
216 <property name="label_xalign">0</property>
217 <property name="shadow_type">none</property>
218 <child>
219 <object class="GtkAlignment" id="alignment2">
220 <property name="visible">True</property>
221 <property name="can_focus">False</property>
222 <property name="top_padding">6</property>
223 <property name="left_padding">12</property>
224 <child>
225 <object class="GtkScrolledWindow" id="scrolledwindow2">
226 <property name="visible">True</property>
227 <property name="can_focus">True</property>
228 <property name="shadow_type">in</property>
229 <child>
230 <object class="GtkTextView" id="status">
231 <property name="visible">True</property>
232 <property name="can_focus">True</property>
233 <property name="editable">False</property>
234 </object>
235 </child>
236 </object>
237 </child>
238 </object>
239 </child>
240 <child type="label">
241 <object class="GtkLabel" id="label2">
242 <property name="visible">True</property>
243 <property name="can_focus">False</property>
244 <property name="label" translatable="yes" context="directsqldialog|label2">Status</property>
245 <attributes>
246 <attribute name="weight" value="bold"/>
247 </attributes>
248 </object>
249 </child>
250 </object>
251 <packing>
252 <property name="expand">False</property>
253 <property name="fill">True</property>
254 <property name="position">2</property>
255 </packing>
256 </child>
257 <child>
258 <object class="GtkFrame" id="frame3">
259 <property name="visible">True</property>
260 <property name="can_focus">False</property>
261 <property name="label_xalign">0</property>
262 <property name="shadow_type">none</property>
263 <child>
264 <object class="GtkAlignment" id="alignment3">
265 <property name="visible">True</property>
266 <property name="can_focus">False</property>
267 <property name="top_padding">6</property>
268 <property name="left_padding">12</property>
269 <child>
270 <object class="GtkScrolledWindow" id="scrolledwindow1">
271 <property name="visible">True</property>
272 <property name="can_focus">True</property>
273 <property name="shadow_type">in</property>
274 <child>
275 <object class="GtkTextView" id="output">
276 <property name="visible">True</property>
277 <property name="can_focus">True</property>
278 <property name="editable">False</property>
279 </object>
280 </child>
281 </object>
282 </child>
283 </object>
284 </child>
285 <child type="label">
286 <object class="GtkLabel" id="label3">
287 <property name="visible">True</property>
288 <property name="can_focus">False</property>
289 <property name="label" translatable="yes" context="directsqldialog|label3">Output</property>
290 <attributes>
291 <attribute name="weight" value="bold"/>
292 </attributes>
293 </object>
294 </child>
295 </object>
296 <packing>
297 <property name="expand">False</property>
298 <property name="fill">True</property>
299 <property name="position">3</property>
300 </packing>
301 </child>
302 </object>
303 </child>
304 <action-widgets>
305 <action-widget response="-11">help</action-widget>
306 <action-widget response="-7">close</action-widget>
307 </action-widgets>
308 </object>
309 </interface>