An open API service indexing awesome lists of open source software.

https://github.com/cjhdevact/timecontrol

时间小工具 - 在电脑上随时查看当前时间
https://github.com/cjhdevact/timecontrol

vb-net vbnet widgets winform winforms

Last synced: 3 months ago
JSON representation

时间小工具 - 在电脑上随时查看当前时间

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)下载证书来验证程序完整性。

## 程序截图

主程序界面(浅色)

![主程序界面(浅色)](Assets/MainUI.png)

主程序界面(深色)

![主程序界面(深色)](Assets/MainUIDark.png)

设置界面

![设置界面](Assets/SettingUI.png)

## 开源说明

在修改和由本仓库代码衍生的代码中需要说明“基于 TimeControl 开发”

## 相关项目

[CountDownControl](https://github.com/cjhdevact/CountDownControl) - 倒计时小工具,支持高度自定义的倒计时小工具

[TimeControlAero](https://github.com/cjhdevact/TimeControlAero) - 时间小工具Aero版(开发中)

------------

本程序基于 `GPL-3.0` 授权。