diff options
author | Daniel Rentz <dr@openoffice.org> | 2001-05-22 12:16:10 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2001-05-22 12:16:10 +0000 |
commit | fd3b5bc30674368bef3d068d4756b8330d58b3b5 (patch) | |
tree | 4c4d02a2000f863b6b8e9491e83485f702b8f840 /sc/source/ui/inc/validate.hrc | |
parent | 7a42746fad39efc4c27f3e27de23118bc7ab1159 (diff) |
#86988# dialog redesign
Diffstat (limited to 'sc/source/ui/inc/validate.hrc')
-rw-r--r-- | sc/source/ui/inc/validate.hrc | 57 |
1 files changed, 30 insertions, 27 deletions
diff --git a/sc/source/ui/inc/validate.hrc b/sc/source/ui/inc/validate.hrc index 03a76730b9f1..e3a893bfc566 100644 --- a/sc/source/ui/inc/validate.hrc +++ b/sc/source/ui/inc/validate.hrc @@ -2,9 +2,9 @@ * * $RCSfile: validate.hrc,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:45:02 $ + * last change: $Author: dr $ $Date: 2001-05-22 13:16:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,29 +58,32 @@ * * ************************************************************************/ -#define TP_VALIDATION_VALUES 696 +#define TP_VALIDATION_VALUES 696 #define TP_VALIDATION_INPUTHELP 697 -#define TP_VALIDATION_ERROR 698 -#define TAB_DLG_VALIDATION 699 -#define FT_ALLOW 1 -#define LB_ALLOW 1 -#define TSB_ALLOW_BLANKS 1 -#define FT_VALUE 2 -#define LB_VALUE 2 -#define FT_MIN 3 -#define EDT_MIN 1 -#define FT_MAX 4 -#define EDT_MAX 2 -#define GRP_VALUES 1 -#define TSB_HELP 1 -#define FT_TITLE 1 -#define FT_INPUTHELP 2 -#define EDT_TITLE 1 -#define EDT_INPUTHELP 2 -#define TSB_SHOW 1 -#define FT_ACTION 3 -#define FT_ERROR 4 -#define LB_ACTION 2 -#define EDT_ERROR 1 -#define BTN_SEARCH 1 -#define GRP_CONTENT 1 +#define TP_VALIDATION_ERROR 698 +#define TAB_DLG_VALIDATION 699 + +#define FT_ALLOW 1 +#define LB_ALLOW 2 +#define TSB_ALLOW_BLANKS 3 +#define FT_VALUE 4 +#define LB_VALUE 5 +#define FT_MIN 6 +#define EDT_MIN 7 +#define FT_MAX 8 +#define EDT_MAX 9 + +#define FL_CONTENT 10 + +#define TSB_HELP 11 +#define FT_TITLE 12 +#define EDT_TITLE 13 +#define FT_INPUTHELP 14 +#define EDT_INPUTHELP 15 + +#define TSB_SHOW 21 +#define FT_ACTION 22 +#define FT_ERROR 23 +#define LB_ACTION 24 +#define EDT_ERROR 25 +#define BTN_SEARCH 26 |