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 / 101.rc next >
Encoding:
Text File  |  1998-03-30  |  656 b   |  11 lines

  1. 101 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 "Complete Install"
  5. FONT 8, "MS Shell Dlg"
  6. {
  7.  CONTROL 300, 300, STATIC, SS_ICON | WS_CHILD | WS_VISIBLE | WS_GROUP, 10, 25, 18, 20
  8.  CONTROL "The Setup program for the Product is ready to complete.", 65535, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 44, 25, 164, 28
  9.  CONTROL "To install the Product on your computer now, click Finish or press Enter.\n\nTo exit Setup without installing the Product, click Cancel.", 65535, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 44, 65, 149, 55
  10. }
  11.