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.
134 lines
4.1 KiB
134 lines
4.1 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
|
|
"#include ""ntverp.h""\r\n"
|
|
"#define VER_FILEDESCRIPTION_STR ""PWS Shell extension""\r\n"
|
|
"#define VER_INTERNALNAME_STR ""pwsext.dll""\r\n"
|
|
"#define VER_ORIGINALFILENAME_STR ""pwsext.dll""\r\n"
|
|
"#define VER_FILETYPE VFT_DLL\r\n"
|
|
"#include ""iisver.h""\r\n"
|
|
"#include ""common.ver""\r\n"
|
|
"\r\n"
|
|
"\0"
|
|
END
|
|
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Icon
|
|
//
|
|
|
|
// Icon with lowest ID value placed first to ensure application icon
|
|
// remains consistent on all systems.
|
|
IDI_RUNNING ICON DISCARDABLE "running.ico"
|
|
IDI_PAUSED ICON DISCARDABLE "paused.ico"
|
|
IDI_STOPPED ICON DISCARDABLE "stopped.ico"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Menu
|
|
//
|
|
|
|
IDR_POPUP MENU DISCARDABLE
|
|
BEGIN
|
|
POPUP "_POPUP_"
|
|
BEGIN
|
|
MENUITEM "S&tart Service", ID_START
|
|
MENUITEM "St&op Service", ID_STOP
|
|
MENUITEM "Pa&use Service", ID_PAUSE
|
|
MENUITEM "Conti&nue Service", ID_CONTINUE
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "Properties...", ID_PROPERTIES
|
|
END
|
|
END
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_PAUSED "Internet Information Services are paused."
|
|
IDS_PAUSING "Internet Information Services are pausing."
|
|
IDS_STARTED "Internet Information Services are running."
|
|
IDS_STARTING "Internet Information Services are starting."
|
|
IDS_STOPPED "Internet Information Services are stopped."
|
|
IDS_STOPPING "Internet Information Services are stopping."
|
|
IDS_ADMIN_UI "\\pws.exe"
|
|
IDS_ADMINUI_ERR "Unable to start the PWM Administration program."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
ID_START "Start Internet Information Services\nStart Internet Information Services"
|
|
ID_STOP "Stop Internet Information Services\nStop Internet Information Services"
|
|
ID_PAUSE "Pause Internet Information Services\nPause Internet Information Services"
|
|
ID_CONTINUE "Continue Internet Information Services\nContinue Internet Information Services"
|
|
ID_PROPERTIES "Configure Internet Information Services\nConfigure Internet Information Services"
|
|
END
|
|
|
|
#endif // English (U.S.) resources
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 3 resource.
|
|
//
|
|
#include "ntverp.h"
|
|
#define VER_FILEDESCRIPTION_STR "PWS Shell extension"
|
|
#define VER_INTERNALNAME_STR "pwsext.dll"
|
|
#define VER_ORIGINALFILENAME_STR "pwsext.dll"
|
|
#define VER_FILETYPE VFT_DLL
|
|
#include "iisver.h"
|
|
#include "common.ver"
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#endif // not APSTUDIO_INVOKED
|
|
|