home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / TOOLKIT / WPS / CAR / CARDEF.H < prev    next >
Text File  |  1994-11-17  |  885b  |  38 lines

  1. #define CAR_VERSION_MAJOR 1
  2. #define CAR_VERSION_MINOR 1
  3.  
  4. #define ID_TITLE           100
  5. #define ID_ICON            101
  6.  
  7. #define ID_BEEPMENU        102
  8.  
  9. #define ID_FREQHIGH        2001
  10. #define ID_FREQLOW         2002
  11. #define ID_FREQDEFAULT     2003
  12. #define ID_FREQDEFAULT     2003
  13.  
  14. #define ID_TESTDIALOG      103
  15.  
  16. #define IDD_DASHBOARD      200
  17. #define IDD_HORNBEEP       202
  18.  
  19. #define IDM_BEEPHORN       900
  20.  
  21. #define ID_OPENMENU        701
  22. #define IDM_OPENCAR        702
  23.  
  24. #define ID_WINDOW          3000
  25.  
  26. #define OPEN_CAR           1000
  27. #define CAR_TIMER          1001
  28.  
  29. #define ID_UNDO            801
  30. #define ID_DEFAULT         802
  31. #define ID_HELP            803
  32. #define ID_HITONE          804
  33. #define ID_LOTONE          805
  34. #define ID_SPEEDSLIDER     806
  35. #define ID_STOP            807
  36. #define ID_SPEEDDATA       808
  37. #define ID_GO              809
  38.