xref: /aoo4110/main/sc/source/ui/inc/validate.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#define TP_VALIDATION_VALUES    696
24#define TP_VALIDATION_INPUTHELP 697
25#define TP_VALIDATION_ERROR     698
26#define TAB_DLG_VALIDATION      699
27
28#define FT_ALLOW                1
29#define LB_ALLOW                2
30#define TSB_ALLOW_BLANKS        3
31#define FT_VALUE                4
32#define LB_VALUE                5
33#define FT_MIN                  6
34#define EDT_MIN                 7
35#define FT_MAX                  8
36#define EDT_MAX                 9
37
38#define FL_CONTENT              10
39
40#define TSB_HELP                11
41#define FT_TITLE                12
42#define EDT_TITLE               13
43#define FT_INPUTHELP            14
44#define EDT_INPUTHELP           15
45
46#define TSB_SHOW                21
47#define FT_ACTION               22
48#define FT_ERROR                23
49#define LB_ACTION               24
50#define EDT_ERROR               25
51#define BTN_SEARCH              26
52
53#define CB_SHOWLIST             27
54#define CB_SORTLIST             28
55#define EDT_LIST                29
56#define FT_SOURCEHINT           30
57//<!--Added by PengYunQuan for Validity Cell Range Picker
58#define	RB_VALIDITY_REF			88
59//-->Added by PengYunQuan for Validity Cell Range Picker
60
61/*  Position indexes for "Allow" list box.
62    They do not map directly to ScValidationMode and can safely be modified to
63    change the order of the list box entries. */
64#define SC_VALIDDLG_ALLOW_ANY       0
65#define SC_VALIDDLG_ALLOW_WHOLE     1
66#define SC_VALIDDLG_ALLOW_DECIMAL   2
67#define SC_VALIDDLG_ALLOW_DATE      3
68#define SC_VALIDDLG_ALLOW_TIME      4
69#define SC_VALIDDLG_ALLOW_RANGE     5
70#define SC_VALIDDLG_ALLOW_LIST      6
71#define SC_VALIDDLG_ALLOW_TEXTLEN   7
72
73/*  Position indexes for "Data" list box.
74    They do not map directly to ScConditionMode and can safely be modified to
75    change the order of the list box entries. */
76#define SC_VALIDDLG_DATA_EQUAL      0
77#define SC_VALIDDLG_DATA_LESS       1
78#define SC_VALIDDLG_DATA_GREATER    2
79#define SC_VALIDDLG_DATA_EQLESS     3
80#define SC_VALIDDLG_DATA_EQGREATER  4
81#define SC_VALIDDLG_DATA_NOTEQUAL   5
82#define SC_VALIDDLG_DATA_BETWEEN    6
83#define SC_VALIDDLG_DATA_NOTBETWEEN 7
84
85