Update git submodules
[LibreOffice.git] / dbaccess / uiconfig / ui / copytablepage.ui
blobe2e71e476413a99f1be959bd5694b1508ca727da
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 <!-- n-columns=1 n-rows=1 -->
6 <object class="GtkGrid" id="CopyTablePage">
7 <property name="visible">True</property>
8 <property name="can_focus">False</property>
9 <property name="border_width">6</property>
10 <property name="row_spacing">6</property>
11 <child>
12 <object class="GtkFrame" id="frame1">
13 <property name="visible">True</property>
14 <property name="can_focus">False</property>
15 <property name="hexpand">True</property>
16 <property name="vexpand">True</property>
17 <property name="label_xalign">0</property>
18 <property name="shadow_type">none</property>
19 <child>
20 <!-- n-columns=1 n-rows=1 -->
21 <object class="GtkGrid" id="grid1">
22 <property name="visible">True</property>
23 <property name="can_focus">False</property>
24 <property name="hexpand">True</property>
25 <property name="vexpand">True</property>
26 <property name="row_spacing">6</property>
27 <property name="margin-start">12</property>
28 <property name="margin-top">6</property>
29 <child>
30 <object class="GtkRadioButton" id="defdata">
31 <property name="label" translatable="yes" context="copytablepage|defdata">De_finition and data</property>
32 <property name="visible">True</property>
33 <property name="can_focus">True</property>
34 <property name="receives_default">False</property>
35 <property name="use_underline">True</property>
36 <property name="active">True</property>
37 <property name="draw_indicator">True</property>
38 </object>
39 <packing>
40 <property name="left_attach">0</property>
41 <property name="top_attach">0</property>
42 </packing>
43 </child>
44 <child>
45 <object class="GtkRadioButton" id="def">
46 <property name="label" translatable="yes" context="copytablepage|def">Def_inition</property>
47 <property name="visible">True</property>
48 <property name="can_focus">True</property>
49 <property name="receives_default">False</property>
50 <property name="use_underline">True</property>
51 <property name="draw_indicator">True</property>
52 <property name="group">defdata</property>
53 </object>
54 <packing>
55 <property name="left_attach">0</property>
56 <property name="top_attach">1</property>
57 </packing>
58 </child>
59 <child>
60 <object class="GtkRadioButton" id="view">
61 <property name="label" translatable="yes" context="copytablepage|view">A_s table view</property>
62 <property name="visible">True</property>
63 <property name="can_focus">True</property>
64 <property name="receives_default">False</property>
65 <property name="use_underline">True</property>
66 <property name="draw_indicator">True</property>
67 <property name="group">defdata</property>
68 </object>
69 <packing>
70 <property name="left_attach">0</property>
71 <property name="top_attach">2</property>
72 </packing>
73 </child>
74 <child>
75 <object class="GtkRadioButton" id="data">
76 <property name="label" translatable="yes" context="copytablepage|data">Append _data</property>
77 <property name="visible">True</property>
78 <property name="can_focus">True</property>
79 <property name="receives_default">False</property>
80 <property name="use_underline">True</property>
81 <property name="draw_indicator">True</property>
82 <property name="group">defdata</property>
83 </object>
84 <packing>
85 <property name="left_attach">0</property>
86 <property name="top_attach">3</property>
87 </packing>
88 </child>
89 <child>
90 <object class="GtkCheckButton" id="firstline">
91 <property name="label" translatable="yes" context="copytablepage|firstline">Use first _line as column names</property>
92 <property name="visible">True</property>
93 <property name="can_focus">True</property>
94 <property name="receives_default">False</property>
95 <property name="use_underline">True</property>
96 <property name="draw_indicator">True</property>
97 </object>
98 <packing>
99 <property name="left_attach">0</property>
100 <property name="top_attach">4</property>
101 </packing>
102 </child>
103 <child>
104 <object class="GtkCheckButton" id="primarykey">
105 <property name="label" translatable="yes" context="copytablepage|primarykey">Crea_te new field as primary key</property>
106 <property name="visible">True</property>
107 <property name="can_focus">True</property>
108 <property name="receives_default">False</property>
109 <property name="use_underline">True</property>
110 <property name="draw_indicator">True</property>
111 </object>
112 <packing>
113 <property name="left_attach">0</property>
114 <property name="top_attach">5</property>
115 </packing>
116 </child>
117 <child>
118 <!-- n-columns=1 n-rows=1 -->
119 <object class="GtkGrid" id="grid3">
120 <property name="visible">True</property>
121 <property name="can_focus">False</property>
122 <property name="hexpand">True</property>
123 <property name="column_spacing">12</property>
124 <property name="margin-start">12</property>
125 <child>
126 <object class="GtkLabel" id="keynamelabel">
127 <property name="visible">True</property>
128 <property name="can_focus">False</property>
129 <property name="label" translatable="yes" context="copytablepage|keynamelabel">Name:</property>
130 <property name="use_underline">True</property>
131 <property name="mnemonic_widget">keyname</property>
132 <property name="xalign">1</property>
133 </object>
134 <packing>
135 <property name="left_attach">0</property>
136 <property name="top_attach">0</property>
137 </packing>
138 </child>
139 <child>
140 <object class="GtkEntry" id="keyname">
141 <property name="visible">True</property>
142 <property name="can_focus">True</property>
143 <property name="hexpand">True</property>
144 <property name="truncate-multiline">True</property>
145 <property name="activates_default">True</property>
146 </object>
147 <packing>
148 <property name="left_attach">1</property>
149 <property name="top_attach">0</property>
150 </packing>
151 </child>
152 </object>
153 <packing>
154 <property name="left_attach">0</property>
155 <property name="top_attach">6</property>
156 </packing>
157 </child>
158 <child>
159 <object class="GtkLabel" id="infoLabel">
160 <property name="visible">True</property>
161 <property name="can_focus">False</property>
162 <property name="label" translatable="yes" context="copytablepage|infoLabel">Existing data fields can be set as primary key on the type formatting step (third page) of the wizard.</property>
163 <property name="wrap">True</property>
164 <property name="width_chars">72</property>
165 <property name="max_width_chars">72</property>
166 <property name="xalign">0</property>
167 <attributes>
168 <attribute name="scale" value="0.9"/>
169 </attributes>
170 </object>
171 <packing>
172 <property name="left_attach">0</property>
173 <property name="top_attach">7</property>
174 </packing>
175 </child>
176 </object>
177 </child>
178 <child type="label">
179 <object class="GtkLabel" id="label1">
180 <property name="visible">True</property>
181 <property name="can_focus">False</property>
182 <property name="label" translatable="yes" context="copytablepage|label1">Options</property>
183 <attributes>
184 <attribute name="weight" value="bold"/>
185 </attributes>
186 </object>
187 </child>
188 </object>
189 <packing>
190 <property name="left_attach">0</property>
191 <property name="top_attach">1</property>
192 </packing>
193 </child>
194 <child>
195 <!-- n-columns=1 n-rows=1 -->
196 <object class="GtkGrid" id="grid2">
197 <property name="visible">True</property>
198 <property name="can_focus">False</property>
199 <property name="hexpand">True</property>
200 <property name="column_spacing">12</property>
201 <child>
202 <object class="GtkLabel" id="label2">
203 <property name="visible">True</property>
204 <property name="can_focus">False</property>
205 <property name="label" translatable="yes" context="copytablepage|label2">Ta_ble name:</property>
206 <property name="use_underline">True</property>
207 <property name="mnemonic_widget">name</property>
208 <property name="xalign">1</property>
209 </object>
210 <packing>
211 <property name="left_attach">0</property>
212 <property name="top_attach">0</property>
213 </packing>
214 </child>
215 <child>
216 <object class="GtkEntry" id="name">
217 <property name="visible">True</property>
218 <property name="can_focus">True</property>
219 <property name="hexpand">True</property>
220 <property name="truncate-multiline">True</property>
221 <property name="activates_default">True</property>
222 </object>
223 <packing>
224 <property name="left_attach">1</property>
225 <property name="top_attach">0</property>
226 </packing>
227 </child>
228 </object>
229 <packing>
230 <property name="left_attach">0</property>
231 <property name="top_attach">0</property>
232 </packing>
233 </child>
234 </object>
235 </interface>