home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / CNRDTL.ZIP / CNRDTL.H < prev    next >
C/C++ Source or Header  |  1992-09-18  |  915b  |  25 lines

  1. // cnrdtl.h -- Definitions for cnrdtl demo
  2.  
  3. //--------------------------------------------------------------
  4. //  Change the following as required for target system
  5. //--------------------------------------------------------------
  6. #define OS220                           // Define target system
  7. //#define OS213                         // OS/2 1.3 + CUA Lib/2
  8.  
  9. #ifdef OS220
  10.     #define MSGID   ULONG               // OS/2 2.0
  11. #else
  12.     #define MSGID   USHORT              // OS/2 1.3
  13.     #include <fclcnrp.h>                // CUA Library/2
  14.     #define WC_CONTAINER CCL_CONTAINER  // Window class
  15. #endif                               
  16.  
  17. //  Defines for dialogs, controls
  18. #define IDLG_EXAMPLE        100
  19. #define IDCN_STATEINFO      200
  20. #define IDS_HEAD_STATE      500
  21. #define IDS_HEAD_CAP        501
  22. #define IDS_HEAD_POP        502
  23. #define IDS_HEAD_ADM        503
  24. #define IDS_TITLE           504
  25.