home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / c / wvplr1 / wpdemo.rh < prev    next >
Encoding:
Text File  |  1994-06-25  |  2.1 KB  |  95 lines

  1. //#if !defined(__wpdemo_rh)                // Sentry use file only if it's not already included.
  2. //#define __wpdemo_rh
  3.  
  4. /*  Main wpdemo
  5.     Lighthouse Engineering
  6.     Copyright   1994 by Lighthouse Engineering.  All Rights Reserved.
  7.  
  8.     SUBSYSTEM:    wpdemo.exe Application
  9.     FILE:         wpdemo.h
  10.     AUTHOR:       K. Scott Piel
  11.  
  12.  
  13.     OVERVIEW
  14.     ========
  15.     Constant definitions for all resources defined in wpdemo.rc.
  16. */
  17.  
  18.  
  19. //----------------------------------------------------------------------------
  20. // WavePlayer user specified resource constants are declared here
  21. //----------------------------------------------------------------------------
  22.  
  23. //
  24. // User defined wave resources
  25. //
  26.  
  27. #define IDW_MESSAGE                3000
  28. #define IDW_REGISTER            3001
  29.  
  30. //
  31. // Bitmap resources
  32. //
  33.  
  34. #define IDB_WAVEPLAYER_LOGO    1100
  35.  
  36. //
  37. // IDHELP BorButton for BWCC dialogs.
  38. //
  39.  
  40. #define IDHELP                  998             // Id of help button
  41.  
  42. //
  43. // Application specific definitions:
  44. //
  45.  
  46. #define IDD_EXAMPLE    1
  47. #define IDC_NUMBERFLD    101
  48. #define IDC_SAYIT    102
  49. #define IDC_DOUBLES    111
  50. #define IDC_LONGS    112
  51. #define IDC_WAVEFILE    109
  52. #define IDC_MINUS    104
  53. #define IDC_PLUSMINUS    105
  54. #define IDC_NEGATIVE    106
  55. #define IDC_POSNEG    107
  56. #define IDC_RESOURCE    108
  57. #define IDC_DECIMALS    110
  58. #define IDC_UNSIGNED    103
  59. #define IDI_SDIAPPLICATION      1001            // Application icon
  60. #define SDI_MENU                100             // Menu resource ID and Accelerator IDs
  61. #define CM_HELPWAVEPLAYER_REFERENCE    4
  62. #define CM_HELPLICENSING    3
  63. #define CM_HELPREGISTER    2
  64. #define CM_HELPINFO    1
  65.  
  66. //
  67. // CM_FILEnnnn commands (include\owl\editfile.rh except for CM_FILEPRINTPREVIEW)
  68. //
  69.  
  70. #define CM_SAYNUM               24331           
  71. #define CM_PLAYFILE             24339
  72.  
  73. //
  74. // Window commands (include\owl\windows.rh)
  75. //
  76.  
  77. #define CM_EXIT                 24310
  78.  
  79. //
  80. // Help menu commands.
  81. //
  82.  
  83. #define CM_HELPABOUT            24389
  84.  
  85. //
  86. // About Dialogs
  87. //
  88.  
  89. #define IDD_ABOUT                22000
  90. #define IDC_VERSION             22001
  91. #define IDC_COPYRIGHT           22002
  92. #define IDC_DEBUG               22003
  93.  
  94. //#endif         // __wpdemo_rh sentry.
  95.