xref: /AOO42X/main/sc/source/ui/dbgui/imoptdlg.src (revision 2f154c071d23187f8649e17799ff76586ab56a8a)
182177cdbSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
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
10cdf0e10cSrcweir *
1182177cdbSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
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.
19cdf0e10cSrcweir *
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 ;
31cdf0e10cSrcweir    Size = MAP_APPFONT ( 256, 66 ) ;
32cdf0e10cSrcweir    Moveable = TRUE ;
33cdf0e10cSrcweir    Closeable = FALSE ;
34cdf0e10cSrcweir    Text [ en-US ] = "Import File" ;
35cdf0e10cSrcweir    FixedText FT_FIELDSEP
36cdf0e10cSrcweir    {
37cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 32 ) ;
38cdf0e10cSrcweir        Size = MAP_APPFONT ( 55, 8 ) ;
39cdf0e10cSrcweir        Text [ en-US ] = "~Field delimiter" ;
40cdf0e10cSrcweir    };
41cdf0e10cSrcweir    ComboBox ED_FIELDSEP
42cdf0e10cSrcweir    {
43cdf0e10cSrcweir        HelpID = "sc:ComboBox:RID_SCDLG_IMPORTOPT:ED_FIELDSEP" ;
44cdf0e10cSrcweir        Pos = MAP_APPFONT ( 70, 30 ) ;
45cdf0e10cSrcweir        Size = MAP_APPFONT ( 121, 60 ) ;
46cdf0e10cSrcweir        DropDown = TRUE ;
47cdf0e10cSrcweir    };
48cdf0e10cSrcweir    FixedText FT_TEXTSEP
49cdf0e10cSrcweir    {
50cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 48 ) ;
51cdf0e10cSrcweir        Size = MAP_APPFONT ( 55, 8 ) ;
52cdf0e10cSrcweir        Text [ en-US ] = "~Text delimiter" ;
53cdf0e10cSrcweir    };
54cdf0e10cSrcweir    ComboBox ED_TEXTSEP
55cdf0e10cSrcweir    {
56cdf0e10cSrcweir        HelpID = "sc:ComboBox:RID_SCDLG_IMPORTOPT:ED_TEXTSEP" ;
57cdf0e10cSrcweir        Pos = MAP_APPFONT ( 70, 46 ) ;
58cdf0e10cSrcweir        Size = MAP_APPFONT ( 121, 60 ) ;
59cdf0e10cSrcweir        DropDown = TRUE ;
60cdf0e10cSrcweir    };
61cdf0e10cSrcweir    FixedText FT_FONT
62cdf0e10cSrcweir    {
63cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 16 ) ;
64cdf0e10cSrcweir        Size = MAP_APPFONT ( 55, 8 ) ;
65cdf0e10cSrcweir        Text [ en-US ] = "~Character set" ;
66cdf0e10cSrcweir    };
67cdf0e10cSrcweir    ListBox DDLB_FONT
68cdf0e10cSrcweir    {
69cdf0e10cSrcweir        HelpID = "sc:ListBox:RID_SCDLG_IMPORTOPT:DDLB_FONT" ;
70cdf0e10cSrcweir        Border = TRUE ;
71cdf0e10cSrcweir        Sort = TRUE ;
72cdf0e10cSrcweir        DropDown = TRUE ;
73cdf0e10cSrcweir        Pos = MAP_APPFONT ( 70, 14 ) ;
74cdf0e10cSrcweir        Size = MAP_APPFONT ( 121, 52 ) ;
75cdf0e10cSrcweir    };
76cdf0e10cSrcweir    ListBox LB_FONT
77cdf0e10cSrcweir    {
78cdf0e10cSrcweir        HelpID = "sc:ListBox:RID_SCDLG_IMPORTOPT:LB_FONT" ;
79cdf0e10cSrcweir        Border = TRUE ;
80cdf0e10cSrcweir        Sort = TRUE ;
81cdf0e10cSrcweir        DropDown = FALSE ;
82cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 14 ) ;
83cdf0e10cSrcweir        Size = MAP_APPFONT ( 179, 50 ) ;
84cdf0e10cSrcweir    };
85cdf0e10cSrcweir    FixedLine FL_FIELDOPT
86cdf0e10cSrcweir    {
87cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 3 ) ;
88cdf0e10cSrcweir        Size = MAP_APPFONT ( 188, 8 ) ;
89cdf0e10cSrcweir        Text [ en-US ] = "Field options" ;
90cdf0e10cSrcweir    };
91cdf0e10cSrcweir    CheckBox CB_FIXEDWIDTH
92cdf0e10cSrcweir    {
93cdf0e10cSrcweir        HelpID = "sc:CheckBox:RID_SCDLG_IMPORTOPT:CB_FIXEDWIDTH" ;
94cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 92 ) ;
95cdf0e10cSrcweir        Size = MAP_APPFONT ( 172, 10 ) ;
96cdf0e10cSrcweir        Hide = TRUE ;
97cdf0e10cSrcweir        Text [ en-US ] = "Fixed column ~width" ;
98cdf0e10cSrcweir    };
99cdf0e10cSrcweir    CheckBox CB_SAVESHOWN
100cdf0e10cSrcweir    {
101cdf0e10cSrcweir        HelpID = "sc:CheckBox:RID_SCDLG_IMPORTOPT:CB_SAVESHOWN" ;
102cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 78 ) ;
103cdf0e10cSrcweir        Size = MAP_APPFONT ( 172, 10 ) ;
104cdf0e10cSrcweir        TabStop = TRUE ;
105cdf0e10cSrcweir        Hide = TRUE ;
106cdf0e10cSrcweir        Text [ en-US ] = "Save cell content as ~shown" ;
107cdf0e10cSrcweir    };
108cdf0e10cSrcweir    CheckBox CB_QUOTEALL
109cdf0e10cSrcweir    {
110cdf0e10cSrcweir        HelpID = "sc:CheckBox:RID_SCDLG_IMPORTOPT:CB_QUOTEALL" ;
111cdf0e10cSrcweir        Pos = MAP_APPFONT ( 20, 64 ) ;
112cdf0e10cSrcweir        Size = MAP_APPFONT ( 164, 10 ) ;
113cdf0e10cSrcweir        Hide = TRUE ;
114cdf0e10cSrcweir        Text [ en-US ] = "~Quote all text cells" ;
115cdf0e10cSrcweir    };
116cdf0e10cSrcweir    OKButton BTN_OK
117cdf0e10cSrcweir    {
118cdf0e10cSrcweir        Pos = MAP_APPFONT ( 202, 6 ) ;
119cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
120cdf0e10cSrcweir        DefButton = TRUE ;
121cdf0e10cSrcweir    };
122cdf0e10cSrcweir    CancelButton BTN_CANCEL
123cdf0e10cSrcweir    {
124cdf0e10cSrcweir        Pos = MAP_APPFONT ( 202, 24 ) ;
125cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
126cdf0e10cSrcweir    };
127cdf0e10cSrcweir    HelpButton BTN_HELP
128cdf0e10cSrcweir    {
129cdf0e10cSrcweir        Pos = MAP_APPFONT ( 202, 43 ) ;
130cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
131cdf0e10cSrcweir    };
132cdf0e10cSrcweir};
133cdf0e10cSrcweir
134*2f154c07Smseidel// ********************************************************************** EOF
135