home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sysmgmt / setup / infinst / instwiz.res / Dialogs / 102.rc < prev    next >
Encoding:
Text File  |  1998-03-30  |  785 b   |  11 lines

  1. 102 DIALOG 10, 20, 252, 218
  2. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  3. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU
  4. CAPTION "Welcome"
  5. FONT 8, "MS Shell Dlg"
  6. {
  7.  CONTROL 300, 300, STATIC, SS_ICON | WS_CHILD | WS_VISIBLE | WS_GROUP, 10, 24, 18, 20
  8.  CONTROL "Welcome to Setup.\n\nThe Setup program for the Product for Microsoft Windows installs the Product.  Each Setup dialog has basic instructions for completing a step of the installation.", 65535, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 44, 24, 202, 56
  9.  CONTROL "To install the Product on your computer now, click Next or press Enter.\n\nTo exit Setup without installing the Product, click Cancel at any time.", 65535, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 44, 83, 175, 55
  10. }
  11.