home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / rwp15.zip / MISC.H < prev    next >
Text File  |  1993-03-24  |  914b  |  27 lines

  1. /* --------------------------------------------------------------------
  2.                         Miscellaneous Header File
  3.                               Chapter 15
  4.  
  5.                     Real World Programming for OS/2
  6.              Copyright (c) 1993 Blain, Delimon, and English
  7. -------------------------------------------------------------------- */
  8.  
  9. /* Dialog and Control Identifiers     */
  10.  
  11. #define ID_APPNAME                     1
  12. #define IDD_PIBTIB                     2
  13. #define IDD_DRIVES                     3
  14. #define IDD_FILESEARCH                 4
  15. #define IDD_SYSINFO                    5
  16.  
  17. #define IDM_SYSTEM                   100
  18. #define IDM_PIBTIB                   101
  19. #define IDM_SYSINFO                  102
  20.  
  21. #define IDM_FILES                    110
  22. #define IDM_DRIVES                   111
  23. #define IDM_FILESEARCH               112
  24.  
  25. #define IDM_ABOUT                    120
  26.  
  27.