152 lines
3.9 KiB
Plaintext
152 lines
3.9 KiB
Plaintext
//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
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Dialog
|
||
//
|
||
|
||
IDD_CLIENT DIALOG DISCARDABLE 0, 0, 270, 116
|
||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
|
||
CAPTION "New IntelliMirror Client to Recognize"
|
||
FONT 8, "MS Shell Dlg"
|
||
BEGIN
|
||
LTEXT "&NIC/GUID Address:",IDC_STATIC,7,73,71,11
|
||
EDITTEXT IDC_E_MAC,84,71,179,14
|
||
PUSHBUTTON "&OK",IDOK,154,95,50,14
|
||
PUSHBUTTON "&Cancel",IDCANCEL,213,95,50,14
|
||
LTEXT "This tool will add an entry in the Registry to make this server answer BINL requests from a client. Please enter the GUID (32 digits) for the machine if the machine has one. If it does not have a GUID, enter its NIC MAC (12 digits) address instead.",
|
||
IDC_STATIC,7,7,256,34
|
||
LTEXT "CurrentClientCount vs. MaxClients will still be valid so make sure that you have room for the new client on the server via the DS SNAPIN.",
|
||
IDC_STATIC,7,46,256,22
|
||
LTEXT "Static",IDC_S_NUMBER,84,90,65,8
|
||
CONTROL "&Add",IDC_ADD,"Button",BS_AUTORADIOBUTTON,7,88,28,10
|
||
CONTROL "&Remove",IDC_REMOVE,"Button",BS_AUTORADIOBUTTON,7,99,43,
|
||
10
|
||
END
|
||
|
||
|
||
#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
|
||
"\r\n"
|
||
"\0"
|
||
END
|
||
|
||
#endif // APSTUDIO_INVOKED
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// DESIGNINFO
|
||
//
|
||
|
||
#ifdef APSTUDIO_INVOKED
|
||
GUIDELINES DESIGNINFO DISCARDABLE
|
||
BEGIN
|
||
IDD_CLIENT, DIALOG
|
||
BEGIN
|
||
LEFTMARGIN, 7
|
||
RIGHTMARGIN, 263
|
||
VERTGUIDE, 78
|
||
VERTGUIDE, 84
|
||
TOPMARGIN, 7
|
||
BOTTOMMARGIN, 109
|
||
END
|
||
END
|
||
#endif // APSTUDIO_INVOKED
|
||
|
||
|
||
#ifndef _MAC
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Version
|
||
//
|
||
|
||
VS_VERSION_INFO VERSIONINFO
|
||
FILEVERSION 1,0,0,1
|
||
PRODUCTVERSION 1,0,0,1
|
||
FILEFLAGSMASK 0x3fL
|
||
#ifdef _DEBUG
|
||
FILEFLAGS 0x1L
|
||
#else
|
||
FILEFLAGS 0x0L
|
||
#endif
|
||
FILEOS 0x40004L
|
||
FILETYPE 0x1L
|
||
FILESUBTYPE 0x0L
|
||
BEGIN
|
||
BLOCK "StringFileInfo"
|
||
BEGIN
|
||
BLOCK "040904b0"
|
||
BEGIN
|
||
VALUE "CompanyName", "Microsoft Corporation\0"
|
||
VALUE "FileDescription", "Creates new machine account in DS\0"
|
||
VALUE "FileVersion", "1, 0, 0, 1\0"
|
||
VALUE "InternalName", "newrb\0"
|
||
VALUE "LegalCopyright", "Copyright <20> 1997\0"
|
||
VALUE "OriginalFilename", "newrb.exe\0"
|
||
VALUE "ProductName", "Microsoft Remote Boot Services\0"
|
||
VALUE "ProductVersion", "1, 0, 0, 1\0"
|
||
END
|
||
END
|
||
BLOCK "VarFileInfo"
|
||
BEGIN
|
||
VALUE "Translation", 0x409, 1200
|
||
END
|
||
END
|
||
|
||
#endif // !_MAC
|
||
|
||
#endif // English (U.S.) resources
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
|
||
|
||
|
||
#ifndef APSTUDIO_INVOKED
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
//
|
||
// Generated from the TEXTINCLUDE 3 resource.
|
||
//
|
||
|
||
|
||
/////////////////////////////////////////////////////////////////////////////
|
||
#endif // not APSTUDIO_INVOKED
|
||
|