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 / 104.rc < prev    next >
Encoding:
Text File  |  1998-03-30  |  1.2 KB  |  16 lines

  1. 104 DIALOGEX 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 "Software License Agreement"
  5. FONT 8, "MS Shell Dlg"
  6. {
  7.  CONTROL "", 1010, EDIT, ES_LEFT | ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP | WS_VSCROLL, 7, 32, 238, 130, 0x4
  8.  CONTROL "Do you accept all of the terms of the preceding License Agreement?", 1011, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 7, 165, 295, 8
  9.  CONTROL "If you choose No, Setup will not continue.  To install this product, you must accept this agreement.", 1012, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 7, 174, 233, 16, 0x20
  10.  CONTROL "Please read the following license agreement.", 1013, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 53, 8, 199, 9
  11.  CONTROL "Press the PAGE DOWN key to see the rest of the agreement.", 1014, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 53, 17, 208, 10
  12.  CONTROL "Yes", 101, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 121, 192, 59, 14
  13.  CONTROL "No", 102, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 190, 192, 56, 14
  14.  CONTROL 300, 65535, STATIC, SS_ICON | WS_CHILD | WS_VISIBLE, 16, 6, 18, 20
  15. }
  16.