home *** CD-ROM | disk | FTP | other *** search
- // File: IPFEDEMO.H
- // Date: 5/26/1993
- // Purpose: Definitions for IPFEDEMO.C sample.
-
- #define IDD_IPFEDEMO 1
-
- #define IDM_QUIT 9999
- #define IDM_MESSAGE_BOX 105
- #define IDM_SAMPLE_DIALOG 110
- #define IDM_HELP 150
- #define IDM_HELP_USING 155
- #define IDM_HELP_INDEX 160
- #define IDM_HELP_CONTENTS 165
- #define IDM_HELP_GENERAL 170
-
- #define IDMB_SAMPLE 1000
-
- #define IDD_SAMPLE_DLG 2000
- #define IDPB_DONE 2001
- #define IDPB_HELP 2002
- #define IDE_SAMPLE 2003
- #define IDLB_SAMPLE 2004
- #define IDSCRB_SAMPLE 2005
- #define IDMLE_SAMPLE 2006
-
-