home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // ObjectWindows - (C) Copyright 1991, 1993 by Borland International
- //----------------------------------------------------------------------------
-
- #define CM_CREATE 101
- #define CM_RSTRING 102
- #define CM_RCURSOR 103
- #define CM_RICON 104
- #define CM_RBITMAP 105
-
- #define ID_STRING 300
- #define ID_ICON 301
- #define ID_CURSOR 302
- #define ID_BITMAP 303
-
-