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

  1. /**************************************************************************
  2.  *  File name  :  image.dlg
  3.  *
  4.  *  Description:  This file contains one or more dialog box templates.
  5.  *                The file is referenced in the .RC file by the RCINCLUDE
  6.  *                statement and is compiled into the IMAGE.RES file along
  7.  *                with the other resources used by the program module.
  8.  *                IMG_DLG.H resolves the symbolic constants.
  9.  *
  10.  *  Concepts   :  dialog
  11.  *
  12.  *  API's      :  [none]
  13.  *
  14.  *  Required
  15.  *    Files    :  IMG_DLG.H
  16.  *
  17.  *  Copyright (C) 1991 IBM Corporation
  18.  *
  19.  *      DISCLAIMER OF WARRANTIES.  The following [enclosed] code is
  20.  *      sample code created by IBM Corporation. This sample code is not
  21.  *      part of any standard or IBM product and is provided to you solely
  22.  *      for  the purpose of assisting you in the development of your
  23.  *      applications.  The code is provided "AS IS", without
  24.  *      warranty of any kind.  IBM shall not be liable for any damages
  25.  *      arising out of your use of the sample code, even if they have been
  26.  *      advised of the possibility of such damages.                                                    *
  27.  *************************************************************************/
  28. DLGTEMPLATE IDD_PRODUCTINFO LOADONCALL MOVEABLE DISCARDABLE
  29. BEGIN
  30.     DIALOG "Product information", IDD_PRODUCTINFO, 9, 9, 256, 125,
  31.                 FS_NOBYTEALIGN | FS_DLGBORDER |
  32.                 WS_VISIBLE | WS_CLIPSIBLINGS | WS_SAVEBITS,
  33.                 FCF_TITLEBAR | FCF_SYSMENU
  34.     BEGIN
  35.         CONTROL         IDR_BITMAP, IDC_BITMAP, 108, 66, 21, 21, WC_STATIC,
  36.                         SS_BITMAP | WS_GROUP | WS_VISIBLE
  37.         CTEXT        "(C) Copyright IBM Corporation 1991. All Rights reserved.",
  38.                         256, 4, 54, 240, 8
  39.         CTEXT           "OS/2 is a registered trademark of", 258, 4, 44, 240,
  40.                         8
  41.         CTEXT           "International Business Machines Corp.", 257, 4, 34,
  42.                         240, 8
  43.         DEFPUSHBUTTON   "OK", IDC_OK, 105, 8, 45, 15
  44.     END
  45. END
  46.