267 lines
9.1 KiB
Plaintext
267 lines
9.1 KiB
Plaintext
|
//Microsoft Developer Studio generated resource script.
|
||
|
//
|
||
|
#include "resource.h"
|
||
|
|
||
|
// Generated Help ID header file
|
||
|
#define APSTUDIO_HIDDEN_SYMBOLS
|
||
|
#include "resource.hm"
|
||
|
#undef APSTUDIO_HIDDEN_SYMBOLS
|
||
|
|
||
|
#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\\W3Key.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
|
||
|
"#include ""afxres.rc"" // Standard components\r\n"
|
||
|
"#endif\0"
|
||
|
END
|
||
|
|
||
|
#endif // APSTUDIO_INVOKED
|
||
|
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// Bitmap
|
||
|
//
|
||
|
|
||
|
IDB_SERVICE_BMP BITMAP DISCARDABLE "service.bmp"
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// Dialog
|
||
|
//
|
||
|
|
||
|
IDD_KEY_PROP DIALOG DISCARDABLE 0, 0, 170, 78
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Server Connection"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
DEFPUSHBUTTON "OK",IDOK,53,57,50,14
|
||
|
PUSHBUTTON "Cancel",IDCANCEL,113,57,50,14
|
||
|
CONTROL "&None",IDC_BTN_KEYVIEW_NONE,"Button",BS_AUTORADIOBUTTON |
|
||
|
WS_GROUP | WS_TABSTOP,7,7,42,10
|
||
|
CONTROL "&Default",IDC_BTN_KEYVIEW_DEFAULT,"Button",
|
||
|
BS_AUTORADIOBUTTON,7,20,39,10
|
||
|
CONTROL "&IP Address:",IDC_BTN_KEYVIEW_IPADDR,"Button",
|
||
|
BS_AUTORADIOBUTTON,7,33,48,10
|
||
|
CONTROL "",IDC_IPA_IPADDRESS,"SysIPAddress32",WS_TABSTOP,61,31,81,14
|
||
|
PUSHBUTTON "...",IDC_BTN_SELECT_IPADDRESS,149,31,14,14
|
||
|
END
|
||
|
|
||
|
IDD_CHOOSE_IPADDRESS DIALOGEX 0, 0, 186, 95
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
EXSTYLE WS_EX_CONTEXTHELP
|
||
|
CAPTION "Choose Server IP Address"
|
||
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
||
|
BEGIN
|
||
|
CONTROL "List1",IDC_LIST_IPADDRESSES,"SysListView32",LVS_LIST |
|
||
|
LVS_SINGLESEL | LVS_SORTASCENDING | LVS_AUTOARRANGE |
|
||
|
WS_BORDER | WS_TABSTOP,7,7,112,81
|
||
|
DEFPUSHBUTTON "OK",IDOK,128,7,50,14
|
||
|
PUSHBUTTON "Cancel",IDCANCEL,128,24,50,14
|
||
|
PUSHBUTTON "&Help",ID_HELP,128,45,50,14,0,0,HID_HELP
|
||
|
END
|
||
|
|
||
|
IDD_BINDINGS DIALOG DISCARDABLE 0, 0, 277, 167
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Server Bindings"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
DEFPUSHBUTTON "OK",IDOK,157,146,50,14
|
||
|
PUSHBUTTON "Cancel",IDCANCEL,220,146,50,14
|
||
|
CONTROL "List1",IDC_LIST,"SysListView32",LVS_REPORT |
|
||
|
LVS_SINGLESEL | LVS_SORTASCENDING | LVS_AUTOARRANGE |
|
||
|
LVS_OWNERDRAWFIXED | WS_BORDER | WS_TABSTOP,19,32,173,96
|
||
|
PUSHBUTTON "&Add...",IDC_ADD,204,32,50,14
|
||
|
PUSHBUTTON "&Edit...",IDC_EDIT,204,52,50,14
|
||
|
PUSHBUTTON "&Delete",IDC_DELETE,204,78,50,14
|
||
|
GROUPBOX "Server Bindings",IDC_STATIC,7,7,263,129
|
||
|
LTEXT "Select the web server bindings to use with this key.",
|
||
|
IDC_STATIC,19,19,162,8
|
||
|
END
|
||
|
|
||
|
IDD_EDT_BINDING DIALOGEX 0, 0, 262, 148
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Edit Binding"
|
||
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
||
|
BEGIN
|
||
|
DEFPUSHBUTTON "OK",IDOK,147,127,50,14
|
||
|
PUSHBUTTON "Cancel",IDCANCEL,205,127,50,14
|
||
|
GROUPBOX "Edit Binding",IDC_STATIC,7,7,248,112
|
||
|
GROUPBOX "IP Address",IDC_STATIC,16,23,220,42
|
||
|
CONTROL "Any Unassigned &IP address",IDC_ANY_IP,"Button",
|
||
|
BS_AUTORADIOBUTTON | WS_GROUP,28,35,106,10
|
||
|
CONTROL "IP &Address:",IDC_RD_IP,"Button",BS_AUTORADIOBUTTON,28,
|
||
|
48,48,10
|
||
|
CONTROL "",IDC_IPA_IPADDRESS,"SysIPAddress32",WS_TABSTOP,82,46,88,14,
|
||
|
WS_EX_CLIENTEDGE
|
||
|
GROUPBOX "Port Number",IDC_STATIC,16,71,220,39
|
||
|
CONTROL "Any Unassigned &Port",IDC_ANY_PORT,"Button",
|
||
|
BS_AUTORADIOBUTTON | WS_GROUP,28,81,81,10
|
||
|
CONTROL "Port &Number:",IDC_RD_PORT,"Button",BS_AUTORADIOBUTTON,
|
||
|
28,94,57,10
|
||
|
COMBOBOX IDC_PORT_DROP,87,93,115,57,CBS_DROPDOWN | CBS_SORT |
|
||
|
WS_VSCROLL | WS_TABSTOP
|
||
|
PUSHBUTTON "...",IDC_BTN_SELECT_IPADDRESS,173,47,14,14
|
||
|
END
|
||
|
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// DESIGNINFO
|
||
|
//
|
||
|
|
||
|
#ifdef APSTUDIO_INVOKED
|
||
|
GUIDELINES DESIGNINFO DISCARDABLE
|
||
|
BEGIN
|
||
|
IDD_KEY_PROP, DIALOG
|
||
|
BEGIN
|
||
|
LEFTMARGIN, 7
|
||
|
RIGHTMARGIN, 163
|
||
|
TOPMARGIN, 7
|
||
|
BOTTOMMARGIN, 71
|
||
|
END
|
||
|
|
||
|
IDD_CHOOSE_IPADDRESS, DIALOG
|
||
|
BEGIN
|
||
|
LEFTMARGIN, 7
|
||
|
RIGHTMARGIN, 178
|
||
|
TOPMARGIN, 7
|
||
|
BOTTOMMARGIN, 88
|
||
|
END
|
||
|
|
||
|
IDD_BINDINGS, DIALOG
|
||
|
BEGIN
|
||
|
LEFTMARGIN, 7
|
||
|
RIGHTMARGIN, 270
|
||
|
VERTGUIDE, 19
|
||
|
VERTGUIDE, 254
|
||
|
TOPMARGIN, 7
|
||
|
BOTTOMMARGIN, 160
|
||
|
HORZGUIDE, 32
|
||
|
END
|
||
|
|
||
|
IDD_EDT_BINDING, DIALOG
|
||
|
BEGIN
|
||
|
LEFTMARGIN, 7
|
||
|
RIGHTMARGIN, 255
|
||
|
TOPMARGIN, 7
|
||
|
BOTTOMMARGIN, 141
|
||
|
END
|
||
|
END
|
||
|
#endif // APSTUDIO_INVOKED
|
||
|
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// String Table
|
||
|
//
|
||
|
|
||
|
STRINGTABLE DISCARDABLE
|
||
|
BEGIN
|
||
|
IDS_SERV_NAME "WWW"
|
||
|
IDS_DEFAULT "Default"
|
||
|
IDS_IMPORT_KEYSET_PRIV_ERROR
|
||
|
"Unable to retrieve old keyset private data from its host mahine."
|
||
|
IDS_IMPORT_KEYSET_PUB_ERROR
|
||
|
"Unable to retrieve old keyset key public data from its host machine."
|
||
|
IDS_IMPORT_KEYSET_PASS_ERROR
|
||
|
"Unable to retrieve old keyset password data from its host machine."
|
||
|
IDS_COMMIT_ERROR "Unable to commit changes to "
|
||
|
IDS_FOUND_KEYSET_KEYS "Key Manager has detected keys that were not installed by Key Manager. These will be imported as untitled keys."
|
||
|
IDS_UNTITLED "Untitled"
|
||
|
IDS_INVALID_KEY "Key Manager has detected, old invalid keys that will not be read."
|
||
|
IDS_NO_VIRT_ROOTS "The HTTP server has no virtual roots."
|
||
|
IDS_NO_HTTP "Unable to connect to the http server"
|
||
|
IDS_SelectConnectMsg "You must now choose a server connection for this key to become fully activated on the target machine."
|
||
|
IDS_MULTIPLE_BINDINGS "Multiple Bindings"
|
||
|
IDS_THIS_KEY_HAS_BINDING "This key already has the specified binding."
|
||
|
IDS_ANOTHER_KEY_HAS_BINDING
|
||
|
"The key ""%1"" already has this binding. Do you want to reassign this binding?"
|
||
|
END
|
||
|
|
||
|
STRINGTABLE DISCARDABLE
|
||
|
BEGIN
|
||
|
IDS_IP_ADDRESS "IP Address"
|
||
|
IDS_PORT_NUMBER "Port Number"
|
||
|
IDS_ANY_UNASSIGNED "Any Unassigned"
|
||
|
IDS_ELLIPSIS "..."
|
||
|
IDS_DONT_BIND_UNSIGNED "You must install a certificate before making any bindings to this key."
|
||
|
IDS_DUPLICATE_CERT "This certificate is already installed on this service. To add another binding, please edit properties on the existing key."
|
||
|
IDS_NO_SECURE_BINDINGS "The list of IP addresses is empty because you have not yet created any secure bindings for the web server. You may enter any IP address manually, or create a secure binding first."
|
||
|
IDS_BAD_CERT_KEY_MATCH "Either the certificate is not matched to the key, or the password was incorrect."
|
||
|
IDS_INVALID_IP "If you choose to bind to a specific IP address, you must enter an IP address."
|
||
|
IDS_INVALID_PORT "If you choose to bind to a specific port address, you must enter a port address."
|
||
|
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\W3Key.rc2" // non-Microsoft Visual C++ edited resources
|
||
|
#include "afxres.rc" // Standard components
|
||
|
#endif
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
#endif // not APSTUDIO_INVOKED
|
||
|
|