nss: upgrade to release 3.73
[LibreOffice.git] / dbaccess / uiconfig / ui / tablesjoindialog.ui
blob3b3fd2e7743510dc0eb662153cd937a75c2d7649
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="GtkTreeStore" id="liststore1">
6 <columns>
7 <!-- column-name expander -->
8 <column type="GdkPixbuf"/>
9 <!-- column-name text -->
10 <column type="gchararray"/>
11 <!-- column-name id -->
12 <column type="gchararray"/>
13 </columns>
14 </object>
15 <object class="GtkTreeStore" id="liststore2">
16 <columns>
17 <!-- column-name expander -->
18 <column type="GdkPixbuf"/>
19 <!-- column-name text -->
20 <column type="gchararray"/>
21 <!-- column-name id -->
22 <column type="gchararray"/>
23 <!-- column-name weight -->
24 <column type="gint"/>
25 </columns>
26 </object>
27 <object class="GtkDialog" id="TablesJoinDialog">
28 <property name="can_focus">False</property>
29 <property name="border_width">6</property>
30 <property name="resizable">False</property>
31 <property name="default_width">0</property>
32 <property name="default_height">0</property>
33 <property name="type_hint">dialog</property>
34 <child>
35 <placeholder/>
36 </child>
37 <child internal-child="vbox">
38 <object class="GtkBox" id="dialog-vbox1">
39 <property name="can_focus">False</property>
40 <property name="orientation">vertical</property>
41 <property name="spacing">12</property>
42 <child internal-child="action_area">
43 <object class="GtkButtonBox" id="dialog-action_area1">
44 <property name="can_focus">False</property>
45 <property name="layout_style">end</property>
46 <child>
47 <object class="GtkButton" id="add">
48 <property name="label">gtk-add</property>
49 <property name="visible">True</property>
50 <property name="can_focus">True</property>
51 <property name="can_default">True</property>
52 <property name="has_default">True</property>
53 <property name="receives_default">True</property>
54 <property name="use_stock">True</property>
55 </object>
56 <packing>
57 <property name="expand">False</property>
58 <property name="fill">True</property>
59 <property name="position">0</property>
60 </packing>
61 </child>
62 <child>
63 <object class="GtkButton" id="close">
64 <property name="label">gtk-close</property>
65 <property name="visible">True</property>
66 <property name="can_focus">True</property>
67 <property name="receives_default">True</property>
68 <property name="use_stock">True</property>
69 </object>
70 <packing>
71 <property name="expand">False</property>
72 <property name="fill">True</property>
73 <property name="position">1</property>
74 </packing>
75 </child>
76 <child>
77 <object class="GtkButton" id="help">
78 <property name="label">gtk-help</property>
79 <property name="visible">True</property>
80 <property name="can_focus">True</property>
81 <property name="receives_default">True</property>
82 <property name="use_stock">True</property>
83 </object>
84 <packing>
85 <property name="expand">False</property>
86 <property name="fill">True</property>
87 <property name="position">2</property>
88 <property name="secondary">True</property>
89 </packing>
90 </child>
91 </object>
92 <packing>
93 <property name="expand">False</property>
94 <property name="fill">True</property>
95 <property name="pack_type">end</property>
96 <property name="position">0</property>
97 </packing>
98 </child>
99 <child>
100 <!-- n-columns=1 n-rows=1 -->
101 <object class="GtkGrid" id="grid1">
102 <property name="visible">True</property>
103 <property name="can_focus">False</property>
104 <property name="hexpand">True</property>
105 <property name="vexpand">True</property>
106 <property name="row_spacing">6</property>
107 <child>
108 <object class="GtkRadioButton" id="tables">
109 <property name="label" translatable="yes" context="tablesjoindialog|tables">Tables</property>
110 <property name="visible">True</property>
111 <property name="can_focus">True</property>
112 <property name="receives_default">False</property>
113 <property name="use_underline">True</property>
114 <property name="xalign">0</property>
115 <property name="active">True</property>
116 <property name="draw_indicator">True</property>
117 </object>
118 <packing>
119 <property name="left_attach">0</property>
120 <property name="top_attach">0</property>
121 </packing>
122 </child>
123 <child>
124 <object class="GtkRadioButton" id="queries">
125 <property name="label" translatable="yes" context="tablesjoindialog|queries">Queries</property>
126 <property name="visible">True</property>
127 <property name="can_focus">True</property>
128 <property name="receives_default">False</property>
129 <property name="use_underline">True</property>
130 <property name="xalign">0</property>
131 <property name="draw_indicator">True</property>
132 <property name="group">tables</property>
133 </object>
134 <packing>
135 <property name="left_attach">0</property>
136 <property name="top_attach">1</property>
137 </packing>
138 </child>
139 <child>
140 <object class="GtkScrolledWindow">
141 <property name="visible">True</property>
142 <property name="can_focus">True</property>
143 <property name="hexpand">True</property>
144 <property name="vexpand">True</property>
145 <property name="shadow_type">in</property>
146 <child>
147 <object class="GtkTreeView" id="tablelist">
148 <property name="width_request">-1</property>
149 <property name="visible">True</property>
150 <property name="can_focus">True</property>
151 <property name="receives_default">True</property>
152 <property name="hexpand">True</property>
153 <property name="vexpand">True</property>
154 <property name="model">liststore2</property>
155 <property name="headers_visible">False</property>
156 <property name="search_column">1</property>
157 <property name="show_expanders">True</property>
158 <property name="enable_tree_lines">True</property>
159 <child internal-child="selection">
160 <object class="GtkTreeSelection" id="Macro Library List-selection2"/>
161 </child>
162 <child>
163 <object class="GtkTreeViewColumn" id="treeviewcolumn8">
164 <property name="spacing">6</property>
165 <child>
166 <object class="GtkCellRendererPixbuf" id="cellrenderertext5"/>
167 <attributes>
168 <attribute name="pixbuf">0</attribute>
169 </attributes>
170 </child>
171 <child>
172 <object class="GtkCellRendererText" id="cellrenderertext6"/>
173 <attributes>
174 <attribute name="text">1</attribute>
175 <attribute name="weight">3</attribute>
176 </attributes>
177 </child>
178 </object>
179 </child>
180 </object>
181 </child>
182 </object>
183 <packing>
184 <property name="left_attach">0</property>
185 <property name="top_attach">2</property>
186 </packing>
187 </child>
188 <child>
189 <object class="GtkLabel" id="title">
190 <property name="can_focus">False</property>
191 <property name="no_show_all">True</property>
192 <property name="label" translatable="yes" context="tablesjoindialog|title">Add Tables</property>
193 </object>
194 <packing>
195 <property name="left_attach">0</property>
196 <property name="top_attach">4</property>
197 </packing>
198 </child>
199 <child>
200 <object class="GtkLabel" id="alttitle">
201 <property name="can_focus">False</property>
202 <property name="no_show_all">True</property>
203 <property name="label" translatable="yes" context="tablesjoindialog|alttitle">Add Table or Query</property>
204 </object>
205 <packing>
206 <property name="left_attach">0</property>
207 <property name="top_attach">5</property>
208 </packing>
209 </child>
210 <child>
211 <object class="GtkScrolledWindow">
212 <property name="visible">True</property>
213 <property name="can_focus">True</property>
214 <property name="hexpand">True</property>
215 <property name="vexpand">True</property>
216 <property name="shadow_type">in</property>
217 <child>
218 <object class="GtkTreeView" id="querylist">
219 <property name="width_request">-1</property>
220 <property name="visible">True</property>
221 <property name="can_focus">True</property>
222 <property name="receives_default">True</property>
223 <property name="hexpand">True</property>
224 <property name="vexpand">True</property>
225 <property name="model">liststore1</property>
226 <property name="headers_visible">False</property>
227 <property name="search_column">1</property>
228 <property name="show_expanders">False</property>
229 <property name="enable_tree_lines">True</property>
230 <child internal-child="selection">
231 <object class="GtkTreeSelection" id="Macro Library List-selection3"/>
232 </child>
233 <child>
234 <object class="GtkTreeViewColumn" id="treeviewcolumn18">
235 <property name="spacing">6</property>
236 <child>
237 <object class="GtkCellRendererPixbuf" id="cellrenderertext15"/>
238 <attributes>
239 <attribute name="pixbuf">0</attribute>
240 </attributes>
241 </child>
242 <child>
243 <object class="GtkCellRendererText" id="cellrenderertext16"/>
244 <attributes>
245 <attribute name="text">1</attribute>
246 </attributes>
247 </child>
248 </object>
249 </child>
250 </object>
251 </child>
252 </object>
253 <packing>
254 <property name="left_attach">0</property>
255 <property name="top_attach">3</property>
256 </packing>
257 </child>
258 </object>
259 <packing>
260 <property name="expand">False</property>
261 <property name="fill">True</property>
262 <property name="position">1</property>
263 </packing>
264 </child>
265 </object>
266 </child>
267 <action-widgets>
268 <action-widget response="101">add</action-widget>
269 <action-widget response="-7">close</action-widget>
270 <action-widget response="-11">help</action-widget>
271 </action-widgets>
272 </object>
273 </interface>