summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/asciiopt.src
blob: f03c1ce26aaf8e0c07e9aa694bbb7eb123ba8ca2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#include "asciiopt.hrc"

ModalDialog RID_SCDLG_ASCII
{
    HelpID = "sc:ModalDialog:RID_SCDLG_ASCII";
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 320 , 305 ) ;
    Text [ en-US ] = "Text Import" ;
    Moveable = TRUE ;

    OKButton BTN_OK
    {
        Pos = MAP_APPFONT ( 264 , 6 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        DefButton = TRUE ;
    };
    CancelButton BTN_CANCEL
    {
        Pos = MAP_APPFONT ( 264 , 23 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
    };
    HelpButton BTN_HELP
    {
        Pos = MAP_APPFONT ( 264 , 43 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
    };

    FixedLine FL_FIELDOPT
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 252 , 8 ) ;
        Text [ en-US ] = "Import" ;
    };

    FixedText FT_CHARSET
    {
        Pos = MAP_APPFONT ( 12 , 16 ) ;
        Size = MAP_APPFONT ( 60 , 8 ) ;
        Text [ en-US ] = "Ch~aracter set" ;
    };

    ListBox LB_CHARSET
    {
        HelpID = "sc:ListBox:RID_SCDLG_ASCII:LB_CHARSET";
        Pos = MAP_APPFONT ( 76 , 14 ) ;
        Size = MAP_APPFONT ( 130 , 61 ) ;
        TabStop = TRUE ;
        DropDown = TRUE ;
        Sort = TRUE;
    };

    FixedText FT_CUSTOMLANG
    {
        Pos = MAP_APPFONT ( 12 , 32 ) ;
        Size = MAP_APPFONT ( 60 , 8 ) ;
        Text [ en-US ] = "Language" ;
    };

    ListBox LB_CUSTOMLANG
    {
        HelpID = "sc:ListBox:RID_SCDLG_ASCII:LB_CUSTOMLANG";
        Pos = MAP_APPFONT ( 76 , 30 ) ;
        Size = MAP_APPFONT ( 130 , 61 ) ;
        TabStop = TRUE ;
        DropDown = TRUE ;
        Sort = TRUE;
    };

    FixedText FT_AT_ROW
    {
        Pos = MAP_APPFONT ( 12 , 48 ) ;
        Size = MAP_APPFONT ( 60 , 8 ) ;
        Text [ en-US ] = "From ro~w" ;
    };

    NumericField NF_AT_ROW
    {
        HelpID = "sc:NumericField:RID_SCDLG_ASCII:NF_AT_ROW";
        Border = TRUE ;
        SVLook = TRUE ;
        Pos = MAP_APPFONT ( 76 , 46 ) ;
        Size = MAP_APPFONT ( 30 , 12 ) ;
        TabStop = TRUE ;
        Spin = TRUE ;
        Repeat = TRUE ;
        Minimum = 1 ;
    };

    FixedLine FL_SEPOPT
    {
        Pos = MAP_APPFONT ( 6 , 63 ) ;
        Size = MAP_APPFONT ( 252 , 8 ) ;
        Text [ en-US ] = "Separator options" ;
    };
    RadioButton RB_FIXED
    {
        HelpID = "sc:RadioButton:RID_SCDLG_ASCII:RB_FIXED";
        Pos = MAP_APPFONT ( 12 , 75 ) ;
        Size = MAP_APPFONT ( 243 , 10 ) ;
        Text [ en-US ] = "~Fixed width" ;
        TabStop = TRUE ;
    };
    RadioButton RB_SEPARATED
    {
        HelpID = "sc:RadioButton:RID_SCDLG_ASCII:RB_SEPARATED";
        Pos = MAP_APPFONT ( 12 , 89 ) ;
        Size = MAP_APPFONT ( 243 , 10 ) ;
        Text [ en-US ] = "~Separated by" ;
        TabStop = TRUE ;
        Check = TRUE ;
    };

    CheckBox CKB_TAB
    {
        HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CKB_TAB";
        Pos = MAP_APPFONT ( 20 , 102 ) ;
        Size = MAP_APPFONT ( 68 , 10 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "~Tab" ;
    };
    CheckBox CKB_COMMA
    {
        HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CKB_COMMA";
        Pos = MAP_APPFONT ( 92 , 102 ) ;
        Size = MAP_APPFONT ( 68 , 10 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "~Comma" ;
    };
    CheckBox CKB_OTHER
    {
        HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CKB_OTHER";
        Pos = MAP_APPFONT ( 164 , 102 ) ;
        Size = MAP_APPFONT ( 50 , 10 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "~Other" ;
    };
    Edit ED_OTHER
    {
        HelpID = "sc:Edit:RID_SCDLG_ASCII:ED_OTHER";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 218 , 100 ) ;
        Size = MAP_APPFONT ( 37 , 12 ) ;
        TabStop = TRUE ;
        MaxTextLength = 10 ;
    };

    CheckBox CKB_SEMICOLON
    {
        HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CKB_SEMICOLON";
        Pos = MAP_APPFONT ( 20 , 115 ) ;
        Size = MAP_APPFONT ( 68 , 10 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "S~emicolon" ;
    };
    CheckBox CKB_SPACE
    {
        HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CKB_SPACE";
        Pos = MAP_APPFONT ( 92 , 115 ) ;
        Size = MAP_APPFONT ( 68 , 10 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "S~pace" ;
    };

    CheckBox CB_ASONCE
    {
        HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CB_ASONCE";
        Pos = MAP_APPFONT ( 20 , 130 ) ;
        Size = MAP_APPFONT ( 130 , 10 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "Merge ~delimiters" ;
    };

    ComboBox CB_TEXTSEP
    {
        HelpID = "sc:ComboBox:RID_SCDLG_ASCII:CB_TEXTSEP";
        Pos = MAP_APPFONT ( 218 , 128 ) ;
        Size = MAP_APPFONT ( 37 , 94 ) ;
        TabStop = TRUE ;
        DropDown = TRUE ;
    };
    FixedText FT_TEXTSEP
    {
        Pos = MAP_APPFONT ( 156 , 130 ) ;
        Size = MAP_APPFONT ( 60 , 8 ) ;
        Text [ en-US ] = "Te~xt delimiter" ;
    };

    FixedLine FL_OTHER_OPTIONS
    {
        Pos = MAP_APPFONT ( 6 , 146 ) ;
        Size = MAP_APPFONT ( 252 , 8 ) ;
        Text [ en-US ] = "Other options" ;
    };

    CheckBox CB_QUOTED_AS_TEXT
    {
        HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CB_QUOTED_AS_TEXT";
        Pos = MAP_APPFONT ( 12 , 158 ) ;
        Size = MAP_APPFONT ( 130 , 10 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "~Quoted field as text" ;
    };

    CheckBox CB_DETECT_SPECIAL_NUMBER
    {
        HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CB_DETECT_SPECIAL_NUMBER";
        Pos = MAP_APPFONT ( 12 , 171 ) ;
        Size = MAP_APPFONT ( 130 , 10 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "Detect special numbers" ;
    };

    FixedLine FL_WIDTH
    {
        Pos = MAP_APPFONT ( 6 , 187 ) ;
        Size = MAP_APPFONT ( 252 , 8 ) ;
        Text [ en-US ] = "Fields" ;
    };
    FixedText FT_TYPE
    {
        Pos = MAP_APPFONT ( 12 , 200 ) ;
        Size = MAP_APPFONT ( 60 , 8 ) ;
        Text [ en-US ] = "Column t~ype";
    };
    ListBox LB_TYPE1
    {
        HelpID = "sc:ListBox:RID_SCDLG_ASCII:LB_TYPE1";
        Pos = MAP_APPFONT ( 76 , 198 ) ;
        Size = MAP_APPFONT ( 60 , 68 ) ;
        TabStop = TRUE ;
        DropDown = TRUE ;
    };
    Control CTR_TABLEBOX
    {
        HelpId = HID_SC_ASCII_TABCTR ;
        Border = TRUE ;
        DialogControl = TRUE ;
        Pos = MAP_APPFONT ( 12 , 216 ) ;
        Size = MAP_APPFONT ( 243 , 82 ) ;
    };

    String STR_TEXTTOCOLUMNS
    {
        Text [ en-US ] = "Text to Columns" ;
    };
};