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.
243 lines
13 KiB
243 lines
13 KiB
#include "commctrl.h"
|
|
|
|
1 DLGINCLUDE "Dialogs.H"
|
|
|
|
IDD_SETUPDLG DIALOG 40, 26, 219, 249
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Choose Licensing Mode"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
GROUPBOX "Licensing Mode",101,7,110,205,114
|
|
DEFPUSHBUTTON "Continue",IDOK,27,230,46,14
|
|
PUSHBUTTON "E&xit Setup",IDCANCEL,84,230,46,14
|
|
PUSHBUTTON "&Help",IDC_BUTTONHELP,141,230,46,14
|
|
CONTROL "Per &Seat",IDC_PERSEAT,"Button",BS_AUTORADIOBUTTON |
|
|
WS_TABSTOP,16,171,43,10
|
|
CONTROL "Per Ser&ver for:",IDC_PERSERVER,"Button",
|
|
BS_AUTORADIOBUTTON | WS_TABSTOP,16,125,61,10
|
|
EDITTEXT IDC_USERCOUNT,80,124,31,12,WS_DISABLED
|
|
LTEXT "concurrent connections",111,122,126,82,8
|
|
PUSHBUTTON "&Add Licenses",IDC_ADD_LICENSES,35,145,66,14
|
|
PUSHBUTTON "Re&move Licenses",IDC_REMOVE_LICENSES,117,145,66,14
|
|
LTEXT "%s supports two client licensing modes:",
|
|
IDC_STATICTITLE,9,10,202,19
|
|
LTEXT "Per Seat - Each computer that accesses %s requires a separate CLIENT ACCESS LICENSE.",
|
|
IDC_STATICPERSEAT,49,59,162,26
|
|
LTEXT "Per Server - Each concurrent connection to this server requires a separate CLIENT ACCESS LICENSE.",
|
|
203,49,28,162,24
|
|
ICON IDI_LICCPA,201,22,28,18,20
|
|
ICON IDI_LICCPA,204,22,59,18,20
|
|
LTEXT "Please click Help to fully understand the implications of the licensing mode you choose.",
|
|
205,9,90,202,18
|
|
LTEXT "Use License Manager (located in the Administrative Tools program group) to record the number of CLIENT ACCESS LICENSES purchased and avoid violation of the license agreement.",
|
|
207,26,185,183,33
|
|
END
|
|
|
|
IDD_SETUP2DLG DIALOG 21, 24, 261, 162
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Licensing"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
GROUPBOX "Licensing", 101, 30, 70, 171, 85
|
|
CHECKBOX "&I agree that:", IDC_AGREE, 38, 116, 52, 13, WS_GROUP
|
|
DEFPUSHBUTTON "OK", IDOK, 212, 10, 40, 14, WS_GROUP
|
|
PUSHBUTTON "&Help", IDC_BUTTONHELP, 212, 31, 40, 14
|
|
LTEXT "%s supports Per Seat licensing only:", IDC_STATICTITLE,
|
|
30, 6, 169, 19
|
|
LTEXT "If you have not purchased a Client Access license for every computer that will access %s, you must purchase the required licenses prior to using %s.",
|
|
IDC_STATICINFO, 30, 28, 156, 42
|
|
LTEXT "For complete terms and conditions governing the use of this product, see the license agreements, which can be found under Help.",
|
|
302, 38, 86, 156, 25
|
|
LTEXT "I have read and agree to be bound by the license agreements for this product.",
|
|
IDC_STATICAGREE, 49, 132, 145, 21
|
|
ICON 32515, 301, 7, 7, 18, 20
|
|
END
|
|
|
|
IDD_LICVIOLATIONDLG DIALOG 45, 86, 251, 77
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "License Violation"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "You have requested a change that violates the license agreement. The license for this product only allows for a one-time change from a Per Server to a Per Seat configuration.",
|
|
401, 30, 6, 207, 29
|
|
LTEXT "Do you want to cancel this request?", 402, 30, 41, 207,
|
|
8
|
|
DEFPUSHBUTTON "&Yes", IDOK, 45, 57, 40, 14
|
|
PUSHBUTTON "&No", IDCANCEL, 101, 57, 40, 14
|
|
PUSHBUTTON "&Help", IDC_BUTTONHELP, 157, 57, 40, 14
|
|
ICON 32515, 403, 7, 7, 18, 20
|
|
END
|
|
|
|
IDD_PERSEATDLG DIALOG 18, 25, 259, 140
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Per Seat Licensing"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
GROUPBOX "Client Licensing", 501, 30, 6, 171, 127
|
|
LTEXT "If you have not purchased a Client Access License for every computer that will access %s, you must purchase them prior to using %s.",
|
|
IDC_STATICINFO, 37, 20, 156, 44
|
|
LTEXT "For complete terms and conditions governing the use of this product, see the license agreements, which can be found under Help.",
|
|
302, 37, 64, 156, 25
|
|
LTEXT "I have read and agree to be bound by the license agreements for this product.",
|
|
IDC_STATICAGREE, 48, 107, 145, 21
|
|
CHECKBOX "&I agree that:", IDC_AGREE, 37, 91, 53, 13, WS_GROUP
|
|
PUSHBUTTON "OK", IDOK, 210, 11, 40, 14, WS_GROUP
|
|
PUSHBUTTON "Cancel", IDCANCEL, 210, 30, 40, 14
|
|
PUSHBUTTON "&Help", IDC_BUTTONHELP, 210, 50, 40, 14
|
|
ICON 32515, 502, 7, 7, 18, 20
|
|
END
|
|
|
|
IDD_PERSERVERDLG DIALOG 80, 106, 259, 138
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Per Server Licensing"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
GROUPBOX "Client Licensing", 501, 30, 6, 171, 125
|
|
LTEXT "If you have not purchased %lu Client Access Licenses, you must purchase the required licenses prior to using %s on this computer.",
|
|
IDC_STATICINFO, 37, 20, 156, 40
|
|
LTEXT "For complete terms and conditions governing the use of this product, see the license agreements, which can be found under Help.",
|
|
302, 37, 63, 156, 25
|
|
LTEXT "I have read and agree to be bound by the license agreements for this product.",
|
|
IDC_STATICAGREE, 48, 107, 145, 21
|
|
CHECKBOX "&I agree that:", IDC_AGREE, 37, 92, 55, 13, WS_GROUP
|
|
PUSHBUTTON "OK", IDOK, 209, 11, 40, 14, WS_GROUP
|
|
PUSHBUTTON "Cancel", IDCANCEL, 209, 30, 40, 14
|
|
PUSHBUTTON "&Help", IDC_BUTTONHELP, 209, 50, 40, 14
|
|
ICON 32515, 601, 7, 7, 18, 20
|
|
END
|
|
|
|
IDD_SERVERAPPDLG DIALOG 81, 106, 258, 144
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Server Licensing"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
GROUPBOX "Server Licensing", 501, 30, 53, 171, 85
|
|
LTEXT "For complete terms and conditions governing the use of this product, see the license agreements, which can be found under Help.",
|
|
302, 37, 69, 156, 25
|
|
LTEXT "I have read and agree to be bound by the license agreements for this product.",
|
|
IDC_STATICAGREE, 48, 115, 145, 21
|
|
CHECKBOX "&I agree that:", IDC_AGREE, 37, 99, 54, 13, WS_GROUP
|
|
PUSHBUTTON "OK", IDOK, 208, 11, 40, 14, WS_GROUP
|
|
PUSHBUTTON "Cancel", IDCANCEL, 208, 30, 40, 14
|
|
PUSHBUTTON "&Help", IDC_BUTTONHELP, 208, 50, 40, 14
|
|
LTEXT "You have set the number of concurrent connections to zero. Therefore, Windows NT Server basic network services will be disabled. Basic network services include file, print, and remote access services.",
|
|
701, 30, 6, 167, 43
|
|
ICON 32515, 702, 7, 7, 18, 20
|
|
END
|
|
|
|
IDD_CPADLG_CONFIGURE DIALOG DISCARDABLE 10, 20, 265, 103
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Choose Licensing Mode"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
PUSHBUTTON "&Replication...",IDC_CONFIGURE,209,65,50,14
|
|
GROUPBOX "Client Licensing Mode",101,5,4,198,95
|
|
DEFPUSHBUTTON "OK",IDOK,209,8,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,209,27,50,14
|
|
PUSHBUTTON "&Help",IDC_BUTTONHELP,209,46,50,14
|
|
LTEXT "&Product:",105,14,26,35,8
|
|
COMBOBOX IDC_SERVICES,50,25,147,75,CBS_DROPDOWNLIST | CBS_SORT |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
CONTROL "Per Ser&ver for:",IDC_PERSERVER,"Button",
|
|
BS_AUTORADIOBUTTON | WS_TABSTOP,14,44,59,10
|
|
EDITTEXT IDC_USERCOUNT,75,43,31,12,WS_DISABLED
|
|
LTEXT "concurrent connections.",111,110,45,81,8
|
|
PUSHBUTTON "&Add Licenses",IDC_ADD_LICENSES,31,62,66,14
|
|
PUSHBUTTON "Re&move Licenses",IDC_REMOVE_LICENSES,113,62,66,14
|
|
CONTROL "Per &Seat",IDC_PERSEAT,"Button",BS_AUTORADIOBUTTON |
|
|
WS_TABSTOP,14,84,39,10
|
|
END
|
|
|
|
IDD_CPADLG_LCACONF DIALOG 10, 20, 231, 127
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Replication Configuration"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
PUSHBUTTON "OK", IDOK, 183, 10, 40, 14
|
|
PUSHBUTTON "Cancel", IDCANCEL, 183, 28, 40, 14
|
|
PUSHBUTTON "&Help", IDC_BUTTONHELP, 183, 47, 40, 14
|
|
AUTORADIOBUTTON "&Domain Controller", IDC_PDC, 16, 22, 74, 10,
|
|
WS_TABSTOP
|
|
AUTORADIOBUTTON "&Enterprise Server:", IDC_ES, 16, 38, 72, 10,
|
|
WS_TABSTOP
|
|
EDITTEXT IDC_ENT_SERVER, 89, 36, 77, 12, ES_AUTOHSCROLL
|
|
GROUPBOX "Master Server", 904, 6, 7, 169, 47, WS_GROUP
|
|
AUTORADIOBUTTON "&Start At", IDC_REPL_TIME, 16, 84, 39, 10, WS_TABSTOP
|
|
AUTORADIOBUTTON "S&tart Every", IDC_REPL_INT, 16, 102, 50, 10,
|
|
WS_TABSTOP
|
|
EDITTEXT IDC_HOURS, 75, 100, 41, 15
|
|
CONTROL "", IDC_HOURARROW, "msctls_updown32",
|
|
UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS |
|
|
UDS_NOTHOUSANDS | UDS_SETBUDDYINT, 107, 100, 8, 12
|
|
LTEXT "Hours.", 909, 119, 102, 20, 8, NOT WS_GROUP
|
|
EDITTEXT IDC_TIMEEDIT_BORDER, 66, 79, 78, 15,
|
|
NOT WS_GROUP | WS_DISABLED
|
|
EDITTEXT IDC_HOUR, 71, 82, 8, 9, ES_MULTILINE | NOT WS_BORDER |
|
|
WS_GROUP | WS_TABSTOP | ES_RIGHT
|
|
LTEXT "/", IDC_TIMESEP1, 79, 82, 8, 9, SS_NOPREFIX
|
|
EDITTEXT IDC_MINUTE, 87, 82, 8, 9, ES_MULTILINE | NOT WS_BORDER |
|
|
WS_GROUP | WS_TABSTOP
|
|
LTEXT "/", IDC_TIMESEP2, 95, 82, 8, 9, SS_NOPREFIX
|
|
EDITTEXT IDC_SECOND, 103, 82, 8, 9, ES_MULTILINE | NOT WS_BORDER |
|
|
WS_GROUP | WS_TABSTOP
|
|
GROUPBOX "Replication Frequency", 916, 6, 68, 170, 50, WS_GROUP
|
|
EDITTEXT IDC_AMPM, 115, 82, 16, 9, ES_MULTILINE | NOT WS_BORDER
|
|
CONTROL "", IDC_TIMEARROW, "msctls_updown32", UDS_ARROWKEYS |
|
|
UDS_NOTHOUSANDS | UDS_ALIGNRIGHT, 132, 80, 8, 13
|
|
END
|
|
|
|
IDD_SPECIALSETUP DIALOG 25, 30, 208, 217
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Licensing"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
GROUPBOX "Licensing", 101, 30, 95, 171, 85
|
|
CHECKBOX "&I agree that:", IDC_AGREE, 38, 141, 52, 13, WS_GROUP
|
|
DEFPUSHBUTTON "Continue", IDOK, 17, 197, 47, 14, WS_GROUP
|
|
PUSHBUTTON "E&xit Setup", IDCANCEL, 80, 197, 47, 14
|
|
PUSHBUTTON "&Help", IDC_BUTTONHELP, 143, 197, 47, 14
|
|
LTEXT "This is a special version of %s for the %s. This version supports up to 5 concurrent users for testing and development purposes.",
|
|
IDC_STATICTITLE, 30, 6, 169, 40
|
|
LTEXT "For complete terms and conditions governing the use of this product, see the license agreements, which can be found under Help.",
|
|
302, 38, 111, 156, 25
|
|
LTEXT "I have read and agree to be bound by the license agreements for this product.",
|
|
IDC_STATICAGREE, 49, 157, 145, 21
|
|
ICON 32515, 301, 7, 7, 18, 20
|
|
LTEXT "The connection limit cannot be changed; if this limit does not meet your needs, you should consider purchasing the retail verion of %s with the appropriate number of client licenses.",
|
|
IDC_STATICINFO, 30, 50, 169, 43
|
|
END
|
|
|
|
IDD_SETUP_LICENSE_MODE_PAGE DIALOG 6, 18, 304, 161
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL "", IDB_SETUP_LICENSE_WIZARD, "_mybmp", NOT WS_CHILD | WS_GROUP, 0, 0,
|
|
80, 160
|
|
LTEXT "Licensing Modes", IDC_STATICTITLE, 92, 0, 189, 19, NOT
|
|
WS_GROUP
|
|
LTEXT "Windows NT Server supports two client licensing modes. Please select the mode you want to use.",
|
|
-1, 92, 24, 196, 19, NOT WS_GROUP
|
|
AUTORADIOBUTTON "Per Ser&ver for:", IDC_PERSERVER, 92, 51, 60, 10
|
|
AUTORADIOBUTTON "Per &Seat", IDC_PERSEAT, 92, 86, 40, 10
|
|
EDITTEXT IDC_USERCOUNT,153,50,33,12
|
|
CONTROL "Spin1", IDC_USERCOUNTARROW, "msctls_updown32",
|
|
UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY |
|
|
UDS_ARROWKEYS | UDS_NOTHOUSANDS, 184, 50, 10, 12
|
|
LTEXT "concurrent connections", -1, 190, 51, 77, 8
|
|
LTEXT "Each concurrent connection to this server requires a separate CLIENT ACCESS LICENSE.",
|
|
-1, 103, 64, 181, 20
|
|
LTEXT "Each computer that accesses Windows NT Server requires a separate CLIENT ACCESS LICENSE.",
|
|
-1, 104, 99, 178, 19
|
|
LTEXT "Use License Manager (located in Administrative Tools program group) to record the number of CLIENT ACCESS LICENSES purchased and avoid violation of the license agreement.",
|
|
-1, 103, 118, 178, 34
|
|
END
|