-
Notifications
You must be signed in to change notification settings - Fork 5
/
PuTTYCS.clw
executable file
·243 lines (224 loc) · 7.59 KB
/
PuTTYCS.clw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CPuTTYCSDialog
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "puttycs.h"
LastPage=0
ClassCount=8
Class1=CAboutDialog
Class2=CCommandEdit
Class3=CFilterDialog
Class4=CFiltersDialog
Class5=CPasswordDialog
Class6=CPreferencesDialog
Class7=CPuTTYCSApp
Class8=CPuTTYCSDialog
ResourceCount=7
Resource1=IDD_PREFERENCES_DIALOG
Resource2=IDD_FILTER_DIALOG
Resource3=IDD_PUTTYCS_DIALOG
Resource4=IDD_PASSWORD_DIALOG
Resource5=IDD_ABOUT_DIALOG
Resource6=IDD_FILTERS_DIALOG
Resource7=IDM_SYSTRAY_MENU
[CLS:CAboutDialog]
Type=0
BaseClass=CDialog
HeaderFile=AboutDialog.h
ImplementationFile=AboutDialog.cpp
LastObject=IDC_PAYPAL_STATIC
Filter=D
VirtualFilter=dWC
[CLS:CCommandEdit]
Type=0
BaseClass=CEdit
HeaderFile=CommandEdit.h
ImplementationFile=CommandEdit.cpp
LastObject=CCommandEdit
Filter=W
VirtualFilter=WC
[CLS:CFilterDialog]
Type=0
BaseClass=CDialog
HeaderFile=FilterDialog.h
ImplementationFile=FilterDialog.cpp
[CLS:CFiltersDialog]
Type=0
BaseClass=CDialog
HeaderFile=FiltersDialog.h
ImplementationFile=FiltersDialog.cpp
[CLS:CPasswordDialog]
Type=0
BaseClass=CDialog
HeaderFile=PasswordDialog.h
ImplementationFile=PasswordDialog.cpp
[CLS:CPreferencesDialog]
Type=0
BaseClass=CDialog
HeaderFile=PreferencesDialog.h
ImplementationFile=PreferencesDialog.cpp
Filter=D
VirtualFilter=dWC
LastObject=IDC_FIND_BUTTON
[CLS:CPuTTYCSApp]
Type=0
BaseClass=CWinApp
HeaderFile=PuTTYCS.h
ImplementationFile=PuTTYCS.cpp
LastObject=CPuTTYCSApp
[CLS:CPuTTYCSDialog]
Type=0
BaseClass=CDialog
HeaderFile=PuTTYCSDialog.h
ImplementationFile=PuTTYCSDialog.cpp
LastObject=CPuTTYCSDialog
Filter=D
VirtualFilter=dWC
[DLG:IDD_ABOUT_DIALOG]
Type=1
Class=CAboutDialog
ControlCount=8
Control1=IDC_ABOUT_TEXT_LINE1,static,1342308353
Control2=IDC_ABOUT_TEXT_LINE2,static,1342308353
Control3=IDC_VISITWEBSITE_BUTTON,button,1342242816
Control4=IDC_CLOSE_BUTTON,button,1342242817
Control5=IDC_ABOUT_TEXT_LINE3,static,1342308353
Control6=IDC_STATIC,static,1342177298
Control7=IDC_STATIC,static,1342308353
Control8=IDC_DONATION_BUTTON,static,1342243086
[DLG:IDD_FILTER_DIALOG]
Type=1
Class=CFilterDialog
ControlCount=10
Control1=IDC_STATIC,static,1342308352
Control2=IDC_FILTERNAME_EDIT,edit,1350631552
Control3=IDC_STATIC,static,1342308352
Control4=IDC_STATIC,static,1342308354
Control5=IDC_FILTERLIST_EDIT,edit,1350631492
Control6=IDC_STATIC,static,1342308352
Control7=IDC_STATIC,static,1342308352
Control8=IDC_STATIC,static,1342308352
Control9=IDC_OK_BUTTON,button,1342242817
Control10=IDCANCEL,button,1342242816
[DLG:IDD_FILTERS_DIALOG]
Type=1
Class=CFiltersDialog
ControlCount=14
Control1=IDC_STATIC,static,1342308352
Control2=IDC_FILTERS_LISTBOX,listbox,1352728833
Control3=IDC_STATIC,static,1342308352
Control4=IDC_FILTERLIST_EDIT,edit,1350633540
Control5=IDC_ADD_BUTTON,button,1342242816
Control6=IDC_EDIT_BUTTON,button,1342242816
Control7=IDC_COPY_BUTTON,button,1342242816
Control8=IDC_REMOVE_BUTTON,button,1342242816
Control9=IDC_REMOVE_ALL_BUTTON,button,1342242816
Control10=IDC_MOVEUP_BUTTON,button,1342242816
Control11=IDC_MOVEDOWN_BUTTON,button,1342242816
Control12=IDC_OK_BUTTON,button,1342242817
Control13=IDC_CANCEL_BUTTON,button,1342242816
Control14=IDC_APPLY_BUTTON,button,1476460544
[DLG:IDD_PASSWORD_DIALOG]
Type=1
Class=CPasswordDialog
ControlCount=4
Control1=IDC_STATIC,static,1342308352
Control2=IDC_PASSWORD_CEDIT,edit,1350631584
Control3=IDC_OK_BUTTON,button,1342242817
Control4=IDCANCEL,button,1342242816
[DLG:IDD_PUTTYCS_DIALOG]
Type=1
Class=CPuTTYCSDialog
ControlCount=33
Control1=IDC_STATIC,static,1342308352
Control2=IDC_FILTERS_COMBOBOX,combobox,1344339971
Control3=IDC_CASCADE_BUTTON,button,1342242816
Control4=IDC_TILE_BUTTON,button,1342242816
Control5=IDC_MINIMIZE_BUTTON,button,1342242816
Control6=IDC_HIDE_BUTTON,button,1342242816
Control7=IDC_CLOSE_BUTTON,button,1342242816
Control8=IDC_FILTERS_BUTTON,button,1342242816
Control9=IDC_STATIC,static,1342308352
Control10=IDC_CTRL_BUTTON,button,1342242816
Control11=IDC_INC_BUTTON,button,1342242816
Control12=IDC_CMDHISTORYUP_BUTTON,button,1476460544
Control13=IDC_CMDHISTORYDOWN_BUTTON,button,1476464384
Control14=IDC_CMDHISTORYCLEAR_BUTTON,button,1476464384
Control15=IDC_SENDCR_PUSHBUTTON,button,1342246916
Control16=IDC_COMMAND_EDIT,edit,1350631492
Control17=IDC_UP_BUTTON,button,1342242816
Control18=IDC_LEFT_BUTTON,button,1342242816
Control19=IDC_CLEAR_BUTTON,button,1342242816
Control20=IDC_RIGHT_BUTTON,button,1342246656
Control21=IDC_DOWN_BUTTON,button,1342242816
Control22=IDC_BACKSPACE_BUTTON,button,1342242816
Control23=IDC_DELETE_BUTTON,button,1342242816
Control24=IDC_BREAK_BUTTON,button,1342242816
Control25=IDC_CTRLR_BUTTON,button,1342242816
Control26=IDC_CTRLD_BUTTON,button,1342242816
Control27=IDC_ENDTELNET_BUTTON,button,1342242816
Control28=IDC_ENTER_BUTTON,button,1342242816
Control29=IDC_ESCAPE_BUTTON,button,1342242816
Control30=IDC_PASSWORD_BUTTON,button,1342242816
Control31=IDC_PREFERENCES_BUTTON,button,1342242816
Control32=IDC_SCRIPT_BUTTON,button,1342242816
Control33=IDC_SEND_BUTTON,button,1342242817
[MNU:IDM_SYSTRAY_MENU]
Type=1
Class=?
Command1=IDMI_SYSTRAYOPEN_MENUITEM
Command2=IDMI_SYSTRAYCASCADE_MENUITEM
Command3=IDMI_SYSTRAYTILE_MENUITEM
Command4=IDMI_SYSTRAYMINIMIZE_MENUITEM
Command5=IDMI_SYSTRAYHIDE_MENUITEM
Command6=IDMI_SYSTRAYPREFERENCES_MENUITEM
Command7=IDMI_SYSTRAYCHECKFORUPDATES_MENUITEM
Command8=IDMI_SYSTRAYABOUT_MENUITEM
Command9=IDMI_SYSTRAYEXIT_MENUITEM
CommandCount=9
[DLG:IDD_PREFERENCES_DIALOG]
Type=1
Class=?
ControlCount=40
Control1=IDC_STATIC,button,1342177287
Control2=IDC_TOOLWINDOW_CHECKBOX,button,1342242819
Control3=IDC_ALWAYSONTOP_CHECKBOX,button,1342242819
Control4=IDC_MINIMIZETOSYSTRAY_CHECKBOX,button,1342242819
Control5=IDC_OPACITY1_STATIC,static,1342308864
Control6=IDC_OPACITY_SLIDER,msctls_trackbar32,1342242816
Control7=IDC_OPACITY2_STATIC,static,1342308864
Control8=IDC_STATIC,button,1342177287
Control9=IDC_AUTOARRANGE_OFF_RADIO,button,1342308361
Control10=IDC_AUTOARRANGE_CASCADE_RADIO,button,1342177289
Control11=IDC_AUTOARRANGE_TILE_RADIO,button,1342177289
Control12=IDC_AUTOMINIMIZE_CHECKBOX,button,1342242819
Control13=IDC_ARRANGEONSTARTUP_CHECKBOX,button,1342242819
Control14=IDC_UNHIDEONEXIT_CHECKBOX,button,1342242819
Control15=IDC_STATIC,button,1342177287
Control16=IDC_TILEMETHOD_VERTICAL_RADIO,button,1342308361
Control17=IDC_TILEMETHOD_HORIZONTAL_RADIO,button,1342177289
Control18=IDC_TILEMETHOD_CLASSIC_RADIO,button,1342177289
Control19=IDC_STATIC,button,1342177287
Control20=IDC_CASCADE_WIDTH_EDIT,edit,1350639744
Control21=IDC_STATIC,static,1342308352
Control22=IDC_CASCADE_HEIGHT_EDIT,edit,1350639744
Control23=IDC_FIND_BUTTON,button,1342242816
Control24=IDC_STATIC,button,1342177287
Control25=IDC_TABCOMPLETION_CHECKBOX,button,1342242819
Control26=IDC_CMDHISTORYSCROLLTHROUGH_CHECKBOX,button,1342242819
Control27=IDC_EMULATECOPYPASTE_CHECKBOX,button,1342242819
Control28=IDC_STATIC,button,1342177287
Control29=IDC_STATIC,static,1342308352
Control30=IDC_TRANSITION_EDIT,edit,1350639744
Control31=IDC_STATIC,static,1342308352
Control32=IDC_STATIC,static,1342308352
Control33=IDC_POST_SEND_DELAY_EDIT,edit,1350639744
Control34=IDC_STATIC,static,1342308352
Control35=IDC_STATIC,button,1342177287
Control36=IDC_SAVEPASSWORD_CHECKBOX,button,1342242819
Control37=IDC_RUNONSYSTEMSTARTUP_CHECKBOX,button,1342242819
Control38=IDC_CHECKFORUPDATES_CHECKBOX,button,1342242819
Control39=IDC_OK_BUTTON,button,1342242817
Control40=IDCANCEL,button,1342242816