您要查找的是不是:
- Set the Interval property of the Timer control to 10000. 将Timer控件的Interval属性设置为10000。
- Interval Timer Control 间隔定时控制
- In Visual Basic 6.0, you can disable a Timer control by setting the Interval property to 0. 在Visual Basic 6.;0中;可以通过将Interval属性设置为0来禁用Timer控件。
- Its a real simple program that demonstrates the timer control. 这个简单的应用程序演示了定时器控件的使用。
- Automatic timer control, to suit different working conditions. 自动计时控制,模拟不同工作时间。
- The Intel programmable interval timer 8254 is used in this system to generate and sample PWM waves. 并利用可编程计数芯片8254实现了PWM波形的产生与采样。
- Double-click the Timer control to create a handler for the Tick event. 双击Timer控件以便为Tick事件创建处理程序。
- In the hardware system, single-chip computer (AT89C51) and programmable interval timer(8253) is the major part of hardware system.This simp... 在硬件系统中采用了AT89C51单片机与8253作为核心产生脉冲信号,结构简单,脉冲周期范围大。
- Explain the workingmechanism and process of its key parts such as single chip, programmable interval timer, VMOS andcoding switch.Provide the main controlling program diagrams at assembly language. 说明了主要部件单片机、定时/计数器、VMOS管、拨码开关的工作原理及过程,给出了汇编语言的主要程序流程图。
- The following code demonstrates how to enable and disable a Timer control at run time. 下面的代码演示如何在运行时启用和禁用Timer控件。
- Click inside the UpdatePanel control and then double-click the Timer control to add it to the UpdatePanel control. 单击UpdatePanel控件内部,然后双击Timer控件以将其添加到UpdatePanel控件。
- The Timer control can work as a trigger either inside or outside an UpdatePanel control. Timer控件可在UpdatePanel控件的内部或外部用作一个触发器。
- By default, a Timer control inside the panel will cause just the panel to refresh during an asynchronous postback. 默认情况下,面板内部的Timer控件将只导致面板在异步回发期间刷新。
- You must add a ScriptManager control to any page that contains an UpdatePanel control or Timer control. 必须向任何包含UpdatePanel控件或Timer控件的页上添加ScriptManager控件。
- Simple Chronograph to test the timer con - Its a real simple program that demonstrates the timer control. 这个简单的应用程序演示了定时器控件的使用。
- A Timer control outside a panel can cause the UpdatePanel to be refreshed if it is configured as a trigger for the panel. 面板外部的Timer控件在配置为面板触发器的情况下可以导致UpdatePanel进行刷新。
- programmable interval timer (PIT) 可编程间隔计时器
- For information about these tasks, see Walkthrough: Using the ASP.NET Timer Control with Multiple UpdatePanel Controls. 有关这些任务的信息;请参见演练:对多个UpdatePanel控件使用ASP.;NET Timer控件。
- This design enables me to have greater insight into the basic circuit of SCC, and the basic methods of timer control and interruption programming, so that is a training of my ability of learning, designing and developing software and hardward. 通过这次设计让我更深入了解单片机基本电路、如何控制和定时器和中断编程的基本方法,从而锻炼了我学习、设计和开发软、硬件的能力。
- For an example of using a Timer control as a trigger outside an UpdatePanel control, see Walkthrough: Using the ASP.NET Timer Control with Multiple UpdatePanel Controls. 有关在UpdatePanel控件外部将Timer控件用作触发器的示例;请参见演练:对多个UpdatePanel控件使用ASP.;NET Timer控件。