home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / gpiimage.zip / IMG_DLG.H < prev    next >
Text File  |  1998-04-20  |  1KB  |  34 lines

  1. /**************************************************************************
  2.  *  File name  :  img_dlg.h
  3.  *
  4.  *  Description:   This header file contains the constants defined for the
  5.  *                 Product information dialog
  6.  *
  7.  *  Concepts   :  [none]
  8.  *
  9.  *  API's      :  [none]
  10.  *
  11.  *  Required
  12.  *    Files    :  [none]
  13.  *
  14.  *  Copyright (C) 1991 IBM Corporation
  15.  *
  16.  *      DISCLAIMER OF WARRANTIES.  The following [enclosed] code is
  17.  *      sample code created by IBM Corporation. This sample code is not
  18.  *      part of any standard or IBM product and is provided to you solely
  19.  *      for  the purpose of assisting you in the development of your
  20.  *      applications.  The code is provided "AS IS", without
  21.  *      warranty of any kind.  IBM shall not be liable for any damages
  22.  *      arising out of your use of the sample code, even if they have been
  23.  *      advised of the possibility of such damages.                                                    *
  24.  *************************************************************************/
  25. #define IDD_PRODUCTINFO 1000
  26.  
  27. #define IDC_OK             1
  28. #define IDC_CANCEL         2
  29. #define IDC_ICON           3
  30. #define IDC_STATIC         4
  31. #define IDC_BITMAP         5
  32. #define IDR_BITMAP         6
  33. /***************************  End of img_dlg.h   *************************/
  34.