RESOURCE.H
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:
Windows编程
开发平台:
Visual C++
- //=--------------------------------------------------------------------------=
- // 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
- #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_SYMS 200
- #define IDB_FACES 201
- #define IDB_JOKER 210
- #define IDB_BACKBASE 500
- #define IDB_BACK1 501
- #define IDB_BACK2 502
- #define IDB_BACK3 503
- #define IDB_BACK4 504
- #define IDB_BACK5 505
- #define IDB_BACK6 506
- #define IDB_BACK7 507
- #define IDB_BACK8 508
- #define IDB_BACK9 509
- #define IDB_BACK10 510
- #define IDB_BACK11 511
- #define IDB_BACK12 512
- // 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_