home *** CD-ROM | disk | FTP | other *** search
- //***************************************************************************
- //
- // BNDEMO2.H - Header file
- //
- // Steven R Clabaugh
- // SRC Enterprises
- //
- //***************************************************************************
-
- // Main Menu IDs
- #define IDM_ABOUT 100
-
- // Main Window Button IDs
- #define VSPIN1 201
- #define VSPEDIT1 202
- #define VSPIN2 203
- #define VSPEDIT2 204
- #define VSPIN3 205
- #define VSPEDIT3 206
- #define VSPIN4 207
- #define VSPEDIT4 208
- #define VSPIN5 209
- #define VSPEDIT5 210
- #define VSPIN6 211
- #define VSPEDIT6 212
- #define HSPIN1 213
- #define HSPEDIT1 214
- #define HSPIN2 215
- #define HSPEDIT2 216
- #define HSPIN3 217
- #define HSPEDIT3 218
- #define HSPIN4 219
- #define HSPEDIT4 220
- #define HSPIN5 221
- #define HSPEDIT5 222
- #define HSPIN6 223
- #define HSPEDIT6 224
- #define NFTSW 225
- #define SWITCH1 226
- #define REDBUTTON 227
- #define GRNBUTTON 228
- #define BLUBUTTON 229
- #define YELBUTTON 230
- #define CYNBUTTON 231
- #define MAGBUTTON 232
- #define GRYBUTTON 233
- #define BLKBUTTON 234
- #define VOLUME 235
- #define VEDIT 236
- #define VOLED 237
-
- // Function Prototypes
- int PASCAL WinMain(HINSTANCE, HINSTANCE, LPSTR, int);
- BOOL InitApplication(HINSTANCE);
- BOOL InitInstance(HINSTANCE, int);
- long FAR PASCAL MainWndProc(HWND, unsigned, WORD, LONG);
- BOOL FAR PASCAL About(HWND, unsigned, WORD, LONG);
-