|
楼主 |
发表于 2008-12-26 11:25:52
|
显示全部楼层
Dim $zm1="Copyright 2007-2008 XuanFengStudio Corporation, All Rights Reserved"
Dim $zm2=" 欢迎使用人体三节律优生--圣诞节测试V1.0"
Dim $zm3="软件作者:小旋风 软件设计:小旋风"
Func cp1()
If $baohu=0 Then
$num+=1
For $i=1 To $num
Switch $zx
Case 1
If $num> StringLen ($zm2) Then
$zx=2
$num=0
$baohu=1
ExitLoop
EndIf
$zfc=StringLeft($zm2,$num)
Case 2
If $num> StringLen ($zm3) Then
$zx=3
$num=0
$baohu=1
ExitLoop
EndIf
$zfc=StringRight($zm3,$num)
Case 3
If $num> StringLen ($zm1) Then
$zx=1
$num=0
$baohu=1
ExitLoop
EndIf
$zfc=StringLeft($zm1,$num)
EndSwitch
Next
GUICtrlSetData($Label3,$zfc)
Else
$baohu2-=1
If $baohu2=0 Then
$baohu=0
$baohu2=50
EndIf
EndIf
EndFunc |
|