• 大小: 936KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-03
  • 语言: 其他
  • 标签: 课程设计  

资源简介

计算机网络课程设计,网络嗅探器,附设计文档

资源截图

代码片段和文件信息

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2011-12-01 21:28  论文\
     目录           0  2011-12-01 21:08  论文\PacketMonitor\
     文件        5060  2008-12-29 13:46  论文\PacketMonitor\AboutForm.cs
     文件       10010  2008-12-29 13:40  论文\PacketMonitor\AboutForm.resx
     文件         489  2011-12-01 21:11  论文\PacketMonitor\AssemblyInfo.cs
     目录           0  2011-12-01 21:08  论文\PacketMonitor\Backup\
     文件         489  2010-05-05 20:12  论文\PacketMonitor\Backup\AssemblyInfo.cs
     文件        8842  2008-12-29 15:21  论文\PacketMonitor\Backup\Packet.cs
     文件        6555  2008-12-29 14:41  论文\PacketMonitor\Backup\PacketForm.cs
     文件        5814  2008-12-29 10:41  论文\PacketMonitor\Backup\PacketForm.resx
     文件        5060  2008-12-29 15:22  论文\PacketMonitor\Backup\PacketMonitor.cs
     文件        4368  2010-05-05 19:53  论文\PacketMonitor\Backup\PacketMonitor.csproj
     文件        2031  2006-10-08 16:10  论文\PacketMonitor\Backup\PacketMonitor.csproj.user
     文件         909  2006-10-08 16:10  论文\PacketMonitor\Backup\PacketMonitor.sln
     文件       17920  2010-05-05 20:25  论文\PacketMonitor\Backup\PacketMonitor.suo
     文件       14604  2010-05-05 20:04  论文\PacketMonitor\Backup\PacketMonitorForm.cs
     文件      268543  2010-05-05 19:57  论文\PacketMonitor\Backup\PacketMonitorForm.resx
     文件      171014  2010-05-05 19:53  论文\PacketMonitor\Backup\TXT2.ico
     目录           0  2011-12-01 21:26  论文\PacketMonitor\bin\
     目录           0  2011-12-01 21:26  论文\PacketMonitor\bin\Debug\
     目录           0  2011-12-01 21:12  论文\PacketMonitor\bin\Release\
     文件      380928  2011-12-01 21:12  论文\PacketMonitor\bin\Release\PacketMonitor.exe
     文件       11608  2011-12-01 21:26  论文\PacketMonitor\bin\Release\PacketMonitor.vshost.exe
     文件         490  2010-03-17 22:39  论文\PacketMonitor\bin\Release\PacketMonitor.vshost.exe.manifest
     目录           0  2011-12-01 21:12  论文\PacketMonitor\obj\
     目录           0  2011-12-01 21:12  论文\PacketMonitor\obj\Debug\
     文件        5267  2011-12-01 21:12  论文\PacketMonitor\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     文件         530  2011-12-01 21:12  论文\PacketMonitor\obj\Debug\GenerateResource-ResGen.read.1.tlog
     文件         670  2011-12-01 21:12  论文\PacketMonitor\obj\Debug\GenerateResource-ResGen.write.1.tlog
     文件         180  2011-12-01 21:12  论文\PacketMonitor\obj\Debug\Org.Mentalis.Network.PacketMonitor.PacketForm.resources
     文件      175091  2011-12-01 21:12  论文\PacketMonitor\obj\Debug\Org.Mentalis.Network.PacketMonitor.PacketMonitorForm.resources
............此处省略34个文件信息

评论

共有 条评论