home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / appwiz / logowiz / template / dlgres.h < prev    next >
C/C++ Source or Header  |  1998-03-05  |  2KB  |  58 lines

  1. //{{NO_DEPENDENCIES}}
  2. // Microsoft Visual C++ generated include file.
  3. // Used by $$ROOT$$.RC
  4. //
  5. $$IF(PRESS_ME_DIALOG)
  6. #define IDB_SMILE_UP                    120
  7. #define IDB_SMILE_DOWN                  121
  8. #define IDB_SMILE_FOCUS                 122
  9. #define IDB_FROWN_UP                    123
  10. #define IDB_FROWN_DOWN                  124
  11. #define IDB_FROWN_FOCUS                 125
  12. $$ENDIF //PRESS_ME_DIALOG
  13. $$IF(PROJTYPE_DLG)
  14. #define IDR_MAINFRAME                   128
  15. $$IF(ABOUT)
  16. #define IDM_ABOUTBOX                    0x0010
  17. #define IDD_ABOUTBOX                    100
  18. $$ENDIF //ABOUT
  19. $$IF(AUTOMATION)
  20. #define IDP_OLE_INIT_FAILED             100
  21. $$ENDIF //AUTOMATION
  22. $$IF(ABOUT)
  23. #define IDS_ABOUTBOX                    101
  24. $$ENDIF //ABOUT
  25. #define IDD_$$SAFE_ROOT$$_DIALOG                102
  26. $$ENDIF //PROJTYPE_DLG
  27. $$IF(SOCKETS)
  28. $$IF(PROJTYPE_DLG)
  29. #define IDP_SOCKETS_INIT_FAILED         103
  30. $$ELSE //!PROJTYPE_DLG (i.e., PROJTYPE_DLL)
  31. #define IDP_SOCKETS_INIT_FAILED         101
  32. $$ENDIF //PROJTYPE_DLG
  33. $$ENDIF //SOCKETS
  34. $$IF(PROJTYPE_DLG)
  35. $$IF(PRESS_ME_DIALOG)
  36. #define IDD_PRESS_ME                    104
  37. #define IDC_PRESS_ME                    105
  38. $$ENDIF  //PRESS_ME
  39. $$ENDIF //PROJTYPE_DLG
  40.  
  41. // Next default values for new objects
  42. //
  43. #ifdef APSTUDIO_INVOKED
  44. #ifndef APSTUDIO_READONLY_SYMBOLS
  45.  
  46. $$IF(PROJTYPE_DLL || PROJTYPE_OCX)
  47. #define _APS_NEXT_RESOURCE_VALUE    $$START_RES$$
  48. #define _APS_NEXT_CONTROL_VALUE     $$START_RES$$
  49. #define _APS_NEXT_SYMED_VALUE       $$START_RES$$
  50. $$ELSE
  51. #define _APS_NEXT_RESOURCE_VALUE    129
  52. #define _APS_NEXT_CONTROL_VALUE     1000
  53. #define _APS_NEXT_SYMED_VALUE       101
  54. $$ENDIF
  55. #define _APS_NEXT_COMMAND_VALUE     32771
  56. #endif
  57. #endif
  58.