Update ooo320-m1
[ooovba.git] / sc / source / ui / dbgui / imoptdlg.src
blob23f09c75f7398afbdd8ab5b87d1133b7a30cff0c
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: imoptdlg.src,v $
10  * $Revision: 1.35 $
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  ************************************************************************/
32 #include "imoptdlg.hrc"
34 ModalDialog RID_SCDLG_IMPORTOPT
36     HelpId = HID_SC_INPORTOPT ;
37     OutputSize = TRUE ;
38     SVLook = TRUE ;
39     Size = MAP_APPFONT ( 256 , 66 ) ;
40     Moveable = TRUE ;
41     Closeable = FALSE ;
42     Text [ en-US ] = "Import File" ;
43     FixedText FT_FIELDSEP
44     {
45         Pos = MAP_APPFONT ( 12 , 32 ) ;
46         Size = MAP_APPFONT ( 55 , 8 ) ;
47         Text [ en-US ] = "~Field delimiter" ;
48     };
49     ComboBox ED_FIELDSEP
50     {
51         Pos = MAP_APPFONT ( 70 , 30 ) ;
52         Size = MAP_APPFONT ( 121 , 60 ) ;
53         DropDown = TRUE ;
54     };
55     FixedText FT_TEXTSEP
56     {
57         Pos = MAP_APPFONT ( 12 , 48 ) ;
58         Size = MAP_APPFONT ( 55 , 8 ) ;
59         Text [ en-US ] = "~Text delimiter" ;
60     };
61     ComboBox ED_TEXTSEP
62     {
63         Pos = MAP_APPFONT ( 70 , 46 ) ;
64         Size = MAP_APPFONT ( 121 , 60 ) ;
65         DropDown = TRUE ;
66     };
67     FixedText FT_FONT
68     {
69         Pos = MAP_APPFONT ( 12 , 16 ) ;
70         Size = MAP_APPFONT ( 55 , 8 ) ;
71         Text [ en-US ] = "~Character set" ;
72     };
73     ListBox DDLB_FONT
74     {
75         Border = TRUE;
76         Sort = TRUE;
77         DropDown = TRUE ;
78         Pos = MAP_APPFONT ( 70 , 14 ) ;
79         Size = MAP_APPFONT ( 121 , 52 ) ;
80     };
81     ListBox LB_FONT
82     {
83         Border = TRUE;
84         Sort = TRUE;
85         DropDown = FALSE ;
86         Pos = MAP_APPFONT ( 12 , 14 ) ;
87         Size = MAP_APPFONT ( 179 , 50 ) ;
88     };
89     FixedLine FL_FIELDOPT
90     {
91         Pos = MAP_APPFONT ( 6 , 3 ) ;
92         Size = MAP_APPFONT ( 188 , 8 ) ;
93         Text [ en-US ] = "Field options" ;
94     };
95     CheckBox CB_FIXEDWIDTH
96     {
97         Pos = MAP_APPFONT( 12, 80 );
98         Size = MAP_APPFONT( 172, 10 );
99         Hide = TRUE;
100         Text [ en-US ] = "Fixed column ~width";
101     };
102     CheckBox CB_SAVESHOWN
103     {
104         Pos = MAP_APPFONT( 12, 66 );
105         Size = MAP_APPFONT( 172, 10 ); 
106         TabStop = TRUE;
107         Hide = TRUE;
108         Text [ en-US ] = "Save cell content as ~shown";
109     };
110     OKButton BTN_OK
111     {
112         Pos = MAP_APPFONT ( 202 , 6 ) ;
113         Size = MAP_APPFONT ( 50 , 14 ) ;
114         DefButton = TRUE ;
115     };
116     CancelButton BTN_CANCEL
117     {
118         Pos = MAP_APPFONT ( 202 , 24 ) ;
119         Size = MAP_APPFONT ( 50 , 14 ) ;
120     };
121     HelpButton BTN_HELP
122     {
123         Pos = MAP_APPFONT ( 202 , 43 ) ;
124         Size = MAP_APPFONT ( 50 , 14 ) ;
125     };