diff options
author | Thomas Benisch <tbe@openoffice.org> | 2001-09-17 10:24:18 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2001-09-17 10:24:18 +0000 |
commit | 3890a3b711dc55b0e85a9bb663af087f62274d7a (patch) | |
tree | 3c6a09f4459c8fa85a380a9a6a7f3f9d7773a104 /basctl/source/inc/dlgresid.hrc | |
parent | ec52fd233aa3b30a166e6785fae8da6dfc19c7d5 (diff) |
#92082# Add additional controls to the dialog editor
Diffstat (limited to 'basctl/source/inc/dlgresid.hrc')
-rw-r--r-- | basctl/source/inc/dlgresid.hrc | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/basctl/source/inc/dlgresid.hrc b/basctl/source/inc/dlgresid.hrc index f0401053fcf9..859dac4be4ee 100644 --- a/basctl/source/inc/dlgresid.hrc +++ b/basctl/source/inc/dlgresid.hrc @@ -2,9 +2,9 @@ * * $RCSfile: dlgresid.hrc,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: tbe $ $Date: 2001-08-17 13:55:42 $ + * last change: $Author: tbe $ $Date: 2001-09-17 11:23:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,6 +82,14 @@ #define RID_STR_CLASS_PROGRESSBAR ( RID_DLG_START + 11 ) #define RID_STR_CLASS_SCROLLBAR ( RID_DLG_START + 12 ) #define RID_STR_CLASS_FIXEDLINE ( RID_DLG_START + 13 ) +#define RID_STR_CLASS_DATEFIELD ( RID_DLG_START + 14 ) +#define RID_STR_CLASS_TIMEFIELD ( RID_DLG_START + 15 ) +#define RID_STR_CLASS_NUMERICFIELD ( RID_DLG_START + 16 ) +#define RID_STR_CLASS_CURRENCYFIELD ( RID_DLG_START + 17 ) +#define RID_STR_CLASS_FORMATTEDFIELD ( RID_DLG_START + 18 ) +#define RID_STR_CLASS_PATTERNFIELD ( RID_DLG_START + 19 ) +#define RID_STR_CLASS_FILECONTROL ( RID_DLG_START + 20 ) + // Property Browser Headline Id's ----------------------------------------------------------- |