home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ibmodf.zip / CUSTOMER.ZIP / MYDEFS.H < prev    next >
Text File  |  1995-06-19  |  414b  |  18 lines

  1. #ifndef _MYDEFS_H
  2. #define _MYDEFS_H
  3.  
  4. // Defines used here, there and around...
  5. #define ID_FIRSTVIEW   5000
  6. #define ID_SECONDVIEW  6000
  7. #define ID_CANVAS      6100
  8. #define ID_CUST         501
  9. #define ID_BALANCE      502
  10. #define ID_COMPANY      503
  11. #define ID_STATE        505
  12.  
  13. #define ID_CUST_LABEL       601
  14. #define ID_COMPANY_LABEL    602
  15. #define ID_STATE_LABEL      605
  16.  
  17. #endif /* _MYDEFS_H */
  18.