资源简介
C# 串口和以太网通讯超级调试助手 源代码,很实用,是不错的学习资料。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Reflection;
using System.Windows.Forms;
namespace LeafSoft
{
partial class AboutMe : Form
{
public AboutMe()
{
InitializeComponent();
this.Text = string.Format(“关于 {0}“ Lib.AppInfor.AssemblyProduct);
this.label1.Text = string.Format(“产品名称: {0}“ Lib.AppInfor.AssemblyProduct);
this.label2.Text = string.Format(“版本: {0}“ Lib.AppInfor.AssemblyVersion);
this.label3.Text = string.Format(“版权: {0}“ Lib.AppInfor.AssemblyCopyright);
this.label4.Text = string.Format(“公司: {0}“ Lib.AppInfor.AssemblyCompany);
this.textBoxDescription.Text = Lib.AppInfor.AssemblyDescription;
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 227 2013-09-17 08:34 .gitignore
文件 5 2013-09-17 08:34 .tfignore
文件 6578 2013-09-17 08:34 AboutMe.Designer.cs
文件 836 2013-09-17 08:34 AboutMe.cs
文件 5698 2013-09-17 08:34 AboutMe.resx
文件 1752 2013-09-17 08:34 LICENSE.txt
目录 0 2013-09-17 08:34 LeafControl\
文件 11000 2013-09-17 08:34 LeafControl\BytesBox.cs
文件 1187 2013-09-17 08:34 LeafControl\CMDTextBox.cs
文件 1577 2013-09-17 08:34 LeafControl\HexBox.cs
文件 13180 2013-09-17 08:34 LeafSoft.csproj
文件 1608 2013-09-17 08:34 LeafSoft.sln
目录 0 2013-09-17 08:34 Lib\
文件 3768 2013-09-17 08:34 Lib\AppInfor.cs
文件 9471 2013-09-17 08:34 Lib\BytesCheck.cs
文件 828 2013-09-17 08:34 Lib\EnumType.cs
文件 1959 2013-09-17 08:34 Lib\HotKey.cs
文件 1353 2013-09-17 08:34 Lib\LeafEvent.cs
文件 6229 2013-09-17 08:34 Lib\SnifferSocket.cs
目录 0 2013-09-17 08:34 Model\
文件 2602 2013-09-17 08:34 Model\CMD.cs
文件 4219 2013-09-17 08:34 Model\IPPacket.cs
文件 2310 2013-09-17 08:34 Model\LeafTCPClient.cs
文件 2151 2013-09-17 08:34 Model\LeafUDPClient.cs
目录 0 2013-09-17 08:34 PartPanel\
文件 772 2013-09-17 08:34 PartPanel\ba
文件 1090 2013-09-17 08:34 PartPanel\ComMonitor.Designer.cs
文件 424 2013-09-17 08:34 PartPanel\ComMonitor.cs
文件 6533 2013-09-17 08:34 PartPanel\ComPanel.Designer.cs
文件 2043 2013-09-17 08:34 PartPanel\ComPanel.cs
文件 5900 2013-09-17 08:34 PartPanel\ComPanel.resx
............此处省略96个文件信息
相关资源
- C# 调用win32 api函数-user32.dll详细说明
- C# 调用BarTender打印条码DEMO
- 大型比赛竞赛抽签系统 可打印 c# vs
- C#编写的Gerber查看器
- lua C# .Net4.0 vs2010 LuaInterface
- C#十六进制编辑器
- 明华URF-35H读卡器 C#读写源码 为大家
- C#文件流读取CSV文件
- c#读写PDF文件sql
- C# winform Socket大文件传输
- c#车牌识别系统附30张测试图片
- 《C#面向对象程序设计》源代码(CS)
- 金旭亮《C#面向对象程序设计》教案
- 试题库管理系统毕业论文(C#)源程序
- 学校网站原代码(C#.NET)
- C#-数据库操作技术-员工管理系统
- c#web开发入门经典
- C#与Matlab混合编程的几种方式
- c# 开发与 mysql数据库实现的增删改查
- C#异步操作 异步查询数据库 异步处理
- Basler相机通过IO触发源码
- [源代码] 《领域驱动设计 (C# 2008 实
- 松下PLC与C#通讯串口调试入门教程.z
- USB 继电器控制器 LCUS-1 保证能用 c#
- C# AES加密解密小工具
- C#圆形按钮,非常漂亮动态~~
- [精]C#仿QQ右下角弹出提示框()
- C#进程间通信-共享内存代码
- 有史以来最简单的三层(C#)
- vb调用c#编写的串口DLL文件(vb源码
评论
共有 条评论