只有一个计时器。
方法一:用计划任务 http://www.foxtable.com/webhelp/scr/0657.htm
方法二:在timertick事件写代码区别不同的秒数。
static count as double = 0
count += 1
if count mod 5 = 0 Then '5秒一次
end if
if count mod 10 = 0 Then '10秒一次