home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NEXT Generation 27
/
NEXT27.iso
/
pc
/
demos
/
emperor
/
dx3.exe
/
SDK
/
SAMPLES
/
SETUP
/
DINSTALL.H
< prev
next >
Wrap
C/C++ Source or Header
|
1996-08-30
|
1KB
|
46 lines
/*==========================================================================
*
* Copyright (C) 1995 Microsoft Corporation. All Rights Reserved.
*
* File: dinstall.h
* Content: Game SDK sample setup program
***************************************************************************/
#ifndef __DINSTALL_H__
#define __DINSTALL_H__
#define IDC_EDIT 1000
#define IDC_EDITTEXT 1001
#define IDC_STATIC 1002
#define IDC_REBOOT1 1003
#define IDC_REBOOT2 1004
#define IDC_DIRECTIONS1 1005
#define IDC_DIRECTIONS2 1006
#define IDC_H 1007
#define IDC_B 1008
#define IDC_INFO 1009
#define IDC_SUCCESS 1010
#define IDC_BROWSE 1011
/* angusm */
#define IDS_DEFAULT_GAME_DIR 100
#define IDS_TITLE 101
#define IDS_GROUP_NAME 102
#define IDS_LINK_NAME 103
#define IDS_FINISH_BUTTON 116
#define IDS_REBOOT_BUTTON 117
#define IDS_SIGNON_BITMAP_NAME 118
#define IDS_REBOOT_BITMAP_NAME 119
#define IDS_CREATE_MSG 120
#define IDS_DISK_MSG 121
#define IDS_INSTALL_MSG 122
#define IDS_FAILED_MSG 123
#define IDS_COPYING_MSG 124
#define IDS_CURRENT_FILE_MSG 125
#define IDS_SETUP_FAILURE_MSG 126
#define IDS_STARTUP_MSG 127
#define IDS_NTFAILED_MSG 128
#endif