xref: /aoo4110/main/sc/source/ui/dbgui/asciiopt.hrc (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23#include "sc.hrc"
24//#define RID_SCDLG_ASCII 256
25#define BTN_OK                      1
26#define BTN_CANCEL                  2
27#define BTN_HELP                    3
28
29#define FL_FIELDOPT                 4
30#define FT_CHARSET                  5
31#define LB_CHARSET                  6
32#define FT_CUSTOMLANG               7
33#define LB_CUSTOMLANG               8
34#define FT_AT_ROW                   9
35#define NF_AT_ROW                   10
36
37#define FL_SEPOPT                   11
38#define RB_FIXED                    12
39#define RB_SEPARATED                13
40#define CKB_TAB                     14
41#define CKB_COMMA                   15
42#define CKB_OTHER                   16
43#define ED_OTHER                    17
44#define CKB_SEMICOLON               18
45#define CKB_SPACE                   19
46#define CB_ASONCE                   20
47#define CB_TEXTSEP                  21
48#define FT_TEXTSEP                  22
49
50#define FL_OTHER_OPTIONS            23
51#define CB_QUOTED_AS_TEXT           24
52#define CB_DETECT_SPECIAL_NUMBER    25
53
54#define FL_WIDTH                    26
55#define FT_TYPE                     27
56#define LB_TYPE1                    28
57#define CTR_TABLEBOX                29
58#define STR_TEXTTOCOLUMNS           30
59
60
61
62
63
64
65
66
67
68