summaryrefslogtreecommitdiffabout
path: root/pumpkin.clw
Unidiff
Diffstat (limited to 'pumpkin.clw') (more/less context) (ignore whitespace changes)
-rw-r--r--pumpkin.clw329
1 files changed, 0 insertions, 329 deletions
diff --git a/pumpkin.clw b/pumpkin.clw
deleted file mode 100644
index 7fa927b..0000000
--- a/pumpkin.clw
+++ b/dev/null
@@ -1,329 +0,0 @@
1; CLW file contains information for the MFC ClassWizard
2
3[General Info]
4Version=1
5LastClass=CPropsNetwork
6LastTemplate=CComboBox
7NewFileInclude1=#include "stdafx.h"
8NewFileInclude2=#include "PumpKIN.h"
9
10ClassCount=14
11Class1=CPumpKINApp
12Class2=CPumpKINDlg
13Class3=CAboutDlg
14
15ResourceCount=10
16Resource1=IDD_REQUEST
17Resource2=IDD_PUMPKIN_DIALOG
18Resource3=IDD_CONFIRM_RRQ
19Resource4=IDD_PROPS_SERVER
20Class4=CPropsServer
21Class5=CPropsNetwork
22Resource5=IDD_CONFIRM_WRQ
23Resource6=IDD_PROPS_ACL
24Class6=CConfirmRRQDlg
25Class7=CConfirmWRQDlg
26Resource7=IDD_ABOUTBOX
27Class8=CRequestDlg
28Class9=CResolver
29Class10=CRetrier
30Class11=CTrayer
31Resource8=IDD_PROPS_SOUNDS
32Class12=CPropsSounds
33Resource9=IDM_POPUPS
34Class13=CPropsACL
35Class14=CACLTargetCombo
36Resource10=IDD_PROPS_NETWORK
37
38[CLS:CPumpKINApp]
39Type=0
40HeaderFile=PumpKIN.h
41ImplementationFile=PumpKIN.cpp
42Filter=N
43
44[CLS:CPumpKINDlg]
45Type=0
46HeaderFile=PumpKINDlg.h
47ImplementationFile=PumpKINDlg.cpp
48Filter=W
49BaseClass=CDialog
50VirtualFilter=dWC
51LastObject=CPumpKINDlg
52
53[CLS:CAboutDlg]
54Type=0
55HeaderFile=PumpKINDlg.h
56ImplementationFile=PumpKINDlg.cpp
57Filter=D
58BaseClass=CDialog
59VirtualFilter=dWC
60LastObject=CAboutDlg
61
62[DLG:IDD_ABOUTBOX]
63Type=1
64Class=CAboutDlg
65ControlCount=5
66Control1=IDC_STATIC,static,1342177283
67Control2=IDC_STATIC,static,1342308480
68Control3=IDC_STATIC,static,1342308352
69Control4=IDOK,button,1342373889
70Control5=IDC_KLEVERNET,button,1342242816
71
72[DLG:IDD_PUMPKIN_DIALOG]
73Type=1
74Class=CPumpKINDlg
75ControlCount=10
76Control1=IDC_CONNECTIONS,SysListView32,1350631681
77Control2=IDC_GET,button,1342259200
78Control3=IDC_PUT,button,1342259200
79Control4=IDC_ABORT,button,1342259200
80Control5=IDC_OPTIONS,button,1342259200
81Control6=IDC_EXIT,button,1342259200
82Control7=ID_HELP,button,1342259200
83Control8=IDC_LOG,listbox,1353728385
84Control9=IDCANCEL,button,1073741824
85Control10=IDC_LISTENING,button,1342275619
86
87[DLG:IDD_PROPS_SERVER]
88Type=1
89Class=CPropsServer
90ControlCount=18
91Control1=IDC_STATIC,button,1342177287
92Control2=IDC_TFTPROOT,edit,1350631552
93Control3=IDC_BROWSE,button,1342242880
94Control4=IDC_TFTPSUBDIRS,button,1342242819
95Control5=IDC_STATIC,button,1342177287
96Control6=IDC_RRQ_GIVEALL,button,1342324745
97Control7=IDC_RRQ_ALWAYSCONFIRM,button,1342193673
98Control8=IDC_RRQ_DENYALL,button,1342193673
99Control9=IDC_STATIC,button,1342308359
100Control10=IDC_WRQ_TAKEALL,button,1342308361
101Control11=IDC_WRQ_PROMPTEXISTING,button,1342177289
102Control12=IDC_WRQ_ALWAYSCONFIRM,button,1342177289
103Control13=IDC_WRQ_DENYALL,button,1342177289
104Control14=IDC_STATIC,static,1342308609
105Control15=IDC_PROMPTTIMEOUT,msctls_trackbar32,1342242823
106Control16=IDC_STATIC,button,1342177287
107Control17=IDC_LOGFILE,edit,1350631552
108Control18=IDC_LOGFILE_BROWSE,button,1342242880
109
110[DLG:IDD_PROPS_NETWORK]
111Type=1
112Class=CPropsNetwork
113ControlCount=17
114Control1=IDC_STATIC,button,1342177287
115Control2=IDC_STATIC,static,1342308354
116Control3=IDC_LISTENPORT,edit,1350631552
117Control4=IDC_LISTENSPIN,msctls_updown32,1342177463
118Control5=IDC_STATIC,static,1342308354
119Control6=IDC_SPEAKPORT,edit,1350631552
120Control7=IDC_SPEAKSPIN,msctls_updown32,1342177463
121Control8=IDC_STATIC,static,1342308352
122Control9=IDC_TIMEOUT,edit,1350639744
123Control10=IDC_TIMESPIN,msctls_updown32,1342177463
124Control11=IDC_STATIC,static,1342308352
125Control12=IDC_STATIC,static,1342308352
126Control13=IDC_STATIC,static,1342308352
127Control14=IDC_BLOCKSIZE,edit,1350639744
128Control15=IDC_BSIZESPIN,msctls_updown32,1342177463
129Control16=IDC_STATIC,static,1342308354
130Control17=IDC_LISTENADDRESS,edit,1350631552
131
132[CLS:CPropsServer]
133Type=0
134HeaderFile=PropsServer.h
135ImplementationFile=PropsServer.cpp
136BaseClass=CPropertyPage
137Filter=D
138VirtualFilter=idWC
139LastObject=CPropsServer
140
141[CLS:CPropsNetwork]
142Type=0
143HeaderFile=PropsNetwork.h
144ImplementationFile=PropsNetwork.cpp
145BaseClass=CPropertyPage
146Filter=D
147VirtualFilter=idWC
148LastObject=IDC_LISTENADDRESS
149
150[DLG:IDD_CONFIRM_RRQ]
151Type=1
152Class=CConfirmRRQDlg
153ControlCount=9
154Control1=IDOK,button,1342242817
155Control2=IDCANCEL,button,1342242816
156Control3=IDC_STATIC,static,1342308352
157Control4=IDC_HOST,static,1350701313
158Control5=IDC_STATIC,static,1342308353
159Control6=IDC_FILE,static,1350701313
160Control7=IDC_STATIC,static,1342177296
161Control8=IDC_STATIC,static,1342177283
162Control9=IDC_STATIC,static,1342177283
163
164[DLG:IDD_CONFIRM_WRQ]
165Type=1
166Class=CConfirmWRQDlg
167ControlCount=11
168Control1=IDOK,button,1342242817
169Control2=IDC_RENAME,button,1342242816
170Control3=IDCANCEL,button,1342242816
171Control4=IDC_STATIC,static,1342308352
172Control5=IDC_HOST,static,1350701313
173Control6=IDC_STATIC,static,1342308353
174Control7=IDC_FILE,static,1350701313
175Control8=IDC_STATIC,static,1342177296
176Control9=IDC_STATIC,static,1342177283
177Control10=IDC_STATIC,static,1342177283
178Control11=IDC_RESUME,button,1342242816
179
180[CLS:CConfirmRRQDlg]
181Type=0
182HeaderFile=ConfirmRRQDlg.h
183ImplementationFile=ConfirmRRQDlg.cpp
184BaseClass=CDialog
185Filter=D
186VirtualFilter=dWC
187LastObject=CConfirmRRQDlg
188
189[CLS:CConfirmWRQDlg]
190Type=0
191HeaderFile=ConfirmWRQDlg.h
192ImplementationFile=ConfirmWRQDlg.cpp
193BaseClass=CDialog
194Filter=D
195VirtualFilter=dWC
196LastObject=IDC_RESUME
197
198[DLG:IDD_REQUEST]
199Type=1
200Class=CRequestDlg
201ControlCount=15
202Control1=IDC_STATIC,static,1342308608
203Control2=IDC_LOCALFILE,edit,1350631552
204Control3=IDC_BROWSE,button,1342242880
205Control4=IDC_STATIC,static,1342308608
206Control5=IDC_REMOTEFILE,edit,1350631552
207Control6=IDC_STATIC,static,1342308608
208Control7=IDC_TALKS,combobox,1344341313
209Control8=IDC_REFRESH,button,1342271232
210Control9=IDC_STATIC,static,1342308352
211Control10=IDC_TYPE,combobox,1344356418
212Control11=IDC_STATIC,static,1342308352
213Control12=IDC_BSIZE,combobox,1344339970
214Control13=IDOK,button,1342242817
215Control14=IDCANCEL,button,1342242816
216Control15=IDC_STATIC,static,1342177297
217
218[CLS:CRequestDlg]
219Type=0
220HeaderFile=RequestDlg.h
221ImplementationFile=RequestDlg.cpp
222BaseClass=CDialog
223Filter=W
224VirtualFilter=dWC
225LastObject=CRequestDlg
226
227[CLS:CResolver]
228Type=0
229HeaderFile=Resolver.h
230ImplementationFile=Resolver.cpp
231BaseClass=CWnd
232Filter=W
233LastObject=CResolver
234VirtualFilter=WC
235
236[MNU:IDM_POPUPS]
237Type=1
238Class=CPumpKINDlg
239Command1=ID_TRAY_SENDFILE
240Command2=ID_TRAY_FETCHFILE
241Command3=ID_TRAY_OPTIONS
242Command4=ID_TRAY_LISTEN
243Command5=ID_TRAY_SHOWPUMPKINWINDOW
244Command6=ID_TRAY_OPENFILESFOLDER
245Command7=ID_TRAY_HELP
246Command8=ID_TRAY_ABOUTPUMPKIN
247Command9=ID_TRAY_EXIT
248CommandCount=9
249
250[CLS:CRetrier]
251Type=0
252HeaderFile=Retrier.h
253ImplementationFile=Retrier.cpp
254BaseClass=CWnd
255Filter=W
256LastObject=CRetrier
257VirtualFilter=WC
258
259[CLS:CTrayer]
260Type=0
261HeaderFile=Trayer.h
262ImplementationFile=Trayer.cpp
263BaseClass=CWnd
264Filter=W
265LastObject=CTrayer
266VirtualFilter=WC
267
268[DLG:IDD_PROPS_SOUNDS]
269Type=1
270Class=CPropsSounds
271ControlCount=12
272Control1=IDC_STATIC,static,1342308352
273Control2=IDC_RING,combobox,1344340290
274Control3=IDC_RING_BROWSE,button,1342242880
275Control4=IDC_RING_PLAY,button,1342242880
276Control5=IDC_STATIC,static,1342308352
277Control6=IDC_FINISHED,combobox,1344340290
278Control7=IDC_FINISHED_BROWSE,button,1342242880
279Control8=IDC_FINISHED_PLAY,button,1342242880
280Control9=IDC_STATIC,static,1342308352
281Control10=IDC_ABORTED,combobox,1344340290
282Control11=IDC_ABORTED_BROWSE,button,1342242880
283Control12=IDC_ABORTED_PLAY,button,1342242880
284
285[CLS:CPropsSounds]
286Type=0
287HeaderFile=PropsSounds.h
288ImplementationFile=PropsSounds.cpp
289BaseClass=CPropertyPage
290Filter=D
291LastObject=CPropsSounds
292VirtualFilter=idWC
293
294[DLG:IDD_PROPS_ACL]
295Type=1
296Class=CPropsACL
297ControlCount=14
298Control1=IDC_ACL_LIST,SysListView32,1350631425
299Control2=IDC_ACL_UP,button,1342246720
300Control3=IDC_ACL_DOWN,button,1342246720
301Control4=IDC_ACL_REMOVE,button,1342246720
302Control5=IDC_STATIC,static,1342308352
303Control6=IDC_ACL_XFER,combobox,1344339971
304Control7=IDC_STATIC,static,1342308352
305Control8=IDC_ACL_ADDR,edit,1350631552
306Control9=IDC_STATIC,static,1342308352
307Control10=IDC_ACL_NETMASK,edit,1350631552
308Control11=IDC_STATIC,static,1342308352
309Control12=IDC_ACL_RULE,combobox,1344339971
310Control13=IDC_ACL_ADD,button,1342242816
311Control14=IDC_ACL_REPLACE,button,1342242816
312
313[CLS:CPropsACL]
314Type=0
315HeaderFile=PropsACL.h
316ImplementationFile=PropsACL.cpp
317BaseClass=CPropertyPage
318Filter=D
319LastObject=CPropsACL
320VirtualFilter=idWC
321
322[CLS:CACLTargetCombo]
323Type=0
324HeaderFile=ACLTargetCombo.h
325ImplementationFile=ACLTargetCombo.cpp
326BaseClass=CComboBox
327Filter=W
328LastObject=CACLTargetCombo
329