X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/067a15ea093c726b3ce3bf96c3f3e27744da3271..c51a56e2f86b1ab9c803453186e5e21697554c06:/win_res.h diff --git a/win_res.h b/win_res.h index b50da6ca..43ad5e95 100644 --- a/win_res.h +++ b/win_res.h @@ -11,6 +11,7 @@ #define IDD_PANEL35 107 #define IDD_PANEL4 108 #define IDD_PANEL5 109 +#define IDD_PANEL6 114 #define IDD_LOGBOX 110 #define IDD_ABOUTBOX 111 #define IDD_RECONF 112 @@ -32,15 +33,17 @@ #define IDC0_PORTSTATIC 1003 #define IDC0_PORT 1004 #define IDC0_PROTSTATIC 1005 -#define IDC0_PROTTELNET 1006 -#define IDC0_PROTSSH 1007 -#define IDC0_SESSSTATIC 1008 -#define IDC0_SESSEDIT 1009 -#define IDC0_SESSLIST 1010 -#define IDC0_SESSLOAD 1011 -#define IDC0_SESSSAVE 1012 -#define IDC0_SESSDEL 1013 -#define IDC0_CLOSEEXIT 1014 +#define IDC0_PROTRAW 1006 +#define IDC0_PROTTELNET 1007 +#define IDC0_PROTSSH 1008 +#define IDC0_SESSSTATIC 1009 +#define IDC0_SESSEDIT 1010 +#define IDC0_SESSLIST 1011 +#define IDC0_SESSLOAD 1012 +#define IDC0_SESSSAVE 1013 +#define IDC0_SESSDEL 1014 +#define IDC0_CLOSEEXIT 1015 +#define IDC0_CLOSEWARN 1016 #define IDC1_DELSTATIC 1001 #define IDC1_DEL008 1002 @@ -96,6 +99,10 @@ #define IDC3_EMRFC 1017 #define IDC3_NOPTY 1018 +#define IDC3_CIPHERSTATIC 1019 +#define IDC3_CIPHER3DES 1020 +#define IDC3_CIPHERBLOWF 1021 +#define IDC3_CIPHERDES 1022 #define IDC4_MBSTATIC 1001 #define IDC4_MBWINDOWS 1002 @@ -118,4 +125,7 @@ #define IDC5_BVALUE 1010 #define IDC5_CHANGE 1011 +#define IDC6_ENABLEKOIWINXLAT 1001 +#define IDC6_CAPSLOCKCYR 1002 + #endif