/*
Copyright (c) 1999  Microsoft Corporation

Module Name:

    appcompat.h

Abstract:
    Definition of the ID's for the various controls.

*/

#define FIRSTBUTTON      10
#define IDD_WINNT43      10
#define IDD_WINNT44      11
#define IDD_WINNT45      12
#define IDD_WIN98        13
#define IDD_WIN95        14
#define IDD_NONE         15
#define LASTBUTTON       15

#define IDD_BROWSE      150
#define IDD_LAUNCH      160
#define IDD_CLOSE       170
#define IDD_HELP        180

#define IDD_APPEDIT     200
#define IDD_APPNAME     201

#define IDD_CHECK1      401
#define IDD_CHECK2      402
#define IDD_CHECK3      403
#define IDD_CHECK4      404
#define IDD_DCOMFTM     405
#define IDD_OLDPATH     406


#define IDS_ERROFN      303
#define IDS_ERREDITCTRL 304

#define IDHH_HELP       TEXT("/topics/appcomp.htm")
#define IDHH_CMDSYNTAX  TEXT("/topics/appcomp_syntax.htm")

//#define EXTRA_APP_COMPAT    1
