WizardPages.src (857d5cbe) WizardPages.src (7bbad950)
1/**************************************************************
1/**************************************************************
2 *
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
10 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
19 *
20 *************************************************************/
21
22
23
24#ifndef DBAUI_WIZARD_PAGES_HRC
25#include "WizardPages.hrc"
26#endif
27#ifndef _DBU_MISC_HRC_
28#include "dbu_misc.hrc"
29#endif
30#ifndef _DBA_DBACCESS_HELPID_HRC_
31#include "dbaccess_helpid.hrc"
32#endif
33
20 *************************************************************/
21
22
23
24#ifndef DBAUI_WIZARD_PAGES_HRC
25#include "WizardPages.hrc"
26#endif
27#ifndef _DBU_MISC_HRC_
28#include "dbu_misc.hrc"
29#endif
30#ifndef _DBA_DBACCESS_HELPID_HRC_
31#include "dbaccess_helpid.hrc"
32#endif
33
34#include "dbaccess_slotid.hrc"
34#include "dbaccess_slotid.hrc"
35
35
36#define WINDOW_SIZE_X 276
36#define WINDOW_SIZE_X 276
37#define WINDOW_SIZE_Y 185
38
37#define WINDOW_SIZE_Y 185
38
39#define WINDOW_BORDER_X 12
40#define WINDOW_BORDER_Y 14
39#define WINDOW_BORDER_X 12
40#define WINDOW_BORDER_Y 14
41
41
42#define BUTTON_SIZE_X 50
43#define BUTTON_SIZE_Y 14
42#define BUTTON_SIZE_X 50
43#define BUTTON_SIZE_Y 14
44
45String STR_WIZ_COLUMN_SELECT_TITEL
46{
44
45String STR_WIZ_COLUMN_SELECT_TITEL
46{
47 Text [ en-US ] = "Apply columns";
47 Text [ en-US ] = "Apply columns" ;
48};
49
50String STR_WIZ_TYPE_SELECT_TITEL
51{
48};
49
50String STR_WIZ_TYPE_SELECT_TITEL
51{
52 Text [ en-US ] = "Type formatting";
52 Text [ en-US ] = "Type formatting" ;
53};
54
55String STR_WIZ_PKEY_ALREADY_DEFINED
56{
53};
54
55String STR_WIZ_PKEY_ALREADY_DEFINED
56{
57 Text [ en-US ] = "The following fields have already been set as primary keys:\n";
57 Text [ en-US ] = "The following fields have already been set as primary keys:\n" ;
58};
59
60String STR_WIZ_NAME_MATCHING_TITEL
61{
58};
59
60String STR_WIZ_NAME_MATCHING_TITEL
61{
62 Text [ en-US ] = "Assign columns" ;
62 Text [ en-US ] = "Assign columns" ;
63};
64
65ModalDialog WIZ_RTFCOPYTABLE
66{
63};
64
65ModalDialog WIZ_RTFCOPYTABLE
66{
67 HelpID = "dbaccess:ModalDialog:WIZ_RTFCOPYTABLE";
67 HelpID = "dbaccess:ModalDialog:WIZ_RTFCOPYTABLE" ;
68
69 Text [ en-US ] = "Copy RTF Table" ;
70
68
69 Text [ en-US ] = "Copy RTF Table" ;
70
71 OutputSize = TRUE ;
72 SVLook = TRUE ;
73 Moveable = TRUE ;
74 Closeable = TRUE ;
75 Hide = TRUE ;
71
76
72 OutputSize = TRUE ;
73 SVLook = TRUE ;
74 Moveable = TRUE ;
75 Closeable = TRUE ;
76 Hide = TRUE;
77
78 HelpButton PB_HELP
77 HelpButton PB_HELP
79 {
78 {
80 TabStop = TRUE ;
81 Size = MAP_APPFONT ( BUTTON_SIZE_X , BUTTON_SIZE_Y ) ;
82 Text [ en-US ] = "~Help";
79 TabStop = TRUE ;
80 Size = MAP_APPFONT ( BUTTON_SIZE_X, BUTTON_SIZE_Y ) ;
81 Text [ en-US ] = "~Help" ;
83 };
84 CancelButton PB_CANCEL
85 {
82 };
83 CancelButton PB_CANCEL
84 {
86 TabStop = TRUE ;
87 Size = MAP_APPFONT ( BUTTON_SIZE_X , BUTTON_SIZE_Y ) ;
88 Text [ en-US ] = "~Cancel";
85 TabStop = TRUE ;
86 Size = MAP_APPFONT ( BUTTON_SIZE_X, BUTTON_SIZE_Y ) ;
87 Text [ en-US ] = "~Cancel" ;
89 };
90 PushButton PB_PREV
91 {
88 };
89 PushButton PB_PREV
90 {
92 HelpID = "dbaccess:PushButton:WIZ_RTFCOPYTABLE:PB_PREV";
93 TabStop = TRUE ;
94 Size = MAP_APPFONT ( BUTTON_SIZE_X , BUTTON_SIZE_Y ) ;
95 Text [ en-US ] = "< ~Back";
91 HelpID = "dbaccess:PushButton:WIZ_RTFCOPYTABLE:PB_PREV" ;
92 TabStop = TRUE ;
93 Size = MAP_APPFONT ( BUTTON_SIZE_X, BUTTON_SIZE_Y ) ;
94 Text [ en-US ] = "< ~Back" ;
96 };
97 PushButton PB_NEXT
98 {
95 };
96 PushButton PB_NEXT
97 {
99 HelpID = "dbaccess:PushButton:WIZ_RTFCOPYTABLE:PB_NEXT";
100 TabStop = TRUE ;
101 Size = MAP_APPFONT ( BUTTON_SIZE_X , BUTTON_SIZE_Y ) ;
102 Text [ en-US ] = "~Next>";
98 HelpID = "dbaccess:PushButton:WIZ_RTFCOPYTABLE:PB_NEXT" ;
99 TabStop = TRUE ;
100 Size = MAP_APPFONT ( BUTTON_SIZE_X, BUTTON_SIZE_Y ) ;
101 Text [ en-US ] = "~Next >" ;
103 };
104 OKButton PB_OK
105 {
102 };
103 OKButton PB_OK
104 {
106 TabStop = TRUE ;
107 Size = MAP_APPFONT ( BUTTON_SIZE_X , BUTTON_SIZE_Y ) ;
108 Text [ en-US ] = "C~reate";
105 TabStop = TRUE ;
106 Size = MAP_APPFONT ( BUTTON_SIZE_X, BUTTON_SIZE_Y ) ;
107 Text [ en-US ] = "C~reate" ;
109 };
110
111};
112
113//==================================================================
114 // TAB_WIZ_COLUMN_SELECT
115 //==================================================================
116TabPage TAB_WIZ_COLUMN_SELECT
117{
108 };
109
110};
111
112//==================================================================
113 // TAB_WIZ_COLUMN_SELECT
114 //==================================================================
115TabPage TAB_WIZ_COLUMN_SELECT
116{
118 SVLook = TRUE ;
119 Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
117 SVLook = TRUE ;
118 Size = MAP_APPFONT ( WINDOW_SIZE_X, WINDOW_SIZE_Y ) ;
120
119
121 HelpId = HID_TAB_WIZ_COLUMN_SELECT;
122 Hide = TRUE;
120 HelpId = HID_TAB_WIZ_COLUMN_SELECT ;
121 Hide = TRUE ;
123
122
124 FixedLine FL_COLUMN_SELECT
123 FixedLine FL_COLUMN_SELECT
125 {
124 {
126 Pos = MAP_APPFONT ( 6 , 3 ) ;
127 Size = MAP_APPFONT ( WINDOW_SIZE_X - 12 , 8 ) ;
125 Pos = MAP_APPFONT ( 6, 3 ) ;
126 Size = MAP_APPFONT ( WINDOW_SIZE_X - 12, 8 ) ;
128 Text [ en-US ] = "Existing columns" ;
129 };
130
131 MultiListBox LB_ORG_COLUMN_NAMES
132 {
127 Text [ en-US ] = "Existing columns" ;
128 };
129
130 MultiListBox LB_ORG_COLUMN_NAMES
131 {
133 HelpID = "dbaccess:MultiListBox:TAB_WIZ_COLUMN_SELECT:LB_ORG_COLUMN_NAMES";
134 Border = TRUE ;
135 Pos = MAP_APPFONT ( WINDOW_BORDER_X , WINDOW_BORDER_Y ) ;
136 Size = MAP_APPFONT ( 95 , WINDOW_SIZE_Y - 23 ) ;
137 TabStop = TRUE ;
138 HScroll = TRUE;
139 VScroll = TRUE;
140 AutoHScroll = TRUE;
141 SimpleMode = TRUE;
142 Sort = FALSE;
132 HelpID = "dbaccess:MultiListBox:TAB_WIZ_COLUMN_SELECT:LB_ORG_COLUMN_NAMES" ;
133 Border = TRUE ;
134 Pos = MAP_APPFONT ( WINDOW_BORDER_X, WINDOW_BORDER_Y ) ;
135 Size = MAP_APPFONT ( 95, WINDOW_SIZE_Y - 23 ) ;
136 TabStop = TRUE ;
137 HScroll = TRUE ;
138 VScroll = TRUE ;
139 AutoHScroll = TRUE ;
140 SimpleMode = TRUE ;
141 Sort = FALSE ;
143 };
142 };
144 ImageButton IB_COLUMN_RH
143 ImageButton IB_COLUMN_RH
145 {
144 {
146 HelpID = "dbaccess:ImageButton:TAB_WIZ_COLUMN_SELECT:IB_COLUMN_RH";
147 Pos = MAP_APPFONT ( WINDOW_BORDER_X + 116 , WINDOW_BORDER_Y + 25 ) ;
148 Size = MAP_APPFONT ( 20 , 14 ) ;
149 TabStop = TRUE ;
145 HelpID = "dbaccess:ImageButton:TAB_WIZ_COLUMN_SELECT:IB_COLUMN_RH" ;
146 Pos = MAP_APPFONT ( WINDOW_BORDER_X + 116, WINDOW_BORDER_Y + 25 ) ;
147 Size = MAP_APPFONT ( 20, 14 ) ;
148 TabStop = TRUE ;
150 ButtonImage = Image
151 {
152 ImageBitmap = Bitmap
153 {
149 ButtonImage = Image
150 {
151 ImageBitmap = Bitmap
152 {
154 File = "one_right.png" ;
153 File = "one_right.png" ;
155 };
154 };
156 MaskColor = Color
157 {
158 Red = 0xFFFF;
159 Green = 0x0000;
160 Blue = 0xFFFF;
161 };
162 };
163 };
155 };
156 };
164 ImageButton IB_COLUMNS_RH
157 ImageButton IB_COLUMNS_RH
165 {
158 {
166 HelpID = "dbaccess:ImageButton:TAB_WIZ_COLUMN_SELECT:IB_COLUMNS_RH";
167 Pos = MAP_APPFONT ( WINDOW_BORDER_X + 116 , WINDOW_BORDER_Y + 45 ) ;
168 Size = MAP_APPFONT ( 20 , 14 ) ;
169 TabStop = TRUE;
170 DefButton = TRUE;
159 HelpID = "dbaccess:ImageButton:TAB_WIZ_COLUMN_SELECT:IB_COLUMNS_RH" ;
160 Pos = MAP_APPFONT ( WINDOW_BORDER_X + 116, WINDOW_BORDER_Y + 45 ) ;
161 Size = MAP_APPFONT ( 20, 14 ) ;
162 TabStop = TRUE ;
163 DefButton = TRUE ;
171 ButtonImage = Image
172 {
173 ImageBitmap = Bitmap
174 {
164 ButtonImage = Image
165 {
166 ImageBitmap = Bitmap
167 {
175 File = "all_right.png" ;
168 File = "all_right.png" ;
176 };
169 };
177 MaskColor = Color
178 {
179 Red = 0xFFFF;
180 Green = 0x0000;
181 Blue = 0xFFFF;
182 };
183 };
184 };
170 };
171 };
185 ImageButton IB_COLUMN_LH
172 ImageButton IB_COLUMN_LH
186 {
173 {
187 HelpID = "dbaccess:ImageButton:TAB_WIZ_COLUMN_SELECT:IB_COLUMN_LH";
188 Pos = MAP_APPFONT ( WINDOW_BORDER_X + 116 , WINDOW_BORDER_Y + 65) ;
189 Size = MAP_APPFONT ( 20 , 14 ) ;
190 TabStop = TRUE ;
174 HelpID = "dbaccess:ImageButton:TAB_WIZ_COLUMN_SELECT:IB_COLUMN_LH" ;
175 Pos = MAP_APPFONT ( WINDOW_BORDER_X + 116, WINDOW_BORDER_Y + 65) ;
176 Size = MAP_APPFONT ( 20, 14 ) ;
177 TabStop = TRUE ;
191 ButtonImage = Image
192 {
193 ImageBitmap = Bitmap
194 {
178 ButtonImage = Image
179 {
180 ImageBitmap = Bitmap
181 {
195 File = "one_left.png" ;
182 File = "one_left.png" ;
196 };
183 };
197 MaskColor = Color
198 {
199 Red = 0xFFFF;
200 Green = 0x0000;
201 Blue = 0xFFFF;
202 };
203 };
204 };
184 };
185 };
205 ImageButton IB_COLUMNS_LH
186 ImageButton IB_COLUMNS_LH
206 {
187 {
207 HelpID = "dbaccess:ImageButton:TAB_WIZ_COLUMN_SELECT:IB_COLUMNS_LH";
208 Pos = MAP_APPFONT ( WINDOW_BORDER_X + 116 , WINDOW_BORDER_Y + 85) ;
209 Size = MAP_APPFONT ( 20 , 14 ) ;
210 TabStop = TRUE ;
188 HelpID = "dbaccess:ImageButton:TAB_WIZ_COLUMN_SELECT:IB_COLUMNS_LH" ;
189 Pos = MAP_APPFONT ( WINDOW_BORDER_X + 116, WINDOW_BORDER_Y + 85) ;
190 Size = MAP_APPFONT ( 20, 14 ) ;
191 TabStop = TRUE ;
211 ButtonImage = Image
212 {
213 ImageBitmap = Bitmap
214 {
192 ButtonImage = Image
193 {
194 ImageBitmap = Bitmap
195 {
215 File = "all_left.png" ;
196 File = "all_left.png" ;
216 };
197 };
217 MaskColor = Color
218 {
219 Red = 0xFFFF;
220 Green = 0x0000;
221 Blue = 0xFFFF;
222 };
223 };
224 };
225
226 MultiListBox LB_NEW_COLUMN_NAMES
227 {
198 };
199 };
200
201 MultiListBox LB_NEW_COLUMN_NAMES
202 {
228 HelpID = "dbaccess:MultiListBox:TAB_WIZ_COLUMN_SELECT:LB_NEW_COLUMN_NAMES";
229 Border = TRUE ;
230 Pos = MAP_APPFONT ( WINDOW_BORDER_X + 157, WINDOW_BORDER_Y) ;
231 Size = MAP_APPFONT ( 95 , WINDOW_SIZE_Y - 23 ) ;
232 TabStop = TRUE ;
233 HScroll = TRUE;
234 VScroll = TRUE;
235 AutoHScroll = TRUE;
236 SimpleMode = TRUE;
237 Sort = FALSE;
203 HelpID = "dbaccess:MultiListBox:TAB_WIZ_COLUMN_SELECT:LB_NEW_COLUMN_NAMES" ;
204 Border = TRUE ;
205 Pos = MAP_APPFONT ( WINDOW_BORDER_X + 157, WINDOW_BORDER_Y) ;
206 Size = MAP_APPFONT ( 95, WINDOW_SIZE_Y - 23 ) ;
207 TabStop = TRUE ;
208 HScroll = TRUE ;
209 VScroll = TRUE ;
210 AutoHScroll = TRUE ;
211 SimpleMode = TRUE ;
212 Sort = FALSE ;
238 };
239};
240
241//==================================================================
242 // TAB_WIZ_TYPE_SELECT
243 //==================================================================
244TabPage TAB_WIZ_TYPE_SELECT
245{
213 };
214};
215
216//==================================================================
217 // TAB_WIZ_TYPE_SELECT
218 //==================================================================
219TabPage TAB_WIZ_TYPE_SELECT
220{
246 SVLook = TRUE ;
247 Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
221 SVLook = TRUE ;
222 Size = MAP_APPFONT ( WINDOW_SIZE_X, WINDOW_SIZE_Y ) ;
248
223
249 HelpId = HID_TAB_WIZ_TYPE_SELECT;
250 Hide = TRUE;
224 HelpId = HID_TAB_WIZ_TYPE_SELECT ;
225 Hide = TRUE ;
251
252 MultiListBox LB_NEW_COLUMN_NAMES
253 {
226
227 MultiListBox LB_NEW_COLUMN_NAMES
228 {
254 HelpID = "dbaccess:MultiListBox:TAB_WIZ_TYPE_SELECT:LB_NEW_COLUMN_NAMES";
255 Border = TRUE ;
256 Pos = MAP_APPFONT ( 6 , 6 ) ;
257 Size = MAP_APPFONT ( 87 , WINDOW_SIZE_Y - 12 ) ;
258 TabStop = TRUE ;
259 HScroll = TRUE;
260 VScroll = TRUE;
261 AutoHScroll = TRUE;
262 SimpleMode = TRUE;
229 HelpID = "dbaccess:MultiListBox:TAB_WIZ_TYPE_SELECT:LB_NEW_COLUMN_NAMES" ;
230 Border = TRUE ;
231 Pos = MAP_APPFONT ( 6, 6 ) ;
232 Size = MAP_APPFONT ( 87, WINDOW_SIZE_Y - 12 ) ;
233 TabStop = TRUE ;
234 HScroll = TRUE ;
235 VScroll = TRUE ;
236 AutoHScroll = TRUE ;
237 SimpleMode = TRUE ;
263 };
264
238 };
239
265 FixedLine FL_COLUMN_NAME
240 FixedLine FL_COLUMN_NAME
266 {
241 {
267 Pos = MAP_APPFONT ( 99 , 3 ) ;
268 Size = MAP_APPFONT ( WINDOW_SIZE_X - 105, 8 ) ;
242 Pos = MAP_APPFONT ( 99, 3 ) ;
243 Size = MAP_APPFONT ( WINDOW_SIZE_X - 105, 8 ) ;
269 Text [ en-US ] = "Column information" ;
270 };
271
272 TabPage CONTROL_CONTAINER
273 {
244 Text [ en-US ] = "Column information" ;
245 };
246
247 TabPage CONTROL_CONTAINER
248 {
274 HelpID = "dbaccess:TabPage:CONTROL_CONTAINER";
275 Pos = MAP_APPFONT ( 102 , WINDOW_BORDER_Y ) ;
276 Size = MAP_APPFONT ( WINDOW_SIZE_X - 111, WINDOW_SIZE_Y - WINDOW_BORDER_Y - 67 );
277 SVLook = TRUE;
278 DialogControl = TRUE;
249 HelpID = "dbaccess:TabPage:CONTROL_CONTAINER" ;
250 Pos = MAP_APPFONT ( 102, WINDOW_BORDER_Y ) ;
251 Size = MAP_APPFONT ( WINDOW_SIZE_X - 111, WINDOW_SIZE_Y - WINDOW_BORDER_Y - 67 ) ;
252 SVLook = TRUE ;
253 DialogControl = TRUE ;
279 };
280
254 };
255
281 FixedLine FL_AUTO_TYPE
256 FixedLine FL_AUTO_TYPE
282 {
257 {
283 Pos = MAP_APPFONT ( 99 , WINDOW_SIZE_Y - WINDOW_BORDER_Y - 41 ) ;
284 Size = MAP_APPFONT ( WINDOW_SIZE_X - 105, 8 ) ;
258 Pos = MAP_APPFONT ( 99, WINDOW_SIZE_Y - WINDOW_BORDER_Y - 41 ) ;
259 Size = MAP_APPFONT ( WINDOW_SIZE_X - 105, 8 ) ;
285 Text [ en-US ] = "Automatic type recognition" ;
286 };
287
288 FixedText FT_AUTO
289 {
260 Text [ en-US ] = "Automatic type recognition" ;
261 };
262
263 FixedText FT_AUTO
264 {
290 Pos = MAP_APPFONT ( 105 , WINDOW_SIZE_Y - WINDOW_BORDER_Y - 28 ) ;
291 Size = MAP_APPFONT ( 40 , 8 ) ;
292 Text [ en-US ] = "Lines (ma~x)";
265 Pos = MAP_APPFONT ( 105, WINDOW_SIZE_Y - WINDOW_BORDER_Y - 28 ) ;
266 Size = MAP_APPFONT ( 40, 8 ) ;
267 Text [ en-US ] = "Lines (ma~x)" ;
293 };
294
295 NumericField ET_AUTO
296 {
268 };
269
270 NumericField ET_AUTO
271 {
297 HelpID = "dbaccess:NumericField:TAB_WIZ_TYPE_SELECT:ET_AUTO";
298 Border = TRUE ;
299 Pos = MAP_APPFONT ( 151 , WINDOW_SIZE_Y - WINDOW_BORDER_Y - 29) ;
300 Size = MAP_APPFONT ( 40 , 12 ) ;
301 TabStop = TRUE ;
272 HelpID = "dbaccess:NumericField:TAB_WIZ_TYPE_SELECT:ET_AUTO" ;
273 Border = TRUE ;
274 Pos = MAP_APPFONT ( 151, WINDOW_SIZE_Y - WINDOW_BORDER_Y - 29) ;
275 Size = MAP_APPFONT ( 40, 12 ) ;
276 TabStop = TRUE ;
302 };
303
304 PushButton PB_AUTO
305 {
277 };
278
279 PushButton PB_AUTO
280 {
306 HelpID = "dbaccess:PushButton:TAB_WIZ_TYPE_SELECT:PB_AUTO";
307 Pos = MAP_APPFONT ( WINDOW_SIZE_X - 62 , WINDOW_SIZE_Y - WINDOW_BORDER_Y - 30 ) ;
308 Size = MAP_APPFONT ( BUTTON_SIZE_X , BUTTON_SIZE_Y ) ;
309 TabStop = TRUE ;
310 Text = "~Auto" ;
281 HelpID = "dbaccess:PushButton:TAB_WIZ_TYPE_SELECT:PB_AUTO" ;
282 Pos = MAP_APPFONT ( WINDOW_SIZE_X - 62, WINDOW_SIZE_Y - WINDOW_BORDER_Y - 30 ) ;
283 Size = MAP_APPFONT ( BUTTON_SIZE_X, BUTTON_SIZE_Y ) ;
284 TabStop = TRUE ;
285 Text = "~Auto" ;
311 };
312};
313
314Menu RID_SBA_RTF_PKEYPOPUP
315{
316 ItemList =
317 {
318 MenuItem
319 {
286 };
287};
288
289Menu RID_SBA_RTF_PKEYPOPUP
290{
291 ItemList =
292 {
293 MenuItem
294 {
320 Identifier = SID_TABLEDESIGN_TABED_PRIMARYKEY ;
321 HelpID = HID_TABLEDESIGN_TABED_PRIMARYKEY ;
322 Checkable = TRUE ;
295 Identifier = SID_TABLEDESIGN_TABED_PRIMARYKEY ;
296 HelpID = HID_TABLEDESIGN_TABED_PRIMARYKEY ;
297 Checkable = TRUE ;
323 Text [ en-US ] = "Primary Key" ;
324 };
325 };
326};
327//==================================================================
328 // TAB_WIZ_NAME_MATCHING
329 //==================================================================
330TabPage TAB_WIZ_NAME_MATCHING
331{
298 Text [ en-US ] = "Primary Key" ;
299 };
300 };
301};
302//==================================================================
303 // TAB_WIZ_NAME_MATCHING
304 //==================================================================
305TabPage TAB_WIZ_NAME_MATCHING
306{
332 HelpID = "dbaccess:TabPage:TAB_WIZ_NAME_MATCHING";
333 SVLook = TRUE ;
334 Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
307 HelpID = "dbaccess:TabPage:TAB_WIZ_NAME_MATCHING" ;
308 SVLook = TRUE ;
309 Size = MAP_APPFONT ( WINDOW_SIZE_X, WINDOW_SIZE_Y ) ;
335
310
336 Hide = TRUE;
311 Hide = TRUE ;
337
338 FixedText FT_TABLE_LEFT
339 {
312
313 FixedText FT_TABLE_LEFT
314 {
340 Pos = MAP_APPFONT ( 52 , 6 ) ;
341 Size = MAP_APPFONT ( 75 , 20) ;
342 Text [ en-US ] = "Source table: \n";
315 Pos = MAP_APPFONT ( 52, 6 ) ;
316 Size = MAP_APPFONT ( 75, 20) ;
317 Text [ en-US ] = "Source table: \n" ;
343 };
344
345 FixedText FT_TABLE_RIGHT
346 {
318 };
319
320 FixedText FT_TABLE_RIGHT
321 {
347 Pos = MAP_APPFONT ( 144, 6 ) ;
348 Size = MAP_APPFONT ( 75 , 20) ;
349 Text [ en-US ] = "Destination table: \n";
322 Pos = MAP_APPFONT ( 144, 6 ) ;
323 Size = MAP_APPFONT ( 75, 20) ;
324 Text [ en-US ] = "Destination table: \n" ;
350 };
351
352 Control CTRL_LEFT
353 {
325 };
326
327 Control CTRL_LEFT
328 {
354 Border = TRUE;
355 Pos = MAP_APPFONT ( 52, 28) ;
356 Size = MAP_APPFONT ( 82 , WINDOW_SIZE_Y - 34 ) ;
357 TabStop = TRUE;
358 HelpId = HID_TAB_NAMEMATCHING_COLS_AVAIL;
359 /*DialogControl = TRUE;*/
329 Border = TRUE ;
330 Pos = MAP_APPFONT ( 52, 28) ;
331 Size = MAP_APPFONT ( 82, WINDOW_SIZE_Y - 34 ) ;
332 TabStop = TRUE ;
333 HelpId = HID_TAB_NAMEMATCHING_COLS_AVAIL ;
334 /*DialogControl = TRUE ;*/
360 };
361
362 Control CTRL_RIGHT
363 {
335 };
336
337 Control CTRL_RIGHT
338 {
364 Border = TRUE ;
365 Pos = MAP_APPFONT ( 144, 28) ;
366 Size = MAP_APPFONT ( 82 , WINDOW_SIZE_Y - 34 ) ;
367 TabStop = TRUE;
368 HelpId = HID_TAB_NAMEMATCHING_COLS_ASSIGN;
369 /*DialogControl = TRUE;*/
339 Border = TRUE ;
340 Pos = MAP_APPFONT ( 144, 28) ;
341 Size = MAP_APPFONT ( 82, WINDOW_SIZE_Y - 34 ) ;
342 TabStop = TRUE ;
343 HelpId = HID_TAB_NAMEMATCHING_COLS_ASSIGN ;
344 /*DialogControl = TRUE ;*/
370 };
371
345 };
346
372 ImageButton IB_COLUMN_UP
347 ImageButton IB_COLUMN_UP
373 {
348 {
374 HelpID = "dbaccess:ImageButton:TAB_WIZ_NAME_MATCHING:IB_COLUMN_UP";
375 Pos = MAP_APPFONT ( 19 , 45 ) ;
376 Size = MAP_APPFONT ( 14 , 14 ) ;
377 TabStop = TRUE;
378 DefButton = TRUE;
349 HelpID = "dbaccess:ImageButton:TAB_WIZ_NAME_MATCHING:IB_COLUMN_UP" ;
350 Pos = MAP_APPFONT ( 19, 45 ) ;
351 Size = MAP_APPFONT ( 14, 14 ) ;
352 TabStop = TRUE ;
353 DefButton = TRUE ;
379 ButtonImage = Image
380 {
381 ImageBitmap = Bitmap
382 {
354 ButtonImage = Image
355 {
356 ImageBitmap = Bitmap
357 {
383 File = "sortup.png" ;
358 File = "sortup.png" ;
384 };
359 };
385 MaskColor = Color
386 {
387 Red = 0xFFFF ;
388 Green = 0x0000 ;
389 Blue = 0xFFFF ;
390 };
391 };
392 };
360 };
361 };
393 ImageButton IB_COLUMN_DOWN
362 ImageButton IB_COLUMN_DOWN
394 {
363 {
395 HelpID = "dbaccess:ImageButton:TAB_WIZ_NAME_MATCHING:IB_COLUMN_DOWN";
396 Pos = MAP_APPFONT ( 19 , 63 ) ;
397 Size = MAP_APPFONT ( 14 , 14 ) ;
398 TabStop = TRUE;
364 HelpID = "dbaccess:ImageButton:TAB_WIZ_NAME_MATCHING:IB_COLUMN_DOWN" ;
365 Pos = MAP_APPFONT ( 19, 63 ) ;
366 Size = MAP_APPFONT ( 14, 14 ) ;
367 TabStop = TRUE ;
399 ButtonImage = Image
400 {
401 ImageBitmap = Bitmap
402 {
368 ButtonImage = Image
369 {
370 ImageBitmap = Bitmap
371 {
403 File = "sortdown.png" ;
372 File = "sortdown.png" ;
404 };
373 };
405 MaskColor = Color
406 {
407 Red = 0xFFFF ;
408 Green = 0x0000 ;
409 Blue = 0xFFFF ;
410 };
411 };
412 };
374 };
375 };
413 ImageButton IB_COLUMN_UP_RIGHT
376 ImageButton IB_COLUMN_UP_RIGHT
414 {
377 {
415 HelpID = "dbaccess:ImageButton:TAB_WIZ_NAME_MATCHING:IB_COLUMN_UP_RIGHT";
416 Pos = MAP_APPFONT ( WINDOW_SIZE_X - 33, 45 ) ;
417 Size = MAP_APPFONT ( 14 , 14 ) ;
418 TabStop = TRUE;
419 DefButton = TRUE;
378 HelpID = "dbaccess:ImageButton:TAB_WIZ_NAME_MATCHING:IB_COLUMN_UP_RIGHT" ;
379 Pos = MAP_APPFONT ( WINDOW_SIZE_X - 33, 45 ) ;
380 Size = MAP_APPFONT ( 14, 14 ) ;
381 TabStop = TRUE ;
382 DefButton = TRUE ;
420 ButtonImage = Image
421 {
422 ImageBitmap = Bitmap
423 {
383 ButtonImage = Image
384 {
385 ImageBitmap = Bitmap
386 {
424 File = "sortup.png" ;
387 File = "sortup.png" ;
425 };
388 };
426 MaskColor = Color
427 {
428 Red = 0xFFFF ;
429 Green = 0x0000 ;
430 Blue = 0xFFFF ;
431 };
432 };
433 };
389 };
390 };
434 ImageButton IB_COLUMN_DOWN_RIGHT
391 ImageButton IB_COLUMN_DOWN_RIGHT
435 {
392 {
436 HelpID = "dbaccess:ImageButton:TAB_WIZ_NAME_MATCHING:IB_COLUMN_DOWN_RIGHT";
437 Pos = MAP_APPFONT ( WINDOW_SIZE_X - 33, 63) ;
438 Size = MAP_APPFONT ( 14 , 14 ) ;
439 TabStop = TRUE ;
393 HelpID = "dbaccess:ImageButton:TAB_WIZ_NAME_MATCHING:IB_COLUMN_DOWN_RIGHT" ;
394 Pos = MAP_APPFONT ( WINDOW_SIZE_X - 33, 63) ;
395 Size = MAP_APPFONT ( 14, 14 ) ;
396 TabStop = TRUE ;
440 ButtonImage = Image
441 {
442 ImageBitmap = Bitmap
443 {
397 ButtonImage = Image
398 {
399 ImageBitmap = Bitmap
400 {
444 File = "sortdown.png" ;
401 File = "sortdown.png" ;
445 };
402 };
446 MaskColor = Color
447 {
448 Red = 0xFFFF ;
449 Green = 0x0000 ;
450 Blue = 0xFFFF ;
451 };
452 };
453 };
454
455 PushButton PB_ALL
456 {
403 };
404 };
405
406 PushButton PB_ALL
407 {
457 HelpID = "dbaccess:PushButton:TAB_WIZ_NAME_MATCHING:PB_ALL";
458 Pos = MAP_APPFONT ( 6, 83) ;
459 Size = MAP_APPFONT ( 40 , 14 ) ;
460 TabStop = TRUE ;
461 Text [ en-US ] = "~All" ;
408 HelpID = "dbaccess:PushButton:TAB_WIZ_NAME_MATCHING:PB_ALL" ;
409 Pos = MAP_APPFONT ( 6, 83) ;
410 Size = MAP_APPFONT ( 40, 14 ) ;
411 TabStop = TRUE ;
412 Text [ en-US ] = "~All" ;
462 };
463
464 PushButton PB_NONE
465 {
413 };
414
415 PushButton PB_NONE
416 {
466 HelpID = "dbaccess:PushButton:TAB_WIZ_NAME_MATCHING:PB_NONE";
467 Pos = MAP_APPFONT ( 6, 103) ;
468 Size = MAP_APPFONT ( 40 , 14 ) ;
469 TabStop = TRUE ;
470 Text [ en-US ] = "Non~e" ;
417 HelpID = "dbaccess:PushButton:TAB_WIZ_NAME_MATCHING:PB_NONE" ;
418 Pos = MAP_APPFONT ( 6, 103) ;
419 Size = MAP_APPFONT ( 40, 14 ) ;
420 TabStop = TRUE ;
421 Text [ en-US ] = "Non~e" ;
471 };
472};
473TabPage TAB_WIZ_COPYTABLE
474{
422 };
423};
424TabPage TAB_WIZ_COPYTABLE
425{
475 SVLook = TRUE ;
476 Size = MAP_APPFONT ( WINDOW_SIZE_X, WINDOW_SIZE_Y ) ;
426 SVLook = TRUE ;
427 Size = MAP_APPFONT ( WINDOW_SIZE_X, WINDOW_SIZE_Y ) ;
477
428
478 HelpId = HID_TAB_WIZ_COPYTABLE;
479 Hide = TRUE;
429 HelpId = HID_TAB_WIZ_COPYTABLE ;
430 Hide = TRUE ;
480
481 FixedText FT_TABLENAME
482 {
431
432 FixedText FT_TABLENAME
433 {
483 Pos = MAP_APPFONT ( 12 , 11) ;
484 Size = MAP_APPFONT ( 60 , 8 ) ;
485 Text [ en-US ] = "Ta~ble name";
434 Pos = MAP_APPFONT ( 12, 11) ;
435 Size = MAP_APPFONT ( 60, 8 ) ;
436 Text [ en-US ] = "Ta~ble name" ;
486 };
487
488 Edit ET_TABLENAME
489 {
437 };
438
439 Edit ET_TABLENAME
440 {
490 HelpId = HID_TAB_WIZ_TABLENAME_EDIT;
491 Border = TRUE ;
492 Pos = MAP_APPFONT ( 80 , 9) ;
493 Size = MAP_APPFONT ( WINDOW_SIZE_X - 92 , 12 ) ;
494 TabStop = TRUE ;
441 HelpId = HID_TAB_WIZ_TABLENAME_EDIT ;
442 Border = TRUE ;
443 Pos = MAP_APPFONT ( 80, 9) ;
444 Size = MAP_APPFONT ( WINDOW_SIZE_X - 92, 12 ) ;
445 TabStop = TRUE ;
495 };
496
446 };
447
497 FixedLine FL_OPTIONS
448 FixedLine FL_OPTIONS
498 {
449 {
499 Pos = MAP_APPFONT ( 6 , 24 ) ;
500 Size = MAP_APPFONT ( WINDOW_SIZE_X - 12 , 8 ) ;
450 Pos = MAP_APPFONT ( 6, 24 ) ;
451 Size = MAP_APPFONT ( WINDOW_SIZE_X - 12, 8 ) ;
501 Text [ en-US ] = "Options" ;
502 };
503 RadioButton RB_DEFDATA
504 {
452 Text [ en-US ] = "Options" ;
453 };
454 RadioButton RB_DEFDATA
455 {
505 HelpID = "dbaccess:RadioButton:TAB_WIZ_COPYTABLE:RB_DEFDATA";
506 Pos = MAP_APPFONT ( 12 , 35 ) ;
507 Size = MAP_APPFONT ( 73 , 10 ) ;
456 HelpID = "dbaccess:RadioButton:TAB_WIZ_COPYTABLE:RB_DEFDATA" ;
457 Pos = MAP_APPFONT ( 12, 35 ) ;
458 Size = MAP_APPFONT ( 73, 10 ) ;
508 Text [ en-US ] = "De~finition and data" ;
509 };
510 RadioButton RB_DEF
511 {
459 Text [ en-US ] = "De~finition and data" ;
460 };
461 RadioButton RB_DEF
462 {
512 HelpID = "dbaccess:RadioButton:TAB_WIZ_COPYTABLE:RB_DEF";
513 Pos = MAP_APPFONT ( 12, 49 ) ;
514 Size = MAP_APPFONT ( 73 , 10 ) ;
463 HelpID = "dbaccess:RadioButton:TAB_WIZ_COPYTABLE:RB_DEF" ;
464 Pos = MAP_APPFONT ( 12, 49 ) ;
465 Size = MAP_APPFONT ( 73, 10 ) ;
515 Text [ en-US ] = "Def~inition" ;
516 };
517
518 RadioButton RB_VIEW
519 {
466 Text [ en-US ] = "Def~inition" ;
467 };
468
469 RadioButton RB_VIEW
470 {
520 HelpID = "dbaccess:RadioButton:TAB_WIZ_COPYTABLE:RB_VIEW";
521 Pos = MAP_APPFONT ( 12, 63 ) ;
522 Size = MAP_APPFONT ( 73 , 10 ) ;
523 Text [ en-US ] = "A~s table view";
471 HelpID = "dbaccess:RadioButton:TAB_WIZ_COPYTABLE:RB_VIEW" ;
472 Pos = MAP_APPFONT ( 12, 63 ) ;
473 Size = MAP_APPFONT ( 73, 10 ) ;
474 Text [ en-US ] = "A~s table view" ;
524 };
525
526 RadioButton RB_APPENDDATA
527 {
475 };
476
477 RadioButton RB_APPENDDATA
478 {
528 HelpID = "dbaccess:RadioButton:TAB_WIZ_COPYTABLE:RB_APPENDDATA";
529 Pos = MAP_APPFONT ( 12, 77 ) ;
530 Size = MAP_APPFONT ( 73 , 10 ) ;
479 HelpID = "dbaccess:RadioButton:TAB_WIZ_COPYTABLE:RB_APPENDDATA" ;
480 Pos = MAP_APPFONT ( 12, 77 ) ;
481 Size = MAP_APPFONT ( 73, 10 ) ;
531 Text [ en-US ] = "Append ~data" ;
532 };
533
482 Text [ en-US ] = "Append ~data" ;
483 };
484
534 CheckBox CB_USEHEADERLINE
485 CheckBox CB_USEHEADERLINE
535 {
486 {
536 HelpID = "dbaccess:CheckBox:TAB_WIZ_COPYTABLE:CB_USEHEADERLINE";
537 Pos = MAP_APPFONT ( 12, 93 ) ;
538 Size = MAP_APPFONT ( WINDOW_SIZE_X - 18, 10 ) ;
487 HelpID = "dbaccess:CheckBox:TAB_WIZ_COPYTABLE:CB_USEHEADERLINE" ;
488 Pos = MAP_APPFONT ( 12, 93 ) ;
489 Size = MAP_APPFONT ( WINDOW_SIZE_X - 18, 10 ) ;
539 Text [ en-US ] = "Use first ~line as column names" ;
540 };
541
542 CheckBox CB_PRIMARY_COLUMN
543 {
490 Text [ en-US ] = "Use first ~line as column names" ;
491 };
492
493 CheckBox CB_PRIMARY_COLUMN
494 {
544 HelpID = "dbaccess:CheckBox:TAB_WIZ_COPYTABLE:CB_PRIMARY_COLUMN";
545 Pos = MAP_APPFONT ( 12, 107 ) ;
546 Size = MAP_APPFONT ( 90 , 10 ) ;
547 Text [ en-US ] = "Crea~te primary key";
495 HelpID = "dbaccess:CheckBox:TAB_WIZ_COPYTABLE:CB_PRIMARY_COLUMN" ;
496 Pos = MAP_APPFONT ( 12, 107 ) ;
497 Size = MAP_APPFONT ( 90, 10 ) ;
498 Text [ en-US ] = "Crea~te primary key" ;
548 };
549 FixedText FT_KEYNAME
550 {
499 };
500 FixedText FT_KEYNAME
501 {
551 Pos = MAP_APPFONT ( 21 , 122 ) ;
552 Size = MAP_APPFONT ( 39 , 8 ) ;
553 Text [ en-US ] = "Name";
502 Pos = MAP_APPFONT ( 21, 122 ) ;
503 Size = MAP_APPFONT ( 39, 8 ) ;
504 Text [ en-US ] = "Name" ;
554 };
555
556 Edit ET_KEYNAME
557 {
505 };
506
507 Edit ET_KEYNAME
508 {
558 HelpID = "dbaccess:Edit:TAB_WIZ_COPYTABLE:ET_KEYNAME";
559 Pos = MAP_APPFONT ( 80, 120 ) ;
560 Size = MAP_APPFONT ( 65 , 12 ) ;
561 TabStop = TRUE ;
562 Border = TRUE ;
509 HelpID = "dbaccess:Edit:TAB_WIZ_COPYTABLE:ET_KEYNAME" ;
510 Pos = MAP_APPFONT ( 80, 120 ) ;
511 Size = MAP_APPFONT ( 65, 12 ) ;
512 TabStop = TRUE ;
513 Border = TRUE ;
563 };
564};
565
566String STR_WIZ_TABLE_COPY
567{
568 Text [ en-US ] = "Copy table" ;
569};
570
571String STR_COPYTABLE_TITLE_COPY
572{
573 Text [ en-US ] = "Copy table" ;
574};
575
576String STR_INVALID_TABLE_NAME
577{
514 };
515};
516
517String STR_WIZ_TABLE_COPY
518{
519 Text [ en-US ] = "Copy table" ;
520};
521
522String STR_COPYTABLE_TITLE_COPY
523{
524 Text [ en-US ] = "Copy table" ;
525};
526
527String STR_INVALID_TABLE_NAME
528{
578 Text [ en-US ] = "This table name is not valid in the current database.";
529 Text [ en-US ] = "This table name is not valid in the current database." ;
579};
580String STR_SUGGEST_APPEND_TABLE_DATA
581{
530};
531String STR_SUGGEST_APPEND_TABLE_DATA
532{
582 Text [ en-US ] = "Choose the option 'Append data' on the first page to append data to an existing table.";
533 Text [ en-US ] = "Choose the option 'Append data' on the first page to append data to an existing table." ;
583};
584
585String STR_INVALID_TABLE_NAME_LENGTH
586{
534};
535
536String STR_INVALID_TABLE_NAME_LENGTH
537{
587 Text [ en-US ] = "Please change the table name. It is too long.";
538 Text [ en-US ] = "Please change the table name. It is too long." ;
588};
589
590Image IMG_SORTUP_H
591{
592 ImageBitmap = Bitmap
593 {
539};
540
541Image IMG_SORTUP_H
542{
543 ImageBitmap = Bitmap
544 {
594 File = "sortup_h.png" ;
545 File = "sortup_h.png" ;
595 };
546 };
596 MaskColor = Color
597 {
598 Red = 0xFFFF ;
599 Green = 0x0000 ;
600 Blue = 0xFFFF ;
601 };
602};
603
604Image IMG_SORTDOWN_H
605{
606 ImageBitmap = Bitmap
607 {
547};
548
549Image IMG_SORTDOWN_H
550{
551 ImageBitmap = Bitmap
552 {
608 File = "sortdown_h.png" ;
553 File = "sortdown_h.png" ;
609 };
554 };
610 MaskColor = Color
611 {
612 Red = 0xFFFF ;
613 Green = 0x0000 ;
614 Blue = 0xFFFF ;
615 };
616};
617
555};
556
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
557// ********************************************************************** EOF