home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / TOOLKIT / PM / GRAPHICS / GRAPHIC.DLG < prev    next >
Text File  |  1994-11-17  |  784b  |  19 lines

  1. DLGINCLUDE 1 "GRAPHIC.H"
  2.  
  3. DLGTEMPLATE ID_ABOUT LOADONCALL MOVEABLE DISCARDABLE
  4. BEGIN
  5.     DIALOG  "Product Information", ID_ABOUT, 8, -43, 276, 137,
  6.             FS_NOBYTEALIGN | WS_VISIBLE, FCF_SYSMENU | FCF_TITLEBAR
  7.     BEGIN
  8.       CONTROL         PINFO_ICON, PINFO_ICON, 111, 76, 21, 21, WC_STATIC,
  9.                         SS_BITMAP | WS_GROUP | WS_VISIBLE
  10.         CTEXT           "(C) Copyright IBM Corporation 1993. All rights rese"
  11.                         "rved.", 256, 7, 54, 255, 8
  12.         CTEXT           "International Business Machines Corp.", 257, 7, 34,
  13.                         255, 8
  14.         CTEXT           "OS/2 is a registered trademark of", 258, 7, 44, 255,
  15.                         8
  16.         DEFPUSHBUTTON   "~OK", DLG_OK, 111, 8, 45, 15
  17.     END
  18. END
  19.