• 2022-06-16
    设窗体上有一个标签Label1和一个计时器Timer1,Timer1的Interval属性被设置为1000,[br][/br]Enabled属性被设置为True.要求程序运行时每秒在标签中显示一次系统当前时间.[br][/br]以下可以实现上述要求的事件过程是______.
    A: PrivateSubTimer1_Timer() Label1.Caption=True
    EndSu
    B: PrivateSubTimer1_Timer() Label1.Caption=Time
    EndSu
    C: PrivateSubTimer1_Timer() Label1.Interval=1
    EndSu
    D: PrivateSubTimer1_Timer() Fork=1ToTimer1.Interval Label1.Caption=Timer Nextk
    EndSu
  • 举一反三