mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
cb45b9cc25
long last to move all the Windows-specific source files down into a `windows' subdirectory. Only platform-specific files remain at the top level. With any luck this will act as a hint to anyone still contemplating sending us a Windows-centric patch... [originally from svn r4792]
31 lines
670 B
C
31 lines
670 B
C
#ifndef PUTTY_WIN_RES_H
|
|
#define PUTTY_WIN_RES_H
|
|
|
|
#define IDI_MAINICON 200
|
|
#define IDI_CFGICON 201
|
|
|
|
#define IDD_MAINBOX 102
|
|
#define IDD_LOGBOX 110
|
|
#define IDD_ABOUTBOX 111
|
|
#define IDD_RECONF 112
|
|
#define IDD_LICENCEBOX 113
|
|
|
|
#define IDN_LIST 1001
|
|
#define IDN_COPY 1002
|
|
|
|
#define IDA_ICON 1001
|
|
#define IDA_TEXT1 1002
|
|
#define IDA_VERSION 1003
|
|
#define IDA_TEXT2 1004
|
|
#define IDA_LICENCE 1005
|
|
#define IDA_WEB 1006
|
|
|
|
#define IDC_TAB 1001
|
|
#define IDC_TABSTATIC1 1002
|
|
#define IDC_TABSTATIC2 1003
|
|
#define IDC_TABLIST 1004
|
|
#define IDC_HELPBTN 1005
|
|
#define IDC_ABOUT 1006
|
|
|
|
#endif
|