資源簡介
代碼片段和文件信息
#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??2011-05-23?11:00??SerialPortTerminal\
?????文件????????1228??2009-05-04?09:39??SerialPortTerminal\About.cs
?????文件????????2170??2005-03-24?07:21??SerialPortTerminal\About.Designer.cs
?????文件????????1324??2009-05-04?09:38??SerialPortTerminal\About.htm
?????文件????????5647??2005-03-24?07:19??SerialPortTerminal\About.resx
?????文件????????1659??2009-03-30?09:51??SerialPortTerminal\app.config
?????文件????????1078??2005-03-24?06:21??SerialPortTerminal\App.ico
?????目錄???????????0??2011-02-09?14:14??SerialPortTerminal\bin\
?????文件?????????766??2005-03-14?15:05??SerialPortTerminal\Datacomm-105.ico
?????文件????????1243??2011-01-10?23:32??SerialPortTerminal\Notes.txt
?????目錄???????????0??2011-02-09?14:14??SerialPortTerminal\obj\
?????文件?????????378??2005-03-14?05:56??SerialPortTerminal\Program.cs
?????目錄???????????0??2011-05-23?11:00??SerialPortTerminal\Properties\
?????文件????????1283??2005-03-14?05:14??SerialPortTerminal\Properties\AssemblyInfo.cs
?????文件????????2860??2010-07-27?06:07??SerialPortTerminal\Properties\Resources.Designer.cs
?????文件????????5612??2005-03-14?05:14??SerialPortTerminal\Properties\Resources.resx
?????文件????????4728??2010-07-27?06:07??SerialPortTerminal\Properties\Settings.Designer.cs
?????文件????????1360??2009-03-30?09:51??SerialPortTerminal\Properties\Settings.settings
?????文件??????????59??2005-03-24?08:00??SerialPortTerminal\Readme.txt
?????文件?????????925??2010-03-22?05:10??SerialPortTerminal\SerialPortTerminal?VS2008.sln
?????文件?????????925??2010-07-27?06:07??SerialPortTerminal\SerialPortTerminal?VS2010.sln
?????文件???????30208??2011-05-23?11:00??SerialPortTerminal\SerialPortTerminal?VS2010.suo
?????文件????????7195??2011-05-23?11:00??SerialPortTerminal\SerialPortTerminal.csproj
?????文件?????????882??2010-07-27?06:07??SerialPortTerminal\SerialPortTerminal.csproj.user
?????文件???????24576??2010-06-09?00:16??SerialPortTerminal\SerialPortTerminal.suo
?????文件???????15392??2010-07-27?06:14??SerialPortTerminal\Terminal.cs
?????文件???????20556??2011-01-10?23:30??SerialPortTerminal\Terminal.Designer.cs
?????文件????????8130??2009-09-09?05:50??SerialPortTerminal\Terminal.resx
評論
共有 條評論