home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / startapp.zip / STARTAPP.DLG < prev    next >
Text File  |  1998-07-28  |  884b  |  21 lines

  1. DLGINCLUDE 1 "dlg.h"
  2.  
  3. DLGTEMPLATE IDD_PRODUCTINFO LOADONCALL MOVEABLE DISCARDABLE
  4. BEGIN
  5.     DIALOG "Product information", IDD_PRODUCTINFO, 9, 17, 276, 137,
  6.                 FS_NOBYTEALIGN | FS_DLGBORDER |
  7.                 WS_VISIBLE | WS_CLIPSIBLINGS | WS_SAVEBITS,
  8.                 FCF_TITLEBAR | FCF_SYSMENU
  9.     BEGIN
  10.         CONTROL         IDR_BITMAP, IDC_BITMAP, 111, 76, 21, 21, WC_STATIC,
  11.                         SS_BITMAP | WS_GROUP | WS_VISIBLE
  12.         CTEXT           "(C) Copyright IBM Corporation 1991,1998. All Rights rese"
  13.                         "rved.", 256, 7, 54, 255, 8
  14.         CTEXT           "OS/2 is a registered trademark of", 258, 7, 44, 255,
  15.                         8
  16.         CTEXT           "International Business Machines Corp.", 257, 7, 34,
  17.                         255, 8
  18.         DEFPUSHBUTTON   "OK", IDC_OK, 111, 8, 45, 15
  19.     END
  20. END
  21.