RESOURCE.H
//=--------------------------------------------------------------------------= 
// Resource.H 
//=--------------------------------------------------------------------------= 
// Copyright 1995 - 1998 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 
// 
#define IDS_PROPERTIES                1000                // this MUST be 1000 !!! 
#define IDS_WEBIMAGE_GENERALPAGETITLE 2003 
#define IDS_WEBIMAGE_GENERALDOCSTRING 2004 
#define IDS_WEBIMAGE_ABOUTBOXVERB     2005 
 
//=--------------------------------------------------------------------------= 
// Dialog Stuff 
// 
#define IDD_PROPPAGE_WEBIMAGEGENERAL  2000 
 
#define IDC_URL                       101 
 
#define _RESOURCE_H_ 
#endif // _RESOURCE_H_