SecureVee.rc


/*********************************************************************

	$RCSfile: SecureVee.rc $
	$Revision: 1.4 $
	$Date: 1997/09/09 00:00:36 $
	$Author: doomer $
	Copyright (c) 1997 John Dumais.  All rights reserved.

**********************************************************************

	Description

	A resource file that hold the string identifiers for atom
	descriptions.  This file can be customized so that the strings
	can be in a language other than English.

*********************************************************************/

#include "defines.h"

STRINGTABLE
BEGIN
	IDS_ALT_TAB_ATOM		"veeAltTabString"
	IDS_ALT_F4_ATOM			"veeAltF4String"
	IDS_ALT_RETURN_ATOM		"veeAltReturnString"
	IDS_ALT_ESC_ATOM		"veeAltEscString"
	IDS_ALT_SPACE_ATOM		"veeAltSpaceString"
	IDS_CTRL_ESC_ATOM		"veeCtrlEscapeString"
	IDS_CTRL_SPACE_ATOM		"veeCtrlSpaceString"
END

/*********************************************************************

	$Log: SecureVee.rc $
	Revision 1.4  1997/09/09 00:00:36  doomer
	documentation.
	Revision 1.3  1997/08/25 00:58:14  doomer
	formatting.
	Revision 1.2  1997/08/25 00:52:26  doomer
	am using hot keys instead of a keyboard hook to trap window
	navigation key strokes.  Necessitated additional manifest constants,
	string table entries, and atoms.  Removed the keyboard hook and
	associated stuff.
	Revision 1.1  1997/08/17 04:58:16  doomer
	Initial revision

*********************************************************************/