home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / labs / c08 / lab02 / ex01 / resource.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-20  |  1.0 KB  |  32 lines

  1. //{{NO_DEPENDENCIES}}
  2. // Microsoft Visual C++ generated include file.
  3. // Used by EMPLOYEE.RC
  4. //
  5. #define IDR_MAINFRAME                128
  6. #define IDR_EMPLOYTYPE                129
  7. #define IDD_ABOUTBOX                100
  8. #define IDD_EMPLOYEE_FORM            101
  9. #define IDP_FAILED_OPEN_DATABASE    103
  10. #define IDC_FNAME                       1000
  11. #define IDC_LNAME                       1001
  12. #define IDC_EMP_NO                      1002
  13. #define IDC_DEPT                        1003
  14. #define IDC_PAY_TYPE                    1004
  15. #define IDC_BIRTH                       1005
  16. #define IDC_HOUR_RATE                   1006
  17. #define IDC_MARITAL_STATUS              1007
  18. #define IDC_HEIGHT                      1008
  19. #define IDC_WEIGHT                      1009
  20.  
  21. // Next default values for new objects
  22. // 
  23. #ifdef APSTUDIO_INVOKED
  24. #ifndef APSTUDIO_READONLY_SYMBOLS
  25. #define _APS_3D_CONTROLS            1
  26. #define _APS_NEXT_RESOURCE_VALUE    130
  27. #define _APS_NEXT_CONTROL_VALUE        1000
  28. #define _APS_NEXT_SYMED_VALUE        101
  29. #define _APS_NEXT_COMMAND_VALUE        32771
  30. #endif
  31. #endif
  32.