资源简介
代码片段和文件信息
#region Namespace Inclusions
using System;
using System.Text;
using System.Diagnostics;
using System.IO;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Windows.Forms;
using System.Reflection;
#endregion
namespace SerialPortTerminal
{
public partial class frmAbout : Form
{
private string TempFile = Path.GetTempFileName();
public frmAbout()
{
InitializeComponent();
// Read the about HTML from the assembly
string html = (new StreamReader(Assembly.GetExecutingAssembly().GetManifestResourceStream(“SerialPortTerminal.About.htm“))).ReadToEnd();
// Replace sections with appropriate data
html = html.Replace(“{version}“ Assembly.GetExecutingAssembl
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-07-03 14:48 SerialPort Terminal\
文件 1240 2015-07-03 14:33 SerialPort Terminal\About.cs
文件 2170 2015-07-03 14:33 SerialPort Terminal\About.Designer.cs
文件 1132 2015-07-03 14:33 SerialPort Terminal\About.htm
文件 5647 2015-07-03 14:33 SerialPort Terminal\About.resx
文件 1916 2015-07-03 14:33 SerialPort Terminal\app.config
文件 1078 2015-07-03 14:33 SerialPort Terminal\App.ico
目录 0 2015-07-03 14:35 SerialPort Terminal\bin\
目录 0 2015-07-03 14:35 SerialPort Terminal\bin\Debug\
文件 24576 2015-07-03 14:40 SerialPort Terminal\bin\Debug\SerialPort Terminal.exe
文件 1916 2015-07-03 14:34 SerialPort Terminal\bin\Debug\SerialPort Terminal.exe.config
文件 50688 2015-07-03 14:40 SerialPort Terminal\bin\Debug\SerialPort Terminal.pdb
文件 14328 2016-05-27 15:44 SerialPort Terminal\bin\Debug\SerialPort Terminal.vshost.exe
文件 1916 2015-07-03 14:34 SerialPort Terminal\bin\Debug\SerialPort Terminal.vshost.exe.config
文件 490 2009-06-11 05:14 SerialPort Terminal\bin\Debug\SerialPort Terminal.vshost.exe.manifest
目录 0 2015-07-03 14:34 SerialPort Terminal\bin\Release\
文件 766 2015-07-03 14:33 SerialPort Terminal\Datacomm-105.ico
目录 0 2015-07-03 14:35 SerialPort Terminal\obj\
目录 0 2015-07-03 14:40 SerialPort Terminal\obj\Debug\
文件 7659 2015-07-03 14:34 SerialPort Terminal\obj\Debug\DesignTimeResolveAssemblyReferences.cache
文件 5403 2015-07-03 14:34 SerialPort Terminal\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 3122 2016-05-27 15:44 SerialPort Terminal\obj\Debug\SerialPort Terminal.csproj.FileListAbsolute.txt
文件 908 2015-07-03 14:40 SerialPort Terminal\obj\Debug\SerialPort Terminal.csproj.GenerateResource.Cache
文件 24576 2015-07-03 14:40 SerialPort Terminal\obj\Debug\SerialPort Terminal.exe
文件 50688 2015-07-03 14:40 SerialPort Terminal\obj\Debug\SerialPort Terminal.pdb
文件 180 2015-07-03 14:34 SerialPort Terminal\obj\Debug\SerialPortTerminal.frmAbout.resources
文件 1644 2015-07-03 14:40 SerialPort Terminal\obj\Debug\SerialPortTerminal.frmTerminal.resources
文件 180 2015-07-03 14:34 SerialPort Terminal\obj\Debug\SerialPortTerminal.Properties.Resources.resources
目录 0 2015-07-03 14:34 SerialPort Terminal\obj\Debug\TempPE\
文件 487 2015-07-03 14:33 SerialPort Terminal\obj\SerialPort Terminal.csproj.FileList.txt
文件 378 2015-07-03 14:33 SerialPort Terminal\Program.cs
............此处省略21个文件信息
- 上一篇:C#基类
- 下一篇:C#串口通信调试工具
相关资源
- C#联通网络宽带测试 拨号
- C#百度指数抓取方法(2012年版本已失
- C# 隐藏某个磁盘分区
- C# 读取并编辑window系统的右键菜单
- C#自定义屏保(不断滚动的文字)
- C#winform打印指定区域 -控件拖动 -设置
- C#使用Hook进行改键
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- pop3lib类库 +(这个不错) 附完整
- 利用uu云打码平台的lib实现的c#打码平
- tf-idf一种计算方法
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- 动态抓取IPC#实现
- XXTEA算法的C#实现和JS实现,可以互相
- C# 飞行棋 游戏源码(面向对象入门)
- 基于WinPcap的C# ARP欺骗软件().rar
- C#网络应用编程 矩阵并行计算练习
- 《C#版Ftp软件源码》
- 基于com串口的文件发送和接收
-
C# 播放铃声(AxWindowsMediaPla
yer)最新 - C# 把图片显示成椭圆形状
- C# 水平交错效果显示图像
- winform 浮雕效果的图像
- c# 底片效果显示图像就像旧式相机的
- 积木效果显示图像
- C# 隐形窗体 (没有边框,没有标题栏
- browerPhotoC#网页截图(不打开网页)
评论
共有 条评论