• 大小: 543KB
    文件类型: .zip
    金币: 2
    下载: 3 次
    发布日期: 2022-12-30
  • 语言: C#
  • 标签: C#  串口调试  

资源简介

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\basePanel.cs
     文件        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个文件信息

评论

共有 条评论