
#define  uChar				unsigned char
#define	CHECK_PATCH			0
#define	APPLY_PATCH			1
#define	UNDO_PATCH			2

#define IDD_MAIN				1
#define IDD_ABOUT				2
#define IDD_HELP				3
#define IDC_TREEVIEW			101
#define IDC_PROGRESSBAR		102
#define IDC_STATUSBAR		103
#define IDC_FORCE				104
#define IDC_PATCH				105
#define IDC_UNDO				106
#define IDC_EXIT				107
#define IDC_ABOUT				108
// ***************************
#ifdef  IDC_HELP
#undef  IDC_HELP
#endif
#define IDC_HELP				109
// ***************************
#define IDC_OK					111
#define IDC_THANX				IDC_OK
#define IDC_STATICTEXT1		112
#define IDC_STATICTEXT2		113

#define IDI_FLOPPY			200
#define IDI_DRIVE				201
#define IDI_CDROM				202
#define IDI_NETWORK			203
#define IDI_RAMDISK			204
#define IDI_FOLDER			205

