home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / OWLRANGE.PAK / RESOURCE.H < prev   
Encoding:
C/C++ Source or Header  |  1997-05-06  |  1019 b   |  39 lines

  1. // resource.h
  2. //............................................................................
  3. #ifndef RESOURCE_H
  4. #define RESOURCE_H
  5.  
  6. //............................................................................
  7. // Dialog constants
  8. #define IDD_START_AND_END 1
  9.  
  10. #define IDC_START_VALUE    101
  11. #define IDC_END_VALUE    102
  12.  
  13. //............................................................................
  14. // String table constants
  15.  
  16. #define IDS_MAINTITLE    100
  17.  
  18. //............................................................................
  19. // Menu constants
  20.  
  21. #define IDM_MAIN            1
  22.  
  23. #define IDM_NAV_FIRST        1
  24. #define IDM_NAV_PRIORSET    2
  25. #define IDM_NAV_PRIOR        3
  26. #define IDM_NAV_NEXT            4
  27. #define IDM_NAV_NEXTSET        5
  28. #define IDM_NAV_LAST            6
  29.  
  30. #define IDM_TEST_SETRANGE_STARTEND    11
  31.  
  32. //............................................................................
  33. // Icon constants
  34.  
  35. #define IDI_MAIN        1
  36.  
  37. //............................................................................
  38. #endif // RESOURCE_H
  39.