home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / startapp.zip / DLG.H < prev    next >
Text File  |  1998-09-10  |  2KB  |  44 lines

  1. /**************************************************************************
  2.  *  File name  :  dlg.h
  3.  *
  4.  *  Description:  This header file contains the definitions of items
  5.  *                used in dialogs.
  6.  *
  7.  *  Concepts   :  dialog
  8.  *
  9.  *  API's      :  [none]
  10.  *
  11.  *  Required
  12.  *    Files    :  [none]
  13.  *
  14.  *  (c) Copyright IBM Corp. 1991, 1998  All rights reserved.
  15.  *
  16.  *  These sample programs are owned by International Business Machines
  17.  *  Corporation or one of its subsidiaries ("IBM") and are copyrighted and
  18.  *  licensed, not sold.
  19.  *
  20.  *  You may copy, modify, and distribute these sample programs in any
  21.  *  form without payment to IBM, for any purpose including developing,
  22.  *  using, marketing or distributing programs that include or are
  23.  *  derivative works of the sample programs.
  24.  *
  25.  *  The sample programs are provided to you on an "AS IS" basis, without
  26.  *  warranty of any kind.  IBM HEREBY EXPRESSLY DISCLAIMS ALL WARRANTIES,
  27.  *  EITHER EXPRESS OR IMPLIED, INCLUDING , BUT NOT LIMITED TO, THE IMPLIED
  28.  *  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  29.  *  Some jurisdictions do not allow for the exclusion or limitation of
  30.  *  implied warranties, so the above limitations or exclusions may not
  31.  *  apply to you.  IBM shall not be liable for any damages you suffer
  32.  *  as a result of using, modifying or distributing the sample programs
  33.  *  or their derivatives.
  34.  *************************************************************************/
  35. #define IDD_PRODUCTINFO     1001                                                /*<-@UNI->*/
  36.  
  37. #define IDC_OK              1
  38. #define IDC_CANCEL          2
  39. #define IDC_HELP            3
  40. #define IDC_ICON            4
  41. #define IDC_BITMAP          5                                                   /*<-@UNI  */
  42. #define IDR_BITMAP          6                                                   /*  @UNI->*/
  43. /***************************  End of dlg.h  ****************************/
  44.