'-------------------【定时】--------------------------
If Form1.ComboBox1.ListIndex = 0 Then
If Form1.InputBox1.Text <> "" and Form1.InputBox2.Text <> "" and Form1.InputBox3.Text <> "" Then
Do
系统时间=now
时=hour(系统时间)
分 = Minute(系统时间)
秒 = second(系统时间)
If 时 + 0 = Form1.InputBox1.Text + 0 and 分 + 0 = Form1.InputBox2.Text + 0 and 秒 + 0 = Form1.InputBox3.Text + 0 Then
Form1.Label5.Caption = "运行中"
Exit Do
Else
TracePrint 时 & ":" & 分 & ":" & 秒
Form1.Label5.Caption = 时 & ":" & 分 & ":" & 秒
End If
Delay 300
Loop
End If
End If
'-----------------------------------【定时】--------------------------
If Form1.ComboBox1.ListIndex = 0 Then
If Form1.InputBox1.Text <> "" and Form1.InputBox2.Text <> "" and Form1.InputBox3.Text <> "" Then
Do
系统时间=now
时=hour(系统时间)
分 = Minute(系统时间)
秒 = second(系统时间)
If 时 + 0 = Form1.InputBox1.Text + 0 and 分 + 0 = Form1.InputBox2.Text + 0 and 秒 + 0 = Form1.InputBox3.Text + 0 Then
Form1.Label5.Caption = "运行中"
Exit Do
Else
TracePrint 时 & ":" & 分 & ":" & 秒
Form1.Label5.Caption = 时 & ":" & 分 & ":" & 秒
End If
Delay 300
Loop
End If
End If
'-----------------------------------【定时】--------------------------