Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / windows / win_res.h
CommitLineData
eaf1e20a 1/*
2 * win_res.h - constants shared between win_res.rc2 and the C code.
3 */
4
374330e2 5#ifndef PUTTY_WIN_RES_H
6#define PUTTY_WIN_RES_H
7
8#define IDI_MAINICON 200
648947d4 9#define IDI_CFGICON 201
374330e2 10
11#define IDD_MAINBOX 102
374330e2 12#define IDD_LOGBOX 110
13#define IDD_ABOUTBOX 111
14#define IDD_RECONF 112
15#define IDD_LICENCEBOX 113
16
17#define IDN_LIST 1001
989b10e9 18#define IDN_COPY 1002
374330e2 19
20#define IDA_ICON 1001
067a15ea 21#define IDA_TEXT1 1002
22#define IDA_VERSION 1003
23#define IDA_TEXT2 1004
24#define IDA_LICENCE 1005
defab6b8 25#define IDA_WEB 1006
374330e2 26
27#define IDC_TAB 1001
d4dcbf56 28#define IDC_TABSTATIC1 1002
29#define IDC_TABSTATIC2 1003
30#define IDC_TABLIST 1004
70133c0e 31#define IDC_HELPBTN 1005
32#define IDC_ABOUT 1006
14963b8f 33
374330e2 34#endif