• 大小: 1.44M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-08-27
  • 语言: C#
  • 标签: 其他  

资源简介

C#通讯调试工具v3.0源码20130827.zip

资源截图

代码片段和文件信息

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;
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-08-27 17:31  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\
     文件         859  2013-08-16 22:01  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\AboutMe.cs
     文件        6729  2013-08-16 21:57  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\AboutMe.Designer.cs
     文件        5817  2013-08-16 21:57  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\AboutMe.resx
     目录           0  2013-08-27 09:19  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\bin\
     目录           0  2013-08-27 09:20  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\bin\Debug\
     目录           0  2013-08-27 09:19  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\bin\Release\
     文件      546816  2013-08-27 09:13  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\bin\Release\C#通讯调试工具(v3.0测试版).exe
     文件      208384  2013-08-27 09:13  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\bin\Release\C#通讯调试工具(v3.0测试版).pdb
     文件       11608  2013-08-27 09:16  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\bin\Release\C#通讯调试工具(v3.0测试版).vshost.exe
     文件         490  2012-06-02 22:34  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\bin\Release\C#通讯调试工具(v3.0测试版).vshost.exe.manifest
     文件        7003  2013-08-22 13:31  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\frmBytes.cs
     文件       10374  2013-08-16 21:57  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\frmBytes.Designer.cs
     文件      107983  2013-08-16 21:57  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\frmBytes.resx
     文件        3529  2013-08-22 13:31  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\frmCheck.cs
     文件        7414  2013-08-16 21:57  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\frmCheck.Designer.cs
     文件      107794  2013-08-16 21:57  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\frmCheck.resx
     文件        5037  2013-08-22 13:31  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\frmCMD.cs
     文件        9356  2013-08-10 23:11  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\frmCMD.Designer.cs
     文件        6022  2013-08-10 23:11  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\frmCMD.resx
     文件        2466  2013-08-22 13:31  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\frmPoly.cs
     文件        3419  2013-08-10 23:11  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\frmPoly.Designer.cs
     文件        6022  2013-08-10 23:11  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\frmPoly.resx
     目录           0  2013-08-27 09:19  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\LeafControl\
     文件        8477  2013-08-22 13:31  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\LeafControl\BytesBox.cs
     文件        1620  2013-08-22 13:31  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\LeafControl\HexBox.cs
     文件       11627  2013-08-24 13:01  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\LeafSoft.csproj
     文件         227  2013-08-24 13:02  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\LeafSoft.csproj.user
     文件        4286  2013-08-10 23:11  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\leafsoft.ico
     文件        1641  2013-08-24 13:02  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\LeafSoft.sln
     文件       50688  2013-08-27 09:16  CommunicaeDebugv3_5c396eaf-a659-45f5-8dfd-1ef858f42031\LeafSoft.suo
............此处省略113个文件信息

评论

共有 条评论