#ifndef __APPHELP_IDS
#define __APPHELP_IDS

#define IDS_APPCOMPATWIN95H         1000
#define IDS_APPCOMPATWIN95          1001
#define IDS_APPCOMPATWIN95L         1002
#define IDS_APPCOMPATWIN95R         1003
#define IDS_APPCOMPAT_CANCEL        1004
#define IDS_APPCOMPAT_RUNCANCEL     1005

#define IDC_WORKED                  1100
#define IDC_NOTWORKING              1101


#define DLG_APPCOMPAT               2000
#define DLG_FEEDBACK                2100

#define IDD_STATE                   2001
#define IDD_RICHTEXT                2002
#define IDD_LINE_1                  2003
#define IDD_DETAILS                 2004
#define IDD_ICON                    2005
#define IDD_ICON_TRASH              2006
#define IDD_APPNAME                 2007
#define IDD_CONTACT                 2008
#define IDD_LINE_2                  2009
#define IDD_APPHELP_DETAILS         2010

#endif