Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / dbaccess / source / ui / misc / WizardPages.src
blob360ab879a102c517088dd290c96390e9c0ce28eb
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
28 #ifndef DBAUI_WIZARD_PAGES_HRC
29 #include "WizardPages.hrc"
30 #endif
31 #ifndef _DBU_MISC_HRC_
32 #include "dbu_misc.hrc"
33 #endif
34 #ifndef _DBA_DBACCESS_HELPID_HRC_
35 #include "dbaccess_helpid.hrc"
36 #endif
38 #include "dbaccess_slotid.hrc"
40 #define WINDOW_SIZE_X   276
41 #define WINDOW_SIZE_Y   185
43 #define WINDOW_BORDER_X  12
44 #define WINDOW_BORDER_Y  14
46 #define BUTTON_SIZE_X    50
47 #define BUTTON_SIZE_Y    14
49 String STR_WIZ_COLUMN_SELECT_TITEL
51     Text [ en-US ] = "Apply columns";
54 String STR_WIZ_TYPE_SELECT_TITEL
56     Text [ en-US ] = "Type formatting";
59 String STR_WIZ_PKEY_ALREADY_DEFINED
61     Text [ en-US ] = "The following fields have already been set as primary keys:\n";
64 String STR_WIZ_NAME_MATCHING_TITEL
66     Text [ en-US ]  = "Assign columns" ;
69 ModalDialog WIZ_RTFCOPYTABLE
71     HelpID = "dbaccess:ModalDialog:WIZ_RTFCOPYTABLE";
73     Text [ en-US ] = "Copy RTF Table" ;
75     OutputSize      = TRUE ;
76     SVLook          = TRUE ;
77     Moveable        = TRUE ;
78     Closeable       = TRUE ;
79     Hide            = TRUE;
81     HelpButton PB_HELP
82     {
83         TabStop             = TRUE ;
84         Size                = MAP_APPFONT ( BUTTON_SIZE_X , BUTTON_SIZE_Y ) ;
85         Text [ en-US ] = "~Help";
86     };
87     CancelButton PB_CANCEL
88     {
89         TabStop             = TRUE ;
90         Size                = MAP_APPFONT ( BUTTON_SIZE_X , BUTTON_SIZE_Y ) ;
91         Text [ en-US ] = "~Cancel";
92     };
93     PushButton PB_PREV
94     {
95         HelpID = "dbaccess:PushButton:WIZ_RTFCOPYTABLE:PB_PREV";
96         TabStop             = TRUE ;
97         Size                = MAP_APPFONT ( BUTTON_SIZE_X , BUTTON_SIZE_Y ) ;
98         Text [ en-US ] = "< ~Back";
99     };
100     PushButton PB_NEXT
101     {
102         HelpID = "dbaccess:PushButton:WIZ_RTFCOPYTABLE:PB_NEXT";
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     };
133     MultiListBox LB_ORG_COLUMN_NAMES
134     {
135         HelpID = "dbaccess:MultiListBox:TAB_WIZ_COLUMN_SELECT:LB_ORG_COLUMN_NAMES";
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         HelpID = "dbaccess:ImageButton:TAB_WIZ_COLUMN_SELECT:IB_COLUMN_RH";
149         Pos                 = MAP_APPFONT ( WINDOW_BORDER_X + 116 , WINDOW_BORDER_Y + 25 ) ;
150         Size                = MAP_APPFONT ( 20 , 14 ) ;
151         TabStop             = TRUE ;
152         ButtonImage = Image
153         {
154             ImageBitmap = Bitmap
155             {
156                 File = "one_right.png" ;
157             };
158             MaskColor = Color
159             {
160                 Red   = 0xFFFF;
161                 Green = 0x0000;
162                 Blue  = 0xFFFF;
163             };
164         };
165     };
166     ImageButton IB_COLUMNS_RH
167     {
168         HelpID = "dbaccess:ImageButton:TAB_WIZ_COLUMN_SELECT:IB_COLUMNS_RH";
169         Pos                 = MAP_APPFONT ( WINDOW_BORDER_X + 116 , WINDOW_BORDER_Y + 45 ) ;
170         Size                = MAP_APPFONT ( 20 , 14 ) ;
171         TabStop             = TRUE;
172         DefButton           = TRUE;
173         ButtonImage = Image
174         {
175             ImageBitmap = Bitmap
176             {
177                 File = "all_right.png" ;
178             };
179             MaskColor = Color
180             {
181                 Red   = 0xFFFF;
182                 Green = 0x0000;
183                 Blue  = 0xFFFF;
184             };
185         };
186     };
187     ImageButton IB_COLUMN_LH
188     {
189         HelpID = "dbaccess:ImageButton:TAB_WIZ_COLUMN_SELECT:IB_COLUMN_LH";
190         Pos                 = MAP_APPFONT ( WINDOW_BORDER_X + 116 , WINDOW_BORDER_Y + 65) ;
191         Size                = MAP_APPFONT ( 20 , 14 ) ;
192         TabStop             = TRUE ;
193         ButtonImage = Image
194         {
195             ImageBitmap = Bitmap
196             {
197                 File = "one_left.png1" ;
198             };
199             MaskColor = Color
200             {
201                 Red   = 0xFFFF;
202                 Green = 0x0000;
203                 Blue  = 0xFFFF;
204             };
205         };
206     };
207     ImageButton IB_COLUMNS_LH
208     {
209         HelpID = "dbaccess:ImageButton:TAB_WIZ_COLUMN_SELECT:IB_COLUMNS_LH";
210         Pos                 = MAP_APPFONT ( WINDOW_BORDER_X + 116 , WINDOW_BORDER_Y + 85) ;
211         Size                = MAP_APPFONT ( 20 , 14 ) ;
212         TabStop             = TRUE ;
213         ButtonImage = Image
214         {
215             ImageBitmap = Bitmap
216             {
217                 File = "all_left.png" ;
218             };
219             MaskColor = Color
220             {
221                 Red   = 0xFFFF;
222                 Green = 0x0000;
223                 Blue  = 0xFFFF;
224             };
225         };
226     };
228     MultiListBox LB_NEW_COLUMN_NAMES
229     {
230         HelpID = "dbaccess:MultiListBox:TAB_WIZ_COLUMN_SELECT:LB_NEW_COLUMN_NAMES";
231         Border              = TRUE ;
232         Pos                 = MAP_APPFONT ( WINDOW_BORDER_X + 157, WINDOW_BORDER_Y) ;
233         Size                = MAP_APPFONT ( 95 , WINDOW_SIZE_Y - 23 ) ;
234         TabStop             = TRUE ;
235         HScroll             = TRUE;
236         VScroll             = TRUE;
237         AutoHScroll         = TRUE;
238         SimpleMode          = TRUE;
239         Sort                = FALSE;
240     };
243 //==================================================================
244  // TAB_WIZ_TYPE_SELECT
245  //==================================================================
246 TabPage TAB_WIZ_TYPE_SELECT
248     SVLook  = TRUE ;
249     Size    = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
251     HelpId  = HID_TAB_WIZ_TYPE_SELECT;
252     Hide    = TRUE;
254     MultiListBox LB_NEW_COLUMN_NAMES
255     {
256         HelpID = "dbaccess:MultiListBox:TAB_WIZ_TYPE_SELECT:LB_NEW_COLUMN_NAMES";
257         Border              = TRUE ;
258         Pos                 = MAP_APPFONT ( 6 , 6 ) ;
259         Size                = MAP_APPFONT ( 87 , WINDOW_SIZE_Y - 12 ) ;
260         TabStop             = TRUE ;
261         HScroll             = TRUE;
262         VScroll             = TRUE;
263         AutoHScroll         = TRUE;
264         SimpleMode          = TRUE;
265     };
267     FixedLine FL_COLUMN_NAME
268     {
269         Pos                 = MAP_APPFONT ( 99 , 3  ) ;
270         Size                = MAP_APPFONT ( WINDOW_SIZE_X -  105, 8 ) ;
271         Text [ en-US ] = "Column information" ;
272     };
274     TabPage CONTROL_CONTAINER
275     {
276         HelpID = "dbaccess:TabPage:CONTROL_CONTAINER";
277         Pos                 = MAP_APPFONT ( 102 , WINDOW_BORDER_Y  ) ;
278         Size                = MAP_APPFONT ( WINDOW_SIZE_X -  111, WINDOW_SIZE_Y - WINDOW_BORDER_Y - 67 );
279         SVLook              = TRUE;
280         DialogControl       = TRUE;
281     };
283     FixedLine FL_AUTO_TYPE
284     {
285         Pos                 = MAP_APPFONT ( 99 , WINDOW_SIZE_Y - WINDOW_BORDER_Y - 41  ) ;
286         Size                = MAP_APPFONT ( WINDOW_SIZE_X - 105, 8 ) ;
287         Text [ en-US ] = "Automatic type recognition" ;
288     };
290     FixedText FT_AUTO
291     {
292         Pos                 = MAP_APPFONT ( 105 , WINDOW_SIZE_Y - WINDOW_BORDER_Y - 28 ) ;
293         Size                = MAP_APPFONT ( 40 , 8 ) ;
294         Text [ en-US ] = "Lines (ma~x)";
295     };
297     NumericField ET_AUTO
298     {
299         HelpID = "dbaccess:NumericField:TAB_WIZ_TYPE_SELECT:ET_AUTO";
300         Border              = TRUE ;
301         Pos                 = MAP_APPFONT ( 151 , WINDOW_SIZE_Y - WINDOW_BORDER_Y - 29) ;
302         Size                = MAP_APPFONT ( 40 , 12 ) ;
303         TabStop             = TRUE ;
304     };
306     PushButton PB_AUTO
307     {
308         HelpID = "dbaccess:PushButton:TAB_WIZ_TYPE_SELECT:PB_AUTO";
309         Pos                 = MAP_APPFONT ( WINDOW_SIZE_X - 62 , WINDOW_SIZE_Y - WINDOW_BORDER_Y - 30 ) ;
310         Size                = MAP_APPFONT ( BUTTON_SIZE_X , BUTTON_SIZE_Y ) ;
311         TabStop             = TRUE ;
312         Text                = "~Auto" ;
313     };
316 Menu RID_SBA_RTF_PKEYPOPUP
318     ItemList =
319     {
320         MenuItem
321         {
322             Identifier      = SID_TABLEDESIGN_TABED_PRIMARYKEY ;
323             HelpID          = HID_TABLEDESIGN_TABED_PRIMARYKEY ;
324             Checkable       = TRUE ;
325             Text [ en-US ] = "Primary Key" ;
326         };
327     };
330 //==================================================================
331  // TAB_WIZ_NAME_MATCHING
332  //==================================================================
333 TabPage TAB_WIZ_NAME_MATCHING
335     HelpID = "dbaccess:TabPage:TAB_WIZ_NAME_MATCHING";
336     SVLook  = TRUE ;
337     Size    = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
339     Hide    = TRUE;
341     FixedText FT_TABLE_LEFT
342     {
343         Pos                 = MAP_APPFONT ( 52 , 6  ) ;
344         Size                = MAP_APPFONT ( 75 , 20) ;
345         Text [ en-US ] = "Source table: \n";
346     };
348     FixedText FT_TABLE_RIGHT
349     {
350         Pos                 = MAP_APPFONT ( 144, 6  ) ;
351         Size                = MAP_APPFONT ( 75 , 20) ;
352         Text [ en-US ] = "Destination table: \n";
353     };
355     Control CTRL_LEFT
356     {
357         Border              = TRUE;
358         Pos                 = MAP_APPFONT ( 52, 28) ;
359         Size                = MAP_APPFONT ( 82 , WINDOW_SIZE_Y - 34 ) ;
360         TabStop             = TRUE;
361         HelpId              = HID_TAB_NAMEMATCHING_COLS_AVAIL;
362         /*DialogControl       = TRUE;*/
363     };
365     Control CTRL_RIGHT
366     {
367         Border              = TRUE ;
368         Pos                 = MAP_APPFONT ( 144, 28) ;
369         Size                = MAP_APPFONT ( 82 , WINDOW_SIZE_Y - 34 ) ;
370         TabStop             = TRUE;
371         HelpId              = HID_TAB_NAMEMATCHING_COLS_ASSIGN;
372         /*DialogControl       = TRUE;*/
373     };
375     ImageButton IB_COLUMN_UP
376     {
377         HelpID = "dbaccess:ImageButton:TAB_WIZ_NAME_MATCHING:IB_COLUMN_UP";
378         Pos                 = MAP_APPFONT ( 19 ,  45 ) ;
379         Size                = MAP_APPFONT ( 14 , 14 ) ;
380         TabStop             = TRUE;
381         DefButton           = TRUE;
382         ButtonImage = Image
383         {
384             ImageBitmap = Bitmap
385             {
386                 File = "sortup.png" ;
387             };
388             MaskColor = Color
389             {
390                 Red = 0xFFFF ;
391                 Green = 0x0000 ;
392                 Blue = 0xFFFF ;
393             };
394         };
395     };
396     ImageButton IB_COLUMN_DOWN
397     {
398         HelpID = "dbaccess:ImageButton:TAB_WIZ_NAME_MATCHING:IB_COLUMN_DOWN";
399         Pos                 = MAP_APPFONT ( 19 ,  63 ) ;
400         Size                = MAP_APPFONT ( 14 , 14 ) ;
401         TabStop             = TRUE;
402         ButtonImage = Image
403         {
404             ImageBitmap = Bitmap
405             {
406                 File = "sortdown.png" ;
407             };
408             MaskColor = Color
409             {
410                 Red = 0xFFFF ;
411                 Green = 0x0000 ;
412                 Blue = 0xFFFF ;
413             };
414         };
415     };
416     ImageButton IB_COLUMN_UP_RIGHT
417     {
418         HelpID = "dbaccess:ImageButton:TAB_WIZ_NAME_MATCHING:IB_COLUMN_UP_RIGHT";
419         Pos                 = MAP_APPFONT ( WINDOW_SIZE_X - 33, 45 ) ;
420         Size                = MAP_APPFONT ( 14 , 14 ) ;
421         TabStop             = TRUE;
422         DefButton           = TRUE;
423         ButtonImage = Image
424         {
425             ImageBitmap = Bitmap
426             {
427                 File = "sortup.png" ;
428             };
429             MaskColor = Color
430             {
431                 Red = 0xFFFF ;
432                 Green = 0x0000 ;
433                 Blue = 0xFFFF ;
434             };
435         };
436     };
437     ImageButton IB_COLUMN_DOWN_RIGHT
438     {
439         HelpID = "dbaccess:ImageButton:TAB_WIZ_NAME_MATCHING:IB_COLUMN_DOWN_RIGHT";
440         Pos                 = MAP_APPFONT ( WINDOW_SIZE_X - 33, 63) ;
441         Size                = MAP_APPFONT ( 14 , 14 ) ;
442         TabStop             = TRUE ;
443         ButtonImage = Image
444         {
445             ImageBitmap = Bitmap
446             {
447                 File = "sortdown.png" ;
448             };
449             MaskColor = Color
450             {
451                 Red = 0xFFFF ;
452                 Green = 0x0000 ;
453                 Blue = 0xFFFF ;
454             };
455         };
456     };
458     PushButton PB_ALL
459     {
460         HelpID = "dbaccess:PushButton:TAB_WIZ_NAME_MATCHING:PB_ALL";
461         Pos                 = MAP_APPFONT ( 6, 83) ;
462         Size                = MAP_APPFONT ( 40 , 14 ) ;
463         TabStop             = TRUE ;
464         Text [ en-US ]  = "~All" ;
465     };
467     PushButton PB_NONE
468     {
469         HelpID = "dbaccess:PushButton:TAB_WIZ_NAME_MATCHING:PB_NONE";
470         Pos                 = MAP_APPFONT ( 6, 103) ;
471         Size                = MAP_APPFONT ( 40 , 14 ) ;
472         TabStop             = TRUE ;
473         Text [ en-US ]  = "Non~e" ;
474     };
477 TabPage TAB_WIZ_COPYTABLE
479     SVLook  = TRUE ;
480     Size    = MAP_APPFONT ( WINDOW_SIZE_X, WINDOW_SIZE_Y ) ;
482     HelpId  = HID_TAB_WIZ_COPYTABLE;
483     Hide    = TRUE;
485     FixedText FT_TABLENAME
486     {
487         Pos                 = MAP_APPFONT ( 12 , 11) ;
488         Size                = MAP_APPFONT ( 60 , 8 ) ;
489         Text [ en-US ] = "Ta~ble name";
490     };
492     Edit ET_TABLENAME
493     {
494         HelpId              = HID_TAB_WIZ_TABLENAME_EDIT;
495         Border              = TRUE ;
496         Pos                 = MAP_APPFONT ( 80 , 9) ;
497         Size                = MAP_APPFONT ( WINDOW_SIZE_X - 92 , 12 ) ;
498         TabStop             = TRUE ;
499     };
501     FixedLine FL_OPTIONS
502     {
503         Pos                 = MAP_APPFONT ( 6 , 24 ) ;
504         Size                = MAP_APPFONT ( WINDOW_SIZE_X - 12 , 8 ) ;
505         Text [ en-US ] = "Options" ;
506     };
507     RadioButton RB_DEFDATA
508     {
509         HelpID = "dbaccess:RadioButton:TAB_WIZ_COPYTABLE:RB_DEFDATA";
510         Pos                 = MAP_APPFONT ( 12 , 35 ) ;
511         Size                = MAP_APPFONT ( 73 , 10 ) ;
512         Text [ en-US ] = "De~finition and data" ;
513     };
514     RadioButton RB_DEF
515     {
516         HelpID = "dbaccess:RadioButton:TAB_WIZ_COPYTABLE:RB_DEF";
517         Pos                 = MAP_APPFONT ( 12, 49 ) ;
518         Size                = MAP_APPFONT ( 73 , 10 ) ;
519         Text [ en-US ] = "Def~inition" ;
520     };
522     RadioButton RB_VIEW
523     {
524         HelpID = "dbaccess:RadioButton:TAB_WIZ_COPYTABLE:RB_VIEW";
525         Pos                 = MAP_APPFONT ( 12, 63 ) ;
526         Size                = MAP_APPFONT ( 73 , 10 ) ;
527         Text [ en-US ] = "A~s table view";
528     };
530     RadioButton RB_APPENDDATA
531     {
532         HelpID = "dbaccess:RadioButton:TAB_WIZ_COPYTABLE:RB_APPENDDATA";
533         Pos                 = MAP_APPFONT ( 12, 77 ) ;
534         Size                = MAP_APPFONT ( 73 , 10 ) ;
535         Text [ en-US ] = "Append ~data" ;
536     };
538     CheckBox CB_USEHEADERLINE
539     {
540         HelpID = "dbaccess:CheckBox:TAB_WIZ_COPYTABLE:CB_USEHEADERLINE";
541         Pos                 = MAP_APPFONT ( 12, 93 ) ;
542         Size                = MAP_APPFONT ( WINDOW_SIZE_X - 18, 10 ) ;
543         Text [ en-US ] = "Use first ~line as column names" ;
544     };
546     CheckBox CB_PRIMARY_COLUMN
547     {
548         HelpID = "dbaccess:CheckBox:TAB_WIZ_COPYTABLE:CB_PRIMARY_COLUMN";
549         Pos                 = MAP_APPFONT ( 12, 107 ) ;
550         Size                = MAP_APPFONT ( 90 , 10 ) ;
551         Text [ en-US ] = "Crea~te primary key";
552     };
553     FixedText FT_KEYNAME
554     {
555         Pos                 = MAP_APPFONT ( 21 , 122 ) ;
556         Size                = MAP_APPFONT ( 39 , 8 ) ;
557         Text [ en-US ] = "Name";
558     };
560     Edit ET_KEYNAME
561     {
562         HelpID = "dbaccess:Edit:TAB_WIZ_COPYTABLE:ET_KEYNAME";
563         Pos                 = MAP_APPFONT ( 80, 120 ) ;
564         Size                = MAP_APPFONT ( 65 , 12 ) ;
565         TabStop             = TRUE ;
566         Border              = TRUE ;
567     };
570 String STR_WIZ_TABLE_COPY
572     Text [ en-US ] = "Copy table" ;
575 String STR_COPYTABLE_TITLE_COPY
577     Text [ en-US ] = "Copy table" ;
580 String STR_INVALID_TABLE_NAME
582     Text [ en-US ] = "This table name is not valid in the current database.";
584 String STR_SUGGEST_APPEND_TABLE_DATA
586     Text [ en-US ] = "Choose the option 'Append data' on the first page to append data to an existing table.";
589 String STR_INVALID_TABLE_NAME_LENGTH
591     Text [ en-US ] = "Please change the table name. It is too long.";