Plink documentation cribs heavily from PSCP documentation, film at 11.
[u/mdw/putty] / win_res.h
1 #ifndef PUTTY_WIN_RES_H
2 #define PUTTY_WIN_RES_H
3
4 #define IDI_MAINICON 200
5
6 #define IDD_MAINBOX 102
7 #define IDD_LOGBOX 110
8 #define IDD_ABOUTBOX 111
9 #define IDD_RECONF 112
10 #define IDD_LICENCEBOX 113
11
12 #define IDN_LIST 1001
13 #define IDN_COPY 1002
14
15 #define IDA_ICON 1001
16 #define IDA_TEXT1 1002
17 #define IDA_VERSION 1003
18 #define IDA_TEXT2 1004
19 #define IDA_LICENCE 1005
20
21 #define IDC_TAB 1001
22 #define IDC_TABSTATIC1 1002
23 #define IDC_TABSTATIC2 1003
24 #define IDC_TABLIST 1004
25 #define IDC_ABOUT 1005
26 #define IDC_SUBDLG 1006
27
28 #endif