diff options
Diffstat (limited to 'include/nt/resource.h')
-rw-r--r-- | include/nt/resource.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/include/nt/resource.h b/include/nt/resource.h new file mode 100644 index 00000000..905cbeb6 --- /dev/null +++ b/include/nt/resource.h @@ -0,0 +1,36 @@ +/** BEGIN COPYRIGHT BLOCK + * Copyright 2001 Sun Microsystems, Inc. + * Portions copyright 1999, 2001-2003 Netscape Communications Corporation. + * All rights reserved. + * END COPYRIGHT BLOCK **/ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by netsite.rc +// +#define IDB_BITMAP1 101 +#define DLG_STARTUP_ERROR 101 +#define IDI_NETSITE 102 +#define IDI_ICON1 104 +#define DLG_GETPASSWORD 106 +#define IDI_ICON2 107 +#define IDD_PASSWORD 108 +#define IDI_KEY 109 +#define IDD_PIN 110 +#define IDEDIT 1000 +#define IDC_ERRORLOG 1001 +#define ID_EXIT 1001 +#define IDC_ERRORMSG 1002 +#define IDC_STARTUP_ERROR 1003 +#define IDC_STATIC -1 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 110 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1002 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif + |