commit f9e590ab76fbfb02163d3e31114dffa6dcdf330f Author: editor <@51Aspx.com> Date: Tue Jun 18 22:12:24 2024 +0800 初始化 diff --git a/51Aspx源码必读.txt b/51Aspx源码必读.txt new file mode 100644 index 0000000..395de1a --- /dev/null +++ b/51Aspx源码必读.txt @@ -0,0 +1,54 @@ +WINFORM优秀工控程序 + + + 一、源码描述 + + + Winform优秀工控程序 + + + 环境:VS2022 Winform + + + + + + 二、功能介绍 + + + 使用多线程通过串口收发数据 + + + + + + 三、注意事项 + + + ctrl+F5运行即可。 + + + + + + +作者: coderbest + +如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/IndustrialControlProgram +------------------------------------------------------------------------------------------------ + + 源码服务专家 + 官网: https://www.51aspx.com + 讨论圈: https://club.51aspx.com/ + +平台声明: + +1.51Aspx平台上提供下载的资源为免费、共享、商业三类源码,其中免费和共享源码仅供个人学习和研究使用,商业源码请在相应的授权许可条件下使用; +2.51Aspx平台对提供下载的软件及其它资源不拥有任何权利,其版权归属源码合法拥有者所有; +3.著作权人发现本网站载有侵害其合法权益的内容或作品,请与我们联系( 登录官网与客服反馈或发送邮件到support@51Aspx.com ); +4.51Aspx平台不保证提供的下载资源的准确性、安全性和完整性; + +友情提示: + 一般数据库文件默认在 DB_51Aspx 文件夹下 + 默认账号密码一般均为51Aspx + 关于源码使用常见问题及解决方案,请参阅: https://www.51aspx.com/Help diff --git a/App.config b/App.config new file mode 100644 index 0000000..4bfa005 --- /dev/null +++ b/App.config @@ -0,0 +1,6 @@ + + + + + + diff --git a/Form1.Designer.cs b/Form1.Designer.cs new file mode 100644 index 0000000..52c3dea --- /dev/null +++ b/Form1.Designer.cs @@ -0,0 +1,15 @@ +namespace WLW_timer +{ + partial class Form1 + { + /// + /// 必需的设计器变量。 + /// + private System.ComponentModel.IContainer components = null; + + /// + /// 清理所有正在使用的资源。 + /// + /// 如果应释放托管资源,为 true;否则为 false。 + protected override void Dispose(bool disposing) + { diff --git a/Form1.cs b/Form1.cs new file mode 100644 index 0000000..bf0fbf6 --- /dev/null +++ b/Form1.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.IO.Ports; +using System.Linq; +using System.Text; +using System.Threading; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace WLW_timer +{ + public partial class Form1 : Form diff --git a/Form1.resx b/Form1.resx new file mode 100644 index 0000000..151e799 --- /dev/null +++ b/Form1.resx @@ -0,0 +1,15 @@ + + +