https://github.com/cjhdevact/timecontrol
时间小工具 - 在电脑上随时查看当前时间
https://github.com/cjhdevact/timecontrol
vb-net vbnet widgets winform winforms
Last synced: 3 months ago
JSON representation
时间小工具 - 在电脑上随时查看当前时间
- Host: GitHub
- URL: https://github.com/cjhdevact/timecontrol
- Owner: cjhdevact
- License: gpl-3.0
- Created: 2024-05-03T05:24:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T06:45:57.000Z (over 1 year ago)
- Last Synced: 2025-02-20T19:13:15.007Z (over 1 year ago)
- Topics: vb-net, vbnet, widgets, winform, winforms
- Language: Visual Basic .NET
- Homepage:
- Size: 6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TimeControl - 时间小工具
## 关于本项目
这是一个支持在电脑上随时查看当前时间的小工具。本软件可以安装在大屏上(例如教学大屏),也可以安装在普通电脑上。
## 功能
本程序支持的功能有:
- [x] 显示时间(基础功能)
- [x] 深浅色模式
- [x] 多种主题(可以自定义)
- [x] 自定义时间显示格式
- [x] 支持通过组策略配置策略
- [x] 支持保存你的设置
- [x] 适配DPI缩放(适配高分屏)
- [x] 其它一些功能。它们正在等待被你发现……
## 下载
转到[发布页](https://github.com/cjhdevact/TimeControl/releases/latest)下载程序或源代码。
早期版本的源代码也在发布页里。
## 数字签名
本程序使用了自签证书进行了签名
证书信息:
```
Name: CJH Root Certificate
Create: 2024年12月27日 20:42:16
Expires: 2150年12月31日 0:00:003e5
MD5: 0bc507db70947e57ddd81bec63b581d9
SHA256: d2d67c8ebea3cc954c7ee0e94f5f45537dde7709053ca9e89f352fda60283
Key fingerprint (SHA1): 73b80a8d0ba3f662b575f2fc0b78612469e22e59
KeyID: d929e453f645017190dac5001a736a4d
Certificate SerialNumber: dbde77418068d5a34b2064626a12ecde
Key Type: md5RSA
```
你可以在[这里](Src/TimeControl/files/rootcert.cer)下载证书来验证程序完整性。
## 程序截图
主程序界面(浅色)

主程序界面(深色)

设置界面

## 开源说明
在修改和由本仓库代码衍生的代码中需要说明“基于 TimeControl 开发”
## 相关项目
[CountDownControl](https://github.com/cjhdevact/CountDownControl) - 倒计时小工具,支持高度自定义的倒计时小工具
[TimeControlAero](https://github.com/cjhdevact/TimeControlAero) - 时间小工具Aero版(开发中)
------------
本程序基于 `GPL-3.0` 授权。