From 3890a3b711dc55b0e85a9bb663af087f62274d7a Mon Sep 17 00:00:00 2001 From: Thomas Benisch Date: Mon, 17 Sep 2001 10:24:18 +0000 Subject: #92082# Add additional controls to the dialog editor --- basctl/source/inc/dlgresid.hrc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'basctl/source/inc/dlgresid.hrc') 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 ----------------------------------------------------------- -- cgit