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