home *** CD-ROM | disk | FTP | other *** search
/ NEXT Generation 27 / NEXT27.iso / pc / demos / emperor / dx3.exe / SDK / SAMPLES / SETUP / DINSTALL.H < prev    next >
C/C++ Source or Header  |  1996-08-30  |  1KB  |  46 lines

  1. /*==========================================================================
  2.  *
  3.  *  Copyright (C) 1995 Microsoft Corporation.  All Rights Reserved.
  4.  *
  5.  *  File:       dinstall.h
  6.  *  Content:    Game SDK sample setup program
  7.  ***************************************************************************/
  8.  
  9.  
  10. #ifndef __DINSTALL_H__
  11. #define __DINSTALL_H__
  12.  
  13. #define IDC_EDIT        1000
  14. #define IDC_EDITTEXT    1001
  15. #define IDC_STATIC      1002
  16. #define IDC_REBOOT1     1003
  17. #define IDC_REBOOT2     1004
  18. #define IDC_DIRECTIONS1 1005
  19. #define IDC_DIRECTIONS2 1006
  20. #define IDC_H           1007
  21. #define IDC_B           1008
  22. #define IDC_INFO        1009
  23. #define IDC_SUCCESS     1010
  24. #define IDC_BROWSE      1011
  25.  
  26. /* angusm */
  27. #define IDS_DEFAULT_GAME_DIR       100
  28. #define IDS_TITLE                  101
  29. #define IDS_GROUP_NAME             102
  30. #define IDS_LINK_NAME              103
  31.  
  32. #define IDS_FINISH_BUTTON          116
  33. #define IDS_REBOOT_BUTTON          117
  34. #define IDS_SIGNON_BITMAP_NAME     118
  35. #define IDS_REBOOT_BITMAP_NAME     119
  36. #define IDS_CREATE_MSG             120
  37. #define IDS_DISK_MSG               121
  38. #define IDS_INSTALL_MSG            122
  39. #define IDS_FAILED_MSG             123
  40. #define IDS_COPYING_MSG            124
  41. #define IDS_CURRENT_FILE_MSG       125
  42. #define IDS_SETUP_FAILURE_MSG      126
  43. #define IDS_STARTUP_MSG            127
  44. #define IDS_NTFAILED_MSG           128
  45. #endif
  46.