]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - win_res.h
Initial checkin: beta 0.43
[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_LOGBOX       110
15 #define IDD_ABOUTBOX     111
16 #define IDD_RECONF       112
17 #define IDD_LICENCEBOX   113
18
19 #define IDN_LIST        1001
20
21 #define IDA_ICON        1001
22 #define IDA_TEXT        1002
23 #define IDA_LICENCE     1003
24
25 #define IDC_TAB         1001
26 #define IDC_ABOUT       1002
27
28 #define IDC0_HOSTSTATIC 1001
29 #define IDC0_HOST       1002
30 #define IDC0_PORTSTATIC 1003
31 #define IDC0_PORT       1004
32 #define IDC0_PROTSTATIC 1005
33 #define IDC0_PROTTELNET 1006
34 #define IDC0_PROTSSH    1007
35 #define IDC0_SESSSTATIC 1008
36 #define IDC0_SESSEDIT   1009
37 #define IDC0_SESSLIST   1010
38 #define IDC0_SESSLOAD   1011
39 #define IDC0_SESSSAVE   1012
40 #define IDC0_SESSDEL    1013
41 #define IDC0_CLOSEEXIT  1014
42
43 #define IDC1_DELSTATIC  1001
44 #define IDC1_DEL008     1002
45 #define IDC1_DEL127     1003
46 #define IDC1_HOMESTATIC 1004
47 #define IDC1_HOMETILDE  1005
48 #define IDC1_HOMERXVT   1006
49 #define IDC1_FUNCSTATIC 1007
50 #define IDC1_FUNCTILDE  1008
51 #define IDC1_FUNCLINUX  1009
52 #define IDC1_KPSTATIC   1010
53 #define IDC1_KPNORMAL   1011
54 #define IDC1_KPAPPLIC   1012
55 #define IDC1_CURSTATIC  1013
56 #define IDC1_CURNORMAL  1014
57 #define IDC1_CURAPPLIC  1015
58
59 #define IDC2_WRAPMODE   1001
60 #define IDC2_DECOM      1002
61 #define IDC2_WINNAME    1003
62 #define IDC2_DIMSTATIC  1004
63 #define IDC2_ROWSSTATIC 1005
64 #define IDC2_ROWSEDIT   1006
65 #define IDC2_COLSSTATIC 1007
66 #define IDC2_COLSEDIT   1008
67 #define IDC2_SAVESTATIC 1009
68 #define IDC2_SAVEEDIT   1010
69 #define IDC2_FONTSTATIC 1011
70 #define IDC2_CHOOSEFONT 1012
71 #define IDC2_VTSTATIC   1013
72 #define IDC2_VTXWINDOWS 1014
73 #define IDC2_VTOEMANSI  1015
74 #define IDC2_VTOEMONLY  1016
75 #define IDC2_VTPOORMAN  1017
76
77 #define IDC3_TTSTATIC   1001
78 #define IDC3_TTEDIT     1002
79 #define IDC3_TSSTATIC   1003
80 #define IDC3_TSEDIT     1004
81 #define IDC3_LOGSTATIC  1005
82 #define IDC3_LOGEDIT    1006
83 #define IDC3_ENVSTATIC  1007
84 #define IDC3_VARSTATIC  1008
85 #define IDC3_VAREDIT    1009
86 #define IDC3_VALSTATIC  1010
87 #define IDC3_VALEDIT    1011
88 #define IDC3_ENVLIST    1012
89 #define IDC3_ENVADD     1013
90 #define IDC3_ENVREMOVE  1014
91 #define IDC3_EMSTATIC   1015
92 #define IDC3_EMBSD      1016
93 #define IDC3_EMRFC      1017
94
95 #define IDC4_MBSTATIC   1001
96 #define IDC4_MBWINDOWS  1002
97 #define IDC4_MBXTERM    1003
98 #define IDC4_CCSTATIC   1004
99 #define IDC4_CCLIST     1005
100 #define IDC4_CCSET      1006
101 #define IDC4_CCSTATIC2  1007
102 #define IDC4_CCEDIT     1008
103
104 #define IDC5_BOLDCOLOUR 1001
105 #define IDC5_PALETTE    1002
106 #define IDC5_STATIC     1003
107 #define IDC5_LIST       1004
108 #define IDC5_RSTATIC    1005
109 #define IDC5_GSTATIC    1006
110 #define IDC5_BSTATIC    1007
111 #define IDC5_RVALUE     1008
112 #define IDC5_GVALUE     1009
113 #define IDC5_BVALUE     1010
114 #define IDC5_CHANGE     1011
115
116 #endif