home *** CD-ROM | disk | FTP | other *** search
- /*********** DMCUST C Sample Program Include file (.H) *************************/
- /* */
- /* The DMCUST include file defines symbolic constants used */
- /* in the DMCUST.C and .RC files. */
- /* DMCUST local procedure declarations may appear in this file to */
- /* ensure have been declared before being used. */
- /* */
- /******************************************************************************/
-
- #pragma linkage (main,optlink)
- INT main(VOID);
-
-
- #define MSGBOXID 1001
-
- #define ID_WINDOW 256
- #define ID_CONTAINER 300
- #define ID_CUSTPOINTER 301
- #define ID_POPUPMENU 302
- #define RESID_MENU 303
-
- #define ID_OPTIONS 257
- #define ID_OPTION1 258
- #define ID_OPTION2 259
- #define ID_OPTION3 260
-
- #define ID_EXITPROG 261
-
- #define IDS_DMCUST 262
- #define IDS_1 263
- #define IDS_2 264
- #define IDS_3 265
-
- #define UM_REFRESH 10
-