文件名称:Free Countdown Timer and Stopwatch Timer:.NET中的高分辨率倒数计时器和秒表-开源
文件大小:33KB
文件格式:ZIP
更新时间:2024-06-01 10:48:13
开源软件
用C#.NET编写的高分辨率倒数计时器和秒表,弹出带有用户定义消息的消息框,并在时间到时播放用户指定的声音。 它使用QueueTimer(通过PInvoke)进行高分辨率计时,使用System.Timers.Timer进行常规分辨率。 它还允许用户在XML文件中保存,加载和删除当前状态。
【文件预览】:
Source
----TimerForm.cs(3KB)
----Program.cs(488B)
----Properties()
--------Resources.Designer.cs(3KB)
--------AssemblyInfo.cs(1KB)
--------Settings.Designer.cs(1KB)
--------Resources.resx(5KB)
----IconMain.ico(1KB)
----TimerForm.Designer.cs(8KB)
----View()
--------StopWatchUserControl.cs(5KB)
--------CountdownUserControl.Designer.cs(32KB)
--------MessageBoxForm.resx(6KB)
--------StopWatchUserControl.Designer.cs(20KB)
--------CountdownUserControl.resx(6KB)
--------StopWatchUserControl.resx(6KB)
--------MessageBoxForm.Designer.cs(4KB)
--------CountdownUserControl.cs(7KB)
--------MessageBoxForm.cs(618B)
----TimerForm.resx(8KB)
----Model()
--------CustomTimer.cs(10KB)
--------QueueTimer.cs(7KB)
--------IPrimitiveTimer.cs(331B)
--------CountdownTimer.cs(4KB)
--------StopWatchTimer.cs(3KB)
--------SystemTimer.cs(2KB)
----Timers.csproj(5KB)