mirror of https://github.com/tongzx/nt5src
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.
271 lines
9.4 KiB
271 lines
9.4 KiB
//Microsoft Developer Studio generated resource script.
|
|
//
|
|
#include "resource.h"
|
|
|
|
#define APSTUDIO_READONLY_SYMBOLS
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 2 resource.
|
|
//
|
|
#include "afxres.h"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#undef APSTUDIO_READONLY_SYMBOLS
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// English (U.S.) resources
|
|
|
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
|
#ifdef _WIN32
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
#pragma code_page(1252)
|
|
#endif //_WIN32
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// TEXTINCLUDE
|
|
//
|
|
|
|
1 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"resource.h\0"
|
|
END
|
|
|
|
2 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"#include ""afxres.h""\r\n"
|
|
"\0"
|
|
END
|
|
|
|
3 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"#define _AFX_NO_SPLITTER_RESOURCES\r\n"
|
|
"#define _AFX_NO_OLE_RESOURCES\r\n"
|
|
"#define _AFX_NO_TRACKER_RESOURCES\r\n"
|
|
"#define _AFX_NO_PROPERTY_RESOURCES\r\n"
|
|
"\r\n"
|
|
"#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
|
|
"#ifdef _WIN32\r\n"
|
|
"LANGUAGE 9, 1\r\n"
|
|
"#pragma code_page(1252)\r\n"
|
|
"#endif\r\n"
|
|
"#include ""res\\LCWiz.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
|
|
"#include ""afxres.rc"" // Standard components\r\n"
|
|
"#endif\0"
|
|
END
|
|
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Icon
|
|
//
|
|
|
|
// Icon with lowest ID value placed first to ensure application icon
|
|
// remains consistent on all systems.
|
|
IDR_MAINFRAME ICON DISCARDABLE "res\\LCWiz.ico"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Dialog
|
|
//
|
|
|
|
IDD_PROPPAGE1 DIALOG DISCARDABLE 0, 0, 290, 141
|
|
STYLE DS_3DLOOK | WS_CHILD | WS_VISIBLE | WS_DISABLED | WS_CAPTION
|
|
CAPTION "License Compliance Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL 135,IDC_PAINT_BOX,"Static",SS_BITMAP | SS_CENTERIMAGE |
|
|
SS_REALSIZEIMAGE | SS_SUNKEN | WS_GROUP,0,0,80,140
|
|
LTEXT "",IDC_TEXT,92,20,197,65,SS_NOPREFIX
|
|
LTEXT "Welcome to the License Compliance Wizard",IDC_WELCOME,
|
|
92,0,197,20
|
|
CONTROL "On &this domain (your computer's domain)",
|
|
IDC_RADIO_LOCAL_COMPUTER,"Button",BS_AUTORADIOBUTTON |
|
|
WS_GROUP | WS_TABSTOP,92,110,196,12
|
|
CONTROL "On &another domain",IDC_RADIO_DOMAIN,"Button",
|
|
BS_AUTORADIOBUTTON,92,123,196,12
|
|
CONTROL "Where do you want to search for unlicensed products?",
|
|
IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | WS_GROUP,92,95,
|
|
197,14
|
|
END
|
|
|
|
IDD_PROPPAGE3 DIALOG DISCARDABLE 0, 0, 290, 140
|
|
STYLE DS_3DLOOK | WS_CHILD | WS_VISIBLE | WS_DISABLED | WS_CAPTION
|
|
CAPTION "License Compliance Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Type the domain name where you want to search for licensing information. Or, select the domain name from the list.",
|
|
IDC_TEXT_DOMAIN,0,0,288,18
|
|
LTEXT "D&omain name:",IDC_TEXT_SELECT_DOMAIN,0,24,54,8,NOT
|
|
WS_GROUP
|
|
EDITTEXT IDC_EDIT_ENTERPRISE,54,22,235,14,ES_UPPERCASE |
|
|
ES_AUTOHSCROLL
|
|
CONTROL "Tree1",IDC_TREE_NETWORK,"SysTreeView32",TVS_HASBUTTONS |
|
|
TVS_HASLINES | TVS_LINESATROOT | TVS_DISABLEDRAGDROP |
|
|
WS_BORDER | WS_TABSTOP,0,40,289,100
|
|
END
|
|
|
|
IDD_PROPPAGE4 DIALOG DISCARDABLE 0, 0, 290, 140
|
|
STYLE DS_3DLOOK | WS_CHILD | WS_VISIBLE | WS_DISABLED | WS_CAPTION
|
|
CAPTION "License Compliance Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
PUSHBUTTON "&Print...",IDC_BUT_PRINT,240,126,49,14
|
|
CONTROL "List1",IDC_LIST_PRODUCTS,"SysListView32",LVS_REPORT |
|
|
LVS_SINGLESEL | LVS_SORTASCENDING | LVS_NOLABELWRAP |
|
|
LVS_AUTOARRANGE | LVS_NOSORTHEADER | WS_BORDER |
|
|
WS_TABSTOP,91,19,198,101
|
|
LTEXT "",IDC_TEXT_UNCOMP_PRODUCTS,90,0,200,15
|
|
LTEXT "Picture",IDC_FLAG_BMP,0,0,80,140
|
|
END
|
|
|
|
|
|
#ifndef _MAC
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Version
|
|
//
|
|
|
|
VS_VERSION_INFO VERSIONINFO
|
|
FILEVERSION 4,0,0,0
|
|
PRODUCTVERSION 4,0,0,0
|
|
FILEFLAGSMASK 0x3fL
|
|
#ifdef _DEBUG
|
|
FILEFLAGS 0x1L
|
|
#else
|
|
FILEFLAGS 0x0L
|
|
#endif
|
|
FILEOS 0x4L
|
|
FILETYPE 0x1L
|
|
FILESUBTYPE 0x0L
|
|
BEGIN
|
|
BLOCK "StringFileInfo"
|
|
BEGIN
|
|
BLOCK "040904b0"
|
|
BEGIN
|
|
VALUE "CompanyName", "Microsoft Corporation\0"
|
|
VALUE "FileDescription", "License Compliance Wizard\0"
|
|
VALUE "FileVersion", "4.00\0"
|
|
VALUE "InternalName", "LCWIZ.EXE\0"
|
|
VALUE "LegalCopyright", "Copyright © 1996 Microsoft Corporation\0"
|
|
VALUE "OriginalFilename", "LCWIZ.EXE\0"
|
|
VALUE "ProductName", "License Compliance Wizard\0"
|
|
VALUE "ProductVersion", "4.00\0"
|
|
END
|
|
END
|
|
BLOCK "VarFileInfo"
|
|
BEGIN
|
|
VALUE "Translation", 0x409, 1200
|
|
END
|
|
END
|
|
|
|
#endif // !_MAC
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Bitmap
|
|
//
|
|
|
|
IDB_NET_TREE BITMAP DISCARDABLE "res\\net_tree.bmp"
|
|
IDB_PAGE_ART BITMAP DISCARDABLE "res\\LICCOMP.BMP"
|
|
IDB_END_FLAG BITMAP DISCARDABLE "res\\endflag.BMP"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDP_OLE_INIT_FAILED "OLE initialization failed. Make sure that the OLE libraries are the correct version."
|
|
IDS_PROPSHT_CAPTION "License Compliance Wizard"
|
|
IDS_TEXT_PAGE1 "This wizard detects software applications for which you do not have licenses.\n\nThe wizard searches the enterprise server for unlicensed copies of applications that conform to the LSAPI or SLSAPI licensing standards. The wizard then displays a report of unlicensed products, for which you may be required to buy more licenses.\n"
|
|
IDS_NET_ERROR "%s: %s."
|
|
IDS_NET_NO_SERVERS "The list of servers for this domain is not currently available."
|
|
IDS_PRODUCTS "Product"
|
|
IDS_LICENSES "Needed"
|
|
IDS_FONT "Arial"
|
|
IDS_FONT_BOLD "Arial Bold"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
AFX_IDS_APP_TITLE "License Compliance Wizard"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_UNLICENSED_PRODUCTS "Unlicensed products for %s:"
|
|
IDS_FMT_DATE "%x"
|
|
IDS_NO_LICENSE_INFO_LOCAL
|
|
"No licensing information was found after searching your computer. Either no license information is available or you are not logged on as an administrator."
|
|
IDS_DONE "&Done"
|
|
IDS_ERROR "An error occurred."
|
|
IDS_TREE_ROOT "Enterprise"
|
|
IDS_WORKING "Looking for license information..."
|
|
IDS_DOC_NAME "License Compliance Report for %s"
|
|
IDS_PAGE_DATE "Page %u - %s"
|
|
IDS_PURCHASED "Purchased"
|
|
IDS_USED "In Use"
|
|
IDS_PRODUCTS_LIST "Product"
|
|
IDS_LICENSES_LIST "Licenses needed"
|
|
IDS_ENUM_PRODUCTS "Gathering license information..."
|
|
IDS_MEM_ERROR "Out of memory. The list is too large to display."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_NO_UNLICENSED_PRODUCTS "No unlicensed products were found."
|
|
IDS_ELLIPSIS "..."
|
|
IDS_SUBKEY "Software\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon"
|
|
IDS_REG_VALUE "CachePrimaryDomain"
|
|
IDS_BAD_DOMAIN_NAME "%s is not a valid domain name or the primary domain controller is unavailable."
|
|
IDS_SERVER_UNAVAILABLE "No server is available to handle your request for licensing information."
|
|
IDS_NO_LICENSE_INFO_REMOTE
|
|
"No licensing information was found after searching %s."
|
|
IDS_ACCESS_DENIED "You have been denied access to %s. Make sure you are logged on as a domain administrator."
|
|
IDS_GENERIC_ERROR "An error occurred while attempting to access licensing information."
|
|
IDS_REG_VALUE_USER "DefaultUserName"
|
|
IDS_REG_VALUE_DOMAIN "DefaultDomainName"
|
|
IDS_DOMAIN_USER "%s\\%s"
|
|
IDS_ADMIN "Administrators"
|
|
IDS_LOCAL_ACCESS_DENIED "Access to your computer's domain has been denied. Make sure you are logged on as a domain administrator."
|
|
IDS_UNAVAILABLE "License information is not available."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_SPECIFY_DOMAIN "Please enter the name of a domain."
|
|
IDS_BAD_VERSION "You need to be running Windows NT version 4.00 in order to use this application."
|
|
END
|
|
|
|
#endif // English (U.S.) resources
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 3 resource.
|
|
//
|
|
#define _AFX_NO_SPLITTER_RESOURCES
|
|
#define _AFX_NO_OLE_RESOURCES
|
|
#define _AFX_NO_TRACKER_RESOURCES
|
|
#define _AFX_NO_PROPERTY_RESOURCES
|
|
|
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
|
#ifdef _WIN32
|
|
LANGUAGE 9, 1
|
|
#pragma code_page(1252)
|
|
#endif
|
|
#include "res\LCWiz.rc2" // non-Microsoft Visual C++ edited resources
|
|
#include "afxres.rc" // Standard components
|
|
#endif
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#endif // not APSTUDIO_INVOKED
|
|
|