VFP实例小程序—用定时器控制对象自动移动.docVIP

  • 164
  • 0
  • 约小于1千字
  • 约 1页
  • 2017-09-08 发布于浙江
  • 举报

VFP实例小程序—用定时器控制对象自动移动.doc

VFP实例小程序图文教程—thisform.timer1.enabled=.f. public t t=0 timer1控件的interval属性设定为1000,它的timer过程编程为: t=t+1 t1=t*10 thisform.image1.left=t1 thisform.label1.caption=str(t,8) command1的caption属性为“开始”,click过程为 thisform.timer1.enabled=.t. command1的caption属性为“暂停”,click过程为 thisform.timer1.enabled=.f. command1的caption属性为“复位”,click过程为 thisform.timer1.enabled=.f. thisform.image1.left=0 t=0 本资料来自百万课件网

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档