X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/2a25a1b45376d93e4f801e55bcfef9e112abfde8..d57a8a6d89703f218cc495b344881f632e70b68f:/win_res.h diff --git a/win_res.h b/win_res.h index 6ea558c3..9ee8f576 100644 --- a/win_res.h +++ b/win_res.h @@ -7,6 +7,7 @@ #define IDD_PANEL0 103 #define IDD_PANEL1 104 #define IDD_PANEL2 105 +#define IDD_PANELW 115 #define IDD_PANEL3 106 #define IDD_PANEL35 107 #define IDD_PANEL4 108 @@ -18,6 +19,7 @@ #define IDD_LICENCEBOX 113 #define IDN_LIST 1001 +#define IDN_COPY 1002 #define IDA_ICON 1001 #define IDA_TEXT1 1002 @@ -26,7 +28,10 @@ #define IDA_LICENCE 1005 #define IDC_TAB 1001 -#define IDC_ABOUT 1002 +#define IDC_TABSTATIC1 1002 +#define IDC_TABSTATIC2 1003 +#define IDC_TABLIST 1004 +#define IDC_ABOUT 1005 #define IDC0_HOSTSTATIC 1001 #define IDC0_HOST 1002 @@ -54,22 +59,21 @@ #define IDC1_FUNCSTATIC 1007 #define IDC1_FUNCTILDE 1008 #define IDC1_FUNCLINUX 1009 -#define IDC1_KPSTATIC 1010 -#define IDC1_KPNORMAL 1011 -#define IDC1_KPAPPLIC 1012 -#define IDC1_KPNH 1013 -#define IDC1_CURSTATIC 1014 -#define IDC1_CURNORMAL 1015 -#define IDC1_CURAPPLIC 1016 -#define IDC1_ALTF4 1017 -#define IDC1_ALTSPACE 1018 -#define IDC1_LDISCTERM 1019 -#define IDC1_BLINKCUR 1020 -#define IDC1_BEEP 1021 +#define IDC1_FUNCXTERM 1010 +#define IDC1_KPSTATIC 1011 +#define IDC1_KPNORMAL 1012 +#define IDC1_KPAPPLIC 1013 +#define IDC1_KPNH 1014 +#define IDC1_CURSTATIC 1015 +#define IDC1_CURNORMAL 1016 +#define IDC1_CURAPPLIC 1017 +#define IDC1_ALTF4 1018 +#define IDC1_ALTSPACE 1019 +#define IDC1_LDISCTERM 1020 +#define IDC1_SCROLLKEY 1021 #define IDC2_WRAPMODE 1001 #define IDC2_DECOM 1002 -#define IDC2_WINNAME 1003 #define IDC2_DIMSTATIC 1004 #define IDC2_ROWSSTATIC 1005 #define IDC2_ROWSEDIT 1006 @@ -79,12 +83,17 @@ #define IDC2_SAVEEDIT 1010 #define IDC2_FONTSTATIC 1011 #define IDC2_CHOOSEFONT 1012 -#define IDC2_VTSTATIC 1013 -#define IDC2_VTXWINDOWS 1014 -#define IDC2_VTOEMANSI 1015 -#define IDC2_VTOEMONLY 1016 -#define IDC2_VTPOORMAN 1017 #define IDC2_LFHASCR 1018 +#define IDC1_BEEP 1021 +#define IDC2_BCE 1024 +#define IDC2_BLINKTEXT 1025 + +#define IDCW_WINNAME 1001 +#define IDCW_BLINKCUR 1002 +#define IDCW_SCROLLBAR 1003 +#define IDCW_LOCKSIZE 1004 +#define IDCW_WINTITLE 1005 +#define IDCW_WINEDIT 1006 #define IDC3_TTSTATIC 1001 #define IDC3_TTEDIT 1002 @@ -110,6 +119,15 @@ #define IDC3_CIPHERBLOWF 1021 #define IDC3_CIPHERDES 1022 #define IDC3_AUTHTIS 1023 +#define IDC3_PKSTATIC 1024 +#define IDC3_PKEDIT 1025 +#define IDC3_PKBUTTON 1026 +#define IDC3_SSHPROTSTATIC 1027 +#define IDC3_SSHPROT1 1028 +#define IDC3_SSHPROT2 1029 +#define IDC3_AGENTFWD 1030 +#define IDC3_CMDSTATIC 1031 +#define IDC3_CMDEDIT 1032 #define IDC4_MBSTATIC 1001 #define IDC4_MBWINDOWS 1002 @@ -137,5 +155,10 @@ #define IDC6_KOI8WIN1251 1003 #define IDC6_88592WIN1250 1004 #define IDC6_CAPSLOCKCYR 1005 +#define IDC2_VTSTATIC 1013 +#define IDC2_VTXWINDOWS 1014 +#define IDC2_VTOEMANSI 1015 +#define IDC2_VTOEMONLY 1016 +#define IDC2_VTPOORMAN 1017 #endif