mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 09:27:59 +00:00
670f9d8620
I've replaced the old versions using the standard MessageBox with new versions using custom-drawn dialog templates and dialog procedures. The visible changes are that the acceptance buttons have custom text describing the actions they'll take, like the GTK versions, instead of having to stick with bog-standard "Yes" and "No" and hope the user reads the explanation in the main box text. Also, this gives me the opportunity to spiff up the looks a bit, by making the "POTENTIAL SECURITY BREACH" in the wrong-host-key dialog larger and boldface. But those are minor cosmetic side effects of my real purpose, which is to make it possible to add further controls to these boxes in future.
121 lines
4.9 KiB
Plaintext
121 lines
4.9 KiB
Plaintext
/*
|
|
* Windows resources shared between PuTTY and PuTTYtel, to be #include'd
|
|
* after defining appropriate macros.
|
|
*
|
|
* Note that many of these strings mention PuTTY. Due to restrictions in
|
|
* VC's handling of string concatenation, this can't easily be fixed.
|
|
* It's fixed up at runtime.
|
|
*
|
|
* This file has the more or less arbitrary extension '.rc2' to avoid
|
|
* IDEs taking it to be a top-level resource script in its own right
|
|
* (which has been known to happen if the extension was '.rc'), and
|
|
* also to avoid the resource compiler ignoring everything included
|
|
* from it (which happens if the extension is '.h').
|
|
*/
|
|
|
|
#include "win_res.h"
|
|
|
|
IDI_MAINICON ICON "putty.ico"
|
|
|
|
IDI_CFGICON ICON "puttycfg.ico"
|
|
|
|
/* Accelerators used: clw */
|
|
IDD_ABOUTBOX DIALOG DISCARDABLE 140, 40, 270, 136
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "About PuTTY"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
DEFPUSHBUTTON "&Close", IDOK, 216, 118, 48, 14
|
|
PUSHBUTTON "View &Licence", IDA_LICENCE, 6, 118, 70, 14
|
|
PUSHBUTTON "Visit &Web Site", IDA_WEB, 140, 118, 70, 14
|
|
EDITTEXT IDA_TEXT, 10, 6, 250, 110, ES_READONLY | ES_MULTILINE | ES_CENTER, WS_EX_STATICEDGE
|
|
END
|
|
|
|
/* Accelerators used: aco */
|
|
IDD_MAINBOX DIALOG DISCARDABLE 0, 0, 300, 252
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "PuTTY Configuration"
|
|
FONT 8, "MS Shell Dlg"
|
|
CLASS "PuTTYConfigBox"
|
|
BEGIN
|
|
END
|
|
|
|
/* Accelerators used: co */
|
|
IDD_LOGBOX DIALOG DISCARDABLE 100, 20, 300, 119
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "PuTTY Event Log"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
DEFPUSHBUTTON "&Close", IDOK, 135, 102, 44, 14
|
|
PUSHBUTTON "C&opy", IDN_COPY, 81, 102, 44, 14
|
|
LISTBOX IDN_LIST, 3, 3, 294, 95, LBS_HASSTRINGS | LBS_USETABSTOPS | WS_VSCROLL | LBS_EXTENDEDSEL
|
|
END
|
|
|
|
/* No accelerators used */
|
|
IDD_LICENCEBOX DIALOG DISCARDABLE 50, 50, 326, 239
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "PuTTY Licence"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
DEFPUSHBUTTON "OK", IDOK, 148, 219, 44, 14
|
|
|
|
EDITTEXT IDA_TEXT, 10, 10, 306, 200, ES_READONLY | ES_MULTILINE | ES_LEFT, WS_EX_STATICEDGE
|
|
END
|
|
|
|
/* No accelerators used */
|
|
IDD_HK_ABSENT DIALOG DISCARDABLE 50, 50, 300, 148
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "PuTTY Security Alert"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "The server's host key is not cached in the registry. You have no", 100, 40, 20, 260, 8
|
|
LTEXT "guarantee that the server is the computer you think it is.", 101, 40, 28, 260, 8
|
|
LTEXT "The server's {KEYTYPE} key fingerprint is:", 102, 40, 40, 260, 8
|
|
LTEXT "If you trust this host, press ""Accept"" to add the key to {APPNAME}'s", 103, 40, 60, 260, 8
|
|
LTEXT "cache and carry on connecting.", 104, 40, 68, 260, 8
|
|
LTEXT "If you want to carry on connecting just once, without adding the key", 105, 40, 80, 260, 8
|
|
LTEXT "to the cache, press ""Connect Once"".", 106, 40, 88, 260, 8
|
|
LTEXT "If you do not trust this host, press ""Cancel"" to abandon the connection.", 107, 40, 100, 260, 8
|
|
|
|
ICON "", IDC_HK_ICON, 10, 18, 0, 0
|
|
|
|
PUSHBUTTON "Cancel", IDCANCEL, 248, 128, 40, 14
|
|
PUSHBUTTON "Accept", IDC_HK_ACCEPT, 128, 128, 40, 14
|
|
PUSHBUTTON "Connect Once", IDC_HK_ONCE, 176, 128, 64, 14
|
|
PUSHBUTTON "Help", IDHELP, 12, 128, 40, 14
|
|
|
|
EDITTEXT IDC_HK_FINGERPRINT, 40, 48, 260, 12, ES_READONLY | ES_LEFT, 0
|
|
END
|
|
|
|
/* No accelerators used */
|
|
IDD_HK_WRONG DIALOG DISCARDABLE 50, 50, 300, 188
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "PuTTY Security Alert"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "WARNING - POTENTIAL SECURITY BREACH!", IDC_HK_TITLE, 40, 20, 260, 12
|
|
|
|
LTEXT "The server's host key does not match the one {APPNAME} has cached in", 100, 40, 36, 260, 8
|
|
LTEXT "the registry. This means that either the server administrator has", 101, 40, 44, 260, 8
|
|
LTEXT "changed the host key, or you have actually connected to another", 102, 40, 52, 260, 8
|
|
LTEXT "computer pretending to be the server.", 103, 40, 60, 260, 8
|
|
LTEXT "The new {KEYTYPE} key fingerprint is:", 104, 40, 72, 260, 8
|
|
LTEXT "If you were expecting this change and trust the new key, press", 105, 40, 92, 260, 8
|
|
LTEXT """Accept"" to update {APPNAME}'s cache and continue connecting.", 106, 40, 100, 260, 8
|
|
LTEXT "If you want to carry on connecting but without updating the cache,", 107, 40, 112, 260, 8
|
|
LTEXT "press ""Connect Once"".", 108, 40, 120, 260, 8
|
|
LTEXT "If you want to abandon the connection completely, press ""Cancel"".", 109, 40, 132, 260, 8
|
|
LTEXT "Pressing ""Cancel"" is the ONLY guaranteed safe choice.", 110, 40, 140, 260, 8
|
|
|
|
ICON "", IDC_HK_ICON, 10, 16, 0, 0
|
|
|
|
PUSHBUTTON "Cancel", IDCANCEL, 248, 168, 40, 14
|
|
PUSHBUTTON "Accept", IDC_HK_ACCEPT, 128, 168, 40, 14
|
|
PUSHBUTTON "Connect Once", IDC_HK_ONCE, 176, 168, 64, 14
|
|
PUSHBUTTON "Help", IDHELP, 12, 168, 40, 14
|
|
|
|
EDITTEXT IDC_HK_FINGERPRINT, 40, 80, 260, 12, ES_READONLY | ES_LEFT, 0
|
|
END
|
|
|
|
#include "version.rc2"
|