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

#define IDS_CARDS 1
#define IDD_ABOUTBOX_CARDS 1
#define IDI_ABOUTDLL 1
#define IDS_CARDS_PPG 2
#define IDS_CARDS_PPG_CAPTION 100
#define IDD_PROPPAGE_CARDS 100
#define IDB_SYMS200
#define IDB_FACES201
#define IDB_JOKER210

#define IDB_BACKBASE500
#define IDB_BACK1501
#define IDB_BACK2502
#define IDB_BACK3503
#define IDB_BACK4504
#define IDB_BACK5505
#define IDB_BACK6506
#define IDB_BACK7507
#define IDB_BACK8508
#define IDB_BACK9509
#define IDB_BACK10510
#define IDB_BACK11511
#define IDB_BACK12512
// 500-520 reserved for card back resources

//=--------------------------------------------------------------------------=
// Strings
//
#define IDS_PROPERTIES 1000 // this MUST be 1000 !!!
#define IDS_CARD_GENERALPAGETITLE 2003
#define IDS_CARD_GENERALDOCSTRING 2004
#define IDS_CARD_ABOUTBOXVERB 2005


//=--------------------------------------------------------------------------=
// Dialog Stuff
//
#define IDD_PROPPAGE_CARDGENERAL 2000

#define IDC_SUITE 101
#define IDC_NUMBER 102
#define IDC_INVERT 103
#define IDC_ALIGNMENT 104

#define _RESOURCE_H_
#endif // _RESOURCE_H_