資源簡介
基于C#的串口調試助手,調試通過,應用于本人設計的一個上位機程序的一部分功能中。
代碼片段和文件信息
#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
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1240??2008-04-01?09:26??SerialPortTerminal?參考程序\SerialPort?Terminal\About.cs
?????文件???????2170??2005-03-23?16:21??SerialPortTerminal?參考程序\SerialPort?Terminal\About.Designer.cs
?????文件???????1132??2005-03-23?16:26??SerialPortTerminal?參考程序\SerialPort?Terminal\About.htm
?????文件???????5647??2005-03-23?16:19??SerialPortTerminal?參考程序\SerialPort?Terminal\About.resx
?????文件???????1916??2005-03-23?16:52??SerialPortTerminal?參考程序\SerialPort?Terminal\app.config
?????文件???????1078??2005-03-23?15:21??SerialPortTerminal?參考程序\SerialPort?Terminal\App.ico
?????文件??????36864??2010-03-20?19:23??SerialPortTerminal?參考程序\SerialPort?Terminal\bin\Debug\SerialPort?Terminal.exe
?????文件???????1916??2005-03-23?16:52??SerialPortTerminal?參考程序\SerialPort?Terminal\bin\Debug\SerialPort?Terminal.exe.config
?????文件??????58880??2010-03-20?19:23??SerialPortTerminal?參考程序\SerialPort?Terminal\bin\Debug\SerialPort?Terminal.pdb
?????文件???????5632??2005-09-23?06:56??SerialPortTerminal?參考程序\SerialPort?Terminal\bin\Debug\SerialPort?Terminal.vshost.exe
?????文件???????1916??2005-03-23?16:52??SerialPortTerminal?參考程序\SerialPort?Terminal\bin\Debug\SerialPort?Terminal.vshost.exe.config
?????文件????????766??2005-03-14?00:05??SerialPortTerminal?參考程序\SerialPort?Terminal\Datacomm-105.ico
?????文件????????903??2010-03-10?15:46??SerialPortTerminal?參考程序\SerialPort?Terminal\obj\Debug\SerialPort?Terminal.csproj.GenerateResource.Cache
?????文件??????36864??2010-03-20?19:23??SerialPortTerminal?參考程序\SerialPort?Terminal\obj\Debug\SerialPort?Terminal.exe
?????文件??????58880??2010-03-20?19:23??SerialPortTerminal?參考程序\SerialPort?Terminal\obj\Debug\SerialPort?Terminal.pdb
?????文件???????1132??2005-03-23?16:26??SerialPortTerminal?參考程序\SerialPort?Terminal\obj\Debug\SerialPortTerminal.About.htm
?????文件????????180??2010-03-08?19:14??SerialPortTerminal?參考程序\SerialPort?Terminal\obj\Debug\SerialPortTerminal.frmAbout.resources
?????文件???????1644??2010-03-10?15:46??SerialPortTerminal?參考程序\SerialPort?Terminal\obj\Debug\SerialPortTerminal.frmTerminal.resources
?????文件????????180??2010-03-08?19:14??SerialPortTerminal?參考程序\SerialPort?Terminal\obj\Debug\SerialPortTerminal.Properties.Resources.resources
?????文件????????487??2010-03-20?19:27??SerialPortTerminal?參考程序\SerialPort?Terminal\obj\SerialPort?Terminal.csproj.FileList.txt
?????文件????????378??2005-03-13?14:56??SerialPortTerminal?參考程序\SerialPort?Terminal\Program.cs
?????文件???????1283??2005-03-13?14:14??SerialPortTerminal?參考程序\SerialPort?Terminal\Properties\AssemblyInfo.cs
?????文件???????3490??2005-03-13?14:15??SerialPortTerminal?參考程序\SerialPort?Terminal\Properties\Resources.Designer.cs
?????文件???????5612??2005-03-13?14:14??SerialPortTerminal?參考程序\SerialPort?Terminal\Properties\Resources.resx
?????文件???????3860??2010-03-11?09:35??SerialPortTerminal?參考程序\SerialPort?Terminal\Properties\Settings.Designer.cs
?????文件???????1140??2005-03-23?16:52??SerialPortTerminal?參考程序\SerialPort?Terminal\Properties\Settings.settings
?????文件?????????59??2005-03-23?17:00??SerialPortTerminal?參考程序\SerialPort?Terminal\Readme.txt
?????文件???????3599??2010-03-10?21:14??SerialPortTerminal?參考程序\SerialPort?Terminal\SerialPort?Terminal.csproj
?????文件????????173??2005-03-23?16:50??SerialPortTerminal?參考程序\SerialPort?Terminal\SerialPort?Terminal.csproj.user
?????文件????????926??2008-04-01?09:25??SerialPortTerminal?參考程序\SerialPort?Terminal\SerialPort?Terminal.sln
............此處省略18個文件信息
評論
共有 條評論