1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: imoptdlg.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
32 #include "imoptdlg.hrc"
34 ModalDialog RID_SCDLG_IMPORTOPT
36 HelpId = HID_SC_INPORTOPT ;
39 Size = MAP_APPFONT ( 256 , 66 ) ;
42 Text [ en-US ] = "Import File" ;
45 Pos = MAP_APPFONT ( 12 , 32 ) ;
46 Size = MAP_APPFONT ( 55 , 8 ) ;
47 Text [ en-US ] = "~Field delimiter" ;
51 Pos = MAP_APPFONT ( 70 , 30 ) ;
52 Size = MAP_APPFONT ( 121 , 60 ) ;
57 Pos = MAP_APPFONT ( 12 , 48 ) ;
58 Size = MAP_APPFONT ( 55 , 8 ) ;
59 Text [ en-US ] = "~Text delimiter" ;
63 Pos = MAP_APPFONT ( 70 , 46 ) ;
64 Size = MAP_APPFONT ( 121 , 60 ) ;
69 Pos = MAP_APPFONT ( 12 , 16 ) ;
70 Size = MAP_APPFONT ( 55 , 8 ) ;
71 Text [ en-US ] = "~Character set" ;
78 Pos = MAP_APPFONT ( 70 , 14 ) ;
79 Size = MAP_APPFONT ( 121 , 52 ) ;
86 Pos = MAP_APPFONT ( 12 , 14 ) ;
87 Size = MAP_APPFONT ( 179 , 50 ) ;
91 Pos = MAP_APPFONT ( 6 , 3 ) ;
92 Size = MAP_APPFONT ( 188 , 8 ) ;
93 Text [ en-US ] = "Field options" ;
95 CheckBox CB_FIXEDWIDTH
97 Pos = MAP_APPFONT( 12, 80 );
98 Size = MAP_APPFONT( 172, 10 );
100 Text [ en-US ] = "Fixed column ~width";
102 CheckBox CB_SAVESHOWN
104 Pos = MAP_APPFONT( 12, 66 );
105 Size = MAP_APPFONT( 172, 10 );
108 Text [ en-US ] = "Save cell content as ~shown";
112 Pos = MAP_APPFONT ( 202 , 6 ) ;
113 Size = MAP_APPFONT ( 50 , 14 ) ;
116 CancelButton BTN_CANCEL
118 Pos = MAP_APPFONT ( 202 , 24 ) ;
119 Size = MAP_APPFONT ( 50 , 14 ) ;
123 Pos = MAP_APPFONT ( 202 , 43 ) ;
124 Size = MAP_APPFONT ( 50 , 14 ) ;