-rw-r--r-- | klog.clw | 502 |
1 files changed, 502 insertions, 0 deletions
diff --git a/klog.clw b/klog.clw new file mode 100644 index 0000000..81ae255 --- a/dev/null +++ b/klog.clw | |||
@@ -0,0 +1,502 @@ | |||
1 | ; CLW file contains information for the MFC ClassWizard | ||
2 | |||
3 | [General Info] | ||
4 | Version=1 | ||
5 | LastClass=CKLogDlg | ||
6 | LastTemplate=CDialog | ||
7 | NewFileInclude1=#include "stdafx.h" | ||
8 | NewFileInclude2=#include "KLog.h" | ||
9 | |||
10 | ClassCount=9 | ||
11 | Class1=CKLogApp | ||
12 | Class2=CKLogDlg | ||
13 | Class3=CAboutDlg | ||
14 | |||
15 | ResourceCount=7 | ||
16 | Resource1=IDD_LOG_LOCAL | ||
17 | Resource2=IDR_MAINFRAME | ||
18 | Class4=CTrayer | ||
19 | Resource3=IDD_LOG_RESERVED | ||
20 | Resource4=IDD_WARNBLOCKING | ||
21 | Resource5=IDD_LOG_UNIX | ||
22 | Class5=CLogPattern | ||
23 | Class6=CLogPatternUnix | ||
24 | Class7=CLogPatternReserved | ||
25 | Class8=CLogPatternLocal | ||
26 | Resource6=IDD_ABOUTBOX | ||
27 | Class9=CWarnBlocking | ||
28 | Resource7=IDD_KLOG_DIALOG | ||
29 | |||
30 | [CLS:CKLogApp] | ||
31 | Type=0 | ||
32 | HeaderFile=KLog.h | ||
33 | ImplementationFile=KLog.cpp | ||
34 | Filter=N | ||
35 | |||
36 | [CLS:CKLogDlg] | ||
37 | Type=0 | ||
38 | HeaderFile=KLogDlg.h | ||
39 | ImplementationFile=KLogDlg.cpp | ||
40 | Filter=W | ||
41 | BaseClass=CDialog | ||
42 | VirtualFilter=dWC | ||
43 | LastObject=IDC_HL_ADD | ||
44 | |||
45 | [CLS:CAboutDlg] | ||
46 | Type=0 | ||
47 | HeaderFile=KLogDlg.h | ||
48 | ImplementationFile=KLogDlg.cpp | ||
49 | Filter=D | ||
50 | BaseClass=CDialog | ||
51 | VirtualFilter=dWC | ||
52 | LastObject=IDC_KLEVERNET | ||
53 | |||
54 | [DLG:IDD_ABOUTBOX] | ||
55 | Type=1 | ||
56 | Class=CAboutDlg | ||
57 | ControlCount=5 | ||
58 | Control1=IDC_STATIC,static,1342177283 | ||
59 | Control2=IDC_STATIC,static,1342308480 | ||
60 | Control3=IDC_STATIC,static,1342308352 | ||
61 | Control4=IDOK,button,1342373889 | ||
62 | Control5=IDC_KLEVERNET,button,1342242816 | ||
63 | |||
64 | [DLG:IDD_KLOG_DIALOG] | ||
65 | Type=1 | ||
66 | Class=CKLogDlg | ||
67 | ControlCount=48 | ||
68 | Control1=IDC_STATIC,static,1342308609 | ||
69 | Control2=IDC_DESC,edit,1350631552 | ||
70 | Control3=IDC_TYPE_FILE,button,1342312457 | ||
71 | Control4=IDC_TYPE_HOST,button,1342181385 | ||
72 | Control5=IDC_TYPE_NONE,button,1342181385 | ||
73 | Control6=IDC_HOSTORFILE,static,1342308353 | ||
74 | Control7=IDC_HOSTFILE,edit,1350631552 | ||
75 | Control8=IDC_BROWSE,button,1342242816 | ||
76 | Control9=IDC_STATIC,static,1342177296 | ||
77 | Control10=IDC_STATIC,static,1342308352 | ||
78 | Control11=IDC_STATIC,static,1342177296 | ||
79 | Control12=IDC_STATIC,static,1342308352 | ||
80 | Control13=IDC_FACILITY,combobox,1344340035 | ||
81 | Control14=IDC_LOGPATTERN,button,1342263104 | ||
82 | Control15=IDC_STATIC,button,1342194439 | ||
83 | Control16=IDC_EMERG,button,1342259747 | ||
84 | Control17=IDC_ALERT,button,1342259747 | ||
85 | Control18=IDC_CRIT,button,1342259747 | ||
86 | Control19=IDC_ERR,button,1342259747 | ||
87 | Control20=IDC_WARNING,button,1342259459 | ||
88 | Control21=IDC_NOTICE,button,1342259459 | ||
89 | Control22=IDC_INFO,button,1342259459 | ||
90 | Control23=IDC_DEBUG,button,1342259459 | ||
91 | Control24=IDC_ALL,button,1342242816 | ||
92 | Control25=IDC_NONE,button,1342242816 | ||
93 | Control26=IDC_INVERT,button,1342259200 | ||
94 | Control27=IDC_STATIC,static,1342308608 | ||
95 | Control28=IDC_HL_IP,edit,1350631552 | ||
96 | Control29=IDC_STATIC,static,1342308608 | ||
97 | Control30=IDC_HL_MASK,edit,1350631552 | ||
98 | Control31=IDC_HL_ADD,button,1342259200 | ||
99 | Control32=IDC_HL_REMOVE,button,1342242816 | ||
100 | Control33=IDC_HOSTS,listbox,1345388929 | ||
101 | Control34=IDC_STATIC,button,1342177287 | ||
102 | Control35=IDC_SOUND,combobox,1344340034 | ||
103 | Control36=IDC_BROWSESOUND,button,1342263104 | ||
104 | Control37=IDC_PLAYSOUND,button,1342263104 | ||
105 | Control38=IDC_LOG,listbox,1353793665 | ||
106 | Control39=IDC_ADD,button,1342259200 | ||
107 | Control40=IDC_REMOVE,button,1342242816 | ||
108 | Control41=IDC_EXIT,button,1342242816 | ||
109 | Control42=IDC_TABS,SysTabControl32,1342193664 | ||
110 | Control43=IDC_LOGLENGTH,static,1342308737 | ||
111 | Control44=IDC_LOGLENSPIN,msctls_updown32,1342177463 | ||
112 | Control45=IDC_STATIC_LOGLENGTH,static,1342308737 | ||
113 | Control46=IDOK,button,1073807361 | ||
114 | Control47=IDCANCEL,button,1208025088 | ||
115 | Control48=IDC_FILES,button,1342197504 | ||
116 | |||
117 | [MNU:IDD_KLOG_DIALOG] | ||
118 | Type=1 | ||
119 | Class=? | ||
120 | Command1=ID_FILES_EXPORT | ||
121 | Command2=ID_FILES_IMPORT | ||
122 | Command3=ID_FILES_RESET | ||
123 | Command4=ID_FILES_EXPORT | ||
124 | Command5=ID_FILES_IMPORT | ||
125 | Command6=ID_FILES_RESET | ||
126 | Command7=ID_TRAY_SHOWKLOGWINDOW | ||
127 | Command8=ID_TRAY_HELP | ||
128 | Command9=ID_TRAY_ABOUTKLOG | ||
129 | Command10=ID_TRAY_EXIT | ||
130 | CommandCount=10 | ||
131 | |||
132 | [CLS:CTrayer] | ||
133 | Type=0 | ||
134 | HeaderFile=Trayer.h | ||
135 | ImplementationFile=Trayer.cpp | ||
136 | BaseClass=generic CWnd | ||
137 | Filter=W | ||
138 | LastObject=ID_FILES_RESET | ||
139 | |||
140 | [DLG:IDD_LOG_RESERVED] | ||
141 | Type=1 | ||
142 | Class=CLogPatternReserved | ||
143 | ControlCount=68 | ||
144 | Control1=IDC_EMERG_ON,button,1342263040 | ||
145 | Control2=IDC_ALERT_ON,button,1342263040 | ||
146 | Control3=IDC_CRIT_ON,button,1342263040 | ||
147 | Control4=IDC_ERR_ON,button,1342263040 | ||
148 | Control5=IDC_WARN_ON,button,1342263040 | ||
149 | Control6=IDC_NOTICE_ON,button,1342263040 | ||
150 | Control7=IDC_INFO_ON,button,1342263040 | ||
151 | Control8=IDC_DEBUG_ON,button,1342263040 | ||
152 | Control9=IDC_R0_ON,button,1342263040 | ||
153 | Control10=IDC_R1_ON,button,1342263040 | ||
154 | Control11=IDC_R2_ON,button,1342263040 | ||
155 | Control12=IDC_R3_ON,button,1342263040 | ||
156 | Control13=IDC_R4_ON,button,1342263040 | ||
157 | Control14=IDC_R0_EMERG,button,1342263299 | ||
158 | Control15=IDC_R0_ALERT,button,1342263299 | ||
159 | Control16=IDC_R0_CRIT,button,1342263299 | ||
160 | Control17=IDC_R0_ERR,button,1342263299 | ||
161 | Control18=IDC_R0_WARN,button,1342263299 | ||
162 | Control19=IDC_R0_NOTICE,button,1342263299 | ||
163 | Control20=IDC_R0_INFO,button,1342263299 | ||
164 | Control21=IDC_R0_DEBUG,button,1342263299 | ||
165 | Control22=IDC_R1_EMERG,button,1342263299 | ||
166 | Control23=IDC_R1_ALERT,button,1342263299 | ||
167 | Control24=IDC_R1_CRIT,button,1342263299 | ||
168 | Control25=IDC_R1_ERR,button,1342263299 | ||
169 | Control26=IDC_R1_WARN,button,1342263299 | ||
170 | Control27=IDC_R1_NOTICE,button,1342263299 | ||
171 | Control28=IDC_R1_INFO,button,1342263299 | ||
172 | Control29=IDC_R1_DEBUG,button,1342263299 | ||
173 | Control30=IDC_R2_EMERG,button,1342263299 | ||
174 | Control31=IDC_R2_ALERT,button,1342263299 | ||
175 | Control32=IDC_R2_CRIT,button,1342263299 | ||
176 | Control33=IDC_R2_ERR,button,1342263299 | ||
177 | Control34=IDC_R2_WARN,button,1342263299 | ||
178 | Control35=IDC_R2_NOTICE,button,1342263299 | ||
179 | Control36=IDC_R2_INFO,button,1342263299 | ||
180 | Control37=IDC_R2_DEBUG,button,1342263299 | ||
181 | Control38=IDC_R3_EMERG,button,1342263299 | ||
182 | Control39=IDC_R3_ALERT,button,1342263299 | ||
183 | Control40=IDC_R3_CRIT,button,1342263299 | ||
184 | Control41=IDC_R3_ERR,button,1342263299 | ||
185 | Control42=IDC_R3_WARN,button,1342263299 | ||
186 | Control43=IDC_R3_NOTICE,button,1342263299 | ||
187 | Control44=IDC_R3_INFO,button,1342263299 | ||
188 | Control45=IDC_R3_DEBUG,button,1342263299 | ||
189 | Control46=IDC_R4_EMERG,button,1342263299 | ||
190 | Control47=IDC_R4_ALERT,button,1342263299 | ||
191 | Control48=IDC_R4_CRIT,button,1342263299 | ||
192 | Control49=IDC_R4_ERR,button,1342263299 | ||
193 | Control50=IDC_R4_WARN,button,1342263299 | ||
194 | Control51=IDC_R4_NOTICE,button,1342263299 | ||
195 | Control52=IDC_R4_INFO,button,1342263299 | ||
196 | Control53=IDC_R4_DEBUG,button,1342263299 | ||
197 | Control54=IDC_EMERG_XOR,button,1342263040 | ||
198 | Control55=IDC_ALERT_XOR,button,1342263040 | ||
199 | Control56=IDC_CRIT_XOR,button,1342263040 | ||
200 | Control57=IDC_ERR_XOR,button,1342263040 | ||
201 | Control58=IDC_WARN_XOR,button,1342263040 | ||
202 | Control59=IDC_NOTICE_XOR,button,1342263040 | ||
203 | Control60=IDC_INFO_XOR,button,1342263040 | ||
204 | Control61=IDC_DEBUG_XOR,button,1342263040 | ||
205 | Control62=IDC_R0_XOR,button,1342263040 | ||
206 | Control63=IDC_R1_XOR,button,1342263040 | ||
207 | Control64=IDC_R2_XOR,button,1342263040 | ||
208 | Control65=IDC_R3_XOR,button,1342263040 | ||
209 | Control66=IDC_R4_XOR,button,1342263040 | ||
210 | Control67=IDC_STATIC,static,1342308352 | ||
211 | Control68=IDC_STATIC,static,1342308352 | ||
212 | |||
213 | [DLG:IDD_LOG_UNIX] | ||
214 | Type=1 | ||
215 | Class=CLogPatternUnix | ||
216 | ControlCount=128 | ||
217 | Control1=IDC_EMERG_ON,button,1342263040 | ||
218 | Control2=IDC_ALERT_ON,button,1342263040 | ||
219 | Control3=IDC_CRIT_ON,button,1342263040 | ||
220 | Control4=IDC_ERR_ON,button,1342263040 | ||
221 | Control5=IDC_WARN_ON,button,1342263040 | ||
222 | Control6=IDC_NOTICE_ON,button,1342263040 | ||
223 | Control7=IDC_INFO_ON,button,1342263040 | ||
224 | Control8=IDC_DEBUG_ON,button,1342263040 | ||
225 | Control9=IDC_KERNEL_ON,button,1342263040 | ||
226 | Control10=IDC_USER_ON,button,1342263040 | ||
227 | Control11=IDC_MAIL_ON,button,1342263040 | ||
228 | Control12=IDC_DAEMON_ON,button,1342263040 | ||
229 | Control13=IDC_AUTH_ON,button,1342263040 | ||
230 | Control14=IDC_SYSLOG_ON,button,1342263040 | ||
231 | Control15=IDC_LPR_ON,button,1342263040 | ||
232 | Control16=IDC_NEWS_ON,button,1342263040 | ||
233 | Control17=IDC_UUCP_ON,button,1342263040 | ||
234 | Control18=IDC_CRON_ON,button,1342263040 | ||
235 | Control19=IDC_KERNEL_EMERG,button,1342263299 | ||
236 | Control20=IDC_KERNEL_ALERT,button,1342263299 | ||
237 | Control21=IDC_KERNEL_CRIT,button,1342263299 | ||
238 | Control22=IDC_KERNEL_ERR,button,1342263299 | ||
239 | Control23=IDC_KERNEL_WARN,button,1342263299 | ||
240 | Control24=IDC_KERNEL_NOTICE,button,1342263299 | ||
241 | Control25=IDC_KERNEL_INFO,button,1342263299 | ||
242 | Control26=IDC_KERNEL_DEBUG,button,1342263299 | ||
243 | Control27=IDC_USER_EMERG,button,1342263299 | ||
244 | Control28=IDC_USER_ALERT,button,1342263299 | ||
245 | Control29=IDC_USER_CRIT,button,1342263299 | ||
246 | Control30=IDC_USER_ERR,button,1342263299 | ||
247 | Control31=IDC_USER_WARN,button,1342263299 | ||
248 | Control32=IDC_USER_NOTICE,button,1342263299 | ||
249 | Control33=IDC_USER_INFO,button,1342263299 | ||
250 | Control34=IDC_USER_DEBUG,button,1342263299 | ||
251 | Control35=IDC_MAIL_EMERG,button,1342263299 | ||
252 | Control36=IDC_MAIL_ALERT,button,1342263299 | ||
253 | Control37=IDC_MAIL_CRIT,button,1342263299 | ||
254 | Control38=IDC_MAIL_ERR,button,1342263299 | ||
255 | Control39=IDC_MAIL_WARN,button,1342263299 | ||
256 | Control40=IDC_MAIL_NOTICE,button,1342263299 | ||
257 | Control41=IDC_MAIL_INFO,button,1342263299 | ||
258 | Control42=IDC_MAIL_DEBUG,button,1342263299 | ||
259 | Control43=IDC_DAEMON_EMERG,button,1342263299 | ||
260 | Control44=IDC_DAEMON_ALERT,button,1342263299 | ||
261 | Control45=IDC_DAEMON_CRIT,button,1342263299 | ||
262 | Control46=IDC_DAEMON_ERR,button,1342263299 | ||
263 | Control47=IDC_DAEMON_WARN,button,1342263299 | ||
264 | Control48=IDC_DAEMON_NOTICE,button,1342263299 | ||
265 | Control49=IDC_DAEMON_INFO,button,1342263299 | ||
266 | Control50=IDC_DAEMON_DEBUG,button,1342263299 | ||
267 | Control51=IDC_AUTH_EMERG,button,1342263299 | ||
268 | Control52=IDC_AUTH_ALERT,button,1342263299 | ||
269 | Control53=IDC_AUTH_CRIT,button,1342263299 | ||
270 | Control54=IDC_AUTH_ERR,button,1342263299 | ||
271 | Control55=IDC_AUTH_WARN,button,1342263299 | ||
272 | Control56=IDC_AUTH_NOTICE,button,1342263299 | ||
273 | Control57=IDC_AUTH_INFO,button,1342263299 | ||
274 | Control58=IDC_AUTH_DEBUG,button,1342263299 | ||
275 | Control59=IDC_SYSLOG_EMERG,button,1342263299 | ||
276 | Control60=IDC_SYSLOG_ALERT,button,1342263299 | ||
277 | Control61=IDC_SYSLOG_CRIT,button,1342263299 | ||
278 | Control62=IDC_SYSLOG_ERR,button,1342263299 | ||
279 | Control63=IDC_SYSLOG_WARN,button,1342263299 | ||
280 | Control64=IDC_SYSLOG_NOTICE,button,1342263299 | ||
281 | Control65=IDC_SYSLOG_INFO,button,1342263299 | ||
282 | Control66=IDC_SYSLOG_DEBUG,button,1342263299 | ||
283 | Control67=IDC_LPR_EMERG,button,1342263299 | ||
284 | Control68=IDC_LPR_ALERT,button,1342263299 | ||
285 | Control69=IDC_LPR_CRIT,button,1342263299 | ||
286 | Control70=IDC_LPR_ERR,button,1342263299 | ||
287 | Control71=IDC_LPR_WARN,button,1342263299 | ||
288 | Control72=IDC_LPR_NOTICE,button,1342263299 | ||
289 | Control73=IDC_LPR_INFO,button,1342263299 | ||
290 | Control74=IDC_LPR_DEBUG,button,1342263299 | ||
291 | Control75=IDC_NEWS_EMERG,button,1342263299 | ||
292 | Control76=IDC_NEWS_ALERT,button,1342263299 | ||
293 | Control77=IDC_NEWS_CRIT,button,1342263299 | ||
294 | Control78=IDC_NEWS_ERR,button,1342263299 | ||
295 | Control79=IDC_NEWS_WARN,button,1342263299 | ||
296 | Control80=IDC_NEWS_NOTICE,button,1342263299 | ||
297 | Control81=IDC_NEWS_INFO,button,1342263299 | ||
298 | Control82=IDC_NEWS_DEBUG,button,1342263299 | ||
299 | Control83=IDC_UUCP_EMERG,button,1342263299 | ||
300 | Control84=IDC_UUCP_ALERT,button,1342263299 | ||
301 | Control85=IDC_UUCP_CRIT,button,1342263299 | ||
302 | Control86=IDC_UUCP_ERR,button,1342263299 | ||
303 | Control87=IDC_UUCP_WARN,button,1342263299 | ||
304 | Control88=IDC_UUCP_NOTICE,button,1342263299 | ||
305 | Control89=IDC_UUCP_INFO,button,1342263299 | ||
306 | Control90=IDC_UUCP_DEBUG,button,1342263299 | ||
307 | Control91=IDC_CRON_EMERG,button,1342263299 | ||
308 | Control92=IDC_CRON_ALERT,button,1342263299 | ||
309 | Control93=IDC_CRON_CRIT,button,1342263299 | ||
310 | Control94=IDC_CRON_ERR,button,1342263299 | ||
311 | Control95=IDC_CRON_WARN,button,1342263299 | ||
312 | Control96=IDC_CRON_NOTICE,button,1342263299 | ||
313 | Control97=IDC_CRON_INFO,button,1342263299 | ||
314 | Control98=IDC_CRON_DEBUG,button,1342263299 | ||
315 | Control99=IDC_EMERG_XOR,button,1342263040 | ||
316 | Control100=IDC_ALERT_XOR,button,1342263040 | ||
317 | Control101=IDC_CRIT_XOR,button,1342263040 | ||
318 | Control102=IDC_ERR_XOR,button,1342263040 | ||
319 | Control103=IDC_WARN_XOR,button,1342263040 | ||
320 | Control104=IDC_NOTICE_XOR,button,1342263040 | ||
321 | Control105=IDC_INFO_XOR,button,1342263040 | ||
322 | Control106=IDC_DEBUG_XOR,button,1342263040 | ||
323 | Control107=IDC_KERNEL_XOR,button,1342263040 | ||
324 | Control108=IDC_USER_XOR,button,1342263040 | ||
325 | Control109=IDC_MAIL_XOR,button,1342263040 | ||
326 | Control110=IDC_DAEMON_XOR,button,1342263040 | ||
327 | Control111=IDC_AUTH_XOR,button,1342263040 | ||
328 | Control112=IDC_SYSLOG_XOR,button,1342263040 | ||
329 | Control113=IDC_LPR_XOR,button,1342263040 | ||
330 | Control114=IDC_NEWS_XOR,button,1342263040 | ||
331 | Control115=IDC_UUCP_XOR,button,1342263040 | ||
332 | Control116=IDC_CRON_XOR,button,1342263040 | ||
333 | Control117=IDC_STATIC,static,1342308352 | ||
334 | Control118=IDC_STATIC,static,1342308352 | ||
335 | Control119=IDC_AUTHPRIV_ON,button,1342263040 | ||
336 | Control120=IDC_AUTHPRIV_EMERG,button,1342263299 | ||
337 | Control121=IDC_AUTHPRIV_ALERT,button,1342263299 | ||
338 | Control122=IDC_AUTHPRIV_CRIT,button,1342263299 | ||
339 | Control123=IDC_AUTHPRIV_ERR,button,1342263299 | ||
340 | Control124=IDC_AUTHPRIV_WARN,button,1342263299 | ||
341 | Control125=IDC_AUTHPRIV_NOTICE,button,1342263299 | ||
342 | Control126=IDC_AUTHPRIV_INFO,button,1342263299 | ||
343 | Control127=IDC_AUTHPRIV_DEBUG,button,1342263299 | ||
344 | Control128=IDC_AUTHPRIV_XOR,button,1342263040 | ||
345 | |||
346 | [DLG:IDD_LOG_LOCAL] | ||
347 | Type=1 | ||
348 | Class=CLogPatternLocal | ||
349 | ControlCount=98 | ||
350 | Control1=IDC_EMERG_ON,button,1342263040 | ||
351 | Control2=IDC_ALERT_ON,button,1342263040 | ||
352 | Control3=IDC_CRIT_ON,button,1342263040 | ||
353 | Control4=IDC_ERR_ON,button,1342263040 | ||
354 | Control5=IDC_WARN_ON,button,1342263040 | ||
355 | Control6=IDC_NOTICE_ON,button,1342263040 | ||
356 | Control7=IDC_INFO_ON,button,1342263040 | ||
357 | Control8=IDC_DEBUG_ON,button,1342263040 | ||
358 | Control9=IDC_L0_ON,button,1342263040 | ||
359 | Control10=IDC_L1_ON,button,1342263040 | ||
360 | Control11=IDC_L2_ON,button,1342263040 | ||
361 | Control12=IDC_L3_ON,button,1342263040 | ||
362 | Control13=IDC_L4_ON,button,1342263040 | ||
363 | Control14=IDC_L5_ON,button,1342263040 | ||
364 | Control15=IDC_L6_ON,button,1342263040 | ||
365 | Control16=IDC_L7_ON,button,1342263040 | ||
366 | Control17=IDC_L0_EMERG,button,1342263299 | ||
367 | Control18=IDC_L0_ALERT,button,1342263299 | ||
368 | Control19=IDC_L0_CRIT,button,1342263299 | ||
369 | Control20=IDC_L0_ERR,button,1342263299 | ||
370 | Control21=IDC_L0_WARN,button,1342263299 | ||
371 | Control22=IDC_L0_NOTICE,button,1342263299 | ||
372 | Control23=IDC_L0_INFO,button,1342263299 | ||
373 | Control24=IDC_L0_DEBUG,button,1342263299 | ||
374 | Control25=IDC_L1_EMERG,button,1342263299 | ||
375 | Control26=IDC_L1_ALERT,button,1342263299 | ||
376 | Control27=IDC_L1_CRIT,button,1342263299 | ||
377 | Control28=IDC_L1_ERR,button,1342263299 | ||
378 | Control29=IDC_L1_WARN,button,1342263299 | ||
379 | Control30=IDC_L1_NOTICE,button,1342263299 | ||
380 | Control31=IDC_L1_INFO,button,1342263299 | ||
381 | Control32=IDC_L1_DEBUG,button,1342263299 | ||
382 | Control33=IDC_L2_EMERG,button,1342263299 | ||
383 | Control34=IDC_L2_ALERT,button,1342263299 | ||
384 | Control35=IDC_L2_CRIT,button,1342263299 | ||
385 | Control36=IDC_L2_ERR,button,1342263299 | ||
386 | Control37=IDC_L2_WARN,button,1342263299 | ||
387 | Control38=IDC_L2_NOTICE,button,1342263299 | ||
388 | Control39=IDC_L2_INFO,button,1342263299 | ||
389 | Control40=IDC_L2_DEBUG,button,1342263299 | ||
390 | Control41=IDC_L3_EMERG,button,1342263299 | ||
391 | Control42=IDC_L3_ALERT,button,1342263299 | ||
392 | Control43=IDC_L3_CRIT,button,1342263299 | ||
393 | Control44=IDC_L3_ERR,button,1342263299 | ||
394 | Control45=IDC_L3_WARN,button,1342263299 | ||
395 | Control46=IDC_L3_NOTICE,button,1342263299 | ||
396 | Control47=IDC_L3_INFO,button,1342263299 | ||
397 | Control48=IDC_L3_DEBUG,button,1342263299 | ||
398 | Control49=IDC_L4_EMERG,button,1342263299 | ||
399 | Control50=IDC_L4_ALERT,button,1342263299 | ||
400 | Control51=IDC_L4_CRIT,button,1342263299 | ||
401 | Control52=IDC_L4_ERR,button,1342263299 | ||
402 | Control53=IDC_L4_WARN,button,1342263299 | ||
403 | Control54=IDC_L4_NOTICE,button,1342263299 | ||
404 | Control55=IDC_L4_INFO,button,1342263299 | ||
405 | Control56=IDC_L4_DEBUG,button,1342263299 | ||
406 | Control57=IDC_L5_EMERG,button,1342263299 | ||
407 | Control58=IDC_L5_ALERT,button,1342263299 | ||
408 | Control59=IDC_L5_CRIT,button,1342263299 | ||
409 | Control60=IDC_L5_ERR,button,1342263299 | ||
410 | Control61=IDC_L5_WARN,button,1342263299 | ||
411 | Control62=IDC_L5_NOTICE,button,1342263299 | ||
412 | Control63=IDC_L5_INFO,button,1342263299 | ||
413 | Control64=IDC_L5_DEBUG,button,1342263299 | ||
414 | Control65=IDC_L6_EMERG,button,1342263299 | ||
415 | Control66=IDC_L6_ALERT,button,1342263299 | ||
416 | Control67=IDC_L6_CRIT,button,1342263299 | ||
417 | Control68=IDC_L6_ERR,button,1342263299 | ||
418 | Control69=IDC_L6_WARN,button,1342263299 | ||
419 | Control70=IDC_L6_NOTICE,button,1342263299 | ||
420 | Control71=IDC_L6_INFO,button,1342263299 | ||
421 | Control72=IDC_L6_DEBUG,button,1342263299 | ||
422 | Control73=IDC_L7_EMERG,button,1342263299 | ||
423 | Control74=IDC_L7_ALERT,button,1342263299 | ||
424 | Control75=IDC_L7_CRIT,button,1342263299 | ||
425 | Control76=IDC_L7_ERR,button,1342263299 | ||
426 | Control77=IDC_L7_WARN,button,1342263299 | ||
427 | Control78=IDC_L7_NOTICE,button,1342263299 | ||
428 | Control79=IDC_L7_INFO,button,1342263299 | ||
429 | Control80=IDC_L7_DEBUG,button,1342263299 | ||
430 | Control81=IDC_EMERG_XOR,button,1342263040 | ||
431 | Control82=IDC_ALERT_XOR,button,1342263040 | ||
432 | Control83=IDC_CRIT_XOR,button,1342263040 | ||
433 | Control84=IDC_ERR_XOR,button,1342263040 | ||
434 | Control85=IDC_WARN_XOR,button,1342263040 | ||
435 | Control86=IDC_NOTICE_XOR,button,1342263040 | ||
436 | Control87=IDC_INFO_XOR,button,1342263040 | ||
437 | Control88=IDC_DEBUG_XOR,button,1342263040 | ||
438 | Control89=IDC_L0_XOR,button,1342263040 | ||
439 | Control90=IDC_L1_XOR,button,1342263040 | ||
440 | Control91=IDC_L2_XOR,button,1342263040 | ||
441 | Control92=IDC_L3_XOR,button,1342263040 | ||
442 | Control93=IDC_L4_XOR,button,1342263040 | ||
443 | Control94=IDC_L5_XOR,button,1342263040 | ||
444 | Control95=IDC_L6_XOR,button,1342263040 | ||
445 | Control96=IDC_L7_XOR,button,1342263040 | ||
446 | Control97=IDC_STATIC,static,1342308352 | ||
447 | Control98=IDC_STATIC,static,1342308352 | ||
448 | |||
449 | [CLS:CLogPattern] | ||
450 | Type=0 | ||
451 | HeaderFile=LogPattern.h | ||
452 | ImplementationFile=LogPattern.cpp | ||
453 | BaseClass=CPropertySheet | ||
454 | Filter=W | ||
455 | LastObject=CLogPattern | ||
456 | |||
457 | [CLS:CLogPatternUnix] | ||
458 | Type=0 | ||
459 | HeaderFile=LogPatternUnix.h | ||
460 | ImplementationFile=LogPatternUnix.cpp | ||
461 | BaseClass=CPropertyPage | ||
462 | Filter=D | ||
463 | LastObject=CLogPatternUnix | ||
464 | VirtualFilter=idWC | ||
465 | |||
466 | [CLS:CLogPatternReserved] | ||
467 | Type=0 | ||
468 | HeaderFile=LogPatternReserved.h | ||
469 | ImplementationFile=LogPatternReserved.cpp | ||
470 | BaseClass=CPropertyPage | ||
471 | Filter=D | ||
472 | LastObject=IDC_WARN_XOR | ||
473 | VirtualFilter=idWC | ||
474 | |||
475 | [CLS:CLogPatternLocal] | ||
476 | Type=0 | ||
477 | HeaderFile=LogPatternLocal.h | ||
478 | ImplementationFile=LogPatternLocal.cpp | ||
479 | BaseClass=CPropertyPage | ||
480 | Filter=D | ||
481 | LastObject=CLogPatternLocal | ||
482 | VirtualFilter=idWC | ||
483 | |||
484 | [DLG:IDD_WARNBLOCKING] | ||
485 | Type=1 | ||
486 | Class=CWarnBlocking | ||
487 | ControlCount=5 | ||
488 | Control1=IDOK,button,1342242817 | ||
489 | Control2=IDCANCEL,button,1342242816 | ||
490 | Control3=IDC_STATIC,static,1342308352 | ||
491 | Control4=IDC_STATIC,static,1342308352 | ||
492 | Control5=IDC_WARNBLOCKING,button,1342254595 | ||
493 | |||
494 | [CLS:CWarnBlocking] | ||
495 | Type=0 | ||
496 | HeaderFile=WarnBlocking.h | ||
497 | ImplementationFile=WarnBlocking.cpp | ||
498 | BaseClass=CDialog | ||
499 | Filter=D | ||
500 | VirtualFilter=dWC | ||
501 | LastObject=CWarnBlocking | ||
502 | |||