//--------------------------------------------------------------------
//
//  Microsoft Windows
//
//  Copyright (C) Microsoft Corporation, 2000
//
//  File:       resource.h
//
//  Contents:   the resource header for saferbox.c
//
//  History:    25-Nov-00   johnla   created
//              
//--------------------------------------------------------------------------
//defintion for string IDS

#define MAX_USAGE_LEN 4096

#define		IDS_CMD_QUERY 					5001
#define		IDS_CMD_RUN						5002 
#define		IDS_CMD_HASH					5003
#define		IDS_CMD_LIST					5004
#define		IDS_CMD_LISTRULES				5005
#define		IDS_FLAG_LEVELID				5006
#define		IDS_FLAG_RULETYPES				5007
#define		IDS_RULETYPES_PATH				5008
#define		IDS_RULETYPES_HASH				5009
#define		IDS_RULETYPES_CERTIFICATE		5010
#define		IDS_USAGE_SYNTAX   				5011
#define 	IDS_FLAG_SCOPE					5034
#define		IDS_SCOPE_HKLM					5035
#define		IDS_SCOPE_HKCU					5036
#define		IDS_CMD_REGKEY 					5037
#define 	IDS_CMD_DUMPREG 				5038

#define		IDS_USINGDEFAULTRULE			5100
#define		IDS_MATCHPATH					5101
#define		IDS_MATCHHASH					5102
#define		IDS_MATCHZONE					5103
#define		IDS_MATCHCERTORDEFAULT			5104
#define		IDS_GUIDRULEIS					5105
#define		IDS_SECURITYLEVEL				5106
#define		IDS_SECURITYLEVELDESC			5107
#define		IDS_ERR_NOLEVELSFOUND			5108
#define		IDS_ERR_NOLEVELID				5109
#define		IDS_ERR_CMDLINETOOLONG  		5110
#define		IDS_ERR_NOAPPNAME				5111
#define		IDS_ERR_IMGACCESSERR			5112
#define		IDS_ERR_ERRMATCHRULE			5113
#define		IDS_ERR_PROCESSNOLAUNCH 		5114
#define		IDS_ERR_LEVELOPENERR			5115
#define		IDS_ERR_PROCESSLAUNCHERR		5116
#define		IDS_PROCSUSPENDED 	    		5117
#define		IDS_THREADRESUMED				5118
#define		IDS_ERR_GETVERERR				5119
#define		IDS_ERR_INCORRECTOSVER			5120
#define 	IDS_LISTING_HKCU				5121
#define 	IDS_LISTING_HKLM				5122
#define		IDS_NORULESFOUND				5123
#define 	IDS_DEFAULTLEVEL				5124
#define 	IDS_ERR_REGNOTFOUND				5125
#define 	IDS_ERR_NOREGVALUE				5126
#define 	IDS_REGVALUE					5127

