資源簡介
PacketMonitor.rar

代碼片段和文件信息
using?System;
using?System.Drawing;
using?System.Collections;
using?System.ComponentModel;
using?System.Windows.Forms;
using?System.Reflection;
namespace?Org.Mentalis.Network.PacketMonitor?{
public?class?AboutForm?:?System.Windows.Forms.Form?{
private?System.Windows.Forms.Button?button1;
private?System.Windows.Forms.Label?titleLabel;
private?System.Windows.Forms.Label?VersionLabel;
private?System.Windows.Forms.Label?InfoLabel;
private?System.Windows.Forms.Label?ImageLabel;
private?System.ComponentModel.Container?components?=?null;
public?AboutForm()?{
//?Windows?Form?設計必須的支持
InitializeComponent();
}
protected?override?void?Dispose(?bool?disposing?)?{
if(?disposing?)?{
if(components?!=?null)?{
components.Dispose();
}
}
base.Dispose(?disposing?);
}
#region?Windows?Form?Designer?形成的代碼
///?
///?必須的方法
///?
private?void?InitializeComponent()?{
????????????System.ComponentModel.ComponentResourceManager?resources?=?new?System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
????????????this.titleLabel?=?new?System.Windows.Forms.Label();
????????????this.VersionLabel?=?new?System.Windows.Forms.Label();
????????????this.InfoLabel?=?new?System.Windows.Forms.Label();
????????????this.button1?=?new?System.Windows.Forms.Button();
????????????this.ImageLabel?=?new?System.Windows.Forms.Label();
????????????this.SuspendLayout();
????????????//?
????????????//?titleLabel
????????????//?
????????????this.titleLabel.Font?=?new?System.Drawing.Font(“宋體“?18F?System.Drawing.Fontstyle.Bold?System.Drawing.GraphicsUnit.Point?((byte)(134)));
????????????this.titleLabel.Location?=?new?System.Drawing.Point(106?26);
????????????this.titleLabel.Name?=?“titleLabel“;
????????????this.titleLabel.Size?=?new?System.Drawing.Size(259?34);
????????????this.titleLabel.TabIndex?=?1;
????????????this.titleLabel.Text?=?“小白網絡嗅探器“;
????????????//?
????????????//?VersionLabel
????????????//?
????????????this.VersionLabel.Location?=?new?System.Drawing.Point(115?60);
????????????this.VersionLabel.Name?=?“VersionLabel“;
????????????this.VersionLabel.Size?=?new?System.Drawing.Size(211?18);
????????????this.VersionLabel.TabIndex?=?2;
????????????this.VersionLabel.Text?=?“V1.0?Demo“;
????????????this.VersionLabel.TextAlign?=?System.Drawing.ContentAlignment.MiddleRight;
????????????//?
????????????//?InfoLabel
????????????//?
????????????this.InfoLabel.Font?=?new?System.Drawing.Font(“Verdana“?8.25F?System.Drawing.Fontstyle.Regular?System.Drawing.GraphicsUnit.Point?((byte)(0)));
????????????this.InfoLabel.Location?=?new?System.Drawing.Point(48?86);
????????????this.InfoLabel.Name?=?“InfoLabel“;
????????????this.InfoLabel.Size?=?new?System.Drawing.Size(384?78);
????????????this.InfoLabel.TabIndex?=?3;
????????????this.InfoLabel.Text?=?“-?小白網絡嗅探器?-“;
????????????this.InfoLabel.TextAlign?=?System.Drawing.ContentAlignment.MiddleCenter
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????6555??2008-12-29?14:41??PacketMonitor\PacketForm.cs
?????文件??????15875??2008-12-29?17:04??PacketMonitor\PacketMonitorForm.cs
?????文件???????5060??2008-12-29?15:22??PacketMonitor\PacketMonitor.cs
?????文件???????4541??2006-10-08?16:10??PacketMonitor\PacketMonitor.csproj
?????文件???????2031??2006-10-08?16:10??PacketMonitor\PacketMonitor.csproj.user
?????文件????????909??2006-10-08?16:10??PacketMonitor\PacketMonitor.sln
????..A..H.?????17408??2008-12-29?19:12??PacketMonitor\PacketMonitor.suo
?????文件??????22945??2008-12-29?14:37??PacketMonitor\PacketMonitorForm.resx
?????文件???????8842??2008-12-29?15:21??PacketMonitor\Packet.cs
?????文件????????518??2008-12-29?15:24??PacketMonitor\AssemblyInfo.cs
?????文件???????7406??2001-08-08?22:22??PacketMonitor\App.ico
?????文件???????5632??2005-11-11?22:25??PacketMonitor\bin\Debug\PacketMonitor.vshost.exe
?????文件??????61440??2008-12-29?17:04??PacketMonitor\bin\Debug\PacketMonitor.exe
?????文件??????44544??2008-12-29?17:04??PacketMonitor\bin\Debug\PacketMonitor.pdb
?????文件???????3081??2008-12-29?13:43??PacketMonitor\obj\Debug\Org.Mentalis.Network.PacketMonitor.AboutForm.resources
?????文件????????180??2008-12-29?10:41??PacketMonitor\obj\Debug\Org.Mentalis.Network.PacketMonitor.PacketForm.resources
?????文件??????11481??2008-12-29?14:37??PacketMonitor\obj\Debug\Org.Mentalis.Network.PacketMonitor.PacketMonitorForm.resources
?????文件??????61440??2008-12-29?17:04??PacketMonitor\obj\Debug\PacketMonitor.exe
?????文件??????44544??2008-12-29?17:04??PacketMonitor\obj\Debug\PacketMonitor.pdb
?????文件????????906??2008-12-29?14:37??PacketMonitor\obj\Debug\PacketMonitor.csproj.GenerateResource.Cache
?????文件????????420??2008-12-29?17:04??PacketMonitor\obj\PacketMonitor.csproj.FileList.txt
?????文件???????5814??2008-12-29?10:41??PacketMonitor\PacketForm.resx
?????文件??????10010??2008-12-29?13:40??PacketMonitor\AboutForm.resx
?????文件???????5060??2008-12-29?13:46??PacketMonitor\AboutForm.cs
?????目錄??????????0??2008-12-29?10:39??PacketMonitor\obj\Debug\TempPE
?????目錄??????????0??2008-12-29?10:39??PacketMonitor\bin\Debug
?????目錄??????????0??2008-12-29?10:39??PacketMonitor\obj\Debug
?????目錄??????????0??2008-12-29?10:39??PacketMonitor\bin
?????目錄??????????0??2008-12-29?10:39??PacketMonitor\obj
?????目錄??????????0??2008-12-29?10:38??PacketMonitor
............此處省略3個文件信息
- 上一篇:web項目數據庫連接樣例
- 下一篇:基于VHDL語言的同步FIFO設計
評論
共有 條評論