home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // ObjectWindows - (C) Copyright 1991, 1996 by Borland International
- // intldemo.hh
- //----------------------------------------------------------------------------
- #define HC_APP_APPLICATION 10
- #define HC_APP_QUIT 20
- #define HC_APP_WINDOW 30
-
- #define HC_FRAME_CLOCALE 40
- #define HC_FRAME_USLOCALE 50
- #define HC_FRAME_UKLOCALE 60
- #define HC_FRAME_FRALOCALE 70
- #define HC_FRAME_GERLOCALE 80
- #define HC_FRAME_WINDOW 90
- #define HC_FRAME_ENGLANG 100
- #define HC_FRAME_FRALANG 110
- #define HC_FRAME_GERLANG 120
-
- #define HC_CLIENT_ISALNUM 200
- #define HC_CLIENT_ISALPHA 210
- #define HC_CLIENT_ISASCII 220
- #define HC_CLIENT_ISCNTRL 230
- #define HC_CLIENT_ISDIGIT 240
- #define HC_CLIENT_ISGRAPH 250
- #define HC_CLIENT_ISLOWER 260
- #define HC_CLIENT_ISPRINT 270
- #define HC_CLIENT_ISPUNCT 280
- #define HC_CLIENT_ISSPACE 290
- #define HC_CLIENT_ISUPPER 300
- #define HC_CLIENT_ISXDIGIT 310