home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
warptlk3.zip
/
TOOLKIT
/
BETA
/
SAMPLES
/
URE
/
TIMEFLD
/
TIMEFLD.H
< prev
next >
Wrap
Text File
|
1995-10-02
|
2KB
|
42 lines
/* timefld.h Created: 1993-12-21 Revised: 1994-05-30 */
/* PMCX Control Example Constants Header */
/* Copyright ╕ 1989-1994 Prominare Inc. All Rights Reserved. */
#define DTS_CURRENTTIME 0x00000001UL
/* --- Miscellaneous Constants ---------------------------------------- */
#define DID_HELP 3 /* Help Push Button ID */
#define DID_FONTCLR 11 /* Font & Colour Push Button ID */
#define DID_BIDI 12 /* Bidi Push Button ID */
#define CB_VISIBLE 256 /* Visible Check Box ID */
#define CB_GROUP 257 /* Group Check Box ID */
#define CB_DISABLED 258 /* Disabled Check Box ID */
#define CB_TABSTOP 259 /* Tab Stop Check Box ID */
#define IDS_VISIBLE 512 /* Visible Style String */
#define IDS_GROUP 513 /* Group Style String */
#define IDS_DISABLED 514 /* Disabled Style String */
#define IDS_TABSTOP 515 /* Tab Stop Style String */
#define EF_HOURS 768 /* Hours Entry Field ID */
#define EF_MINUTES 769 /* Minutes Entry Field ID */
#define EF_SECONDS 770 /* Seconds Entry Field ID */
/* --- Control Dialogue ----------------------------------------------- */
#define DLG_CTRLUSER 1000 /* User Defined Dialog */
#define CB_CURRENTTIME 4048 /* Word Wrap Check Box */
#define EF_TEXT 4051 /* Text Edit Field */
#define EF_SYMBOL 4052 /* ID Symbol Edit Field */
#define IDBX_SYMBOLVALUE 4053 /* ID Value Edit Field */
/* --- Styles String ID's --------------------------------------------- */
#define IDS_DTS_CURRENTTIME 5