home *** CD-ROM | disk | FTP | other *** search
- //=--------------------------------------------------------------------------=
- // Resource.H
- //=--------------------------------------------------------------------------=
- // Copyright 1995-1997 Microsoft Corporation. All Rights Reserved.
- //
- // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
- // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
- // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
- // PARTICULAR PURPOSE.
- //=--------------------------------------------------------------------------=
- //
- // resource IDs.
- //
- #ifndef _RESOURCE_H_
-
- #define RESID_TOOLBOX_BITMAP 1
-
-
- //=--------------------------------------------------------------------------=
- // Strings
- //
-
- // this must be defined for any server that has propety pages. it must be one
- // thousand.
- //
- #define IDS_PROPERTIES 1000
-
- // this is defined for all inproc servers that use satellite localization. it
- // must be 1001
- //
- #define IDS_SERVERBASENAME 1001
-
- #define IDS_TODO_GENERALPAGETITLE 2003
- #define IDS_TODO_GENERALDOCSTRING 2004
- #define IDS_TODO_ABOUTBOXVERB 2005
-
- #define IDS_DEFAULTEXT 2006
- #define IDS_FILEDESCRIPTION 2007
-
- //=--------------------------------------------------------------------------=
- // Dialog Stuff
- //
- #define IDD_PROPPAGE_TODOGENERAL 2000
-
-
- #define _RESOURCE_H_
- #endif // _RESOURCE_H_
-