summaryrefslogtreecommitdiffabout
path: root/dipstick.clw
Unidiff
Diffstat (limited to 'dipstick.clw') (more/less context) (ignore whitespace changes)
-rw-r--r--dipstick.clw266
1 files changed, 266 insertions, 0 deletions
diff --git a/dipstick.clw b/dipstick.clw
new file mode 100644
index 0000000..708ee48
--- a/dev/null
+++ b/dipstick.clw
@@ -0,0 +1,266 @@
1; CLW file contains information for the MFC ClassWizard
2
3[General Info]
4Version=1
5LastClass=CDipstickDlg
6LastTemplate=CDialog
7NewFileInclude1=#include "stdafx.h"
8NewFileInclude2=#include "Dipstick.h"
9
10ClassCount=10
11Class1=CDipstickApp
12Class2=CDipstickDlg
13Class3=CAboutDlg
14
15ResourceCount=10
16Resource1=IDD_PROPS
17Resource2=IDR_MAINFRAME
18Class4=CDropURL
19Resource3=IDD_MANUALHOST
20Class5=CDragPad
21Resource4=IDD_ABOUTBOX
22Class6=COptionsDlg
23Resource5=IDD_OPTIONS
24Resource6=IDD_AUTOBEST
25Class7=CHostNameDlg
26Resource7=IDD_DRAGPAD
27Class8=CHostProperties
28Resource8=IDR_MENU
29Class9=CAutoBestDlg
30Resource9=IDD_DIPSTICK_DIALOG
31Class10=CSelectURLsDlg
32Resource10=IDD_URLS
33
34[CLS:CDipstickApp]
35Type=0
36HeaderFile=Dipstick.h
37ImplementationFile=Dipstick.cpp
38Filter=N
39LastObject=CDipstickApp
40BaseClass=CWinApp
41VirtualFilter=AC
42
43[CLS:CDipstickDlg]
44Type=0
45HeaderFile=DipstickDlg.h
46ImplementationFile=DipstickDlg.cpp
47Filter=W
48BaseClass=CDialog
49VirtualFilter=dWC
50LastObject=CDipstickDlg
51
52[CLS:CAboutDlg]
53Type=0
54HeaderFile=DipstickDlg.h
55ImplementationFile=DipstickDlg.cpp
56Filter=D
57BaseClass=CDialog
58VirtualFilter=dWC
59LastObject=IDC_KLEVERNET
60
61[DLG:IDD_ABOUTBOX]
62Type=1
63Class=CAboutDlg
64ControlCount=5
65Control1=IDC_STATIC,static,1342177283
66Control2=IDC_STATIC,static,1342308480
67Control3=IDC_STATIC,static,1342308352
68Control4=IDOK,button,1342373889
69Control5=IDC_KLEVERNET,button,1342242816
70
71[DLG:IDD_DIPSTICK_DIALOG]
72Type=1
73Class=CDipstickDlg
74ControlCount=11
75Control1=IDC_HOSTLIST,SysListView32,1350631697
76Control2=IDC_MANUALPING,button,1342242816
77Control3=IDC_REPING,button,1476460544
78Control4=IDC_REPINGALL,button,1476460544
79Control5=IDC_REMOVE,button,1476460544
80Control6=IDC_CLEAR,button,1476460544
81Control7=ID_HELP,button,1342242816
82Control8=IDC_OPTIONS,button,1342242816
83Control9=IDC_EXIT,button,1342242816
84Control10=IDCANCEL,button,1208025088
85Control11=IDC_ADVANCED,button,1342242816
86
87[CLS:CDropURL]
88Type=0
89HeaderFile=DropURL.h
90ImplementationFile=DropURL.cpp
91BaseClass=CCmdTarget
92Filter=N
93LastObject=CDropURL
94VirtualFilter=C
95
96[DLG:IDD_DRAGPAD]
97Type=1
98Class=CDragPad
99ControlCount=3
100Control1=IDC_DNDTARGET,SysAnimate32,1342242816
101Control2=IDCANCEL,button,1208025088
102Control3=IDOK,button,1208025089
103
104[CLS:CDragPad]
105Type=0
106HeaderFile=DragPad.h
107ImplementationFile=DragPad.cpp
108BaseClass=CDialog
109Filter=W
110VirtualFilter=dWC
111LastObject=CDragPad
112
113[DLG:IDD_OPTIONS]
114Type=1
115Class=COptionsDlg
116ControlCount=22
117Control1=IDC_STATIC,static,1342308352
118Control2=IDC_NPINGS,edit,1350631552
119Control3=IDC_SPINPINGS,msctls_updown32,1342177463
120Control4=IDC_STATIC,static,1342308352
121Control5=IDC_MAXPINGS,edit,1350631552
122Control6=IDC_SPINMAXPINGS,msctls_updown32,1342177463
123Control7=IDC_STATIC,static,1342308352
124Control8=IDC_TIMEOUT,edit,1350631552
125Control9=IDC_SPINTIMEOUT,msctls_updown32,1342177463
126Control10=IDC_STATIC,static,1342308352
127Control11=IDC_INTERVAL,edit,1350631552
128Control12=IDC_SPINTERVAL,msctls_updown32,1342177463
129Control13=IDC_STATIC,static,1342308352
130Control14=IDC_PACKETSIZE,edit,1350631552
131Control15=IDC_SPINSIZE,msctls_updown32,1342177463
132Control16=IDC_MSWORKAROUND,button,1342259203
133Control17=IDOK,button,1342242817
134Control18=IDCANCEL,button,1342242816
135Control19=IDC_AUTOBEST,button,1342259203
136Control20=IDC_SMARTADJUST,button,1342259203
137Control21=IDC_ADJUSTINN,button,1342259203
138Control22=IDC_IGNORELA,button,1342259203
139
140[CLS:COptionsDlg]
141Type=0
142HeaderFile=OptionsDlg.h
143ImplementationFile=OptionsDlg.cpp
144BaseClass=CDialog
145Filter=W
146VirtualFilter=dWC
147LastObject=COptionsDlg
148
149[MNU:IDR_MENU]
150Type=1
151Class=CDipstickDlg
152Command1=ID_DRAGPAD_MANUALPING
153Command2=ID_DRAGPAD_PASTEURL
154Command3=ID_DRAGPAD_REPINGALL
155Command4=ID_DRAGPAD_REMOVEALL
156Command5=ID_DRAGPAD_OPTIONS
157Command6=ID_DRAGPAD_SHOWMAINWINDOW
158Command7=ID_DRAGPAD_ADVANCED_EXPORTLIST
159Command8=ID_DRAGPAD_ADVANCED_IMPORTLIST
160Command9=ID_DRAGPAD_HELP
161Command10=ID_DRAGPAD_ABOUT
162Command11=ID_DRAGPAD_EXIT
163Command12=ID_HOSTLIST_REPING
164Command13=ID_HOSTLIST_REMOVE
165Command14=ID_HOSTLIST_OPENURL
166Command15=ID_HOSTLIST_COPYURL
167Command16=ID_HOSTLIST_REPINGALL
168Command17=ID_HOSTLIST_REMOVEALL
169Command18=ID_HOSTLIST_PASTEURL
170Command19=ID_HOSTLIST_PROPERTIES
171Command20=ID_ADVANCED_EXPORTLIST
172Command21=ID_ADVANCED_IMPORTLIST
173CommandCount=21
174
175[DLG:IDD_MANUALHOST]
176Type=1
177Class=CHostNameDlg
178ControlCount=4
179Control1=IDC_STATIC,static,1342308352
180Control2=IDC_HOST,edit,1350631568
181Control3=IDOK,button,1342242817
182Control4=IDCANCEL,button,1342242816
183
184[CLS:CHostNameDlg]
185Type=0
186HeaderFile=HostNameDlg.h
187ImplementationFile=HostNameDlg.cpp
188BaseClass=CDialog
189Filter=D
190LastObject=CHostNameDlg
191VirtualFilter=dWC
192
193[DLG:IDD_PROPS]
194Type=1
195Class=CHostProperties
196ControlCount=16
197Control1=IDOK,button,1342242817
198Control2=IDC_URLCAPTION,static,1342308608
199Control3=IDC_URL,static,1342308736
200Control4=IDC_HOSTCAPTION,static,1342308608
201Control5=IDC_HOST,static,1342308736
202Control6=IDC_IPCAPTION,static,1342308608
203Control7=IDC_IP,static,1342308608
204Control8=IDC_TIMESCAPTION,static,1342308608
205Control9=IDC_TIMES,static,1342308608
206Control10=IDC_LOSSCAPTION,static,1342308608
207Control11=IDC_LOSS,static,1342308736
208Control12=IDC_STATUSCAPTION,static,1342308608
209Control13=IDC_STATUS,static,1342308736
210Control14=IDC_OPENURL,button,1342242816
211Control15=IDC_STATE,static,1342180099
212Control16=IDC_COPYURL,button,1342242816
213
214[CLS:CHostProperties]
215Type=0
216HeaderFile=HostProperties.h
217ImplementationFile=HostProperties.cpp
218BaseClass=CDialog
219Filter=D
220VirtualFilter=dWC
221LastObject=CHostProperties
222
223[DLG:IDD_AUTOBEST]
224Type=1
225Class=CAutoBestDlg
226ControlCount=11
227Control1=IDOK,button,1342242817
228Control2=IDC_NEXT,button,1342242816
229Control3=IDC_PREV,button,1342242816
230Control4=IDC_URL,static,1342308481
231Control5=IDC_STATIC,static,1342308352
232Control6=IDC_RTT,static,1342308352
233Control7=IDC_STATIC,static,1342308352
234Control8=IDC_PKTLOSS,static,1342308352
235Control9=IDCANCEL,button,1342242816
236Control10=IDC_DROPSOURCE,SysAnimate32,1342177285
237Control11=IDC_COPYURL,button,1342254848
238
239[CLS:CAutoBestDlg]
240Type=0
241HeaderFile=AutoBestDlg.h
242ImplementationFile=AutoBestDlg.cpp
243BaseClass=CDialog
244Filter=W
245LastObject=CAutoBestDlg
246VirtualFilter=dWC
247
248[DLG:IDD_URLS]
249Type=1
250Class=CSelectURLsDlg
251ControlCount=5
252Control1=IDC_URLS,listbox,1345390851
253Control2=IDOK,button,1342242817
254Control3=IDCANCEL,button,1342242816
255Control4=IDC_DOADJUST,button,1342243843
256Control5=IDC_ADJUSTINN,button,1342252035
257
258[CLS:CSelectURLsDlg]
259Type=0
260HeaderFile=SelectURLsDlg.h
261ImplementationFile=SelectURLsDlg.cpp
262BaseClass=CDialog
263Filter=W
264LastObject=CSelectURLsDlg
265VirtualFilter=dWC
266