INTEGRATION: CWS frmcontrols01 (1.13.92); FILE MERGED
2003/11/14 15:23:09 fs 1.13.92.5: RESYNC: (1.14-1.15); FILE MERGED 2003/10/29 13:08:16 fs 1.13.92.4: #i18017# remove HardLineBreak property (never had any effect) 2003/10/29 07:40:50 fs 1.13.92.3: #i21605# more spin button related implementations 2003/10/27 15:46:10 fs 1.13.92.2: RESYNC: (1.13-1.14); FILE MERGED 2003/10/22 12:54:22 fs 1.13.92.1: #21277# care for new properties for scroll bar controls
This commit is contained in:
parent
87a48617a2
commit
098271e675
1 changed files with 13 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: formmetadata.hxx,v $
|
||||
*
|
||||
* $Revision: 1.15 $
|
||||
* $Revision: 1.16 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2003-11-05 12:42:13 $
|
||||
* last change: $Author: kz $ $Date: 2003-12-11 12:26:29 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -213,7 +213,7 @@ namespace pcr
|
|||
#define PROPERTY_ID_MULTI 70
|
||||
#define PROPERTY_ID_MULTILINE 71
|
||||
#define PROPERTY_ID_MULTISELECTION 72
|
||||
#define PROPERTY_ID_HARDLINEBREAKS 73
|
||||
// free
|
||||
#define PROPERTY_ID_HSCROLL 74
|
||||
#define PROPERTY_ID_VSCROLL 75
|
||||
#define PROPERTY_ID_SPIN 76
|
||||
|
@ -264,6 +264,16 @@ namespace pcr
|
|||
#define PROPERTY_ID_BOUND_CELL 121
|
||||
#define PROPERTY_ID_LIST_CELL_RANGE 122
|
||||
#define PROPERTY_ID_CELL_EXCHANGE_TYPE 123
|
||||
#define PROPERTY_ID_SCROLLVALUE_MIN 124
|
||||
#define PROPERTY_ID_DEFAULT_SCROLLVALUE 125
|
||||
#define PROPERTY_ID_REPEAT_DELAY 126
|
||||
#define PROPERTY_ID_SYMBOLCOLOR 127
|
||||
#define PROPERTY_ID_SPINVALUE 128
|
||||
#define PROPERTY_ID_SPINVALUE_MIN 129
|
||||
#define PROPERTY_ID_SPINVALUE_MAX 130
|
||||
#define PROPERTY_ID_DEFAULT_SPINVALUE 131
|
||||
#define PROPERTY_ID_SPININCREMENT 132
|
||||
#define PROPERTY_ID_REPEAT 133
|
||||
|
||||
//............................................................................
|
||||
} // namespace pcr
|
||||
|
|
Loading…
Reference in a new issue