diff options
author | Thomas Benisch <tbe@openoffice.org> | 2001-10-19 11:58:51 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2001-10-19 11:58:51 +0000 |
commit | 1a2328a642216b4b64cc308a9f6c2d1d7ab74e2c (patch) | |
tree | 16d9451e78e9d707e22dec9d26b921b1e73b3f9e /extensions/source/propctrlr/formresid.hrc | |
parent | 45e626ceab19f3fd803bcaed0b0c1621169a218a (diff) |
#92755# Assign Standard Values for Basic Controls in Designmode
Diffstat (limited to 'extensions/source/propctrlr/formresid.hrc')
-rw-r--r-- | extensions/source/propctrlr/formresid.hrc | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/formresid.hrc b/extensions/source/propctrlr/formresid.hrc index 4f76809bcd33..993318423582 100644 --- a/extensions/source/propctrlr/formresid.hrc +++ b/extensions/source/propctrlr/formresid.hrc @@ -2,9 +2,9 @@ * * $RCSfile: formresid.hrc,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: tbe $ $Date: 2001-09-28 14:54:09 $ + * last change: $Author: tbe $ $Date: 2001-10-19 12:58:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -242,6 +242,13 @@ #define RID_STR_ENUM_ORIENTATION ( RID_FORMBROWSER_START + 180 ) #define RID_STR_ENUM_SIDE_ALIGN ( RID_FORMBROWSER_START + 181 ) #define RID_STR_EVT_ADJUSTMENTVALUECHANGED ( RID_FORMBROWSER_START + 182 ) +#define RID_STR_DATE ( RID_FORMBROWSER_START + 183 ) +#define RID_STR_STATE ( RID_FORMBROWSER_START + 184 ) +#define RID_STR_TIME ( RID_FORMBROWSER_START + 185 ) +#define RID_STR_SCALEIMAGE ( RID_FORMBROWSER_START + 186 ) +#define RID_STR_PUSHBUTTONTYPE ( RID_FORMBROWSER_START + 187 ) +#define RID_STR_ENUM_PUSHBUTTONTYPE ( RID_FORMBROWSER_START + 188 ) + // ----------------------------------------------------------------------- // - dialogs @@ -285,6 +292,9 @@ /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.11 2001/09/28 14:54:09 tbe + * #92258# click handler for Basic Scrollbar + * * Revision 1.10 2001/06/06 10:36:52 fs * #86837# +RID_STR_ENUM_SIDE_ALIGN * |