xref: /trunk/main/sc/source/ui/dbgui/imoptdlg.src (revision 8287e18b)
182177cdbSAndrew Rist/**************************************************************
2*8287e18bSmseidel *
382177cdbSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
482177cdbSAndrew Rist * or more contributor license agreements.  See the NOTICE file
582177cdbSAndrew Rist * distributed with this work for additional information
682177cdbSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
782177cdbSAndrew Rist * to you under the Apache License, Version 2.0 (the
882177cdbSAndrew Rist * "License"); you may not use this file except in compliance
982177cdbSAndrew Rist * with the License.  You may obtain a copy of the License at
10*8287e18bSmseidel *
1182177cdbSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8287e18bSmseidel *
1382177cdbSAndrew Rist * Unless required by applicable law or agreed to in writing,
1482177cdbSAndrew Rist * software distributed under the License is distributed on an
1582177cdbSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1682177cdbSAndrew Rist * KIND, either express or implied.  See the License for the
1782177cdbSAndrew Rist * specific language governing permissions and limitations
1882177cdbSAndrew Rist * under the License.
19*8287e18bSmseidel *
2082177cdbSAndrew Rist *************************************************************/
2182177cdbSAndrew Rist
2282177cdbSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "imoptdlg.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirModalDialog RID_SCDLG_IMPORTOPT
27cdf0e10cSrcweir{
28cdf0e10cSrcweir	HelpId = HID_SC_INPORTOPT ;
29cdf0e10cSrcweir	OutputSize = TRUE ;
30cdf0e10cSrcweir	SVLook = TRUE ;
31*8287e18bSmseidel	Size = MAP_APPFONT ( 256, 66 ) ;
32cdf0e10cSrcweir	Moveable = TRUE ;
33cdf0e10cSrcweir	Closeable = FALSE ;
34cdf0e10cSrcweir	Text [ en-US ] = "Import File" ;
35cdf0e10cSrcweir	FixedText FT_FIELDSEP
36cdf0e10cSrcweir	{
37*8287e18bSmseidel		Pos = MAP_APPFONT ( 12, 32 ) ;
38*8287e18bSmseidel		Size = MAP_APPFONT ( 55, 8 ) ;
39cdf0e10cSrcweir		Text [ en-US ] = "~Field delimiter" ;
40cdf0e10cSrcweir	};
41cdf0e10cSrcweir	ComboBox ED_FIELDSEP
42cdf0e10cSrcweir	{
43*8287e18bSmseidel		HelpID = "sc:ComboBox:RID_SCDLG_IMPORTOPT:ED_FIELDSEP" ;
44*8287e18bSmseidel		Pos = MAP_APPFONT ( 70, 30 ) ;
45*8287e18bSmseidel		Size = MAP_APPFONT ( 121, 60 ) ;
46cdf0e10cSrcweir		DropDown = TRUE ;
47cdf0e10cSrcweir	};
48cdf0e10cSrcweir	FixedText FT_TEXTSEP
49cdf0e10cSrcweir	{
50*8287e18bSmseidel		Pos = MAP_APPFONT ( 12, 48 ) ;
51*8287e18bSmseidel		Size = MAP_APPFONT ( 55, 8 ) ;
52cdf0e10cSrcweir		Text [ en-US ] = "~Text delimiter" ;
53cdf0e10cSrcweir	};
54cdf0e10cSrcweir	ComboBox ED_TEXTSEP
55cdf0e10cSrcweir	{
56*8287e18bSmseidel		HelpID = "sc:ComboBox:RID_SCDLG_IMPORTOPT:ED_TEXTSEP" ;
57*8287e18bSmseidel		Pos = MAP_APPFONT ( 70, 46 ) ;
58*8287e18bSmseidel		Size = MAP_APPFONT ( 121, 60 ) ;
59cdf0e10cSrcweir		DropDown = TRUE ;
60cdf0e10cSrcweir	};
61cdf0e10cSrcweir	FixedText FT_FONT
62cdf0e10cSrcweir	{
63*8287e18bSmseidel		Pos = MAP_APPFONT ( 12, 16 ) ;
64*8287e18bSmseidel		Size = MAP_APPFONT ( 55, 8 ) ;
65cdf0e10cSrcweir		Text [ en-US ] = "~Character set" ;
66cdf0e10cSrcweir	};
67cdf0e10cSrcweir	ListBox DDLB_FONT
68cdf0e10cSrcweir	{
69*8287e18bSmseidel		HelpID = "sc:ListBox:RID_SCDLG_IMPORTOPT:DDLB_FONT" ;
70*8287e18bSmseidel		Border = TRUE ;
71*8287e18bSmseidel		Sort = TRUE ;
72cdf0e10cSrcweir		DropDown = TRUE ;
73*8287e18bSmseidel		Pos = MAP_APPFONT ( 70, 14 ) ;
74*8287e18bSmseidel		Size = MAP_APPFONT ( 121, 52 ) ;
75cdf0e10cSrcweir	};
76cdf0e10cSrcweir	ListBox LB_FONT
77cdf0e10cSrcweir	{
78*8287e18bSmseidel		HelpID = "sc:ListBox:RID_SCDLG_IMPORTOPT:LB_FONT" ;
79*8287e18bSmseidel		Border = TRUE ;
80*8287e18bSmseidel		Sort = TRUE ;
81cdf0e10cSrcweir		DropDown = FALSE ;
82*8287e18bSmseidel		Pos = MAP_APPFONT ( 12, 14 ) ;
83*8287e18bSmseidel		Size = MAP_APPFONT ( 179, 50 ) ;
84cdf0e10cSrcweir	};
85*8287e18bSmseidel	FixedLine FL_FIELDOPT
86cdf0e10cSrcweir	{
87*8287e18bSmseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
88*8287e18bSmseidel		Size = MAP_APPFONT ( 188, 8 ) ;
89cdf0e10cSrcweir		Text [ en-US ] = "Field options" ;
90cdf0e10cSrcweir	};
91*8287e18bSmseidel	CheckBox CB_FIXEDWIDTH
92*8287e18bSmseidel	{
93*8287e18bSmseidel		HelpID = "sc:CheckBox:RID_SCDLG_IMPORTOPT:CB_FIXEDWIDTH" ;
94*8287e18bSmseidel		Pos = MAP_APPFONT ( 12, 92 ) ;
95*8287e18bSmseidel		Size = MAP_APPFONT ( 172, 10 ) ;
96*8287e18bSmseidel		Hide = TRUE ;
97*8287e18bSmseidel		Text [ en-US ] = "Fixed column ~width" ;
98cdf0e10cSrcweir	};
99cdf0e10cSrcweir	CheckBox CB_SAVESHOWN
100cdf0e10cSrcweir	{
101*8287e18bSmseidel		HelpID = "sc:CheckBox:RID_SCDLG_IMPORTOPT:CB_SAVESHOWN" ;
102*8287e18bSmseidel		Pos = MAP_APPFONT ( 12, 78 ) ;
103*8287e18bSmseidel		Size = MAP_APPFONT ( 172, 10 ) ;
104*8287e18bSmseidel		TabStop = TRUE ;
105*8287e18bSmseidel		Hide = TRUE ;
106*8287e18bSmseidel		Text [ en-US ] = "Save cell content as ~shown" ;
107*8287e18bSmseidel	};
108*8287e18bSmseidel	CheckBox CB_QUOTEALL
109*8287e18bSmseidel	{
110*8287e18bSmseidel		HelpID = "sc:CheckBox:RID_SCDLG_IMPORTOPT:CB_QUOTEALL" ;
111*8287e18bSmseidel		Pos = MAP_APPFONT ( 20, 64 ) ;
112*8287e18bSmseidel		Size = MAP_APPFONT ( 164, 10 ) ;
113*8287e18bSmseidel		Hide = TRUE ;
114*8287e18bSmseidel		Text [ en-US ] = "~Quote all text cells" ;
115cdf0e10cSrcweir	};
116cdf0e10cSrcweir	OKButton BTN_OK
117cdf0e10cSrcweir	{
118*8287e18bSmseidel		Pos = MAP_APPFONT ( 202, 6 ) ;
119*8287e18bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
120cdf0e10cSrcweir		DefButton = TRUE ;
121cdf0e10cSrcweir	};
122cdf0e10cSrcweir	CancelButton BTN_CANCEL
123cdf0e10cSrcweir	{
124*8287e18bSmseidel		Pos = MAP_APPFONT ( 202, 24 ) ;
125*8287e18bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
126cdf0e10cSrcweir	};
127cdf0e10cSrcweir	HelpButton BTN_HELP
128cdf0e10cSrcweir	{
129*8287e18bSmseidel		Pos = MAP_APPFONT ( 202, 43 ) ;
130*8287e18bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
131cdf0e10cSrcweir	};
132cdf0e10cSrcweir};
133cdf0e10cSrcweir
134*8287e18bSmseidel// ********************************************************************** EOF
135