]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - win_res.h
Add multi-makefile management system
[PuTTY.git] / 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_PANEL0       103
8 #define IDD_PANEL1       104
9 #define IDD_PANEL2       105
10 #define IDD_PANEL3       106
11 #define IDD_PANEL35      107
12 #define IDD_PANEL4       108
13 #define IDD_PANEL5       109
14 #define IDD_PANEL6       114
15 #define IDD_LOGBOX       110
16 #define IDD_ABOUTBOX     111
17 #define IDD_RECONF       112
18 #define IDD_LICENCEBOX   113
19
20 #define IDN_LIST        1001
21
22 #define IDA_ICON        1001
23 #define IDA_TEXT1       1002
24 #define IDA_VERSION     1003
25 #define IDA_TEXT2       1004
26 #define IDA_LICENCE     1005
27
28 #define IDC_TAB         1001
29 #define IDC_ABOUT       1002
30
31 #define IDC0_HOSTSTATIC 1001
32 #define IDC0_HOST       1002
33 #define IDC0_PORTSTATIC 1003
34 #define IDC0_PORT       1004
35 #define IDC0_PROTSTATIC 1005
36 #define IDC0_PROTRAW    1006
37 #define IDC0_PROTTELNET 1007
38 #define IDC0_PROTSSH    1008
39 #define IDC0_SESSSTATIC 1009
40 #define IDC0_SESSEDIT   1010
41 #define IDC0_SESSLIST   1011
42 #define IDC0_SESSLOAD   1012
43 #define IDC0_SESSSAVE   1013
44 #define IDC0_SESSDEL    1014
45 #define IDC0_CLOSEEXIT  1015
46 #define IDC0_CLOSEWARN  1016
47
48 #define IDC1_DELSTATIC  1001
49 #define IDC1_DEL008     1002
50 #define IDC1_DEL127     1003
51 #define IDC1_HOMESTATIC 1004
52 #define IDC1_HOMETILDE  1005
53 #define IDC1_HOMERXVT   1006
54 #define IDC1_FUNCSTATIC 1007
55 #define IDC1_FUNCTILDE  1008
56 #define IDC1_FUNCLINUX  1009
57 #define IDC1_KPSTATIC   1010
58 #define IDC1_KPNORMAL   1011
59 #define IDC1_KPAPPLIC   1012
60 #define IDC1_KPNH       1013
61 #define IDC1_CURSTATIC  1014
62 #define IDC1_CURNORMAL  1015
63 #define IDC1_CURAPPLIC  1016
64 #define IDC1_ALTF4      1017
65 #define IDC1_ALTSPACE   1018
66 #define IDC1_LDISCTERM  1019
67
68 #define IDC2_WRAPMODE   1001
69 #define IDC2_DECOM      1002
70 #define IDC2_WINNAME    1003
71 #define IDC2_DIMSTATIC  1004
72 #define IDC2_ROWSSTATIC 1005
73 #define IDC2_ROWSEDIT   1006
74 #define IDC2_COLSSTATIC 1007
75 #define IDC2_COLSEDIT   1008
76 #define IDC2_SAVESTATIC 1009
77 #define IDC2_SAVEEDIT   1010
78 #define IDC2_FONTSTATIC 1011
79 #define IDC2_CHOOSEFONT 1012
80 #define IDC2_VTSTATIC   1013
81 #define IDC2_VTXWINDOWS 1014
82 #define IDC2_VTOEMANSI  1015
83 #define IDC2_VTOEMONLY  1016
84 #define IDC2_VTPOORMAN  1017
85 #define IDC2_LFHASCR    1018
86
87 #define IDC3_TTSTATIC   1001
88 #define IDC3_TTEDIT     1002
89 #define IDC3_TSSTATIC   1003
90 #define IDC3_TSEDIT     1004
91 #define IDC3_LOGSTATIC  1005
92 #define IDC3_LOGEDIT    1006
93 #define IDC3_ENVSTATIC  1007
94 #define IDC3_VARSTATIC  1008
95 #define IDC3_VAREDIT    1009
96 #define IDC3_VALSTATIC  1010
97 #define IDC3_VALEDIT    1011
98 #define IDC3_ENVLIST    1012
99 #define IDC3_ENVADD     1013
100 #define IDC3_ENVREMOVE  1014
101 #define IDC3_EMSTATIC   1015
102 #define IDC3_EMBSD      1016
103 #define IDC3_EMRFC      1017
104
105 #define IDC3_NOPTY      1018
106 #define IDC3_CIPHERSTATIC 1019
107 #define IDC3_CIPHER3DES 1020
108 #define IDC3_CIPHERBLOWF 1021
109 #define IDC3_CIPHERDES  1022
110 #define IDC3_AUTHTIS    1023
111
112 #define IDC4_MBSTATIC   1001
113 #define IDC4_MBWINDOWS  1002
114 #define IDC4_MBXTERM    1003
115 #define IDC4_CCSTATIC   1004
116 #define IDC4_CCLIST     1005
117 #define IDC4_CCSET      1006
118 #define IDC4_CCSTATIC2  1007
119 #define IDC4_CCEDIT     1008
120
121 #define IDC5_BOLDCOLOUR 1001
122 #define IDC5_PALETTE    1002
123 #define IDC5_STATIC     1003
124 #define IDC5_LIST       1004
125 #define IDC5_RSTATIC    1005
126 #define IDC5_GSTATIC    1006
127 #define IDC5_BSTATIC    1007
128 #define IDC5_RVALUE     1008
129 #define IDC5_GVALUE     1009
130 #define IDC5_BVALUE     1010
131 #define IDC5_CHANGE     1011
132
133 #define IDC6_XLATSTATIC 1001
134 #define IDC6_NOXLAT     1002
135 #define IDC6_KOI8WIN1251 1003
136 #define IDC6_88592WIN1250 1004
137 #define IDC6_CAPSLOCKCYR 1005
138
139 #endif