mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
906 B
17 lines
906 B
1 DLGINCLUDE "Dialogs.H"
|
|
|
|
IDD_EULA DIALOG 20, 20, 303, 180
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Software License Agreement"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
EDITTEXT IDD_EDITBOX, 7, 40, 289, 85, ES_MULTILINE |
|
|
ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_READONLY |
|
|
WS_VSCROLL
|
|
LTEXT "Please read the following license agreement; press the PAGE DOWN key to see the rest of the agreement.",
|
|
102, 7, 13, 289, 19
|
|
LTEXT "Do you accept all of the terms of the preceding Microsoft License Agreement? If you choose No, Setup will close. To install the Microsoft Encryption Pack, you must accept this agreement.",
|
|
103, 7, 131, 290, 28
|
|
DEFPUSHBUTTON "&Yes, I Accept", IDOK, 98, 162, 51, 14
|
|
PUSHBUTTON "&No, I Decline", IDCANCEL, 156, 162, 51, 14
|
|
END
|