home *** CD-ROM | disk | FTP | other *** search
- //#if !defined(__wpdemo_rh) // Sentry use file only if it's not already included.
- //#define __wpdemo_rh
-
- /* Main wpdemo
- Lighthouse Engineering
- Copyright 1994 by Lighthouse Engineering. All Rights Reserved.
-
- SUBSYSTEM: wpdemo.exe Application
- FILE: wpdemo.h
- AUTHOR: K. Scott Piel
-
-
- OVERVIEW
- ========
- Constant definitions for all resources defined in wpdemo.rc.
- */
-
-
- //----------------------------------------------------------------------------
- // WavePlayer user specified resource constants are declared here
- //----------------------------------------------------------------------------
-
- //
- // User defined wave resources
- //
-
- #define IDW_MESSAGE 3000
- #define IDW_REGISTER 3001
-
- //
- // Bitmap resources
- //
-
- #define IDB_WAVEPLAYER_LOGO 1100
-
- //
- // IDHELP BorButton for BWCC dialogs.
- //
-
- #define IDHELP 998 // Id of help button
-
- //
- // Application specific definitions:
- //
-
- #define IDD_EXAMPLE 1
- #define IDC_NUMBERFLD 101
- #define IDC_SAYIT 102
- #define IDC_DOUBLES 111
- #define IDC_LONGS 112
- #define IDC_WAVEFILE 109
- #define IDC_MINUS 104
- #define IDC_PLUSMINUS 105
- #define IDC_NEGATIVE 106
- #define IDC_POSNEG 107
- #define IDC_RESOURCE 108
- #define IDC_DECIMALS 110
- #define IDC_UNSIGNED 103
- #define IDI_SDIAPPLICATION 1001 // Application icon
- #define SDI_MENU 100 // Menu resource ID and Accelerator IDs
- #define CM_HELPWAVEPLAYER_REFERENCE 4
- #define CM_HELPLICENSING 3
- #define CM_HELPREGISTER 2
- #define CM_HELPINFO 1
-
- //
- // CM_FILEnnnn commands (include\owl\editfile.rh except for CM_FILEPRINTPREVIEW)
- //
-
- #define CM_SAYNUM 24331
- #define CM_PLAYFILE 24339
-
- //
- // Window commands (include\owl\windows.rh)
- //
-
- #define CM_EXIT 24310
-
- //
- // Help menu commands.
- //
-
- #define CM_HELPABOUT 24389
-
- //
- // About Dialogs
- //
-
- #define IDD_ABOUT 22000
- #define IDC_VERSION 22001
- #define IDC_COPYRIGHT 22002
- #define IDC_DEBUG 22003
-
- //#endif // __wpdemo_rh sentry.
-