//==========================================================================; // // 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. // // Copyright (c) 1992 - 1998 Microsoft Corporation. All Rights Reserved. // //--------------------------------------------------------------------------; // // Definitions of symbolic constants used in GargProp.rc and gargprop.cpp. // #ifndef __GARGLERESOURCE__ #define __GARGLERESOURCE__ #ifdef __cplusplus extern "C" { #endif #define IDD_GARGPROP 101 #define IDS_STATIC -1 #define IDB_DEFAULT 1001 // pushbutton id #define IDB_SQUARE_TRIANGLE 1002 // pushbutton id #define IDS_NAME 102 #ifdef __cplusplus } #endif #endif // __GARGLERESOURCE__