home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Power Pack / Visual_Basic4_Power_Pack.bin / vb4files / scentbns / bndemo2.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-20  |  1.4 KB  |  58 lines

  1. //***************************************************************************
  2. //
  3. // BNDEMO2.H - Header file
  4. //
  5. // Steven R Clabaugh
  6. // SRC Enterprises
  7. //
  8. //***************************************************************************
  9.  
  10. // Main Menu IDs
  11. #define IDM_ABOUT 100
  12.  
  13. // Main Window Button IDs
  14. #define VSPIN1    201
  15. #define VSPEDIT1  202
  16. #define VSPIN2    203
  17. #define VSPEDIT2  204
  18. #define VSPIN3    205
  19. #define VSPEDIT3  206
  20. #define VSPIN4    207
  21. #define VSPEDIT4  208
  22. #define VSPIN5    209
  23. #define VSPEDIT5  210
  24. #define VSPIN6    211
  25. #define VSPEDIT6  212
  26. #define HSPIN1    213
  27. #define HSPEDIT1  214
  28. #define HSPIN2    215
  29. #define HSPEDIT2  216
  30. #define HSPIN3    217
  31. #define HSPEDIT3  218
  32. #define HSPIN4    219
  33. #define HSPEDIT4  220
  34. #define HSPIN5    221
  35. #define HSPEDIT5  222
  36. #define HSPIN6    223
  37. #define HSPEDIT6  224
  38. #define NFTSW     225
  39. #define SWITCH1   226
  40. #define REDBUTTON 227
  41. #define GRNBUTTON 228
  42. #define BLUBUTTON 229
  43. #define YELBUTTON 230
  44. #define CYNBUTTON 231
  45. #define MAGBUTTON 232
  46. #define GRYBUTTON 233
  47. #define BLKBUTTON 234
  48. #define VOLUME    235
  49. #define VEDIT     236
  50. #define VOLED     237
  51.  
  52. // Function Prototypes
  53. int  PASCAL WinMain(HINSTANCE, HINSTANCE, LPSTR, int);
  54. BOOL InitApplication(HINSTANCE);
  55. BOOL InitInstance(HINSTANCE, int);
  56. long FAR PASCAL MainWndProc(HWND, unsigned, WORD, LONG);
  57. BOOL FAR PASCAL About(HWND, unsigned, WORD, LONG);
  58.