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