--- mstools/mssetup/bldcui/dialogs.dlg 2018/08/09 18:22:54 1.1 +++ mstools/mssetup/bldcui/dialogs.dlg 2018/08/09 18:25:13 1.1.1.2 @@ -178,7 +178,7 @@ CAPTION "Sample Setup Exit Message" FONT 8, "Helv" BEGIN DEFPUSHBUTTON "O&K", IDC_C, 80, 76, 40, 14 - LTEXT "Setup Succeeded!", -1, 57, 13, 98, 11, SS_NOPREFIX + LTEXT "Setup Succeeded.", -1, 57, 13, 98, 11, SS_NOPREFIX LTEXT "Be sure to send in the registration information for your new software.", 201, 18, 35, 167, 26 ICON IDC_SETUP, IDC_SETUP, 18, 6, 18, 20 @@ -207,7 +207,7 @@ BEGIN DEFPUSHBUTTON "O&K", IDC_C, 80, 76, 40, 14 LTEXT "If this was the setup program for an actual product (not just a demonstration), you would need to contact product support services.", -1, 18, 39, 176, 25, SS_NOPREFIX - LTEXT "Setup Failed!", -1, 57, 15, 106, 13, SS_NOPREFIX + LTEXT "Setup Failed.", -1, 57, 15, 106, 13, SS_NOPREFIX ICON IDC_SETUP, IDC_SETUP, 18, 12, 18, 20 END @@ -382,3 +382,20 @@ BEGIN CTEXT "A company name is required.", -1, 14, 16, 116, 18, SS_NOPREFIX END + + +2001 BITMAP billbrd1.bmp +2002 BITMAP billbrd2.bmp +2003 BITMAP billbrd3.bmp +2004 BITMAP billbrd4.bmp + +BILLBOARD DIALOG 10, 10, 220, 100 +STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS +FONT 8, "Helv" +BEGIN + CONTROL "bmp", ID_BB, "MailPerson", WS_CHILD , 0, 0, 75, 75 + LTEXT "Now is a great time to fill out your registration card. When you send it in, Microsoft will ..." -1, 75, 14, 120, 24, WS_VISIBLE + LTEXT " - Inform you of product updates. " -1, 75, 40, 120, 8, WS_VISIBLE + LTEXT " - Provide you with information about" -1, 75, 50, 120, 8, WS_VISIBLE + LTEXT " related Microsoft products." -1, 75, 58, 120, 8, WS_VISIBLE +END