<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>╃苍狼山庄╃</title>
	<atom:link href="http://clangcn.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://clangcn.com/blog</link>
	<description>Clang 出品，必属精品！</description>
	<lastBuildDate>Fri, 27 Jan 2012 03:04:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Windows 7英文系统显示中文乱码的解决方法</title>
		<link>http://clangcn.com/blog/archives/696.html</link>
		<comments>http://clangcn.com/blog/archives/696.html#comments</comments>
		<pubDate>Fri, 27 Jan 2012 02:59:57 +0000</pubDate>
		<dc:creator>Clang</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[Win7]]></category>

		<guid isPermaLink="false">http://clangcn.com/blog/?p=696</guid>
		<description><![CDATA[　　很多安装Windows7英文操作系统的朋友会显示中文乱码，特别是在安装了中文程序的时候，那么如何解决呢？　　 　　如果我们所使用的操作系统是英文版的，那么会发现在运行简体中文的程序时无法正常显示中文，中文都变成了乱码。这是由于大部分中文程序所使用的文字编码与Windows7英文系统的文字编码不同，所以会发生显示乱码的情况。我们可以通过下面的方法对系统进行设置，来正常显示中文。　　 1、点击Start Menu并点击Control Panel来打开控制面板，点击Clock,Language,and Region下面的Change display language。如图所示： 2、在弹出窗口中点击Formats选项卡，修改Format为Chinese(Simplified,PRC)，如图所示： 3、切换到Location选项卡，修改Current Location为China，如图所示： 4、切换到Administrative选项卡，点击Change system locale按钮，将Current system locale改为Chinese(Simplified,PRC)，点击“Apply”应用设置，如图所示： 5、系统会提示重新启动，先不要重启系统，还需要修改一处注册表，定位注册表位置HKEY_CURRENT_USER\Control Panel\International，修改Locale键值为00000804 查看代码 REG1 2 3 4 Windows Registry Editor Version 5.00 &#160; &#91;HKEY_CURRENT_USER\Control Panel\International&#93; &#34;Locale&#34;=&#34;00000804&#34; 6、重启电脑后软件可以正常显示中文了。]]></description>
			<content:encoded><![CDATA[<p>　　很多安装Windows7英文操作系统的朋友会显示中文乱码，特别是在安装了中文程序的时候，那么如何解决呢？　　<br />
　　如果我们所使用的操作系统是英文版的，那么会发现在运行简体中文的程序时无法正常显示中文，中文都变成了乱码。这是由于大部分中文程序所使用的文字编码与Windows7英文系统的文字编码不同，所以会发生显示乱码的情况。我们可以通过下面的方法对系统进行设置，来正常显示中文。　　<br />
1、点击Start Menu并点击Control Panel来打开控制面板，点击Clock,Language,and Region下面的Change display language。如图所示：<br />
<img src="/blog/wp-content/uploads/2012/01/win7en_cn_1.jpg" alt="" /><br />
<span id="more-696"></span><br />
2、在弹出窗口中点击Formats选项卡，修改Format为<strong><span style="color:brown ">Chinese(Simplified,PRC)</span></strong>，如图所示：<br />
<img src="/blog/wp-content/uploads/2012/01/win7en_cn_2.jpg" alt="" /></p>
<p>3、切换到Location选项卡，修改Current Location为<strong><span style="color:brown ">China</span></strong>，如图所示：<br />
<img src="/blog/wp-content/uploads/2012/01/win7en_cn_3.jpg" alt="" /></p>
<p>4、切换到Administrative选项卡，点击Change system locale按钮，将Current system locale改为<strong><span style="color:brown ">Chinese(Simplified,PRC)</span></strong>，点击“Apply”应用设置，如图所示：<br />
<img src="/blog/wp-content/uploads/2012/01/win7en_cn_4.jpg" alt="" /></p>
<p>5、系统会提示重新启动，先不要重启系统，还需要修改一处注册表，定位注册表位置<span style="color:brown ">HKEY_CURRENT_USER\Control Panel\International</span>，修改<span style="color:darkmagenta ">Locale</span>键值为<span style="color:blue ">00000804</span></p>

<div class="wp_codebox_msgheader"><span class="right"></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p696code2'); return false;">查看代码</a> REG</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p6962"><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code" id="p696code2"><pre class="reg" style="font-family:monospace;"><span style="color: #0000FF;">Windows Registry Editor Version 5.00</span>
&nbsp;
<span style="color: #000000;">&#91;</span><span style="color: #800000;">HKEY_CURRENT_USER</span>\Control Panel\International<span style="color: #000000;">&#93;</span>
<span style="color: #0000FF;">&quot;Locale&quot;</span><span style="color: #000000;">=</span><span style="">&quot;00000804&quot;</span></pre> <br/></td></tr></table></div>

<p>6、重启电脑后软件可以正常显示中文了。</p>
]]></content:encoded>
			<wfw:commentRss>http://clangcn.com/blog/archives/696.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>动态IP地址监控器</title>
		<link>http://clangcn.com/blog/archives/695.html</link>
		<comments>http://clangcn.com/blog/archives/695.html#comments</comments>
		<pubDate>Wed, 31 Aug 2011 02:44:35 +0000</pubDate>
		<dc:creator>Clang</dc:creator>
				<category><![CDATA[我的作品]]></category>
		<category><![CDATA[AutoIt]]></category>
		<category><![CDATA[IP]]></category>

		<guid isPermaLink="false">http://clangcn.com/blog/?p=695</guid>
		<description><![CDATA[动态监控公网IP地址变化并邮件通知 程序下载：IPMon.zip 源代码： IPMon.au3 查看代码 AUTOIT1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 [...]]]></description>
			<content:encoded><![CDATA[<p>动态监控公网<span class='wp_keywordlink_affiliate'><a href="http://clangcn.com/blog/archives/tag/ip" title="查看 IP 中的全部文章" target="_blank">IP</a></span>地址变化并邮件通知<br />
<img src="/blog/wp-content/uploads/2011/08/ipmon.jpg" alt="" /><br />
<span id="more-695"></span><br />
<strong>程序下载：</strong><span class='wp_keywordlink'><a href="/clang/down/show.php?id=83" title="IPMon.zip" rel="nofollow" target="_blank">IPMon.zip</a></span><br />
<strong>源代码：</strong><br />
<strong><span class='wp_keywordlink_affiliate'><a href="http://clangcn.com/blog/archives/tag/ip" title="查看 IP 中的全部文章" target="_blank">IP</a></span>Mon.au3</strong></p>

<div class="wp_codebox_msgheader"><span class="right"></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p695code5'); return false;">查看代码</a> AUTOIT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p6955"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
</pre></td><td class="code" id="p695code5"><pre class="autoit" style="font-family:monospace;"><span style="color: #A00FF0; font-style: italic;">#Region</span> <span style="font-style: italic; color: #009933;">;**** 参数创建于 ACNWrapper_GUI ****</span>
<span style="color: #A00FF0; font-style: italic;">#<span class='wp_keywordlink_affiliate'><a href="http://clangcn.com/blog/archives/tag/autoit" title="查看 AutoIt 中的全部文章" target="_blank">AutoIt</a></span>3Wrapper_icon</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">5</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">ico</span>
<span style="color: #A00FF0; font-style: italic;">#<span class='wp_keywordlink_affiliate'><a href="http://clangcn.com/blog/archives/tag/autoit" title="查看 AutoIt 中的全部文章" target="_blank">AutoIt</a></span>3Wrapper_outfile</span><span style="color: #FF0000; font-weight: bold;">=</span><span class='wp_keywordlink_affiliate'><a href="http://clangcn.com/blog/archives/tag/ip" title="查看 IP 中的全部文章" target="_blank">IP</a></span>Mon<span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">exe</span>
<span style="color: #A00FF0; font-style: italic;">#<span class='wp_keywordlink_affiliate'><a href="http://clangcn.com/blog/archives/tag/autoit" title="查看 AutoIt 中的全部文章" target="_blank">AutoIt</a></span>3Wrapper_Compression</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">4</span>
<span style="color: #A00FF0; font-style: italic;">#AutoIt3Wrapper_UseX64</span><span style="color: #FF0000; font-weight: bold;">=</span>n
<span style="color: #A00FF0; font-style: italic;">#AutoIt3Wrapper_Res_Comment</span><span style="color: #FF0000; font-weight: bold;">=</span>动态IP地址监控器
<span style="color: #A00FF0; font-style: italic;">#AutoIt3Wrapper_Res_Description</span><span style="color: #FF0000; font-weight: bold;">=</span>动态IP地址监控器
<span style="color: #A00FF0; font-style: italic;">#AutoIt3Wrapper_Res_Fileversion</span><span style="color: #FF0000; font-weight: bold;">=</span>2<span style="color: #FF0000; font-weight: bold;">.</span>3<span style="color: #FF0000; font-weight: bold;">.</span>11<span style="color: #FF0000; font-weight: bold;">.</span>823
<span style="color: #A00FF0; font-style: italic;">#AutoIt3Wrapper_Res_LegalCopyright</span><span style="color: #FF0000; font-weight: bold;">=</span><span class='wp_keywordlink'><a href="http://clangcn.com" title="╃苍狼山庄╃" rel="nofollow" target="_blank">╃苍狼山庄╃</a></span>
<span style="color: #A00FF0; font-style: italic;">#AutoIt3Wrapper_Res_Field</span><span style="color: #FF0000; font-weight: bold;">=</span>作者|Clang
<span style="color: #A00FF0; font-style: italic;">#AutoIt3Wrapper_Res_Field</span><span style="color: #FF0000; font-weight: bold;">=</span>网站|http:<span style="color: #FF0000; font-weight: bold;">//</span>www<span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">clang</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">cn</span>
<span style="color: #A00FF0; font-style: italic;">#EndRegion</span> <span style="font-style: italic; color: #009933;">;**** 参数创建于 ACNWrapper_GUI ****</span>
&nbsp;
<span style="font-style: italic; color: #669900;">#cs ＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿
&nbsp;
 AutoIt 版本: 3.3.5.6
 脚本作者: Clang
	Email: admin@clnag.cn
	QQ/TM: 4370001
 脚本版本: 监控ADSL动态IP地址
 脚本功能: 监控ADSL动态IP地址
&nbsp;
#ce</span> ＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿脚本开始＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿
&nbsp;
<span style="color: #F000FF; font-style: italic;">#include</span> <span style="color: #FF0000; font-weight: bold;">&lt;</span>ButtonConstants<span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">au3</span><span style="color: #FF0000; font-weight: bold;">&gt;</span>
<span style="color: #F000FF; font-style: italic;">#include</span> <span style="color: #FF0000; font-weight: bold;">&lt;</span>EditConstants<span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">au3</span><span style="color: #FF0000; font-weight: bold;">&gt;</span>
<span style="color: #F000FF; font-style: italic;">#include</span> <span style="color: #FF0000; font-weight: bold;">&lt;</span>GUIConstantsEx<span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">au3</span><span style="color: #FF0000; font-weight: bold;">&gt;</span>
<span style="color: #F000FF; font-style: italic;">#include</span> <span style="color: #FF0000; font-weight: bold;">&lt;</span>GuiStatusBar<span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">au3</span><span style="color: #FF0000; font-weight: bold;">&gt;</span>
<span style="color: #F000FF; font-style: italic;">#include</span> <span style="color: #FF0000; font-weight: bold;">&lt;</span>Constants<span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">au3</span><span style="color: #FF0000; font-weight: bold;">&gt;</span>
<span style="color: #F000FF; font-style: italic;">#include</span> <span style="color: #FF0000; font-weight: bold;">&lt;</span>StaticConstants<span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">au3</span><span style="color: #FF0000; font-weight: bold;">&gt;</span>
<span style="color: #F000FF; font-style: italic;">#include</span> <span style="color: #FF0000; font-weight: bold;">&lt;</span>WindowsConstants<span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">au3</span><span style="color: #FF0000; font-weight: bold;">&gt;</span>
<span style="color: #F000FF; font-style: italic;">#include</span> <span style="color: #FF0000; font-weight: bold;">&lt;</span>SmtpMailer<span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">au3</span><span style="color: #FF0000; font-weight: bold;">&gt;</span>
&nbsp;
<span style="color: #000080; font-style: italic; font-weight: bold;">Opt</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;GUIOnEventMode&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #000080; font-style: italic; font-weight: bold;">Opt</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;GUICloseOnESC&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #000080; font-style: italic; font-weight: bold;">Opt</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;TrayMenuMode&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> 		<span style="font-style: italic; color: #009933;">;托盘内容要</span>
<span style="color: #000080; font-style: italic; font-weight: bold;">Opt</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;TrayOnEventMode&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>	<span style="font-style: italic; color: #009933;">;托盘转换成事务模式</span>
<span style="color: #000080; font-style: italic; font-weight: bold;">Opt</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;TrayAutoPause&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>		<span style="font-style: italic; color: #009933;">;把系统自动的单击暂停去掉</span>
<span style="color: #000080; font-style: italic; font-weight: bold;">TrayTip</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;正在启动监控程序,请稍候...&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">5</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #000080; font-style: italic; font-weight: bold;">TraySetClick</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">16</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>			<span style="font-style: italic; color: #009933;">;仅允许点右键时出托盘菜单</span>
&nbsp;
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="color: #0000FF; font-weight: bold;">Const</span> <span style="font-weight: bold; color: #AA0000;">$CrVer</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;2.3.11.0823&quot;</span>
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="color: #0000FF; font-weight: bold;">Const</span> <span style="font-weight: bold; color: #AA0000;">$strName</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;动态IP地址监控程序&quot;</span>
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$strPorgameName</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$strName</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot; v&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$CrVer</span>
&nbsp;
<span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #000080; font-style: italic; font-weight: bold;">WinExists</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strPorgameName</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
	_WinRestore<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="color: #0000FF; font-weight: bold;">Exit</span> <span style="font-style: italic; color: #009933;">; 此脚本已经运行了</span>
<span style="color: #0000FF; font-weight: bold;">EndIf</span>
<span style="color: #000080; font-style: italic; font-weight: bold;">AutoItWinSetTitle</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strPorgameName</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
&nbsp;
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="color: #0000FF; font-weight: bold;">Const</span> <span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="font-weight: bold; color: #AA0000;">@ScriptDir</span><span style="color: #FF0000; font-weight: bold;">&amp;</span><span style="font-weight: bold; color: #008080;">&quot;\IPMonConfig.ini&quot;</span>	<span style="font-style: italic; color: #009933;">;配置加上绝对路径较可靠，不加则是相对即时的“当前工作路径”，可能会导致找都找不到文件</span>
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$LogFile</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@ScriptDir</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;\Log\&quot;</span><span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;log_&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@YEAR</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@MON</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@MDAY</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@HOUR</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@MIN</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@SEC</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;.log&quot;</span>
&nbsp;
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$Button</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">3</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">4</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$strInIP</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$strTime</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$srtFile</span>
&nbsp;
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$str_EncryptPassword</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;P@ss&quot;</span>
<span style="font-style: italic; color: #009933;">;$sdfsdf = _StringEncryptX(1, &quot;s13936660688&quot;, $str_EncryptPassword, 2)</span>
<span style="font-style: italic; color: #009933;">;MsgBox(0,&quot;&quot;,$sdfsdf)</span>
<span style="font-style: italic; color: #009933;">;ClipPut ( $sdfsdf )</span>
&nbsp;
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$sendCount</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span> <span style="font-style: italic; color: #009933;">;发送计数</span>
&nbsp;
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$s_SmtpServer</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$s_FromName</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$s_FromAddress</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$s_ToAddress</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$s_Subject</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$as_Body</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$s_AttachFiles</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$s_CcAddress</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$s_BccAddress</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$s_Username</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$s_Password</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$IPPort</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$ssl</span>
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="color: #0000FF; font-weight: bold;">Const</span> <span style="font-weight: bold; color: #AA0000;">$sInfoSource</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;ip138&quot;</span>
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$SetAutoStart</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;Config&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;AutoStart&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$SetAutoMon</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;Config&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;AutoMon&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$SetCloseToMin</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;Config&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;CloseToMin&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$SetStartToMin</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;Config&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;StartToMin&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$SetiTime</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Config&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;iTime&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
&nbsp;
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$SetFromAddress</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;FromAddress&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$SetSmtpServer</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;SmtpServer&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$SetUsername</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Username&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$SetPassword</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Password&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$SetToAddress</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;ToAddress&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$SetIPPort</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;IPPort&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$SetSubject</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Subject&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
&nbsp;
&nbsp;
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$s_FromName</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span>                                 <span style="font-style: italic; color: #009933;">;邮件发送人</span>
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$s_AttachFiles</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span>                            <span style="font-style: italic; color: #009933;">;附件地址</span>
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$s_CcAddress</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span>                             <span style="font-style: italic; color: #009933;">;抄送地址</span>
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$s_BccAddress</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span>                           <span style="font-style: italic; color: #009933;">;密件抄送地址</span>
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$ssl</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span>      
&nbsp;
&nbsp;
<span style="color: #A00FF0; font-style: italic;">#Region</span> ### START Koda GUI section ### Form<span style="color: #FF0000; font-weight: bold;">=</span>d:\clang\desktop\ip监控\form1<span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">kxf</span>
<span style="font-weight: bold; color: #AA0000;">$Form1</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICreate</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strPorgameName</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">490</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">433</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@DesktopWidth</span></span> <span style="color: #FF0000; font-weight: bold;">-</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">490</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">/</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@DesktopHeight</span></span> <span style="color: #FF0000; font-weight: bold;">-</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">433</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">/</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #000080; font-style: italic; font-weight: bold;">BitOR</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$WS_SYSMENU</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$WS_MINIMIZEBOX</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$WS_CAPTION</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$WS_POPUP</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$WS_POPUPWINDOW</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$WS_BORDER</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$WS_CLIPSIBLINGS</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$Group1</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateGroup</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;当前IP&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">16</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">16</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">241</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">105</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$Label12</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateLabel</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;内网IP地址：&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">24</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">40</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">74</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">17</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$strInsideIP</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateLabel</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">112</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">32</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">130</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">49</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$Label9</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateLabel</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;当前公网IP地址：&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">24</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">96</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">98</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">17</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$strInternetIP</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateLabel</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">128</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">96</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">100</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">17</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateGroup</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #FF0000; font-weight: bold;">-</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">99</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #FF0000; font-weight: bold;">-</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">99</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$Group2</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateGroup</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;邮件发送设置&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">16</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">136</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">457</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">225</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$Label1</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateLabel</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;发邮件人邮箱：&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">32</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">160</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">88</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">17</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$inputFromAddress</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateInput</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">128</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">160</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">329</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">21</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetData</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputFromAddress</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$SetFromAddress</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$Label2</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateLabel</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;SMTP地址：&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">32</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">192</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">70</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">17</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$inputSmtpServer</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateInput</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">128</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">192</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">193</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">21</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetData</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputSmtpServer</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$SetSmtpServer</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$Label8</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateLabel</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;端口：&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">336</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">192</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">40</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">17</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$inputIPPort</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateInput</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">384</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">192</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">73</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">21</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetData</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputIPPort</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$SetIPPort</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$Label3</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateLabel</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;发件箱用户名：&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">32</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">224</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">88</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">17</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$inputUsername</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateInput</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">128</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">224</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">329</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">21</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetData</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputUsername</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$SetUsername</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$Label4</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateLabel</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;发件箱密码：&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">32</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">256</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">76</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">17</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$inputPassword</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateInput</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">128</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">256</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">329</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">21</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #000080; font-style: italic; font-weight: bold;">BitOR</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$GUI_SS_DEFAULT_INPUT</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$ES_PASSWORD</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetData</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputPassword</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$SetPassword</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$Label5</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateLabel</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;收件箱地址：&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">32</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">288</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">76</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">17</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$inputToAddress</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateInput</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">128</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">288</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">329</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">21</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetData</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputToAddress</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$SetToAddress</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$Label11</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateLabel</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;邮件主题：&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">32</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">320</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">64</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">17</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$inputSubject</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateInput</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">128</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">320</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">329</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">21</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetData</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputSubject</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$SetSubject</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateGroup</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #FF0000; font-weight: bold;">-</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">99</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #FF0000; font-weight: bold;">-</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">99</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$Group3</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateGroup</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;参数设置&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">272</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">16</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">201</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">105</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateCheckbox</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;随系统启动&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span>  <span style="color: #AC00A9; font-style: italic; font-weight: bold;">280</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">40</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">89</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">17</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">If</span> <span style="font-weight: bold; color: #AA0000;">$SetAutoStart</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="font-weight: bold; color: #008080;">&quot;1&quot;</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
	<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetState</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$GUI_CHECKED</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">Else</span>
	<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetState</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$GUI_UNCHECKED</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">EndIf</span>
<span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateCheckbox</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;开始监控&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">376</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">40</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">89</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">17</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">If</span> <span style="font-weight: bold; color: #AA0000;">$SetAutoMon</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="font-weight: bold; color: #008080;">&quot;1&quot;</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
	<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetState</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$GUI_CHECKED</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">Else</span>
	<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetState</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$GUI_UNCHECKED</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">EndIf</span>
<span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateCheckbox</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;启动后最小化&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">280</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">64</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">89</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">17</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">If</span> <span style="font-weight: bold; color: #AA0000;">$SetStartToMin</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="font-weight: bold; color: #008080;">&quot;1&quot;</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
	<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetState</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$GUI_CHECKED</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">Else</span>
	<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetState</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$GUI_UNCHECKED</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">EndIf</span>
<span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">3</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateCheckbox</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;关闭最小化&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">376</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">64</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">81</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">17</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">If</span> <span style="font-weight: bold; color: #AA0000;">$SetCloseToMin</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="font-weight: bold; color: #008080;">&quot;1&quot;</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
	<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetState</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">3</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$GUI_CHECKED</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">Else</span>
	<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetState</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">3</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$GUI_UNCHECKED</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">EndIf</span>
<span style="font-weight: bold; color: #AA0000;">$Label6</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateLabel</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;监控时间间隔&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">288</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">96</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">76</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">17</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$inputTime</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateInput</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">368</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">92</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">49</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">21</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">If</span> <span style="font-weight: bold; color: #AA0000;">$SetiTime</span> <span style="color: #FF0000; font-weight: bold;">&lt;&gt;</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
	<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetData</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputTime</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$SetiTime</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">Else</span>
	<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetData</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputTime</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;5&quot;</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">EndIf</span>
<span style="font-weight: bold; color: #AA0000;">$Label7</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateLabel</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;分钟&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">424</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">96</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">28</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">17</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateGroup</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #FF0000; font-weight: bold;">-</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">99</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #FF0000; font-weight: bold;">-</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">99</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$Button</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateButton</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;发送测试&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">216</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">376</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">75</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">25</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$Button</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateButton</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;清空设置&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">304</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">376</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">75</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">25</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$Button</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlCreateButton</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;保存设置&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">392</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">376</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">75</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">25</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$StatusBar1</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #0080FF; font-style: italic; font-weight: bold;">_GUICtrlStatusBar_Create</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$Form1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">Dim</span> <span style="font-weight: bold; color: #AA0000;">$StatusBar1_PartsWidth</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">280</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #FF0000; font-weight: bold;">-</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
<span style="color: #0080FF; font-style: italic; font-weight: bold;">_GUICtrlStatusBar_SetParts</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$StatusBar1</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$StatusBar1_PartsWidth</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0080FF; font-style: italic; font-weight: bold;">_GUICtrlStatusBar_SetText</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$StatusBar1</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0080FF; font-style: italic; font-weight: bold;">_GUICtrlStatusBar_SetText</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$StatusBar1</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@TAB</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@TAB</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;<span class='wp_keywordlink'><a href="http://clangcn.com" title="╃苍狼山庄╃" rel="nofollow" target="_blank">╃苍狼山庄╃</a></span> http://www.clang.cn&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
&nbsp;
&nbsp;
<span style="font-style: italic; color: #009933;">;======托盘菜单区======</span>
<span style="font-weight: bold; color: #AA0000;">$TrayShow</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">TrayCreateItem</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;显示主界面&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #000080; font-style: italic; font-weight: bold;">TrayItemSetOnEvent</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$TrayShow</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;_ShowMain&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #000080; font-style: italic; font-weight: bold;">TrayItemSetState</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$TrayShow</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$TRAY_UNCHECKED</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #000080; font-style: italic; font-weight: bold;">TrayCreateItem</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$TrayExit</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">TrayCreateItem</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;退出&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #000080; font-style: italic; font-weight: bold;">TrayItemSetOnEvent</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">-</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;_Quit&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
&nbsp;
<span style="color: #000080; font-style: italic; font-weight: bold;">TraySetOnEvent</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$TRAY_EVENT_PRIMARYDOUBLE</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;_ShowMain&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>		<span style="font-style: italic; color: #009933;">;左键双击通知区域</span>
<span style="color: #000080; font-style: italic; font-weight: bold;">TraySetState</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
&nbsp;
<span style="color: #000080; font-style: italic; font-weight: bold;">TrayTip</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">5</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
&nbsp;
<span style="color: #000080; font-style: italic; font-weight: bold;">TraySetToolTip</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strName</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
&nbsp;
&nbsp;
<span style="font-weight: bold; color: #AA0000;">$info</span> <span style="color: #FF0000; font-weight: bold;">=</span>_NetworkAdapterInfo<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-weight: bold; color: #AA0000;">$InsideIPCount</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$info</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
<span style="color: #0000FF; font-weight: bold;">For</span> <span style="font-weight: bold; color: #AA0000;">$i</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span> <span style="color: #0000FF; font-weight: bold;">to</span> <span style="font-weight: bold; color: #AA0000;">$info</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #0000FF; font-weight: bold;">Step</span> <span style="color: #FF0000; font-weight: bold;">+</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span>
	<span style="font-weight: bold; color: #AA0000;">$strIP</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;IP[&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$i</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;]：&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span>  <span style="font-weight: bold; color: #AA0000;">$info</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">5</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
	<span style="color: #0000FF; font-weight: bold;">If</span> <span style="font-weight: bold; color: #AA0000;">$strInIP</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
		<span style="font-weight: bold; color: #AA0000;">$strInIP</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$strIP</span>
	<span style="color: #0000FF; font-weight: bold;">Else</span>
		<span style="font-weight: bold; color: #AA0000;">$strInIP</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$strInIP</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CRLF</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$strIP</span>
	<span style="color: #0000FF; font-weight: bold;">EndIf</span>
<span style="color: #0000FF; font-weight: bold;">Next</span>
&nbsp;
<span style="font-weight: bold; color: #AA0000;">$asResult</span> <span style="color: #FF0000; font-weight: bold;">=</span> fn_GetWanIP<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$sInfoSource</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #0000FF; font-weight: bold;">Not</span> <span style="color: #000080; font-style: italic; font-weight: bold;">IsArray</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$asResult</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
	<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetData</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$strInternetIP</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;unknown ip&quot;</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">Else</span>
	<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetData</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$strInternetIP</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$asResult</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">EndIf</span>
&nbsp;
<span style="color: #000080; font-style: italic; font-weight: bold;">GUISetState</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@SW_SHOW</span></span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #A00FF0; font-style: italic;">#EndRegion</span> ### END Koda GUI section ###
<span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">3</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
	<span style="color: #000080; font-style: italic; font-weight: bold;">GUISetOnEvent</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$GUI_EVENT_CLOSE</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;_WinMinimize&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">Else</span>
	<span style="color: #000080; font-style: italic; font-weight: bold;">GUISetOnEvent</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$GUI_EVENT_CLOSE</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;_Quit&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">EndIf</span>
<span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
	_WinMinimize<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">EndIf</span>
<span style="color: #000080; font-style: italic; font-weight: bold;">GUISetOnEvent</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$GUI_EVENT_MINIMIZE</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;_WinMinimize&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">For</span> <span style="font-weight: bold; color: #AA0000;">$i</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span> <span style="color: #0000FF; font-weight: bold;">To</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span>
	<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetOnEvent</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$Button</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;_btnEvent&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">Next</span>
<span style="color: #0000FF; font-weight: bold;">For</span> <span style="font-weight: bold; color: #AA0000;">$i</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span> <span style="color: #0000FF; font-weight: bold;">To</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">3</span>
	<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetOnEvent</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;_cbEvent&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">Next</span>
<span style="font-style: italic; color: #009933;">;======释放内存======</span>
_ReduceMemory<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@AutoItPID</span></span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
_FirstRun<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
&nbsp;
<span style="color: #0000FF; font-weight: bold;">While</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span>
	<span style="font-weight: bold; color: #AA0000;">$oldIP</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$strInternetIP</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="font-weight: bold; color: #AA0000;">$asResult</span> <span style="color: #FF0000; font-weight: bold;">=</span> fn_GetWanIP<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$sInfoSource</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #0000FF; font-weight: bold;">Not</span> <span style="color: #000080; font-style: italic; font-weight: bold;">IsArray</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$asResult</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
		<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetData</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$strInternetIP</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;unknown ip&quot;</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="color: #0000FF; font-weight: bold;">Else</span>
		<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetData</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$strInternetIP</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$asResult</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="color: #0000FF; font-weight: bold;">EndIf</span>
	<span style="font-style: italic; color: #009933;">;MsgBox (0,&quot;&quot;,$strInIP )</span>
	<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetData</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$strInsideIP</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$strInIP</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
		<span style="font-weight: bold; color: #AA0000;">$result</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">StringCompare</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$oldIP</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$strInternetIP</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>		
		<span style="font-weight: bold; color: #AA0000;">$strTime</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@YEAR</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;年&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@MON</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;月&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@MDAY</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;日&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@HOUR</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;时&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@MIN</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;分&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@SEC</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;秒&quot;</span>
		<span style="color: #0000FF; font-weight: bold;">If</span> <span style="font-weight: bold; color: #AA0000;">$result</span> <span style="color: #FF0000; font-weight: bold;">&lt;&gt;</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
			<span style="font-weight: bold; color: #AA0000;">$s_FromAddress</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;FromAddress&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="font-weight: bold; color: #AA0000;">$s_SmtpServer</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;SmtpServer&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="font-weight: bold; color: #AA0000;">$s_Username</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Username&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="font-weight: bold; color: #AA0000;">$s_Password</span> <span style="color: #FF0000; font-weight: bold;">=</span>  _StringEncryptX<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Password&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$str_EncryptPassword</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="font-weight: bold; color: #AA0000;">$s_ToAddress</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;ToAddress&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="font-weight: bold; color: #AA0000;">$IPPort</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;IPPort&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="font-weight: bold; color: #AA0000;">$s_Subject</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Subject&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;-&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$strTime</span>
			<span style="font-weight: bold; color: #AA0000;">$as_Body</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;来自计算机【&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@ComputerName</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;】&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CRLF</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;用户【&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@UserName</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;】&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CRLF</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;获得内网IP地址&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$InsideIPCount</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;个：&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CRLF</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$strInsideIP</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CRLF</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;公网IP：&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$strInternetIP</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
			_sendmailFunc<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>	
			<span style="font-weight: bold; color: #AA0000;">$sendCount</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$sendCount</span> <span style="color: #FF0000; font-weight: bold;">+</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span>
		<span style="color: #0000FF; font-weight: bold;">EndIf</span>
	<span style="color: #0000FF; font-weight: bold;">EndIf</span>
	_TraySetToolTip<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="font-weight: bold; color: #AA0000;">$SetiTime</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Config&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;iTime&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="color: #0000FF; font-weight: bold;">If</span> <span style="font-weight: bold; color: #AA0000;">$SetiTime</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
		<span style="font-weight: bold; color: #AA0000;">$SetiTime</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;5&quot;</span>
	<span style="color: #0000FF; font-weight: bold;">EndIf</span>
	_ReduceMemory<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@AutoItPID</span></span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="color: #000080; font-style: italic; font-weight: bold;">Sleep</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$SetiTime</span> <span style="color: #FF0000; font-weight: bold;">*</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">60000</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="font-style: italic; color: #009933;">;MsgBox(0,&quot;&quot;,&quot;t&quot;)</span>
<span style="color: #0000FF; font-weight: bold;">WEnd</span>
&nbsp;
&nbsp;
<span style="color: #0000FF; font-weight: bold;">Func</span> _FirstRun<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetData</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$strInsideIP</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$strInIP</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
		<span style="font-weight: bold; color: #AA0000;">$s_FromAddress</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;FromAddress&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
		<span style="font-weight: bold; color: #AA0000;">$s_SmtpServer</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;SmtpServer&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
		<span style="font-weight: bold; color: #AA0000;">$s_Username</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Username&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
		<span style="font-weight: bold; color: #AA0000;">$s_Password</span> <span style="color: #FF0000; font-weight: bold;">=</span>  _StringEncryptX<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Password&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$str_EncryptPassword</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
		<span style="font-weight: bold; color: #AA0000;">$s_ToAddress</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;ToAddress&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
		<span style="font-weight: bold; color: #AA0000;">$IPPort</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;IPPort&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
		<span style="font-weight: bold; color: #AA0000;">$strTime</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@YEAR</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;年&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@MON</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;月&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@MDAY</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;日&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@HOUR</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;时&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@MIN</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;分&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@SEC</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;秒&quot;</span>
		<span style="font-weight: bold; color: #AA0000;">$s_Subject</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Subject&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;-&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$strTime</span>
		<span style="font-weight: bold; color: #AA0000;">$as_Body</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;来自计算机【&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@ComputerName</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;】&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CRLF</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;用户【&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@UserName</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;】&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CRLF</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;获得内网IP地址&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$InsideIPCount</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;个：&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CRLF</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$strInsideIP</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CRLF</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;公网IP：&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$strInternetIP</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
		_sendmailFunc<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>	
		<span style="font-weight: bold; color: #AA0000;">$sendCount</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$sendCount</span> <span style="color: #FF0000; font-weight: bold;">+</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span>
	<span style="color: #0000FF; font-weight: bold;">EndIf</span>
	_TraySetToolTip<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
	_ReduceMemory<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@AutoItPID</span></span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">EndFunc</span>
&nbsp;
<span style="font-style: italic; color: #009933;">;======事件函数======</span>
<span style="color: #0000FF; font-weight: bold;">Func</span> _btnEvent<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="color: #0000FF; font-weight: bold;">Switch</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@GUI_CtrlId</span></span>
		<span style="color: #0000FF; font-weight: bold;">Case</span> <span style="font-weight: bold; color: #AA0000;">$Button</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
			<span style="font-weight: bold; color: #AA0000;">$s_FromAddress</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;FromAddress&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="font-weight: bold; color: #AA0000;">$s_SmtpServer</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;SmtpServer&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="font-weight: bold; color: #AA0000;">$s_Username</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Username&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="font-weight: bold; color: #AA0000;">$s_Password</span> <span style="color: #FF0000; font-weight: bold;">=</span>  _StringEncryptX<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Password&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$str_EncryptPassword</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="font-weight: bold; color: #AA0000;">$s_ToAddress</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;ToAddress&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="font-weight: bold; color: #AA0000;">$IPPort</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;IPPort&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="font-weight: bold; color: #AA0000;">$strTime</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@YEAR</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;年&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@MON</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;月&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@MDAY</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;日&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@HOUR</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;时&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@MIN</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;分&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@SEC</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;秒&quot;</span>
			<span style="font-weight: bold; color: #AA0000;">$s_Subject</span> <span style="color: #FF0000; font-weight: bold;">=</span>  <span style="color: #000080; font-style: italic; font-weight: bold;">IniRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Subject&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;-&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$strTime</span>
			<span style="font-weight: bold; color: #AA0000;">$as_Body</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;来自计算机【&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@ComputerName</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;】&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CRLF</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;用户【&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@UserName</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;】&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CRLF</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;获得内网IP地址：&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$InsideIPCount</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;个&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CRLF</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$strInsideIP</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CRLF</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;公网IP：&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$strInternetIP</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="font-style: italic; color: #009933;">;MsgBox(0,&quot;&quot;,$as_Body)</span>
			_sendmailFunc<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="font-weight: bold; color: #AA0000;">$sendCount</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$sendCount</span> <span style="color: #FF0000; font-weight: bold;">+</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span>
			_TraySetToolTip<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
		<span style="color: #0000FF; font-weight: bold;">Case</span> <span style="font-weight: bold; color: #AA0000;">$Button</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;FromAddress&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;SmtpServer&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Username&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Password&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;ToAddress&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;IPPort&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Subject&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Config&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;iTime&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetData</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputFromAddress</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetData</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputSmtpServer</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetData</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputIPPort</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetData</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputUsername</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetData</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputPassword</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetData</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputToAddress</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetData</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputSubject</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetData</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputTime</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span>
&nbsp;
			<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;Config&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;AutoStart&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;0&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">RegDelete</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;IPMon_C&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
&nbsp;
			<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;Config&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;AutoMon&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;0&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
&nbsp;
			<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;Config&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;StartToMin&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;0&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
&nbsp;
			<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;Config&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;CloseToMin&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;0&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
		<span style="color: #0000FF; font-weight: bold;">Case</span> <span style="font-weight: bold; color: #AA0000;">$Button</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;FromAddress&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputFromAddress</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;SmtpServer&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputSmtpServer</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Username&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputUsername</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #0000FF; font-weight: bold;">If</span> <span style="font-weight: bold; color: #AA0000;">$SetPassword</span> <span style="color: #FF0000; font-weight: bold;">&lt;&gt;</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputPassword</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
				<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Password&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> _StringEncryptX<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputPassword</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$str_EncryptPassword</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #0000FF; font-weight: bold;">Else</span>
				<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Password&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputPassword</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #0000FF; font-weight: bold;">EndIf</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;ToAddress&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputToAddress</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;IPPort&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputIPPort</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MailConfig&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Subject&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputSubject</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;Config&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;iTime&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputTime</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="color: #0000FF; font-weight: bold;">EndSwitch</span>
<span style="color: #0000FF; font-weight: bold;">EndFunc</span>
&nbsp;
<span style="color: #0000FF; font-weight: bold;">Func</span> _cbEvent<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="color: #0000FF; font-weight: bold;">Switch</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@GUI_CtrlId</span></span>
		<span style="color: #0000FF; font-weight: bold;">Case</span> <span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
			<span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
				<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;Config&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;AutoStart&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;1&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
				<span style="color: #000080; font-style: italic; font-weight: bold;">RegWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;IPMon_C&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;REG_SZ&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@ScriptFullPath</span></span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
				<span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #000080; font-style: italic; font-weight: bold;">RegRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;IPMon_C&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">&lt;&gt;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@ScriptFullPath</span></span> <span style="color: #0000FF; font-weight: bold;">Then</span>
					<span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlSetState</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$GUI_UNCHECKED</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
					<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;Config&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;AutoStart&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;0&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
				<span style="color: #0000FF; font-weight: bold;">EndIf</span>
			<span style="color: #0000FF; font-weight: bold;">Else</span>
				<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;Config&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;AutoStart&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;0&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
				<span style="color: #000080; font-style: italic; font-weight: bold;">RegDelete</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;IPMon_C&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #0000FF; font-weight: bold;">EndIf</span>
		<span style="color: #0000FF; font-weight: bold;">Case</span> <span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
			<span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
				<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;Config&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;AutoMon&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;1&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
				_FirstRun<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
				<span style="color: #000080; font-style: italic; font-weight: bold;">TraySetToolTip</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;正在监控 - 已发送邮件&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$sendCount</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;次.&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CRLF</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;最后一次监控时间：&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$strTime</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
				<span style="color: #0080FF; font-style: italic; font-weight: bold;">_GUICtrlStatusBar_SetText</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$StatusBar1</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;最后监控时间：&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$strTime</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #0000FF; font-weight: bold;">Else</span>
				<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;Config&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;AutoMon&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;0&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
				<span style="color: #000080; font-style: italic; font-weight: bold;">TraySetToolTip</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;停止监控 - 已发送邮件&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$sendCount</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;次。&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CRLF</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;最后一次监控时间：&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$strTime</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
				<span style="color: #0080FF; font-style: italic; font-weight: bold;">_GUICtrlStatusBar_SetText</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$StatusBar1</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;最后监控时间：&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$strTime</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #0000FF; font-weight: bold;">EndIf</span>
		<span style="color: #0000FF; font-weight: bold;">Case</span> <span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
			<span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
				<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;Config&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;StartToMin&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;1&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #0000FF; font-weight: bold;">Else</span>
				<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;Config&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;StartToMin&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;0&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #0000FF; font-weight: bold;">EndIf</span>
		<span style="color: #0000FF; font-weight: bold;">Case</span> <span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">3</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
			<span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">3</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
				<span style="color: #000080; font-style: italic; font-weight: bold;">GUISetOnEvent</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$GUI_EVENT_CLOSE</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;_WinMinimize&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
				<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;Config&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;CloseToMin&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;1&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #0000FF; font-weight: bold;">Else</span>
				<span style="color: #000080; font-style: italic; font-weight: bold;">GUISetOnEvent</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$GUI_EVENT_CLOSE</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;_Quit&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
				<span style="color: #000080; font-style: italic; font-weight: bold;">IniWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strConfigINI</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;Config&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;CloseToMin&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;0&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
			<span style="color: #0000FF; font-weight: bold;">EndIf</span>
	<span style="color: #0000FF; font-weight: bold;">EndSwitch</span>
<span style="color: #0000FF; font-weight: bold;">EndFunc</span>
&nbsp;
<span style="color: #0000FF; font-weight: bold;">Func</span> _TraySetToolTip<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$Checkbox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
		<span style="color: #000080; font-style: italic; font-weight: bold;">TraySetToolTip</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;正在监控 - 已发送邮件&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$sendCount</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;次。&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CRLF</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;最后一次监控时间：&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$strTime</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
		<span style="color: #0080FF; font-style: italic; font-weight: bold;">_GUICtrlStatusBar_SetText</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$StatusBar1</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;最后监控时间：&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$strTime</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="color: #0000FF; font-weight: bold;">Else</span>
		<span style="color: #000080; font-style: italic; font-weight: bold;">TraySetToolTip</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;停止监控 - 已发送邮件&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$sendCount</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;次。&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CRLF</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;最后一次监控时间：&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$strTime</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>		
		<span style="color: #0080FF; font-style: italic; font-weight: bold;">_GUICtrlStatusBar_SetText</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$StatusBar1</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;最后监控时间：&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$strTime</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="color: #0000FF; font-weight: bold;">EndIf</span>
<span style="color: #0000FF; font-weight: bold;">EndFunc</span>
&nbsp;
<span style="color: #0000FF; font-weight: bold;">Func</span> _sendmailFunc<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputFromAddress</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">&lt;&gt;</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span> <span style="color: #0000FF; font-weight: bold;">And</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputSmtpServer</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">&lt;&gt;</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span> <span style="color: #0000FF; font-weight: bold;">And</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputUsername</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">&lt;&gt;</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span> <span style="color: #0000FF; font-weight: bold;">And</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputPassword</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">&lt;&gt;</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span> <span style="color: #0000FF; font-weight: bold;">And</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputToAddress</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">&lt;&gt;</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span> <span style="color: #0000FF; font-weight: bold;">And</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputIPPort</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">&lt;&gt;</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span> <span style="color: #0000FF; font-weight: bold;">And</span> <span style="color: #000080; font-style: italic; font-weight: bold;">GUICtrlRead</span><span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$inputSubject</span> <span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">&lt;&gt;</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
		sendmail <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="color: #0000FF; font-weight: bold;">Else</span>
		<span style="color: #000080; font-style: italic; font-weight: bold;">MsgBox</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">+</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">16</span><span style="color: #FF0000; font-weight: bold;">+</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">262144</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$strName</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;未配置“邮件发送设置”！&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="color: #0000FF; font-weight: bold;">EndIf</span>
<span style="color: #0000FF; font-weight: bold;">EndFunc</span>
&nbsp;
<span style="font-style: italic; color: #009933;">;======最小化====== </span>
<span style="color: #0000FF; font-weight: bold;">Func</span> _WinMinimize<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>    <span style="font-style: italic; color: #009933;">;窗口最小化隐藏操作</span>
    <span style="color: #000080; font-style: italic; font-weight: bold;">TrayTip</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;提示&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;监控正在运行，双击此图标显示监视界面！&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">10</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
    <span style="color: #000080; font-style: italic; font-weight: bold;">GUISetState</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@SW_HIDE</span></span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
	_ReduceMemory<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@AutoItPID</span></span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-style: italic; color: #009933;">;~     AdlibEnable(&quot;DSTask&quot;, 1000)</span>
<span style="color: #0000FF; font-weight: bold;">EndFunc</span>
&nbsp;
<span style="font-style: italic; color: #009933;">;======恢复======</span>
<span style="color: #0000FF; font-weight: bold;">Func</span> _WinRestore<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>        <span style="font-style: italic; color: #009933;">;窗口恢复还原操作</span>
	<span style="color: #000080; font-style: italic; font-weight: bold;">TrayItemSetState</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span> <span style="font-weight: bold; color: #AA0000;">$TrayShow</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$TRAY_UNCHECKED</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
    <span style="color: #000080; font-style: italic; font-weight: bold;">GUISetState</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@SW_SHOW</span></span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
    <span style="color: #000080; font-style: italic; font-weight: bold;">GUISetState</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@SW_RESTORE</span></span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
    <span style="color: #0000FF; font-weight: bold;">if</span> <span style="color: #000080; font-style: italic; font-weight: bold;">WinActive</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strPorgameName</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span> <span style="color: #0000FF; font-weight: bold;">Then</span> <span style="color: #000080; font-style: italic; font-weight: bold;">WinActivate</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strPorgameName</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
	_ReduceMemory<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@AutoItPID</span></span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">EndFunc</span> <span style="font-style: italic; color: #009933;">;==&gt; kcWinRestore</span>
&nbsp;
<span style="font-style: italic; color: #009933;">;======显示主界面======</span>
<span style="color: #0000FF; font-weight: bold;">Func</span> _ShowMain<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
	_WinRestore<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">EndFunc</span>
&nbsp;
<span style="font-style: italic; color: #009933;">;======退出======</span>
<span style="color: #0000FF; font-weight: bold;">Func</span> _Quit<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="color: #0000FF; font-weight: bold;">Exit</span>
<span style="color: #0000FF; font-weight: bold;">EndFunc</span> 
&nbsp;
<span style="font-style: italic; color: #009933;">;======邮件发送======</span>
<span style="color: #0000FF; font-weight: bold;">Func</span> sendmail<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
        <span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$oMyRet</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
        <span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$oMyError</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">ObjEvent</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;AutoIt.Error&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MyErrFunc&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
        <span style="font-weight: bold; color: #AA0000;">$rc</span> <span style="color: #FF0000; font-weight: bold;">=</span> _INetSmtpMailCom<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$s_SmtpServer</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$s_FromName</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$s_FromAddress</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$s_ToAddress</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$s_Subject</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$as_Body</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$s_AttachFiles</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$s_CcAddress</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$s_BccAddress</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$s_Username</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$s_Password</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$IPPort</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$ssl</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
        <span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@error</span></span> <span style="color: #0000FF; font-weight: bold;">Then</span>
			<span style="font-style: italic; color: #009933;">;MsgBox(0+16+262144, $strName, &quot;邮件发送失败，错误代号:&quot; &amp; @error &amp; @CRLF &amp; &quot;描述:&quot; &amp; $rc)</span>
			_Log<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@error</span></span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$rc</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
        <span style="color: #0000FF; font-weight: bold;">EndIf</span>
<span style="color: #0000FF; font-weight: bold;">EndFunc</span>   <span style="font-style: italic; color: #009933;">;==&gt;sendmail</span>
&nbsp;
<span style="font-style: italic; color: #009933;">;======日志记录======</span>
<span style="color: #0000FF; font-weight: bold;">Func</span> _Log<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$strErr</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$strDes</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="font-weight: bold; color: #AA0000;">$srtFile</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">FileOpen</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$LogFile</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">10</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="color: #000080; font-style: italic; font-weight: bold;">FileWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$srtFile</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;On &quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@YEAR</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;年&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@MON</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;月&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@MDAY</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;日&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@HOUR</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;时&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@MIN</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;分&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@SEC</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;秒&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CRLF</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;邮件发送失败，错误代号:&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$strErr</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CRLF</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;描述:&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$strDes</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
	<span style="color: #000080; font-style: italic; font-weight: bold;">FileClose</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$srtFile</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">EndFunc</span>	
&nbsp;
<span style="font-style: italic; color: #009933;">;======内存释放======</span>
<span style="color: #0000FF; font-weight: bold;">Func</span> _ReduceMemory<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$i_PID</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #FF0000; font-weight: bold;">-</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="font-style: italic; color: #009933;">;内存释放函数 该函数抄自ACN论坛(http://autoit.net.cn)</span>
    <span style="color: #0000FF; font-weight: bold;">If</span> <span style="font-weight: bold; color: #AA0000;">$i_PID</span> <span style="color: #FF0000; font-weight: bold;">&lt;&gt;</span> <span style="color: #FF0000; font-weight: bold;">-</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
        <span style="color: #0000FF; font-weight: bold;">Local</span> <span style="font-weight: bold; color: #AA0000;">$ai_Handle</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">DllCall</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;kernel32.dll&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">'int'</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">'OpenProcess'</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">'int'</span><span style="color: #FF0000; font-weight: bold;">,</span> 0x1f0fff<span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">'int'</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #0000FF; font-weight: bold;">False</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">'int'</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$i_PID</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
        <span style="color: #0000FF; font-weight: bold;">Local</span> <span style="font-weight: bold; color: #AA0000;">$ai_Return</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">DllCall</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;psapi.dll&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">'int'</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">'EmptyWorkingSet'</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">'long'</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$ai_Handle</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
        <span style="color: #000080; font-style: italic; font-weight: bold;">DllCall</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">'kernel32.dll'</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">'int'</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">'CloseHandle'</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">'int'</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$ai_Handle</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
    <span style="color: #0000FF; font-weight: bold;">Else</span>
        <span style="color: #0000FF; font-weight: bold;">Local</span> <span style="font-weight: bold; color: #AA0000;">$ai_Return</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">DllCall</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;psapi.dll&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">'int'</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">'EmptyWorkingSet'</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">'long'</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #FF0000; font-weight: bold;">-</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
    <span style="color: #0000FF; font-weight: bold;">EndIf</span>
    <span style="color: #0000FF; font-weight: bold;">Return</span> <span style="font-weight: bold; color: #AA0000;">$ai_Return</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
<span style="color: #0000FF; font-weight: bold;">EndFunc</span>   <span style="font-style: italic; color: #009933;">;==&gt;_ReduceMemory </span>
&nbsp;
&nbsp;
<span style="font-style: italic; color: #009933;">;======密码加密======</span>
<span style="color: #0000FF; font-weight: bold;">Func</span> _StringEncryptX<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$i_Encrypt</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$s_EncryptText</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$s_EncryptPassword</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptLevel</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
        <span style="color: #0000FF; font-weight: bold;">If</span> <span style="font-weight: bold; color: #AA0000;">$i_Encrypt</span> <span style="color: #FF0000; font-weight: bold;">&lt;&gt;</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span> <span style="color: #0000FF; font-weight: bold;">And</span> <span style="font-weight: bold; color: #AA0000;">$i_Encrypt</span> <span style="color: #FF0000; font-weight: bold;">&lt;&gt;</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
                <span style="color: #000080; font-style: italic; font-weight: bold;">SetError</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                <span style="color: #0000FF; font-weight: bold;">Return</span> <span style="font-weight: bold; color: #008080;">''</span>
        <span style="color: #0000FF; font-weight: bold;">ElseIf</span> <span style="font-weight: bold; color: #AA0000;">$s_EncryptText</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">''</span> <span style="color: #0000FF; font-weight: bold;">Or</span> <span style="font-weight: bold; color: #AA0000;">$s_EncryptPassword</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">''</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
                <span style="color: #000080; font-style: italic; font-weight: bold;">SetError</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                <span style="color: #0000FF; font-weight: bold;">Return</span> <span style="font-weight: bold; color: #008080;">''</span>
        <span style="color: #0000FF; font-weight: bold;">Else</span>
                <span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #000080; font-style: italic; font-weight: bold;">Number</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptLevel</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">&lt;=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span> <span style="color: #0000FF; font-weight: bold;">Or</span> <span style="color: #000080; font-style: italic; font-weight: bold;">Int</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptLevel</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">&lt;&gt;</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptLevel</span> <span style="color: #0000FF; font-weight: bold;">Then</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptLevel</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span>
                <span style="color: #0000FF; font-weight: bold;">Local</span> <span style="font-weight: bold; color: #AA0000;">$v_EncryptModified</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountH</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountG</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$v_EncryptSwap</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">256</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
                <span style="color: #0000FF; font-weight: bold;">Local</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountB</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountC</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountD</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountE</span>
                <span style="color: #0000FF; font-weight: bold;">Local</span> <span style="font-weight: bold; color: #AA0000;">$v_EncryptCipher</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$v_EncryptCipherBy</span>
                <span style="color: #0000FF; font-weight: bold;">If</span> <span style="font-weight: bold; color: #AA0000;">$i_Encrypt</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
                        <span style="color: #0000FF; font-weight: bold;">For</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountF</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span> <span style="color: #0000FF; font-weight: bold;">To</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptLevel</span> <span style="color: #0000FF; font-weight: bold;">Step</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span>
                                <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountG</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">''</span>
                                <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountH</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">''</span>
                                <span style="font-weight: bold; color: #AA0000;">$v_EncryptModified</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">''</span>
                                <span style="color: #0000FF; font-weight: bold;">For</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountG</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span> <span style="color: #0000FF; font-weight: bold;">To</span> <span style="color: #000080; font-style: italic; font-weight: bold;">StringLen</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$s_EncryptText</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                                        <span style="color: #0000FF; font-weight: bold;">If</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountH</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">StringLen</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$s_EncryptPassword</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
                                                <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountH</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span>
                                        <span style="color: #0000FF; font-weight: bold;">Else</span>
                                                <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountH</span> <span style="color: #FF0000; font-weight: bold;">+=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span>
                                        <span style="color: #0000FF; font-weight: bold;">EndIf</span>
                                        <span style="font-weight: bold; color: #AA0000;">$v_EncryptModified</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$v_EncryptModified</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #000080; font-style: italic; font-weight: bold;">ChrW</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #000080; font-style: italic; font-weight: bold;">BitXOR</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #000080; font-style: italic; font-weight: bold;">AscW</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #000080; font-style: italic; font-weight: bold;">StringMid</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$s_EncryptText</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountG</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #000080; font-style: italic; font-weight: bold;">AscW</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #000080; font-style: italic; font-weight: bold;">StringMid</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$s_EncryptPassword</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountH</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">255</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                                <span style="color: #0000FF; font-weight: bold;">Next</span>
                                <span style="font-weight: bold; color: #AA0000;">$s_EncryptText</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$v_EncryptModified</span>
                                <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">''</span>
                                <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountB</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span>
                                <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountC</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">''</span>
                                <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountD</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">''</span>
                                <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountE</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">''</span>
                                <span style="font-weight: bold; color: #AA0000;">$v_EncryptCipherBy</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">''</span>
                                <span style="font-weight: bold; color: #AA0000;">$v_EncryptCipher</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">''</span>
                                <span style="font-weight: bold; color: #AA0000;">$v_EncryptSwap</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">''</span>
                                <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">''</span>
                                <span style="color: #0000FF; font-weight: bold;">Local</span> <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">256</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
                                <span style="color: #0000FF; font-weight: bold;">For</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span> <span style="color: #0000FF; font-weight: bold;">To</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">255</span>
                                        <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">AscW</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #000080; font-style: italic; font-weight: bold;">StringMid</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$s_EncryptPassword</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #000080; font-style: italic; font-weight: bold;">Mod</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #000080; font-style: italic; font-weight: bold;">StringLen</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$s_EncryptPassword</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">+</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                                        <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span>
                                <span style="color: #0000FF; font-weight: bold;">Next</span>
                                <span style="color: #0000FF; font-weight: bold;">For</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span> <span style="color: #0000FF; font-weight: bold;">To</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">255</span>
                                        <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountB</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">Mod</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountB</span> <span style="color: #FF0000; font-weight: bold;">+</span> <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">+</span> <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">256</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                                        <span style="font-weight: bold; color: #AA0000;">$v_EncryptSwap</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
                                        <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountB</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
                                        <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountB</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$v_EncryptSwap</span>
                                <span style="color: #0000FF; font-weight: bold;">Next</span>
                                <span style="color: #0000FF; font-weight: bold;">For</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span> <span style="color: #0000FF; font-weight: bold;">To</span> <span style="color: #000080; font-style: italic; font-weight: bold;">StringLen</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$s_EncryptText</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                                        <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountC</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">Mod</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountC</span> <span style="color: #FF0000; font-weight: bold;">+</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">256</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                                        <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountD</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">Mod</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountD</span> <span style="color: #FF0000; font-weight: bold;">+</span> <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountC</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">256</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                                        <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountE</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #000080; font-style: italic; font-weight: bold;">Mod</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountC</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">+</span> <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountD</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">256</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
                                        <span style="font-weight: bold; color: #AA0000;">$v_EncryptCipherBy</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">BitXOR</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #000080; font-style: italic; font-weight: bold;">AscW</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #000080; font-style: italic; font-weight: bold;">StringMid</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$s_EncryptText</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountE</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                                        <span style="font-weight: bold; color: #AA0000;">$v_EncryptCipher</span> <span style="color: #FF0000; font-weight: bold;">&amp;=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">Hex</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$v_EncryptCipherBy</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                                <span style="color: #0000FF; font-weight: bold;">Next</span>
                                <span style="font-weight: bold; color: #AA0000;">$s_EncryptText</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$v_EncryptCipher</span>
                        <span style="color: #0000FF; font-weight: bold;">Next</span>
                <span style="color: #0000FF; font-weight: bold;">Else</span>
                        <span style="color: #0000FF; font-weight: bold;">For</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountF</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span> <span style="color: #0000FF; font-weight: bold;">To</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptLevel</span> <span style="color: #0000FF; font-weight: bold;">Step</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span>
                                <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountB</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span>
                                <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountC</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">''</span>
                                <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountD</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">''</span>
                                <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountE</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">''</span>
                                <span style="font-weight: bold; color: #AA0000;">$v_EncryptCipherBy</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">''</span>
                                <span style="font-weight: bold; color: #AA0000;">$v_EncryptCipher</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">''</span>
                                <span style="font-weight: bold; color: #AA0000;">$v_EncryptSwap</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">''</span>
                                <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">''</span>
                                <span style="color: #0000FF; font-weight: bold;">Local</span> <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">256</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
                                <span style="color: #0000FF; font-weight: bold;">For</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span> <span style="color: #0000FF; font-weight: bold;">To</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">255</span>
                                        <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">AscW</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #000080; font-style: italic; font-weight: bold;">StringMid</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$s_EncryptPassword</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #000080; font-style: italic; font-weight: bold;">Mod</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #000080; font-style: italic; font-weight: bold;">StringLen</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$s_EncryptPassword</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">+</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                                        <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span>
                                <span style="color: #0000FF; font-weight: bold;">Next</span>
                                <span style="color: #0000FF; font-weight: bold;">For</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span> <span style="color: #0000FF; font-weight: bold;">To</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">255</span>
                                        <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountB</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">Mod</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountB</span> <span style="color: #FF0000; font-weight: bold;">+</span> <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">+</span> <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">256</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                                        <span style="font-weight: bold; color: #AA0000;">$v_EncryptSwap</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
                                        <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountB</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
                                        <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountB</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$v_EncryptSwap</span>
                                <span style="color: #0000FF; font-weight: bold;">Next</span>
                                <span style="color: #0000FF; font-weight: bold;">For</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span> <span style="color: #0000FF; font-weight: bold;">To</span> <span style="color: #000080; font-style: italic; font-weight: bold;">StringLen</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$s_EncryptText</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #0000FF; font-weight: bold;">Step</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span>
                                        <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountC</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">Mod</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountC</span> <span style="color: #FF0000; font-weight: bold;">+</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">256</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                                        <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountD</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">Mod</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountD</span> <span style="color: #FF0000; font-weight: bold;">+</span> <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountC</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">256</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                                        <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountE</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #000080; font-style: italic; font-weight: bold;">Mod</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountC</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">+</span> <span style="font-weight: bold; color: #AA0000;">$av_EncryptBox</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i_EncryptCountD</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">256</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
                                        <span style="font-weight: bold; color: #AA0000;">$v_EncryptCipherBy</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">BitXOR</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #000080; font-style: italic; font-weight: bold;">Dec</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #000080; font-style: italic; font-weight: bold;">StringMid</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$s_EncryptText</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountA</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountE</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                                        <span style="font-weight: bold; color: #AA0000;">$v_EncryptCipher</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$v_EncryptCipher</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #000080; font-style: italic; font-weight: bold;">ChrW</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$v_EncryptCipherBy</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                                <span style="color: #0000FF; font-weight: bold;">Next</span>
                                <span style="font-weight: bold; color: #AA0000;">$s_EncryptText</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$v_EncryptCipher</span>
                                <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountG</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">''</span>
                                <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountH</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">''</span>
                                <span style="font-weight: bold; color: #AA0000;">$v_EncryptModified</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">''</span>
                                <span style="color: #0000FF; font-weight: bold;">For</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountG</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span> <span style="color: #0000FF; font-weight: bold;">To</span> <span style="color: #000080; font-style: italic; font-weight: bold;">StringLen</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$s_EncryptText</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                                        <span style="color: #0000FF; font-weight: bold;">If</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountH</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">StringLen</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$s_EncryptPassword</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
                                                <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountH</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span>
                                        <span style="color: #0000FF; font-weight: bold;">Else</span>
                                                <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountH</span> <span style="color: #FF0000; font-weight: bold;">+=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span>
                                        <span style="color: #0000FF; font-weight: bold;">EndIf</span>
                                        <span style="font-weight: bold; color: #AA0000;">$v_EncryptModified</span> <span style="color: #FF0000; font-weight: bold;">&amp;=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">ChrW</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #000080; font-style: italic; font-weight: bold;">BitXOR</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #000080; font-style: italic; font-weight: bold;">AscW</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #000080; font-style: italic; font-weight: bold;">StringMid</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$s_EncryptText</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountG</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #000080; font-style: italic; font-weight: bold;">AscW</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #000080; font-style: italic; font-weight: bold;">StringMid</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$s_EncryptPassword</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$i_EncryptCountH</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">255</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                                <span style="color: #0000FF; font-weight: bold;">Next</span>
                                <span style="font-weight: bold; color: #AA0000;">$s_EncryptText</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$v_EncryptModified</span>
                        <span style="color: #0000FF; font-weight: bold;">Next</span>
                <span style="color: #0000FF; font-weight: bold;">EndIf</span>
                <span style="color: #0000FF; font-weight: bold;">Return</span> <span style="font-weight: bold; color: #AA0000;">$s_EncryptText</span>
        <span style="color: #0000FF; font-weight: bold;">EndIf</span>
<span style="color: #0000FF; font-weight: bold;">EndFunc</span>   <span style="font-style: italic; color: #009933;">;==&gt;_StringEncryptX</span>
&nbsp;
&nbsp;
<span style="color: #0000FF; font-weight: bold;">Func</span> _NetworkAdapterInfo<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-style: italic; color: #009933;">;======================================================</span>
<span style="font-style: italic; color: #009933;">;</span>
<span style="font-style: italic; color: #009933;">; 函数名称:        _NetworkAdapterInfo()</span>
<span style="font-style: italic; color: #009933;">; 详细信息:        获取系统所有网卡信息</span>
<span style="font-style: italic; color: #009933;">; 返回值说明:</span>
<span style="font-style: italic; color: #009933;">; 以二维数组方式返回.例如 $info=_NetworkAdapterInfo()</span>
<span style="font-style: italic; color: #009933;">; $info[0][0] 网卡数量</span>
<span style="font-style: italic; color: #009933;">; $info[1][0] 第一块网卡的标志1</span>
<span style="font-style: italic; color: #009933;">; $info[1][1] 第一块网卡的状态 </span>
<span style="font-style: italic; color: #009933;">; 状态说明：;Case 0 strConnStatus = &quot;Disconnected&quot;</span>
			<span style="font-style: italic; color: #009933;">;Case 1 strConnStatus = &quot;Connecting&quot;</span>
			<span style="font-style: italic; color: #009933;">;Case 1 strConnStatus = &quot;connected&quot;</span>
			<span style="font-style: italic; color: #009933;">;Case 3 strConnStatus = &quot;Disconnecting&quot;</span>
			<span style="font-style: italic; color: #009933;">;Case 4 strConnStatus = &quot;Hardware not present&quot;</span>
			<span style="font-style: italic; color: #009933;">;Case 5 strConnStatus = &quot;Hardware disabled&quot;</span>
			<span style="font-style: italic; color: #009933;">;Case 6 strConnStatus = &quot;Hardware malfunction&quot;</span>
			<span style="font-style: italic; color: #009933;">;Case 7 strConnStatus = &quot;Media disconnected&quot;</span>
			<span style="font-style: italic; color: #009933;">;Case 8 strConnStatus = &quot;Authenticating&quot;</span>
			<span style="font-style: italic; color: #009933;">;Case 9 strConnStatus = &quot;Authentication succeeded&quot;</span>
			<span style="font-style: italic; color: #009933;">;Case 10 strConnStatus = &quot;Authentication failed&quot;</span>
			<span style="font-style: italic; color: #009933;">;Case 11 strConnStatus = &quot;Invalid address&quot;</span>
			<span style="font-style: italic; color: #009933;">;Case 12 strConnStatus = &quot;Connecting&quot;</span>
			<span style="font-style: italic; color: #009933;">;Case Else strConnStatus = &quot;Credentials required&quot;</span>
<span style="font-style: italic; color: #009933;">; $info[1][2] 第一块网卡的网卡名称</span>
<span style="font-style: italic; color: #009933;">; $info[1][3] 第一块网卡的连接名称</span>
<span style="font-style: italic; color: #009933;">; $info[1][4] 第一块网卡的MAC地址</span>
<span style="font-style: italic; color: #009933;">; $info[1][5] 第一块网卡的IP地址</span>
<span style="font-style: italic; color: #009933;">; $info[1][6] 第一块网卡的默认网关</span>
<span style="font-style: italic; color: #009933;">; $info[1][7] 第一块网卡的子网掩码</span>
<span style="font-style: italic; color: #009933;">; $info[1][8] 第一块网卡的主DNS</span>
<span style="font-style: italic; color: #009933;">; $info[1][9] 第一块网卡的次DNS</span>
<span style="font-style: italic; color: #009933;">; 第二块网卡：</span>
<span style="font-style: italic; color: #009933;">; $info[2][0] 第二块网卡的标志1</span>
<span style="font-style: italic; color: #009933;">; $info[2][9] 第二块网卡的次DNS</span>
&nbsp;
<span style="font-style: italic; color: #009933;">; 其他网卡信息依次类推。。。</span>
<span style="font-style: italic; color: #009933;">; 注意，此UDF不会获取已经禁用的网卡。</span>
<span style="font-style: italic; color: #009933;">; 作者:      Sanhen ([email]gxbeiliu@163.com[/email])</span>
<span style="font-style: italic; color: #009933;">; 网站: [url]www.lunhui.net.cn[/url]  [url]www.autoit.net.cn[/url]</span>
<span style="font-style: italic; color: #009933;">;======================================================</span>
        <span style="color: #0000FF; font-weight: bold;">Local</span> <span style="font-weight: bold; color: #AA0000;">$colItem</span>
        <span style="color: #0000FF; font-weight: bold;">Local</span> <span style="font-weight: bold; color: #AA0000;">$objItem</span>
        <span style="color: #0000FF; font-weight: bold;">Local</span> <span style="font-weight: bold; color: #AA0000;">$colItems</span> 
        <span style="color: #0000FF; font-weight: bold;">Local</span> <span style="font-weight: bold; color: #AA0000;">$objItems</span>
        <span style="color: #0000FF; font-weight: bold;">Local</span> <span style="font-weight: bold; color: #AA0000;">$objWMIService</span> 
        <span style="color: #0000FF; font-weight: bold;">Local</span> <span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">10</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
        <span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span>
        <span style="font-weight: bold; color: #AA0000;">$objWMIService</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">ObjGet</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;winmgmts:\\localhost\root\CIMV2&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
        <span style="font-weight: bold; color: #AA0000;">$colItem</span>  <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$objWMIService</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">ExecQuery</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;SELECT * FROM Win32_NetworkAdapter WHERE NetConnectionStatus = 2&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;WQL&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> 0x30<span style="color: #FF0000; font-weight: bold;">&#41;</span>
        <span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #000080; font-style: italic; font-weight: bold;">IsObj</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$colItem</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
				<span style="color: #0000FF; font-weight: bold;">For</span> <span style="font-weight: bold; color: #AA0000;">$objItem</span> <span style="color: #0000FF; font-weight: bold;">In</span> <span style="font-weight: bold; color: #AA0000;">$colItem</span>
                        <span style="color: #0000FF; font-weight: bold;">If</span> <span style="font-weight: bold; color: #AA0000;">$objItem</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">MACAddress</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;00:00:00:00:00:00&quot;</span> <span style="color: #0000FF; font-weight: bold;">Then</span> <span style="color: #0000FF; font-weight: bold;">ContinueLoop</span>
                        <span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">+=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span>
                        <span style="color: #0000FF; font-weight: bold;">ReDim</span> <span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #000080; font-style: italic; font-weight: bold;">UBound</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">+</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">10</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
                        <span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">+=</span> <span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
                        <span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$objItem</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">NetConnectionStatus</span>
                        <span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$objItem</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Description</span>
                        <span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">3</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$objItem</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">NetConnectionID</span>
                        <span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">4</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$objItem</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">MACAddress</span>     
                        <span style="font-weight: bold; color: #AA0000;">$colItems</span>  <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$objWMIService</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">ExecQuery</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">'SELECT * FROM Win32_NetworkAdapterConfiguration WHERE MACAddress = &quot;'</span><span style="color: #FF0000; font-weight: bold;">&amp;</span><span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">4</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&amp;</span><span style="font-weight: bold; color: #008080;">'&quot; And IPEnabled != 0 '</span> <span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;WQL&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> 0x30<span style="color: #FF0000; font-weight: bold;">&#41;</span>                                             
                        <span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #000080; font-style: italic; font-weight: bold;">IsObj</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$colItems</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
                                <span style="color: #0000FF; font-weight: bold;">For</span> <span style="font-weight: bold; color: #AA0000;">$objItems</span> <span style="color: #0000FF; font-weight: bold;">In</span> <span style="font-weight: bold; color: #AA0000;">$colItems</span>
                                        <span style="font-style: italic; color: #009933;">;if $objItem1.IPAddress(0) = &quot;0.0.0.0&quot; Then ContinueLoop</span>
                                        <span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">5</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$objItems</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">IPAddress</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                                        <span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">6</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$objItems</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">DefaultIPGateway</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                                        <span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">7</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$objItems</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">IPSubnet</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                                        <span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">8</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$objItems</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">DNSServerSearchOrder</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
										<span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #000080; font-style: italic; font-weight: bold;">UBound</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$objItems</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">DNSServerSearchOrder</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
											<span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">9</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;0&quot;</span>
										<span style="color: #0000FF; font-weight: bold;">Else</span>
											<span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$Adapters</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">9</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$objItems</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">DNSServerSearchOrder</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
										<span style="color: #0000FF; font-weight: bold;">EndIf</span>
										<span style="font-style: italic; color: #009933;">;$Adapters[$Adapters[0][0]][9] = $objItems.DNSServerSearchOrder(1)</span>
										<span style="font-style: italic; color: #009933;">;$i=1</span>
										<span style="font-style: italic; color: #009933;">;$dnsnum = UBound($objItems.DNSServerSearchOrder)-1</span>
										<span style="font-style: italic; color: #009933;">;$dnss= &quot;&quot;</span>
										<span style="font-style: italic; color: #009933;">;MsgBox(0,&quot;&quot;,&quot;网卡型号=&quot; &amp;  $objItem.Description &amp; @crlf &amp; $dnsnum)</span>
										<span style="font-style: italic; color: #009933;">;For $i=0 To $dnsnum</span>
										<span style="font-style: italic; color: #009933;">;	$dns = $objItems.DNSServerSearchOrder($i)</span>
										<span style="font-style: italic; color: #009933;">;	$dnss = $dnss &amp; $dns &amp; &quot;/&quot;</span>
										<span style="font-style: italic; color: #009933;">;	$Adapters[$Adapters[0][0]][8] = StringTrimRight($dnss, 1)</span>
										<span style="font-style: italic; color: #009933;">;Next</span>
                                <span style="color: #0000FF; font-weight: bold;">Next</span>    
                        <span style="color: #0000FF; font-weight: bold;">EndIf</span>
                <span style="color: #0000FF; font-weight: bold;">Next</span>
        <span style="color: #0000FF; font-weight: bold;">EndIf</span>
&nbsp;
<span style="color: #0000FF; font-weight: bold;">Return</span> <span style="font-weight: bold; color: #AA0000;">$Adapters</span>
&nbsp;
<span style="color: #0000FF; font-weight: bold;">EndFunc</span>
&nbsp;
<span style="font-style: italic; color: #009933;">; ===============================================================================================================================</span>
<span style="font-style: italic; color: #009933;">; 函数名称: fn_GetWanIP</span>
<span style="font-style: italic; color: #009933;">; 函数环境: AutoIt3 v3.3.6.1</span>
<span style="font-style: italic; color: #009933;">; 函数版本: 1.1.0 Build 20110316</span>
<span style="font-style: italic; color: #009933;">; 函数说明: 跟据参数,选择从不同的信息渠道获取外网IP地址</span>
<span style="font-style: italic; color: #009933;">; 函数语法: fn_GetWanIP($sInfoSource, $sTempDir, $sTempFile)</span>
<span style="font-style: italic; color: #009933;">; 参数说明: $sInfoSource        ——        信息源标识/标号</span>
<span style="font-style: italic; color: #009933;">;                   |1                        ——        信息源标号,选择信息源：                        http://www.ip138.com/ip2city.asp</span>
<span style="font-style: italic; color: #009933;">;                   |2                        ——        信息源标号,选择信息源：                         http://www.whatismyip.com/automation/n09230945.asp</span>
<span style="font-style: italic; color: #009933;">;                   |3                        ——        信息源标号,选择信息源：                         http://www.aamailsoft.com/getip.php</span>
<span style="font-style: italic; color: #009933;">;                   |4                        ——        信息源标号,选择信息源：                         http://checkip.dyndns.org/</span>
<span style="font-style: italic; color: #009933;">;                   |5                        ——        信息源标号,选择信息源：                         http://www.geobytes.com/IpLocator.htm</span>
<span style="font-style: italic; color: #009933;">;                   |6                        ——        (默认)信息源标号,选择信息源：        http://ip.qq.com/cgi-bin/index</span>
<span style="font-style: italic; color: #009933;">;                   |7                        ——        信息源标号,选择信息源：                         http://www.123cha.com/ip/</span>
<span style="font-style: italic; color: #009933;">;                                |8                        ——        信息源标号,选择信息源：                         http://ip.91cool.net/ip.php</span>
<span style="font-style: italic; color: #009933;">;                   </span>
<span style="font-style: italic; color: #009933;">;                   |ip138                ——        信息源标识,选择信息源：                        http://www.ip138.com/ip2city.asp</span>
<span style="font-style: italic; color: #009933;">;                   |whatismyip        ——        信息源标识,选择信息源：                         http://www.whatismyip.com/automation/n09230945.asp</span>
<span style="font-style: italic; color: #009933;">;                   |aamailsoft        ——        信息源标识,选择信息源：                         http://www.aamailsoft.com/getip.php</span>
<span style="font-style: italic; color: #009933;">;                   |dyndns                ——        信息源标识,选择信息源：                         http://checkip.dyndns.org/</span>
<span style="font-style: italic; color: #009933;">;                   |geobytes        ——        信息源标识,选择信息源：                         http://www.geobytes.com/IpLocator.htm</span>
<span style="font-style: italic; color: #009933;">;                   |qq                        ——        信息源标识,选择信息源：                         http://ip.qq.com/cgi-bin/index</span>
<span style="font-style: italic; color: #009933;">;                   |123cha                ——        信息源标识,选择信息源：                         http://www.123cha.com/ip/</span>
<span style="font-style: italic; color: #009933;">;                   |91cool                ——        信息源标识,选择信息源：                         http://ip.91cool.net/ip.php</span>
<span style="font-style: italic; color: #009933;">;                   </span>
<span style="font-style: italic; color: #009933;">;           $iMode                        ——        是否只使用指定的信息源获取IP地址(1 = yes|0(默认) = no)</span>
<span style="font-style: italic; color: #009933;">;           $sTempDir                ——        参数已取消，保留此参数格式只为了兼容旧版本函数</span>
<span style="font-style: italic; color: #009933;">;           $sTempFile                ——        参数已取消，保留此参数格式只为了兼容旧版本函数</span>
<span style="font-style: italic; color: #009933;">; 返 回 值: 返回一个数组：</span>
<span style="font-style: italic; color: #009933;">;                                        第一个元素($array[0])保存外网IP地址，获取失败返回 &quot;0.0.0.0&quot;</span>
<span style="font-style: italic; color: #009933;">;                                        第二个元素($array[1])保存外网IP地址所在的物理地址，获取失败返回空字符</span>
<span style="font-style: italic; color: #009933;">;                                        第三个元素($array[2])保存信息来源地址，获取失败返回空字符</span>
<span style="font-style: italic; color: #009933;">; 函数作者: easefull</span>
<span style="font-style: italic; color: #009933;">; 创建日期: 2009-12-31</span>
<span style="font-style: italic; color: #009933;">; 更新日期: 2011-03-16</span>
<span style="font-style: italic; color: #009933;">; 函数改良: </span>
<span style="font-style: italic; color: #009933;">; 修改说明: </span>
<span style="font-style: italic; color: #009933;">; 相关函数: </span>
<span style="font-style: italic; color: #009933;">; 链接网页: </span>
<span style="font-style: italic; color: #009933;">; 函数示例: </span>
<span style="font-style: italic; color: #009933;">;           Example 1: </span>
<span style="font-style: italic; color: #009933;">;           #include &lt;Array.au3&gt;</span>
<span style="font-style: italic; color: #009933;">;           $Array = fn_GetWanIP()</span>
<span style="font-style: italic; color: #009933;">;           _ArrayDisplay($Array)</span>
<span style="font-style: italic; color: #009933;">;           </span>
<span style="font-style: italic; color: #009933;">;           Example 2: </span>
<span style="font-style: italic; color: #009933;">;           #include &lt;Array.au3&gt;</span>
<span style="font-style: italic; color: #009933;">;           $iInfoSource = 1</span>
<span style="font-style: italic; color: #009933;">;           $Array = fn_GetWanIP($iInfoSource)</span>
<span style="font-style: italic; color: #009933;">;           _ArrayDisplay($Array)</span>
<span style="font-style: italic; color: #009933;">;           </span>
<span style="font-style: italic; color: #009933;">;           Example 3: </span>
<span style="font-style: italic; color: #009933;">;           #include &lt;Array.au3&gt;</span>
<span style="font-style: italic; color: #009933;">;           $sInfoSource = &quot;ip138&quot;</span>
<span style="font-style: italic; color: #009933;">;           $Array = fn_GetWanIP($sInfoSource)</span>
<span style="font-style: italic; color: #009933;">;           _ArrayDisplay($Array)</span>
<span style="font-style: italic; color: #009933;">;           </span>
<span style="font-style: italic; color: #009933;">;           Example 4: </span>
<span style="font-style: italic; color: #009933;">;           #include &lt;Array.au3&gt;</span>
<span style="font-style: italic; color: #009933;">;           $iInfoSource = &quot;ip138&quot;</span>
<span style="font-style: italic; color: #009933;">;           $iMode = 1</span>
<span style="font-style: italic; color: #009933;">;           $Array = fn_GetWanIP($iInfoSource, $iMode)</span>
<span style="font-style: italic; color: #009933;">;           _ArrayDisplay($Array)</span>
<span style="font-style: italic; color: #009933;">; ===============================================================================================================================</span>
<span style="color: #0000FF; font-weight: bold;">Func</span> fn_GetWanIP<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$sInfoSource</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">6</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$iMode</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$sTempDir</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$sTempFile</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
        <span style="font-style: italic; color: #009933;">;=================================================</span>
        <span style="font-style: italic; color: #009933;">; 定义局部变量</span>
        <span style="font-style: italic; color: #009933;">; $sURL                                ——        储存 IP获取页面URL(Key)</span>
        <span style="font-style: italic; color: #009933;">; $asURL                        ——        储存 IP获取页面URL(数组)</span>
        <span style="font-style: italic; color: #009933;">; $asResult                        ——        储存 外网IP地址和物理地址</span>
        <span style="font-style: italic; color: #009933;">; $nIndex                        ——        储存 可获取的信息源数量</span>
        <span style="font-style: italic; color: #009933;">; $iStep                        ——        储存 信息标识累加器</span>
        <span style="font-style: italic; color: #009933;">; $sHTML                        ——        储存 下载页面内容</span>
        <span style="font-style: italic; color: #009933;">; $asIP[0]                        ——        中转变量 匹配的正则返回值</span>
        <span style="font-style: italic; color: #009933;">;=================================================</span>
        <span style="color: #0000FF; font-weight: bold;">Local</span> <span style="font-weight: bold; color: #AA0000;">$sURL</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CR</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> _
        <span style="font-weight: bold; color: #008080;">&quot;http://www.ip138.com/ip2city.asp&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CR</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> _
        <span style="font-weight: bold; color: #008080;">&quot;http://www.whatismyip.com/automation/n09230945.asp&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CR</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> _
        <span style="font-weight: bold; color: #008080;">&quot;http://www.aamailsoft.com/getip.php&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CR</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> _
        <span style="font-weight: bold; color: #008080;">&quot;http://checkip.dyndns.org/&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CR</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> _
        <span style="font-weight: bold; color: #008080;">&quot;http://www.geobytes.com/IpLocator.htm&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CR</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> _
        <span style="font-weight: bold; color: #008080;">&quot;http://ip.QQ.com/cgi-bin/index&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CR</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> _
        <span style="font-weight: bold; color: #008080;">&quot;http://www.123cha.com/ip/&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CR</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> _
        <span style="font-weight: bold; color: #008080;">&quot;http://ip.91cool.net/ip.php&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CR</span></span>
        <span style="color: #0000FF; font-weight: bold;">Local</span> <span style="font-weight: bold; color: #AA0000;">$asURL</span>  <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">StringRegExp</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$sURL</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">'(?&lt;=\r)[\S]+(?=\r)'</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">3</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
        <span style="color: #0000FF; font-weight: bold;">Local</span> <span style="font-weight: bold; color: #AA0000;">$nIndex</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">UBound</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$asURL</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$iStep</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$iMark</span>
        <span style="color: #0000FF; font-weight: bold;">Local</span> <span style="font-weight: bold; color: #AA0000;">$asResult</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">3</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$sHTML</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$asIP</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
        <span style="font-style: italic; color: #009933;">;=================================================</span>
        <span style="font-style: italic; color: #009933;">; 检查参数，防止意外错误</span>
        <span style="font-style: italic; color: #009933;">;=================================================</span>
        <span style="font-style: italic; color: #009933;">; 格式化参数 信息源标识</span>
        <span style="font-style: italic; color: #009933;">;=================================================</span>
        <span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #000080; font-style: italic; font-weight: bold;">StringIsDigit</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$sInfoSource</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span> <span style="color: #0000FF; font-weight: bold;">Or</span> <span style="font-weight: bold; color: #AA0000;">$sInfoSource</span> <span style="color: #FF0000; font-weight: bold;">&gt;</span> <span style="font-weight: bold; color: #AA0000;">$nIndex</span> <span style="color: #0000FF; font-weight: bold;">Or</span> <span style="font-weight: bold; color: #AA0000;">$sInfoSource</span> <span style="color: #FF0000; font-weight: bold;">&lt;</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
                <span style="color: #0000FF; font-weight: bold;">For</span> <span style="font-weight: bold; color: #AA0000;">$i</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span> <span style="color: #0000FF; font-weight: bold;">To</span> <span style="font-weight: bold; color: #AA0000;">$nIndex</span> <span style="color: #FF0000; font-weight: bold;">-</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span> <span style="color: #0000FF; font-weight: bold;">Step</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span>
                        <span style="font-weight: bold; color: #AA0000;">$asIP</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">StringRegExp</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$asURL</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$i</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">'(?&lt;=\.)\w+(?=\.)'</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                        <span style="color: #0000FF; font-weight: bold;">If</span> <span style="font-weight: bold; color: #AA0000;">$sInfoSource</span> <span style="color: #FF0000; font-weight: bold;">==</span> <span style="font-weight: bold; color: #AA0000;">$asIP</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
                                <span style="font-weight: bold; color: #AA0000;">$sInfoSource</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$i</span> <span style="color: #FF0000; font-weight: bold;">+</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span>
                                <span style="color: #0000FF; font-weight: bold;">ExitLoop</span>
                        <span style="color: #0000FF; font-weight: bold;">EndIf</span>
                <span style="color: #0000FF; font-weight: bold;">Next</span>
                <span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #000080; font-style: italic; font-weight: bold;">StringIsDigit</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$sInfoSource</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span> <span style="color: #0000FF; font-weight: bold;">Or</span> <span style="font-weight: bold; color: #AA0000;">$sInfoSource</span> <span style="color: #FF0000; font-weight: bold;">&gt;</span> <span style="font-weight: bold; color: #AA0000;">$nIndex</span> <span style="color: #0000FF; font-weight: bold;">Or</span> <span style="font-weight: bold; color: #AA0000;">$sInfoSource</span> <span style="color: #FF0000; font-weight: bold;">&lt;</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span> <span style="color: #0000FF; font-weight: bold;">Then</span> <span style="font-weight: bold; color: #AA0000;">$sInfoSource</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">6</span>
        <span style="color: #0000FF; font-weight: bold;">EndIf</span>
        <span style="font-style: italic; color: #009933;">;=================================================</span>
        <span style="font-style: italic; color: #009933;">; 使用机械指针结构,从不同信息点循环获取IP信息</span>
        <span style="font-style: italic; color: #009933;">;=================================================</span>
        <span style="color: #0000FF; font-weight: bold;">Do</span>
                <span style="font-style: italic; color: #009933;">;=================================================</span>
                <span style="font-style: italic; color: #009933;">; 从指定的信息源获取信息</span>
                <span style="font-style: italic; color: #009933;">;=================================================</span>
                <span style="font-weight: bold; color: #AA0000;">$sHTML</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">BinaryToString</span><span style="color: #FF0000; font-weight: bold;">&#40;</span>InetRead<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$asURL</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$sInfoSource</span> <span style="color: #FF0000; font-weight: bold;">-</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                <span style="font-weight: bold; color: #AA0000;">$asIP</span>  <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">StringRegExp</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$sHTML</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">'(((25[0-5]|2[0-4]\d|[01]?\d?\d)\.){3}(25[0-5]|2[0-4]\d|[01]?\d?\d))'</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                <span style="font-style: italic; color: #009933;">;=================================================</span>
                <span style="font-style: italic; color: #009933;">; 如果成功获取信息</span>
                <span style="font-style: italic; color: #009933;">;=================================================</span>
                <span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #0000FF; font-weight: bold;">Not</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@error</span></span> <span style="color: #0000FF; font-weight: bold;">Then</span>
                        <span style="font-style: italic; color: #009933;">;=================================================</span>
                        <span style="font-style: italic; color: #009933;">; 保存 IP地址</span>
                        <span style="font-style: italic; color: #009933;">;=================================================</span>
                        <span style="font-weight: bold; color: #AA0000;">$asResult</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$asIP</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
                        <span style="font-style: italic; color: #009933;">;=================================================</span>
                        <span style="font-style: italic; color: #009933;">; 获取 信息来源地址</span>
                        <span style="font-style: italic; color: #009933;">;=================================================</span>
                        <span style="font-weight: bold; color: #AA0000;">$asIP</span>        <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">StringRegExp</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$asURL</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$sInfoSource</span> <span style="color: #FF0000; font-weight: bold;">-</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">'(?&lt;=\.)\w+\.\w+(?=\/)'</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                        <span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #0000FF; font-weight: bold;">Not</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@error</span></span> <span style="color: #0000FF; font-weight: bold;">Then</span> <span style="font-weight: bold; color: #AA0000;">$asResult</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$asIP</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
                        <span style="font-style: italic; color: #009933;">;=================================================</span>
                        <span style="font-style: italic; color: #009933;">; 获取 IP所在的物理地址</span>
                        <span style="font-style: italic; color: #009933;">;=================================================</span>
                        <span style="color: #0000FF; font-weight: bold;">If</span> <span style="font-weight: bold; color: #AA0000;">$sInfoSource</span> <span style="color: #FF0000; font-weight: bold;">&lt;&gt;</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">6</span> <span style="color: #0000FF; font-weight: bold;">And</span> <span style="font-weight: bold; color: #AA0000;">$sInfoSource</span> <span style="color: #FF0000; font-weight: bold;">&lt;&gt;</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">8</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
                                <span style="font-style: italic; color: #009933;">;=================================================</span>
                                <span style="font-style: italic; color: #009933;">; 信息源不提供物理地址的将从第6信息源获取物理地址</span>
                                <span style="font-style: italic; color: #009933;">;=================================================</span>
                                <span style="font-weight: bold; color: #AA0000;">$sInfoSource</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">6</span>
                                <span style="font-weight: bold; color: #AA0000;">$sHTML</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">BinaryToString</span><span style="color: #FF0000; font-weight: bold;">&#40;</span>InetRead<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$asURL</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$sInfoSource</span> <span style="color: #FF0000; font-weight: bold;">-</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                        <span style="color: #0000FF; font-weight: bold;">EndIf</span>
                        <span style="color: #0000FF; font-weight: bold;">Select</span>
                                <span style="color: #0000FF; font-weight: bold;">Case</span> <span style="font-weight: bold; color: #AA0000;">$sInfoSource</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">6</span>
                                        <span style="font-weight: bold; color: #AA0000;">$asIP</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">StringRegExp</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$sHTML</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">'(?&lt;=&lt;span&gt;)[^&lt;]+(?=&lt;/span&gt;&lt;/p&gt;)'</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                                        <span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #0000FF; font-weight: bold;">Not</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@error</span></span> <span style="color: #0000FF; font-weight: bold;">Then</span> <span style="font-weight: bold; color: #AA0000;">$asResult</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">StringRegExpReplace</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$asIP</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">'&amp;nbsp;'</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">''</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                                <span style="color: #0000FF; font-weight: bold;">Case</span> <span style="font-weight: bold; color: #AA0000;">$sInfoSource</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">8</span>
                                        <span style="font-weight: bold; color: #AA0000;">$asIP</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">StringRegExp</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$sHTML</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">'(?&lt;=来自)[^&quot;]+(?=&quot;)'</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                                        <span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #0000FF; font-weight: bold;">Not</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@error</span></span> <span style="color: #0000FF; font-weight: bold;">Then</span> <span style="font-weight: bold; color: #AA0000;">$asResult</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$asIP</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
                        <span style="color: #0000FF; font-weight: bold;">EndSelect</span>
                <span style="color: #0000FF; font-weight: bold;">EndIf</span>
                <span style="font-style: italic; color: #009933;">;=================================================</span>
                <span style="font-style: italic; color: #009933;">; 机械指针计算</span>
                <span style="font-style: italic; color: #009933;">; 继续循环查找IP</span>
                <span style="font-style: italic; color: #009933;">;=================================================</span>
                <span style="font-weight: bold; color: #AA0000;">$iStep</span> <span style="color: #FF0000; font-weight: bold;">+=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span>
                <span style="font-weight: bold; color: #AA0000;">$sInfoSource</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$sInfoSource</span> <span style="color: #FF0000; font-weight: bold;">+</span> <span style="font-weight: bold; color: #AA0000;">$iStep</span>
                <span style="color: #0000FF; font-weight: bold;">If</span> <span style="font-weight: bold; color: #AA0000;">$sInfoSource</span> <span style="color: #FF0000; font-weight: bold;">&gt;</span> <span style="font-weight: bold; color: #AA0000;">$nIndex</span> <span style="color: #0000FF; font-weight: bold;">Then</span> <span style="font-weight: bold; color: #AA0000;">$sInfoSource</span> <span style="color: #FF0000; font-weight: bold;">-=</span> <span style="font-weight: bold; color: #AA0000;">$nIndex</span>
        <span style="color: #0000FF; font-weight: bold;">Until</span> <span style="font-weight: bold; color: #AA0000;">$asResult</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #0000FF; font-weight: bold;">Or</span> <span style="font-weight: bold; color: #AA0000;">$iMode</span> <span style="color: #0000FF; font-weight: bold;">Or</span> <span style="font-weight: bold; color: #AA0000;">$iStep</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$nIndex</span>
        <span style="font-style: italic; color: #009933;">;=================================================</span>
        <span style="font-style: italic; color: #009933;">; 返回执行结果</span>
        <span style="font-style: italic; color: #009933;">;=================================================</span>
        <span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #0000FF; font-weight: bold;">Not</span> <span style="font-weight: bold; color: #AA0000;">$asResult</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #0000FF; font-weight: bold;">Then</span> <span style="font-weight: bold; color: #AA0000;">$asResult</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;0.0.0.0&quot;</span>
        <span style="color: #0000FF; font-weight: bold;">Return</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$asResult</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">EndFunc</span>   <span style="font-style: italic; color: #009933;">;==&gt;fn_GetWanIP</span></pre> <br/></td></tr></table></div>

<p><strong>SmtpMailer.au3</strong></p>

<div class="wp_codebox_msgheader"><span class="right"></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p695code6'); return false;">查看代码</a> AUTOIT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p6956"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
</pre></td><td class="code" id="p695code6"><pre class="autoit" style="font-family:monospace;"><span style="color: #F000FF; font-style: italic;">#Include</span> <span style="color: #FF0000; font-weight: bold;">&lt;</span>file<span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">au3</span><span style="color: #FF0000; font-weight: bold;">&gt;</span>
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$oMyError</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">ObjEvent</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;AutoIt.Error&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MyErrFunc&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$oMyRet</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
<span style="color: #0000FF; font-weight: bold;">Global</span> <span style="font-weight: bold; color: #AA0000;">$oMyError</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">ObjEvent</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;AutoIt.Error&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;MyErrFunc&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
<span style="font-style: italic; color: #009933;">;~ $rc = _INetSmtpMailCom($s_SmtpServer, $s_FromName, $s_FromAddress, $s_ToAddress, $s_Subject, $as_Body, $s_AttachFiles, $s_CcAddress, $s_BccAddress, $s_Username, $s_Password, $IPPort, $ssl)</span>
<span style="font-style: italic; color: #009933;">;~ If @error Then</span>
<span style="font-style: italic; color: #009933;">;~    MsgBox(0, &quot;Error sending message&quot;, &quot;Error code:&quot; &amp; @error &amp; &quot;    Description:&quot; &amp; $rc)</span>
<span style="font-style: italic; color: #009933;">;~ EndIf</span>
<span style="font-style: italic; color: #009933;">;</span>
&nbsp;
<span style="color: #0000FF; font-weight: bold;">Func</span> _INetSmtpMailCom<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$s_SmtpServer</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$s_FromName</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$s_FromAddress</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$s_ToAddress</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$s_Subject</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$as_Body</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$s_AttachFiles</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$s_CcAddress</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$s_BccAddress</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$s_Username</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$s_Password</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #AA0000;">$IPPort</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">25</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #AA0000;">$ssl</span><span style="color: #FF0000; font-weight: bold;">=</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
    <span style="font-weight: bold; color: #AA0000;">$objEmail</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">ObjCreate</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;CDO.Message&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
    <span style="font-weight: bold; color: #AA0000;">$objEmail</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">From</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">'&quot;'</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$s_FromName</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">'&quot; &lt;'</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$s_FromAddress</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">'&gt;'</span>
    <span style="font-weight: bold; color: #AA0000;">$objEmail</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-weight: bold;">To</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$s_ToAddress</span>
    <span style="color: #0000FF; font-weight: bold;">Local</span> <span style="font-weight: bold; color: #AA0000;">$i_Error</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span>
    <span style="color: #0000FF; font-weight: bold;">Local</span> <span style="font-weight: bold; color: #AA0000;">$i_Error_desciption</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span>
    <span style="color: #0000FF; font-weight: bold;">If</span> <span style="font-weight: bold; color: #AA0000;">$s_CcAddress</span> <span style="color: #FF0000; font-weight: bold;">&lt;&gt;</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span> <span style="color: #0000FF; font-weight: bold;">Then</span> <span style="font-weight: bold; color: #AA0000;">$objEmail</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Cc</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$s_CcAddress</span>
    <span style="color: #0000FF; font-weight: bold;">If</span> <span style="font-weight: bold; color: #AA0000;">$s_BccAddress</span> <span style="color: #FF0000; font-weight: bold;">&lt;&gt;</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span> <span style="color: #0000FF; font-weight: bold;">Then</span> <span style="font-weight: bold; color: #AA0000;">$objEmail</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Bcc</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$s_BccAddress</span>
    <span style="font-weight: bold; color: #AA0000;">$objEmail</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Subject</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$s_Subject</span>
    <span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #000080; font-style: italic; font-weight: bold;">StringInStr</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$as_Body</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;&lt;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #0000FF; font-weight: bold;">and</span> <span style="color: #000080; font-style: italic; font-weight: bold;">StringInStr</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$as_Body</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="font-weight: bold; color: #008080;">&quot;&gt;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
        <span style="font-weight: bold; color: #AA0000;">$objEmail</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">HTMLBody</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$as_Body</span>
    <span style="color: #0000FF; font-weight: bold;">Else</span>
        <span style="font-weight: bold; color: #AA0000;">$objEmail</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Textbody</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$as_Body</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@CRLF</span></span>
    <span style="color: #0000FF; font-weight: bold;">EndIf</span>
    <span style="color: #0000FF; font-weight: bold;">If</span> <span style="font-weight: bold; color: #AA0000;">$s_AttachFiles</span> <span style="color: #FF0000; font-weight: bold;">&lt;&gt;</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
        <span style="color: #0000FF; font-weight: bold;">Local</span> <span style="font-weight: bold; color: #AA0000;">$S_Files2Attach</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">StringSplit</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$s_AttachFiles</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="font-weight: bold; color: #008080;">&quot;;&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
        <span style="color: #0000FF; font-weight: bold;">For</span> <span style="font-weight: bold; color: #AA0000;">$x</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span> <span style="color: #0000FF; font-weight: bold;">To</span> <span style="font-weight: bold; color: #AA0000;">$S_Files2Attach</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
            <span style="font-weight: bold; color: #AA0000;">$S_Files2Attach</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$x</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #0080FF; font-style: italic; font-weight: bold;">_PathFull</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$S_Files2Attach</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$x</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
            <span style="color: #0000FF; font-weight: bold;">If</span> <span style="color: #000080; font-style: italic; font-weight: bold;">FileExists</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$S_Files2Attach</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$x</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
                <span style="font-weight: bold; color: #AA0000;">$objEmail</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">AddAttachment</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$S_Files2Attach</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$x</span><span style="color: #FF0000; font-weight: bold;">&#93;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
            <span style="color: #0000FF; font-weight: bold;">Else</span>
                <span style="font-weight: bold; color: #AA0000;">$i_Error_desciption</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$i_Error_desciption</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@lf</span></span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">'File not found to attach: '</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$S_Files2Attach</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="font-weight: bold; color: #AA0000;">$x</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
                <span style="color: #000080; font-style: italic; font-weight: bold;">SetError</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
                <span style="color: #0000FF; font-weight: bold;">return</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span>
            <span style="color: #0000FF; font-weight: bold;">EndIf</span>
        <span style="color: #0000FF; font-weight: bold;">Next</span>
    <span style="color: #0000FF; font-weight: bold;">EndIf</span>
    <span style="font-weight: bold; color: #AA0000;">$objEmail</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Configuration</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Fields</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Item</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;http://schemas.microsoft.com/cdo/configuration/sendusing&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span>
    <span style="font-weight: bold; color: #AA0000;">$objEmail</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Configuration</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Fields</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Item</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;http://schemas.microsoft.com/cdo/configuration/smtpserver&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$s_SmtpServer</span>
    <span style="font-weight: bold; color: #AA0000;">$objEmail</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Configuration</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Fields</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Item</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;http://schemas.microsoft.com/cdo/configuration/smtpserverport&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$IPPort</span>
<span style="font-style: italic; color: #009933;">;Authenticated SMTP</span>
    <span style="color: #0000FF; font-weight: bold;">If</span> <span style="font-weight: bold; color: #AA0000;">$s_Username</span> <span style="color: #FF0000; font-weight: bold;">&lt;&gt;</span> <span style="font-weight: bold; color: #008080;">&quot;&quot;</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
        <span style="font-weight: bold; color: #AA0000;">$objEmail</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Configuration</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Fields</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Item</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;http://schemas.microsoft.com/cdo/configuration/smtpauthenticate&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span>
        <span style="font-weight: bold; color: #AA0000;">$objEmail</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Configuration</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Fields</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Item</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;http://schemas.microsoft.com/cdo/configuration/sendusername&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$s_Username</span>
        <span style="font-weight: bold; color: #AA0000;">$objEmail</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Configuration</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Fields</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Item</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;http://schemas.microsoft.com/cdo/configuration/sendpassword&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$s_Password</span>
    <span style="color: #0000FF; font-weight: bold;">EndIf</span>
    <span style="color: #0000FF; font-weight: bold;">If</span> <span style="font-weight: bold; color: #AA0000;">$Ssl</span> <span style="color: #0000FF; font-weight: bold;">Then</span>
        <span style="font-weight: bold; color: #AA0000;">$objEmail</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Configuration</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Fields</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Item</span> <span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;http://schemas.microsoft.com/cdo/configuration/smtpusessl&quot;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #0000FF; font-weight: bold;">True</span>
    <span style="color: #0000FF; font-weight: bold;">EndIf</span>
<span style="font-style: italic; color: #009933;">;Update settings</span>
    <span style="font-weight: bold; color: #AA0000;">$objEmail</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Configuration</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Fields</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">Update</span>
<span style="font-style: italic; color: #009933;">; Sent the Message</span>
    <span style="font-weight: bold; color: #AA0000;">$objEmail</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #000080; font-style: italic; font-weight: bold;">Send</span>
    <span style="color: #0000FF; font-weight: bold;">if</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@error</span></span> <span style="color: #0000FF; font-weight: bold;">then</span>
        <span style="color: #000080; font-style: italic; font-weight: bold;">SetError</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">2</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
        <span style="color: #0000FF; font-weight: bold;">return</span> <span style="font-weight: bold; color: #AA0000;">$oMyRet</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span>
    <span style="color: #0000FF; font-weight: bold;">EndIf</span>
<span style="color: #0000FF; font-weight: bold;">EndFunc</span> <span style="font-style: italic; color: #009933;">;==&gt;_INetSmtpMailCom</span>
<span style="font-style: italic; color: #009933;">;</span>
<span style="font-style: italic; color: #009933;">;</span>
<span style="font-style: italic; color: #009933;">; Com Error Handler</span>
<span style="color: #0000FF; font-weight: bold;">Func</span> MyErrFunc<span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
    <span style="font-weight: bold; color: #AA0000;">$HexNumber</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">Hex</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$oMyError</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #000080; font-style: italic; font-weight: bold;">number</span><span style="color: #FF0000; font-weight: bold;">,</span> <span style="color: #AC00A9; font-style: italic; font-weight: bold;">8</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
    <span style="font-weight: bold; color: #AA0000;">$oMyRet</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">0</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="font-weight: bold; color: #AA0000;">$HexNumber</span>
    <span style="font-weight: bold; color: #AA0000;">$oMyRet</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">=</span> <span style="color: #000080; font-style: italic; font-weight: bold;">StringStripWS</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #AA0000;">$oMyError</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">description</span><span style="color: #FF0000; font-weight: bold;">,</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">3</span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
    <span style="color: #000080; font-style: italic; font-weight: bold;">ConsoleWrite</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="font-weight: bold; color: #008080;">&quot;### COM Error !    Number: &quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$HexNumber</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;    ScriptLine: &quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$oMyError</span><span style="color: #FF0000; font-weight: bold;">.</span><span style="color: #0000FF; font-style: italic; font-weight: bold;">scriptline</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #008080;">&quot;    Description:&quot;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="font-weight: bold; color: #AA0000;">$oMyRet</span><span style="color: #FF0000; font-weight: bold;">&#91;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#93;</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000; font-weight: bold;"><span style="font-weight: bold; color: #AA0000;">@LF</span></span><span style="color: #FF0000; font-weight: bold;">&#41;</span>
    <span style="color: #000080; font-style: italic; font-weight: bold;">SetError</span><span style="color: #FF0000; font-weight: bold;">&#40;</span><span style="color: #AC00A9; font-style: italic; font-weight: bold;">1</span><span style="color: #FF0000; font-weight: bold;">&#41;</span><span style="font-style: italic; color: #009933;">; something to check for when this function returns</span>
    <span style="color: #0000FF; font-weight: bold;">Return</span>
<span style="color: #0000FF; font-weight: bold;">EndFunc</span> <span style="font-style: italic; color: #009933;">;==&gt;MyErrFunc</span></pre> <br/></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://clangcn.com/blog/archives/695.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>掌握win7的快捷键，没有鼠标您也从容使用系统。</title>
		<link>http://clangcn.com/blog/archives/694.html</link>
		<comments>http://clangcn.com/blog/archives/694.html#comments</comments>
		<pubDate>Sun, 10 Jul 2011 14:32:25 +0000</pubDate>
		<dc:creator>Clang</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[Win7]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://clangcn.com/blog/?p=694</guid>
		<description><![CDATA[一、Win键相关的快捷键 Win + Home 将所有使用中窗口以外的窗口最小化（和摇动使用中窗口一样意思） Win + Space空格键 将所有桌面上的窗口透明化（和鼠标移到工作列的最右下角一样意思） Win + ↑上方向键 最大化使用中窗口（和将窗口用鼠标拖到屏幕上缘一样意思） Shift + Win + ↑上方向键 垂直最大化使用中窗口（但水平宽度不变） Win +↓下方向键 最小化窗口／还原先前最大化的使用中窗口 Win +左／右方向键 窗口靠到屏幕的左右两侧（和将窗口用鼠标拖到左右边缘一样意思） Shift + Win +左/右方向键 将窗口移到左、右屏幕（如果你有接双屏幕的话）工作列快速列 Win + 1~9 开启工作列上相对应的软件，从左到右依顺序为Win+1到Win+9 Shift + Win + 1~9 开启对应位置软件的一个新「分身」，例如firefox的话会是开新窗口（鼠标是Shift+点软件） Ctrl + Win + 1~9 在对应位置软件已开的分身中切换 Alt + Win + 1~9 开启对应位置软件的右键选单 Ctrl + Shift [...]]]></description>
			<content:encoded><![CDATA[<p><strong>一、Win键相关的快捷键</strong><br />
Win + Home                              将所有使用中窗口以外的窗口最小化（和摇动使用中窗口一样意思）<br />
Win + Space空格键                将所有桌面上的窗口透明化（和鼠标移到工作列的最右下角一样意思）<br />
Win + ↑上方向键                    最大化使用中窗口（和将窗口用鼠标拖到屏幕上缘一样意思）<br />
Shift + Win + ↑上方向键       垂直最大化使用中窗口（但水平宽度不变）<br />
Win +↓下方向键               最小化窗口／还原先前最大化的使用中窗口<br />
Win +左／右方向键                窗口靠到屏幕的左右两侧（和将窗口用鼠标拖到左右边缘一样意思）<br />
Shift + Win +左/右方向键    将窗口移到左、右屏幕（如果你有接双屏幕的话）工作列快速列<br />
Win + 1~9                      开启工作列上相对应的软件，从左到右依顺序为Win+1到Win+9<br />
Shift + Win + 1~9                        开启对应位置软件的一个新「分身」，例如firefox的话会是开新窗口（鼠标是Shift+点软件）<br />
Ctrl + Win + 1~9                         在对应位置软件已开的分身中切换<br />
Alt + Win + 1~9                          开启对应位置软件的右键选单<br />
Ctrl + Shift +                     鼠标点软件以管理员权限开启该软件<br />
WIN +点击任务栏快捷方式      在此程序中新建一个实例<br />
<span id="more-694"></span>Win + (+/-)：　　　　　　           打开<span class='wp_keywordlink_affiliate'><a href="http://clangcn.com/blog/archives/tag/windows" title="查看 Windows 中的全部文章" target="_blank">Windows</a></span>放大、缩小功能<br />
Win + G                      在屏幕上的Gadget间切换<br />
Win + X         打开移动中心<br />
Win + D        显示桌面，最小化所有窗口<br />
Win + E                  打开资源管理器<br />
Win + F        打开资源管理器搜索结果<br />
Win + L        锁定计算机，回到登陆窗口<br />
Win + M                最小化当前窗口<br />
Win + P        投影机输出设定（仅屏幕、同步显示、延伸、仅投影机）<br />
Win + R        打开运行窗口<br />
Win + T        工作列的Alt+Tab<br />
Win + U        打开控制面板轻松访问中心<br />
Win + Break     打开控制面板系统属性<br />
Win + Tab              打开Flip3D任务切换功能</p>
<p><strong>二、<span class='wp_keywordlink_affiliate'><a href="http://clangcn.com/blog/archives/tag/windows" title="查看 Windows 中的全部文章" target="_blank">Windows</a></span>基础快捷键</strong><br />
F1     帮助<br />
Ctrl+C ( Ctrl+Insert)     复制选中项目<br />
Ctrl+X     剪切选中项目<br />
Ctrl+V ( Shift+Insert)     粘贴选中项目<br />
Ctrl+Z     撤销<br />
Ctrl+Y     重做<br />
Delete ( Ctrl+D)     删除选中项目至回收站<br />
Shift+Delete     直接删除选中项目<br />
F2     重命名选中项目<br />
Ctrl+A     全选<br />
F3     搜索<br />
Alt+Enter     显示选中项目属性<br />
Alt+F4     关闭当前项目或退出当前程序<br />
Alt+空格     打开当前窗口的快捷方式菜单<br />
Alt+Tab     在当前运行的窗口中切换<br />
Ctrl+Alt+Tab     使用方向键在当前运行的窗口中切换<br />
Ctrl+滚轮     改变桌面图标大小<br />
 win+Tab     开启Aero Flip 3-D<br />
Ctrl+win +Tab     使用方向键在Aero Flip 3D程序中切换<br />
Alt+Esc     在当前打开的程序间切换<br />
F4     显示资源管理器的地址栏列表<br />
Shift+F10     显示选中项目的快捷方式菜单<br />
Ctrl+Esc     打开开始菜单<br />
F10     激活当前窗口的菜单栏<br />
F5 ( Ctrl+R)     刷新<br />
Alt+↑     资源管理区中返回文件夹的上一级菜单<br />
Esc     取消当前操作<br />
Ctrl+Shift+Esc     打开任务栏管理器<br />
插入光盘时按住Shift     禁止CD/DVD的自动运行<br />
右边或左边的Ctrl+Shift     改变阅读顺序</p>
]]></content:encoded>
			<wfw:commentRss>http://clangcn.com/blog/archives/694.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>让wordpress在HTML编辑器下添加链接在新窗口中打开</title>
		<link>http://clangcn.com/blog/archives/693.html</link>
		<comments>http://clangcn.com/blog/archives/693.html#comments</comments>
		<pubDate>Sun, 03 Jul 2011 13:36:01 +0000</pubDate>
		<dc:creator>Clang</dc:creator>
				<category><![CDATA[程序代码]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://clangcn.com/blog/?p=693</guid>
		<description><![CDATA[一直都在用wordpress的HTML编辑器，经常要添加链接，可是HTML编辑器里的添加链接按钮并没有“在另一窗口打开”这一选项。于是修改其js源码解决之。 方法如下： 打开wp-includes/js/quicktags.js，查找 查看代码 JAVASCRIPT1 if&#40;a&#41;&#123;edButtons&#91;c&#93;.tagStart='&#60;a href=&#34;'+a+'&#34;&#62;'; 修改为： 查看代码 JAVASCRIPT1 if&#40;a&#41;&#123;edButtons&#91;c&#93;.tagStart='&#60;a href=&#34;'+a+'&#34; target=&#34;_blank&#34;&#62;';]]></description>
			<content:encoded><![CDATA[<p>一直都在用wordpress的<span class='wp_keywordlink_affiliate'><a href="http://clangcn.com/blog/archives/tag/html" title="查看 HTML 中的全部文章" target="_blank">HTML</a></span>编辑器，经常要添加链接，可是<span class='wp_keywordlink_affiliate'><a href="http://clangcn.com/blog/archives/tag/html" title="查看 HTML 中的全部文章" target="_blank">HTML</a></span>编辑器里的添加链接按钮并没有“在另一窗口打开”这一选项。于是修改其js源码解决之。<br />
方法如下：<br />
打开wp-includes/js/quicktags.js，查找</p>

<div class="wp_codebox_msgheader"><span class="right"></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p693code9'); return false;">查看代码</a> JAVASCRIPT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p6939"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p693code9"><pre class="javascript" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>a<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>edButtons<span style="color: #009900;">&#91;</span>c<span style="color: #009900;">&#93;</span>.<span style="color: #660066;">tagStart</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'&lt;a href=&quot;'</span><span style="color: #339933;">+</span>a<span style="color: #339933;">+</span><span style="color: #3366CC;">'&quot;&gt;'</span><span style="color: #339933;">;</span></pre> <br/></td></tr></table></div>

<p>修改为：</p>

<div class="wp_codebox_msgheader"><span class="right"></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p693code10'); return false;">查看代码</a> JAVASCRIPT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p69310"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p693code10"><pre class="javascript" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>a<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>edButtons<span style="color: #009900;">&#91;</span>c<span style="color: #009900;">&#93;</span>.<span style="color: #660066;">tagStart</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'&lt;a href=&quot;'</span><span style="color: #339933;">+</span>a<span style="color: #339933;">+</span><span style="color: #3366CC;">'&quot; target=&quot;_blank&quot;&gt;'</span><span style="color: #339933;">;</span></pre> <br/></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://clangcn.com/blog/archives/693.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forefront TMG 2010 导入ISA策略</title>
		<link>http://clangcn.com/blog/archives/692.html</link>
		<comments>http://clangcn.com/blog/archives/692.html#comments</comments>
		<pubDate>Tue, 28 Jun 2011 02:02:25 +0000</pubDate>
		<dc:creator>Clang</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[Forefront]]></category>
		<category><![CDATA[ISA]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[TMG]]></category>

		<guid isPermaLink="false">http://clangcn.com/blog/?p=692</guid>
		<description><![CDATA[一、ISA 2004/2006 标谁版 策略导入到TMG 2010 (未安装企业服务管理器)，可直接导入（要注意的是：导出时要先择导出机密信息和用户权限设定） 二、ISA 2004/2006 企业版 策略导入到TMG 2010 (安装企业服务管理器)，可直接导入（要注意的是：策略导出时要从企业的根位置导出，且导出时要先择导出机密信息和用户权限设定） 三、ISA 2004/2006 企业版策略导入到TMG 2010 (未安装企业服务管理器)，使用工具”EESingleServerConversionPack.exe”转换ISA2004/2006导出的删策略，然后再导入。 注意： 1、如果源服务器名称或IP地址与目标服务器名称或IP地址不一样时，需要将ISA导出的“.xml”文件中源服务器名称或IP地址更改为目标服务器名称或IP地址后方可导入。 2、如果TMG 2010未开启WEB缓存需要将ISA导出的“.xml”文件中 查看代码 XML1 &#60;fpc4:Servers StorageName=&#34;Servers&#34; StorageType=&#34;1&#34;&#62; 的值由“1”改为“0”,后方可导入。 3、EESingleServerConversionPack.exe工具由微软官方网站下载，地址为： http://www.microsoft.com/downloads/details.aspx?displaylang=en&#038;FamilyID=8809cfda-2ee1-4e67-b993-6f9a20e08607 工具的使用方法为： EESingleServerConversionPack.ex /s 源文件路径\文件名 /t 目标文件路径\文件名 /v 如果在windows 2008/vista/7 下执行，请确认命令界面是使用管理员方式执行的。 转自：WinOS-专注微软ITPro技术]]></description>
			<content:encoded><![CDATA[<p>一、<span class='wp_keywordlink_affiliate'><a href="http://clangcn.com/blog/archives/tag/isa" title="查看 ISA 中的全部文章" target="_blank">ISA</a></span> 2004/2006 标谁版 策略导入到<span class='wp_keywordlink_affiliate'><a href="http://clangcn.com/blog/archives/tag/tmg" title="查看 TMG 中的全部文章" target="_blank">TMG</a></span> 2010 (未安装企业服务管理器)，可直接导入（要注意的是：导出时要先择导出机密信息和用户权限设定） </p>
<p>二、<span class='wp_keywordlink_affiliate'><a href="http://clangcn.com/blog/archives/tag/isa" title="查看 ISA 中的全部文章" target="_blank">ISA</a></span> 2004/2006 企业版 策略导入到<span class='wp_keywordlink_affiliate'><a href="http://clangcn.com/blog/archives/tag/tmg" title="查看 TMG 中的全部文章" target="_blank">TMG</a></span> 2010 (安装企业服务管理器)，可直接导入（要注意的是：策略导出时要从企业的根位置导出，且导出时要先择导出机密信息和用户权限设定）</p>
<p>三、ISA 2004/2006 企业版策略导入到<span class='wp_keywordlink_affiliate'><a href="http://clangcn.com/blog/archives/tag/tmg" title="查看 TMG 中的全部文章" target="_blank">TMG</a></span> 2010 (未安装企业服务管理器)，使用工具”EESingleServerConversionPack.exe”转换ISA2004/2006导出的删策略，然后再导入。</p>
<p>注意：</p>
<p><span id="more-692"></span>1、如果源服务器名称或IP地址与目标服务器名称或IP地址不一样时，需要将ISA导出的“.xml”文件中源服务器名称或IP地址更改为目标服务器名称或IP地址后方可导入。</p>
<p>2、如果TMG 2010未开启WEB缓存需要将ISA导出的“.xml”文件中</p>

<div class="wp_codebox_msgheader"><span class="right"></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p692code12'); return false;">查看代码</a> XML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p69212"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p692code12"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;fpc4:Servers</span> <span style="color: #000066;">StorageName</span>=<span style="color: #ff0000;">&quot;Servers&quot;</span> <span style="color: #000066;">StorageType</span>=<span style="color: #ff0000;">&quot;1&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span></pre> <br/></td></tr></table></div>

<p>的值由“1”改为“0”,后方可导入。</p>
<p>3、EESingleServerConversionPack.exe工具由微软官方网站下载，地址为：<br />
<a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&#038;FamilyID=8809cfda-2ee1-4e67-b993-6f9a20e08607" target="_blank">http://www.microsoft.com/downloads/details.aspx?displaylang=en&#038;FamilyID=8809cfda-2ee1-4e67-b993-6f9a20e08607</a></p>
<p>工具的使用方法为：</p>
<p>EESingleServerConversionPack.ex /s 源文件路径\文件名 /t 目标文件路径\文件名 /v</p>
<p>如果在windows 2008/vista/7 下执行，请确认命令界面是使用管理员方式执行的。</p>
<p>转自：<a href="http://bbs.winos.cn" target="_blank">WinOS-专注微软ITPro技术</a></p>
]]></content:encoded>
			<wfw:commentRss>http://clangcn.com/blog/archives/692.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forefront TMG 2010 工作组和域考虑事项</title>
		<link>http://clangcn.com/blog/archives/691.html</link>
		<comments>http://clangcn.com/blog/archives/691.html#comments</comments>
		<pubDate>Mon, 04 Apr 2011 12:03:46 +0000</pubDate>
		<dc:creator>Clang</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[Forefront]]></category>
		<category><![CDATA[ISA]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[TMG]]></category>

		<guid isPermaLink="false">http://clangcn.com/blog/?p=691</guid>
		<description><![CDATA[一般考虑事项 在选择域部署或工作组部署时，应当考虑以下事项： 工作组环境中的企业部署和阵列部署要求执行在域环境中并非必需的额外准备步骤，而且需要在 Forefront TMG 计算机上维护镜像环境来用于管理目的。 工作组环境中不支持 EMS 复制。 工作组环境中不支持自动检测 Web 代理。有关信息，请参阅有关 Web 代理的自动检测规划。 在工作组环境中，必须在 Forefront TMG 计算机上安装服务器证书。有关详细信息，请参阅服务器证书规划。 可以配置 VPN 客户端用户映射，将非 Microsoft Windows 操作系统用户映射到域用户帐户。仅当域中安装了 Forefront TMG 时才支持用户映射。 在域中，可以使用组策略来锁定 Forefront TMG 服务器，而不是通过仅配置本地策略来将其锁定。 在域环境中，如果 Active Directory 域服务 (AD DS) 遭到破坏（例如受到内部攻击），则防火墙也可能会遭到破坏，这是因为具有域管理员权限的用户可以管理每个域成员（包括运行 Forefront TMG 的服务器）。同样，如果防火墙遭到破坏，则 Forefront TMG 所在的域也存在风险。默认情况下，Domain Admins 组位于 Forefront TMG 服务器的 Administrators 组中。 网络拓扑注意事项 Forefront TMG 通常用在下面的网络拓扑配置中： [...]]]></description>
			<content:encoded><![CDATA[<h2>一般考虑事项</h2>
<div>
<p>在选择域部署或工作组部署时，应当考虑以下事项：</p>
<ul>
<li>工作组环境中的企业部署和阵列部署要求执行在域环境中并非必需的额外准备步骤，而且需要在 <span class='wp_keywordlink_affiliate'><a href="http://clangcn.com/blog/archives/tag/forefront" title="查看 Forefront 中的全部文章" target="_blank">Forefront</a></span> <span class='wp_keywordlink_affiliate'><a href="http://clangcn.com/blog/archives/tag/tmg" title="查看 TMG 中的全部文章" target="_blank">TMG</a></span> 计算机上维护镜像环境来用于管理目的。</li>
<li>工作组环境中不支持 EMS 复制。</li>
<li>工作组环境中不支持自动检测 Web 代理。有关信息，请参阅<a href="http://technet.microsoft.com/zh-cn/library/cc441719.aspx" target="_blank">有关 Web 代理的自动检测规划</a>。</li>
<li>在工作组环境中，必须在 <span class='wp_keywordlink_affiliate'><a href="http://clangcn.com/blog/archives/tag/forefront" title="查看 Forefront 中的全部文章" target="_blank">Forefront</a></span> <span class='wp_keywordlink_affiliate'><a href="http://clangcn.com/blog/archives/tag/tmg" title="查看 TMG 中的全部文章" target="_blank">TMG</a></span> 计算机上安装服务器证书。有关详细信息，请参阅<a href="http://technet.microsoft.com/zh-cn/library/dd896990.aspx" target="_blank">服务器证书规划</a>。</li>
<li>可以配置 VPN 客户端用户映射，将非 <span class='wp_keywordlink_affiliate'><a href="http://clangcn.com/blog/archives/tag/microsoft" title="查看 Microsoft 中的全部文章" target="_blank">Microsoft</a></span> Windows 操作系统用户映射到域用户帐户。仅当域中安装了 Forefront TMG 时才支持用户映射。</li>
<li>在域中，可以使用组策略来锁定 Forefront TMG 服务器，而不是通过仅配置本地策略来将其锁定。</li>
<li>在域环境中，如果 Active Directory 域服务 (AD DS) 遭到破坏（例如受到内部攻击），则防火墙也可能会遭到破坏，这是因为具有域管理员权限的用户可以管理每个域成员（包括运行 Forefront TMG 的服务器）。同样，如果防火墙遭到破坏，则 Forefront TMG 所在的域也存在风险。默认情况下，Domain Admins 组位于 Forefront TMG 服务器的 Administrators 组中。</li>
</ul>
</div>
<p><a></a></p>
<h2>网络拓扑注意事项</h2>
<div>
<span id="more-691"></span><br />
Forefront TMG 通常用在下面的网络拓扑配置中：</p>
<ul>
<li><strong>边缘配置</strong>
<ul>
<li>Forefront TMG 保护边缘，一个适配器连接到内部网络，另一个适配器连接到外部网络。</li>
<li>后端到后端配置，使用 Forefront TMG 作为前端防火墙保护边缘，一个适配器连接到外部网络，一个适配器连接到外围网络。在外围网络和内部网络之间配置后端防火墙（可以是 Forefront TMG 或第三方产品）。</li>
<li>三向配置，Forefront TMG 配置有三个网络适配器，分别连接到内部网络、外部网络和外围网络。</li>
</ul>
<p>在边缘，可以在工作组模式下或以域成员身份安装 Forefront TMG。以域成员身份安装时，建议在单独的林（而不是在公司网络的内部林）中安装 Forefront TMG，该林具有与公司林的单向信任关系。这样有助于防止内部林的安全性受到威胁，即使攻击针对的是 Forefront TMG 计算机的林也是如此。但是，此部署方式存在一些限制；例如，只能为 Forefront TMG 域中定义的用户配置客户端证书身份验证，而不能为公司内部域或林中的用户进行配置。</li>
<li><strong>内部配置</strong>
<ul>
<li>Forefront TMG 在后端到后端方案中的后端。在典型的方案中，一个 Forefront TMG 服务器安装在边缘，另一个 Forefront TMG 服务器安装在后端的典型方案是：以工作组模式安装前端 Forefront TMG 服务器，以域成员身份安装后端服务器。以域成员身份安装后端服务器可让您对请求进行 AD DS 身份验证。另外，还可以使用组策略强化内部 Forefront TMG 计算机以便于管理。</li>
<li>Forefront TMG 配置了单个网络适配器。在该方案中，Forefront TMG 起到 Web 代理或缓存服务器的作用。在此方案中，以域成员身份安装 Forefront TMG 计算机的主要优势在于便于对用户进行 AD DS 身份验证。</li>
</ul>
</li>
</ul>
</div>
<p><a></a></p>
<h2>身份验证考虑事项</h2>
<div>
<p>在选择域部署或工作组部署时，应当考虑以下身份验证问题：</p>
<ul>
<li>当访问规则要求内部客户端针对出站访问进行身份验证时，Forefront TMG 可以对域用户帐户进行 AD DS 身份验证。可以对工作组环境中的 Web 代理请求进行 RADIUS 服务器身份验证。</li>
<li>防火墙客户端请求自动包括用户凭据。若要验证这些请求，Forefront TMG 应属于一个域。在工作组环境中，可以使用镜像到 Forefront TMG 服务器上本地安全帐户管理器 (SAM) 中存储的帐户的用户帐户来验证请求，但这需要花费一些管理开销进行安全管理。</li>
<li>若要使用域帐户凭据或证书身份验证来验证对内部 Web 服务器的入站请求，Forefront TMG 必须属于一个域。在工作组环境中，RADIUS 或 SecurID 服务器可用于身份验证。</li>
<li>若要使用域帐户凭据或证书来验证虚拟专用网络 (VPN) 请求，Forefront TMG 必须属于一个域。在工作组环境中，RADIUS 服务器可用于身份验证。</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://clangcn.com/blog/archives/691.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>墨迹天气</title>
		<link>http://clangcn.com/blog/archives/690.html</link>
		<comments>http://clangcn.com/blog/archives/690.html#comments</comments>
		<pubDate>Sat, 12 Mar 2011 11:36:00 +0000</pubDate>
		<dc:creator>Clang</dc:creator>
				<category><![CDATA[智能手机]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[M9]]></category>

		<guid isPermaLink="false">http://clangcn.com/blog/?p=690</guid>
		<description><![CDATA[前一阵用Go天气，现在换成墨迹天气了，感觉非常的漂亮。]]></description>
			<content:encoded><![CDATA[<p>前一阵用Go天气，现在换成墨迹天气了，感觉非常的漂亮。<br />
<img src="/blog/wp-content/uploads/2011/03/mojiweather.jpg" alt="" />  <img src="/blog/wp-content/uploads/2011/03/mojiweather-1.jpg" alt="" /></p>
<p><img src="/blog/wp-content/uploads/2011/03/mojiweather-2.jpg" alt="" />  <img src="/blog/wp-content/uploads/2011/03/mojiweather-3.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://clangcn.com/blog/archives/690.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alarm Clock Plus （超级系统闹钟）</title>
		<link>http://clangcn.com/blog/archives/689.html</link>
		<comments>http://clangcn.com/blog/archives/689.html#comments</comments>
		<pubDate>Sun, 06 Mar 2011 10:15:23 +0000</pubDate>
		<dc:creator>Clang</dc:creator>
				<category><![CDATA[智能手机]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[M9]]></category>

		<guid isPermaLink="false">http://clangcn.com/blog/?p=689</guid>
		<description><![CDATA[- 完全整合到系统闹钟功能中，可卸载系统自带闹钟，Milestone2 、Droid 2 Global必备完美闹钟增强，完全支持横向坞站功能； - 可同时设定多个循环闹钟方案（如周一到周五，周六和周日的不同闹钟时间和音乐铃声）； - 可选MP3及播放列表作为铃声； - 可以设定音量渐进增强及渐进时长； - 强大的贪睡功能； - 强大的闹钟解除功能，包括做数学题解除闹钟； - 提供快速计时闹钟功能（比如30分钟后、2小时后闹响）。]]></description>
			<content:encoded><![CDATA[<p>- 完全整合到系统闹钟功能中，可卸载系统自带闹钟，Milestone2 、Droid 2 Global必备完美闹钟增强，完全支持横向坞站功能；<br />
- 可同时设定多个循环闹钟方案（如周一到周五，周六和周日的不同闹钟时间和音乐铃声）；<br />
- 可选MP3及播放列表作为铃声；<br />
- 可以设定音量渐进增强及渐进时长；<br />
- 强大的贪睡功能；<br />
- 强大的闹钟解除功能，包括做数学题解除闹钟；<br />
- 提供快速计时闹钟功能（比如30分钟后、2小时后闹响）。<br />
<img src="/blog/wp-content/uploads/2011/03/alarmclockplus.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://clangcn.com/blog/archives/689.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>系统安全锁</title>
		<link>http://clangcn.com/blog/archives/688.html</link>
		<comments>http://clangcn.com/blog/archives/688.html#comments</comments>
		<pubDate>Sun, 06 Mar 2011 10:06:58 +0000</pubDate>
		<dc:creator>Clang</dc:creator>
				<category><![CDATA[智能手机]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[M9]]></category>

		<guid isPermaLink="false">http://clangcn.com/blog/?p=688</guid>
		<description><![CDATA[这是一款来自CarrotApp的解锁软件，可以为M9中任何应用程序加上一把安全锁，并可以使用很帅的图形解锁方案。 用它你可以使用图形密码锁定短信，锁定QQ等很多应用。宅男们的救星啊，下次爱机被拿去玩的时候就不怕有秘密泄露啦。]]></description>
			<content:encoded><![CDATA[<p>这是一款来自CarrotApp的解锁软件，可以为<span class='wp_keywordlink_affiliate'><a href="http://clangcn.com/blog/archives/tag/m9" title="查看 M9 中的全部文章" target="_blank">M9</a></span>中任何应用程序加上一把安全锁，并可以使用很帅的图形解锁方案。<br />
用它你可以使用图形密码锁定短信，锁定QQ等很多应用。宅男们的救星啊，下次爱机被拿去玩的时候就不怕有秘密泄露啦。</p>
<p><img src="/blog/wp-content/uploads/2011/03/xitonganquansuo.png" alt="" />  <img src="/blog/wp-content/uploads/2011/03/xitonganquansuo1.png" alt="" /></p>
<p><img src="/blog/wp-content/uploads/2011/03/xitonganquansuo2.png" alt="" />  <img src="/blog/wp-content/uploads/2011/03/xitonganquansuo3.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://clangcn.com/blog/archives/688.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>自动任务杀手 Automatic Task Killer</title>
		<link>http://clangcn.com/blog/archives/687.html</link>
		<comments>http://clangcn.com/blog/archives/687.html#comments</comments>
		<pubDate>Sun, 06 Mar 2011 09:58:59 +0000</pubDate>
		<dc:creator>Clang</dc:creator>
				<category><![CDATA[智能手机]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[M9]]></category>

		<guid isPermaLink="false">http://clangcn.com/blog/?p=687</guid>
		<description><![CDATA[一款自动在后台清理关闭任务进程的工具。像GoogleReader一样，加个星标，就列入了”自杀黑名单”，哪怕手机进入休眠状态，也照杀不误！]]></description>
			<content:encoded><![CDATA[<p>一款自动在后台清理关闭任务进程的工具。像GoogleReader一样，加个星标，就列入了”自杀黑名单”，哪怕手机进入休眠状态，也照杀不误！</p>
<p><img src="/blog/wp-content/uploads/2011/03/renwuzhongjiezhe.png" alt="" /> <img src="/blog/wp-content/uploads/2011/03/renwuzhongjiezhe1.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://clangcn.com/blog/archives/687.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

