Leaked source code of windows server 2003
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.
 
 
 
 
 
 

247 lines
7.7 KiB

//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winres.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 ""winres.h""\r\n"
"\0"
END
3 TEXTINCLUDE DISCARDABLE
BEGIN
"1 TYPELIB ""EvtVwr.tlb""\r\n"
"\0"
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 0x4L
FILETYPE 0x2L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "\0"
VALUE "FileDescription", "EvtVwr Module\0"
VALUE "FileVersion", "1, 0, 0, 1\0"
VALUE "InternalName", "EvtVwr\0"
VALUE "LegalCopyright", "Copyright 2000\0"
VALUE "LegalTrademarks", "\0"
VALUE "OLESelfRegister", "\0"
VALUE "OriginalFilename", "EvtVwr.DLL\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "EvtVwr Module\0"
VALUE "ProductVersion", "1, 0, 0, 1\0"
VALUE "SpecialBuild", "\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END
#endif // !_MAC
/////////////////////////////////////////////////////////////////////////////
//
// REGISTRY
//
IDR_COMPDATA REGISTRY DISCARDABLE "CompData.rgs"
IDR_CABOUT REGISTRY DISCARDABLE "CAbout.rgs"
/////////////////////////////////////////////////////////////////////////////
//
// Bitmap
//
IDB_WATERMARK BITMAP DISCARDABLE "watermar.bmp"
IDB_NODES_16x16 BITMAP DISCARDABLE "Nodes16.bmp"
IDB_NODES_32x32 BITMAP DISCARDABLE "Nodes32.bmp"
IDR_LGICONS BITMAP DISCARDABLE "lgicons.bmp"
IDB_SMBMP BITMAP DISCARDABLE "smbmp.bmp"
IDB_LGBMP BITMAP DISCARDABLE "lgbmp.bmp"
IDR_SMICONS BITMAP DISCARDABLE "smicons.bmp"
IDB_SMOPEN BITMAP DISCARDABLE "smopen.bmp"
IDB_HEADER BITMAP DISCARDABLE "header.bmp"
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON1 ICON DISCARDABLE "snapin.ICO"
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//
#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO DISCARDABLE
BEGIN
IDD_CHOOSER_CHOOSE_MACHINE, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 363
TOPMARGIN, 7
BOTTOMMARGIN, 127
END
IDD_CHOOSER_CHOOSE_NEW_MACHINE, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 363
TOPMARGIN, 7
BOTTOMMARGIN, 127
END
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_CHOOSER_CHOOSE_MACHINE DIALOG DISCARDABLE 0, 0, 370, 134
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Select Computer"
FONT 8, "MS Sans Serif"
BEGIN
LTEXT "Select the computer you want this snap-in to manage",
IDC_STATIC,13,14,265,13
GROUPBOX "This snap-in will always manage:",
IDC_CHOOSER_GROUP_TARGET_MACHINE,13,29,335,90
CONTROL "Local computer: (the computer this console is running on)",
IDC_CHOOSER_RADIO_LOCAL_MACHINE,"Button",
BS_AUTORADIOBUTTON,20,46,197,10
CONTROL "&Another computer:",IDC_CHOOSER_RADIO_SPECIFIC_MACHINE,
"Button",BS_AUTORADIOBUTTON,20,60,74,10
EDITTEXT IDC_CHOOSER_EDIT_MACHINE_NAME,98,59,173,14,
ES_AUTOHSCROLL
PUSHBUTTON "B&rowse...",IDC_CHOOSER_BUTTON_BROWSE_MACHINENAMES,283,
59,50,14
CONTROL "Allo&w the selected computer to be changed when launching from the command line. This only applies if you save the console.",
IDC_CHOOSER_CHECK_OVERRIDE_MACHINE_NAME,"Button",
BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,19,
78,306,26
END
IDD_CHOOSER_CHOOSE_NEW_MACHINE DIALOG DISCARDABLE 0, 0, 370, 134
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Select New Computer"
FONT 8, "MS Sans Serif"
BEGIN
LTEXT "Select the new computer you want this snap-in to manage",
IDC_STATIC,13,14,265,13
GROUPBOX "This snap-in will now manage:",
IDC_CHOOSER_GROUP_TARGET_MACHINE,13,29,335,90
CONTROL "Local computer: (the computer this console is running on)",
IDC_CHOOSER_RADIO_LOCAL_MACHINE,"Button",
BS_AUTORADIOBUTTON,20,46,197,10
CONTROL "&Another computer:",IDC_CHOOSER_RADIO_SPECIFIC_MACHINE,
"Button",BS_AUTORADIOBUTTON,20,60,74,10
EDITTEXT IDC_CHOOSER_EDIT_MACHINE_NAME,98,59,173,14,
ES_AUTOHSCROLL
PUSHBUTTON "B&rowse...",IDC_CHOOSER_BUTTON_BROWSE_MACHINENAMES,283,
59,50,14
CONTROL "Allo&w the selected computer to be changed when launching from the command line. This only applies if you save the console.",
IDC_CHOOSER_CHECK_OVERRIDE_MACHINE_NAME,"Button",
BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,19,
78,306,26
END
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE DISCARDABLE
BEGIN
IDS_PROJNAME "EvtVwr"
IDS_CHOOSER_INVALID_COMPUTERNAME "Invalid computer name"
IDS_SELECT_COMPUTER "Select Computer"
IDS_UNABLE_TO_OPEN_COMPUTER_SELECTOR "Unable to open Computer Selector"
IDS_COMPUTER_BROWSER_CAPTION
"Select the computer you want this Snap-in to manage"
IDS_COMPUTER_NEW_BROWSER_CAPTION "Select the new computer"
IDS_LOGSERVICENODE "Log Service"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_SNAPINNAME "Sample Z3: ATL-based Event Viewer Sample"
IDS_SNAPINDESC "Sample Z3: ATL-based Event Viewer Sample"
END
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
1 TYPELIB "EvtVwr.tlb"
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED