merge the formfield patch from ooo-build
[ooovba.git] / dbaccess / source / ui / misc / WizardPages.src
blobdbcfeee9209a5ea4765b954228d6e2111abe2a04
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: WizardPages.src,v $
10  * $Revision: 1.50 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #ifndef DBAUI_WIZARD_PAGES_HRC
32 #include "WizardPages.hrc"
33 #endif
34 #ifndef _DBU_MISC_HRC_
35 #include "dbu_misc.hrc"
36 #endif
37 #ifndef _DBA_DBACCESS_HELPID_HRC_
38 #include "dbaccess_helpid.hrc"
39 #endif
42 #define WINDOW_SIZE_X   276
43 #define WINDOW_SIZE_Y   185
45 #define WINDOW_BORDER_X  12
46 #define WINDOW_BORDER_Y  14
48 #define BUTTON_SIZE_X    50
49 #define BUTTON_SIZE_Y    14
51 String STR_WIZ_COLUMN_SELECT_TITEL
53     Text [ en-US ] = "Apply columns";
56 String STR_WIZ_TYPE_SELECT_TITEL
58     Text [ en-US ] = "Type formatting";
61 String STR_WIZ_PKEY_ALREADY_DEFINED
63     Text [ en-US ] = "The following fields have already been set as primary keys:\n";
66 String STR_WIZ_NAME_MATCHING_TITEL
68     Text [ en-US ]      = "Assign columns" ;
71 ModalDialog WIZ_RTFCOPYTABLE
74     Text [ en-US ] = "Copy RTF Table" ;
77     OutputSize          = TRUE ;
78     SVLook                      = TRUE ;
79     Moveable            = TRUE ;
80     Closeable           = TRUE ;
81     Hide                        = TRUE;
83     HelpButton PB_HELP
84     {
85         TabStop                         = TRUE ;
86         Size                            = MAP_APPFONT ( BUTTON_SIZE_X , BUTTON_SIZE_Y ) ;
87         Text [ en-US ] = "~Help";
88     };
89     CancelButton PB_CANCEL
90     {
91         TabStop                         = TRUE ;
92         Size                            = MAP_APPFONT ( BUTTON_SIZE_X , BUTTON_SIZE_Y ) ;
93         Text [ en-US ] = "~Cancel";
94     };
95     PushButton PB_PREV
96     {
97         TabStop                         = TRUE ;
98         Size                            = MAP_APPFONT ( BUTTON_SIZE_X , BUTTON_SIZE_Y ) ;
99         Text [ en-US ] = "< ~Back";
100     };
101     PushButton PB_NEXT
102     {
103         TabStop                         = TRUE ;
104         Size                            = MAP_APPFONT ( BUTTON_SIZE_X , BUTTON_SIZE_Y ) ;
105         Text [ en-US ] = "~Next>";
106     };
107     OKButton PB_OK
108     {
109         TabStop                         = TRUE ;
110         Size                            = MAP_APPFONT ( BUTTON_SIZE_X , BUTTON_SIZE_Y ) ;
111         Text [ en-US ] = "C~reate";
112     };
116 //==================================================================
117  // TAB_WIZ_COLUMN_SELECT
118  //==================================================================
119 TabPage TAB_WIZ_COLUMN_SELECT
121     SVLook      = TRUE ;
122     Size        = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
124     HelpId      = HID_TAB_WIZ_COLUMN_SELECT;
125     Hide        = TRUE;
127     FixedLine FL_COLUMN_SELECT
128     {
129         Pos                                     = MAP_APPFONT ( 6 , 3  ) ;
130         Size                = MAP_APPFONT ( WINDOW_SIZE_X - 12 , 8 ) ;
131         Text [ en-US ] = "Existing columns" ;
132     };
134     MultiListBox LB_ORG_COLUMN_NAMES
135     {
136         Border                          = TRUE ;
137         Pos                                     = MAP_APPFONT ( WINDOW_BORDER_X , WINDOW_BORDER_Y ) ;
138         Size                = MAP_APPFONT ( 95 , WINDOW_SIZE_Y - 23 ) ;
139         TabStop                         = TRUE ;
140         HScroll             = TRUE;
141         VScroll             = TRUE;
142         AutoHScroll                     = TRUE;
143         SimpleMode                      = TRUE;
144         Sort                            = FALSE;
145     };
146     ImageButton IB_COLUMN_RH
147     {
148         Pos                 = MAP_APPFONT ( WINDOW_BORDER_X + 116 , WINDOW_BORDER_Y + 25 ) ;
149         Size                            = MAP_APPFONT ( 20 , 14 ) ;
150         TabStop                         = TRUE ;
151         ButtonImage = Image
152         {
153             ImageBitmap = Bitmap
154             {
155                 File = "one_right.bmp" ;
156             };
157             MaskColor = Color
158             {
159                 Red   = 0xFFFF;
160                 Green = 0x0000;
161                 Blue  = 0xFFFF;
162             };
163         };
164     };
165     ImageButton IB_COLUMNS_RH
166     {
167         Pos                 = MAP_APPFONT ( WINDOW_BORDER_X + 116 , WINDOW_BORDER_Y + 45 ) ;
168         Size                            = MAP_APPFONT ( 20 , 14 ) ;
169         TabStop                         = TRUE;
170         DefButton           = TRUE;
171         ButtonImage = Image
172         {
173             ImageBitmap = Bitmap
174             {
175                 File = "all_right.bmp" ;
176             };
177             MaskColor = Color
178             {
179                 Red   = 0xFFFF;
180                 Green = 0x0000;
181                 Blue  = 0xFFFF;
182             };
183         };
184     };
185     ImageButton IB_COLUMN_LH
186     {
187         Pos                 = MAP_APPFONT ( WINDOW_BORDER_X + 116 , WINDOW_BORDER_Y + 65) ;
188         Size                            = MAP_APPFONT ( 20 , 14 ) ;
189         TabStop                         = TRUE ;
190         ButtonImage = Image
191         {
192             ImageBitmap = Bitmap
193             {
194                 File = "one_left.bmp" ;
195             };
196             MaskColor = Color
197             {
198                 Red   = 0xFFFF;
199                 Green = 0x0000;
200                 Blue  = 0xFFFF;
201             };
202         };
203     };
204     ImageButton IB_COLUMNS_LH
205     {
206         Pos                 = MAP_APPFONT ( WINDOW_BORDER_X + 116 , WINDOW_BORDER_Y + 85) ;
207         Size                            = MAP_APPFONT ( 20 , 14 ) ;
208         TabStop                         = TRUE ;
209         ButtonImage = Image
210         {
211             ImageBitmap = Bitmap
212             {
213                 File = "all_left.bmp" ;
214             };
215             MaskColor = Color
216             {
217                 Red   = 0xFFFF;
218                 Green = 0x0000;
219                 Blue  = 0xFFFF;
220             };
221         };
222     };
224     MultiListBox LB_NEW_COLUMN_NAMES
225     {
226         Border                          = TRUE ;
227         Pos                 = MAP_APPFONT ( WINDOW_BORDER_X + 157, WINDOW_BORDER_Y) ;
228         Size                = MAP_APPFONT ( 95 , WINDOW_SIZE_Y - 23 ) ;
229         TabStop                         = TRUE ;
230         HScroll             = TRUE;
231         VScroll             = TRUE;
232         AutoHScroll                     = TRUE;
233         SimpleMode                      = TRUE;
234         Sort                            = FALSE;
235     };
238 //==================================================================
239  // TAB_WIZ_TYPE_SELECT
240  //==================================================================
241 TabPage TAB_WIZ_TYPE_SELECT
243     SVLook      = TRUE ;
244     Size        = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
246     HelpId      = HID_TAB_WIZ_TYPE_SELECT;
247     Hide        = TRUE;
249     MultiListBox LB_NEW_COLUMN_NAMES
250     {
251         Border                          = TRUE ;
252         Pos                                     = MAP_APPFONT ( 6 , 6 ) ;
253         Size                            = MAP_APPFONT ( 87 , WINDOW_SIZE_Y - 12 ) ;
254         TabStop                         = TRUE ;
255         HScroll             = TRUE;
256         VScroll             = TRUE;
257         AutoHScroll                     = TRUE;
258         SimpleMode                      = TRUE;
259     };
261     FixedLine FL_COLUMN_NAME
262     {
263         Pos                                     = MAP_APPFONT ( 99 , 3  ) ;
264         Size                = MAP_APPFONT ( WINDOW_SIZE_X -  105, 8 ) ;
265         Text [ en-US ] = "Column information" ;
266     };
268     TabPage CONTROL_CONTAINER
269     {
270         Pos                                     = MAP_APPFONT ( 102 , WINDOW_BORDER_Y  ) ;
271         Size                            = MAP_APPFONT ( WINDOW_SIZE_X -  111, WINDOW_SIZE_Y - WINDOW_BORDER_Y - 67 );
272         SVLook              = TRUE;
273         DialogControl       = TRUE;
274     };
276     FixedLine FL_AUTO_TYPE
277     {
278         Pos                                     = MAP_APPFONT ( 99 , WINDOW_SIZE_Y - WINDOW_BORDER_Y - 41  ) ;
279         Size                = MAP_APPFONT ( WINDOW_SIZE_X - 105, 8 ) ;
280         Text [ en-US ] = "Automatic type recognition" ;
281     };
283     FixedText FT_AUTO
284     {
285         Pos                 = MAP_APPFONT ( 105 , WINDOW_SIZE_Y - WINDOW_BORDER_Y - 28 ) ;
286         Size                = MAP_APPFONT ( 40 , 8 ) ;
287         Text [ en-US ] = "Lines (ma~x)";
288     };
290     NumericField ET_AUTO
291     {
292         Border                          = TRUE ;
293         Pos                 = MAP_APPFONT ( 151 , WINDOW_SIZE_Y - WINDOW_BORDER_Y - 29) ;
294         Size                            = MAP_APPFONT ( 40 , 12 ) ;
295         TabStop                         = TRUE ;
296     };
298     PushButton PB_AUTO
299     {
300         Pos                 = MAP_APPFONT ( WINDOW_SIZE_X - 62 , WINDOW_SIZE_Y - WINDOW_BORDER_Y - 30 ) ;
301         Size                            = MAP_APPFONT ( BUTTON_SIZE_X , BUTTON_SIZE_Y ) ;
302         TabStop                         = TRUE ;
303         Text                            = "~Auto" ;
304     };
307 Menu RID_SBA_RTF_PKEYPOPUP
309     ItemList =
310     {
311         MenuItem
312         {
313             Identifier          = SID_TABLEDESIGN_TABED_PRIMARYKEY ;
314             HelpID                      = SID_TABLEDESIGN_TABED_PRIMARYKEY ;
315             Checkable           = TRUE ;
316             Text [ en-US ] = "Primary Key" ;
317         };
318     };
320 //==================================================================
321  // TAB_WIZ_NAME_MATCHING
322  //==================================================================
323 TabPage TAB_WIZ_NAME_MATCHING
325     SVLook      = TRUE ;
326     Size        = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
328     Hide        = TRUE;
330     FixedText FT_TABLE_LEFT
331     {
332         Pos                                     = MAP_APPFONT ( 52 , 6  ) ;
333         Size                            = MAP_APPFONT ( 75 , 20) ;
334         Text [ en-US ] = "Source table: \n";
335     };
337     FixedText FT_TABLE_RIGHT
338     {
339         Pos                 = MAP_APPFONT ( 144, 6  ) ;
340         Size                            = MAP_APPFONT ( 75 , 20) ;
341         Text [ en-US ] = "Destination table: \n";
342     };
344     Control CTRL_LEFT
345     {
346         Border                          = TRUE;
347         Pos                                     = MAP_APPFONT ( 52, 28) ;
348         Size                = MAP_APPFONT ( 82 , WINDOW_SIZE_Y - 34 ) ;
349         TabStop                         = TRUE;
350         HelpId                          = HID_TAB_NAMEMATCHING_COLS_AVAIL;
351         /*DialogControl       = TRUE;*/
352     };
354     Control CTRL_RIGHT
355     {
356         Border                          = TRUE ;
357         Pos                 = MAP_APPFONT ( 144, 28) ;
358         Size                = MAP_APPFONT ( 82 , WINDOW_SIZE_Y - 34 ) ;
359         TabStop                         = TRUE;
360         HelpId                          = HID_TAB_NAMEMATCHING_COLS_ASSIGN;
361         /*DialogControl       = TRUE;*/
362     };
364     ImageButton IB_COLUMN_UP
365     {
366         Pos                 = MAP_APPFONT ( 19 ,  45 ) ;
367         Size                = MAP_APPFONT ( 14 , 14 ) ;
368         TabStop                         = TRUE;
369         DefButton           = TRUE;
370         ButtonImage = Image
371         {
372             ImageBitmap = Bitmap
373             {
374                 File = "sortup.bmp" ;
375             };
376             MaskColor = Color
377             {
378                 Red = 0xFFFF ;
379                 Green = 0x0000 ;
380                 Blue = 0xFFFF ;
381             };
382         };
383     };
384     ImageButton IB_COLUMN_DOWN
385     {
386         Pos                 = MAP_APPFONT ( 19 ,  63 ) ;
387         Size                = MAP_APPFONT ( 14 , 14 ) ;
388         TabStop                         = TRUE;
389         ButtonImage = Image
390         {
391             ImageBitmap = Bitmap
392             {
393                 File = "sortdown.bmp" ;
394             };
395             MaskColor = Color
396             {
397                 Red = 0xFFFF ;
398                 Green = 0x0000 ;
399                 Blue = 0xFFFF ;
400             };
401         };
402     };
403     ImageButton IB_COLUMN_UP_RIGHT
404     {
405         Pos                 = MAP_APPFONT ( WINDOW_SIZE_X - 33, 45 ) ;
406         Size                = MAP_APPFONT ( 14 , 14 ) ;
407         TabStop                         = TRUE;
408         DefButton           = TRUE;
409         ButtonImage = Image
410         {
411             ImageBitmap = Bitmap
412             {
413                 File = "sortup.bmp" ;
414             };
415             MaskColor = Color
416             {
417                 Red = 0xFFFF ;
418                 Green = 0x0000 ;
419                 Blue = 0xFFFF ;
420             };
421         };
422     };
423     ImageButton IB_COLUMN_DOWN_RIGHT
424     {
425         Pos                 = MAP_APPFONT ( WINDOW_SIZE_X - 33, 63) ;
426         Size                = MAP_APPFONT ( 14 , 14 ) ;
427         TabStop                         = TRUE ;
428         ButtonImage = Image
429         {
430             ImageBitmap = Bitmap
431             {
432                 File = "sortdown.bmp" ;
433             };
434             MaskColor = Color
435             {
436                 Red = 0xFFFF ;
437                 Green = 0x0000 ;
438                 Blue = 0xFFFF ;
439             };
440         };
441     };
443     PushButton PB_ALL
444     {
445         Pos                 = MAP_APPFONT ( 6, 83) ;
446         Size                            = MAP_APPFONT ( 40 , 14 ) ;
447         TabStop                         = TRUE ;
448         Text [ en-US ]  = "~All" ;
449     };
451     PushButton PB_NONE
452     {
453         Pos                 = MAP_APPFONT ( 6, 103) ;
454         Size                            = MAP_APPFONT ( 40 , 14 ) ;
455         TabStop                         = TRUE ;
456         Text [ en-US ]  = "Non~e" ;
457     };
459 TabPage TAB_WIZ_COPYTABLE
461     SVLook      = TRUE ;
462     Size    = MAP_APPFONT ( WINDOW_SIZE_X, WINDOW_SIZE_Y ) ;
464     HelpId      = HID_TAB_WIZ_COPYTABLE;
465     Hide        = TRUE;
467     FixedText FT_TABLENAME
468     {
469         Pos                 = MAP_APPFONT ( 12 , 11) ;
470         Size                = MAP_APPFONT ( 60 , 8 ) ;
471         Text [ en-US ] = "Ta~ble name";
472     };
474     Edit ET_TABLENAME
475     {
476         HelpId                          = HID_TAB_WIZ_TABLENAME_EDIT;
477         Border                          = TRUE ;
478         Pos                 = MAP_APPFONT ( 80 , 9) ;
479         Size                = MAP_APPFONT ( WINDOW_SIZE_X - 92 , 12 ) ;
480         TabStop                         = TRUE ;
481     };
483     FixedLine FL_OPTIONS
484     {
485         Pos                 = MAP_APPFONT ( 6 , 24 ) ;
486         Size                = MAP_APPFONT ( WINDOW_SIZE_X - 12 , 8 ) ;
487         Text [ en-US ] = "Options" ;
488     };
489     RadioButton RB_DEFDATA
490     {
491         Pos                 = MAP_APPFONT ( 12 , 35 ) ;
492         Size                            = MAP_APPFONT ( 73 , 10 ) ;
493         Text [ en-US ] = "De~finition and data" ;
494     };
495     RadioButton RB_DEF
496     {
497         Pos                 = MAP_APPFONT ( 12, 49 ) ;
498         Size                            = MAP_APPFONT ( 73 , 10 ) ;
499         Text [ en-US ] = "Def~inition" ;
500     };
502     RadioButton RB_VIEW
503     {
504         Pos                 = MAP_APPFONT ( 12, 63 ) ;
505         Size                            = MAP_APPFONT ( 73 , 10 ) ;
506         Text [ en-US ] = "A~s table view";
507     };
509     RadioButton RB_APPENDDATA
510     {
511         Pos                 = MAP_APPFONT ( 12, 77 ) ;
512         Size                            = MAP_APPFONT ( 73 , 10 ) ;
513         Text [ en-US ] = "Append ~data" ;
514     };
516     CheckBox CB_USEHEADERLINE
517     {
518         Pos                 = MAP_APPFONT ( 12, 93 ) ;
519         Size                            = MAP_APPFONT ( WINDOW_SIZE_X - 18, 10 ) ;
520         Text [ en-US ] = "Use first ~line as column names" ;
521     };
523     CheckBox CB_PRIMARY_COLUMN
524     {
525         Pos                 = MAP_APPFONT ( 12, 107 ) ;
526         Size                            = MAP_APPFONT ( 90 , 10 ) ;
527         Text [ en-US ] = "Crea~te primary key";
528     };
529     FixedText FT_KEYNAME
530     {
531         Pos                 = MAP_APPFONT ( 21 , 122 ) ;
532         Size                = MAP_APPFONT ( 39 , 8 ) ;
533         Text [ en-US ] = "Name";
534     };
536     Edit ET_KEYNAME
537     {
538         Pos                 = MAP_APPFONT ( 80, 120 ) ;
539         Size                            = MAP_APPFONT ( 65 , 12 ) ;
540         TabStop                         = TRUE ;
541         Border                          = TRUE ;
542     };
545 String STR_WIZ_TABLE_COPY
547     Text [ en-US ] = "Copy table" ;
550 String STR_COPYTABLE_TITLE_COPY
552     Text [ en-US ] = "Copy table" ;
555 ErrorBox ERROR_INVALID_TABLE_NAME
557     Buttons = WB_OK;
558     Message [ en-US ] = "This table name is not valid in the current database.";
560 String STR_SUGGEST_APPEND_TABLE_DATA
562     Text [ en-US ] = "Choose the option 'Append data' on the first page to append data to an existing table.";
565 ErrorBox ERROR_INVALID_TABLE_NAME_LENGTH
567     Buttons = WB_OK;
568     Message [ en-US ] = "Please change the table name. It is too long.";
571 Image IMG_SORTUP_H
573     ImageBitmap = Bitmap
574     {
575         File = "sortup_h.bmp" ;
576     };
577     MaskColor = Color
578     {
579         Red = 0xFFFF ;
580         Green = 0x0000 ;
581         Blue = 0xFFFF ;
582     };
585 Image IMG_SORTDOWN_H
587     ImageBitmap = Bitmap
588     {
589         File = "sortdown_h.bmp" ;
590     };
591     MaskColor = Color
592     {
593         Red = 0xFFFF ;
594         Green = 0x0000 ;
595         Blue = 0xFFFF ;
596     };