home *** CD-ROM | disk | FTP | other *** search
- /*************************************************************************
- *
- * File Name : Dialog.h
- *
- * Description : The DIALOG include file defines symbolic constants used
- * in the DIALOG.C and .RC files.
- * DIALOG local procedure declarations may appear in this file to
- * ensure they have been declared before being used.
- *
- * NOTE: If using the Dialog Editor "DLGBOX.EXE" ALL comments
- * (including this) MUST be removed from this file.
- *
- * Copyright (C) 1992 IBM Corporation
- *
- * DISCLAIMER OF WARRANTIES. The following [enclosed] code is
- * sample code created by IBM Corporation. This sample code is not
- * part of any standard or IBM product and is provided to you solely
- * for the purpose of assisting you in the development of your
- * applications. The code is provided "AS IS", without
- * warranty of any kind. IBM shall not be liable for any damages
- * arising out of your use of the sample code, even if they have been
- * advised of the possibility of such damages. *
- *
- ************************************************************************/
-
-
- #define ID_MAINWND 256
- #define ID_MYDIALOG 257
- #define ID_ENTRYFIELD 258
- #define ID_COMMANDS 259
- #define ID_WHERE 260
- #define ID_EXITPROGRAM 261
- #define ID_RESPONSE 262
- #define ID_MESSAGEBOX 263
- #define ID_BITMAP 264
- #define ID_PRODINFO 265
- #define ID_NULL 9999
-