窗体上有一个名称为Picture1的图片控件,一个名称为Timer的计时器控件,其Interval属性值为1000。要求每隔5秒钟图片框右移100。现编写程序如下:Private Sub Timer1_Timer( )Static n As Integern=n+1If (n/5)=Int(n/5) And Picture1.Left
单选题
窗体上有一个名称为Picture1的图片控件,一个名称为Timer的计时器控件,其Interval属性值为1000。要求每隔5秒钟图片框右移100。现编写程序如下:Private Sub Timer1_Timer( )Static n As Integern=n+1If (n/5)=Int(n/5) And Picture1.Left