📄 capturedisplay.cs
字号:
// LblUDPCount
//
this.LblUDPCount.AutoSize = true;
this.LblUDPCount.Location = new System.Drawing.Point(120, 96);
this.LblUDPCount.Name = "LblUDPCount";
this.LblUDPCount.Size = new System.Drawing.Size(10, 13);
this.LblUDPCount.TabIndex = 12;
this.LblUDPCount.Text = "0";
//
// LblICMPPct
//
this.LblICMPPct.AutoSize = true;
this.LblICMPPct.Location = new System.Drawing.Point(232, 120);
this.LblICMPPct.Name = "LblICMPPct";
this.LblICMPPct.Size = new System.Drawing.Size(53, 13);
this.LblICMPPct.TabIndex = 13;
this.LblICMPPct.Text = "( 0.00 % )";
//
// LblICMPCount
//
this.LblICMPCount.AutoSize = true;
this.LblICMPCount.Location = new System.Drawing.Point(120, 120);
this.LblICMPCount.Name = "LblICMPCount";
this.LblICMPCount.Size = new System.Drawing.Size(10, 13);
this.LblICMPCount.TabIndex = 14;
this.LblICMPCount.Text = "0";
//
// LblOSPF
//
this.LblOSPF.AutoSize = true;
this.LblOSPF.Location = new System.Drawing.Point(16, 168);
this.LblOSPF.Name = "LblOSPF";
this.LblOSPF.Size = new System.Drawing.Size(35, 13);
this.LblOSPF.TabIndex = 15;
this.LblOSPF.Text = "OSPF";
//
// LblARP
//
this.LblARP.AutoSize = true;
this.LblARP.Location = new System.Drawing.Point(16, 144);
this.LblARP.Name = "LblARP";
this.LblARP.Size = new System.Drawing.Size(27, 13);
this.LblARP.TabIndex = 16;
this.LblARP.Text = "ARP";
//
// LblOSPFCount
//
this.LblOSPFCount.AutoSize = true;
this.LblOSPFCount.Location = new System.Drawing.Point(120, 168);
this.LblOSPFCount.Name = "LblOSPFCount";
this.LblOSPFCount.Size = new System.Drawing.Size(10, 13);
this.LblOSPFCount.TabIndex = 17;
this.LblOSPFCount.Text = "0";
//
// LblARPCount
//
this.LblARPCount.AutoSize = true;
this.LblARPCount.Location = new System.Drawing.Point(120, 144);
this.LblARPCount.Name = "LblARPCount";
this.LblARPCount.Size = new System.Drawing.Size(10, 13);
this.LblARPCount.TabIndex = 18;
this.LblARPCount.Text = "0";
//
// LblOSPFPct
//
this.LblOSPFPct.AutoSize = true;
this.LblOSPFPct.Location = new System.Drawing.Point(232, 168);
this.LblOSPFPct.Name = "LblOSPFPct";
this.LblOSPFPct.Size = new System.Drawing.Size(53, 13);
this.LblOSPFPct.TabIndex = 19;
this.LblOSPFPct.Text = "( 0.00 % )";
//
// LblARPPct
//
this.LblARPPct.AutoSize = true;
this.LblARPPct.Location = new System.Drawing.Point(232, 144);
this.LblARPPct.Name = "LblARPPct";
this.LblARPPct.Size = new System.Drawing.Size(53, 13);
this.LblARPPct.TabIndex = 20;
this.LblARPPct.Text = "( 0.00 % )";
//
// LblGRE
//
this.LblGRE.AutoSize = true;
this.LblGRE.Location = new System.Drawing.Point(16, 192);
this.LblGRE.Name = "LblGRE";
this.LblGRE.Size = new System.Drawing.Size(29, 13);
this.LblGRE.TabIndex = 21;
this.LblGRE.Text = "GRE";
//
// LblGRECount
//
this.LblGRECount.AutoSize = true;
this.LblGRECount.Location = new System.Drawing.Point(120, 192);
this.LblGRECount.Name = "LblGRECount";
this.LblGRECount.Size = new System.Drawing.Size(10, 13);
this.LblGRECount.TabIndex = 22;
this.LblGRECount.Text = "0";
//
// LblNetBIOS
//
this.LblNetBIOS.AutoSize = true;
this.LblNetBIOS.Location = new System.Drawing.Point(16, 216);
this.LblNetBIOS.Name = "LblNetBIOS";
this.LblNetBIOS.Size = new System.Drawing.Size(49, 13);
this.LblNetBIOS.TabIndex = 23;
this.LblNetBIOS.Text = "NetBIOS";
//
// LblGREPct
//
this.LblGREPct.AutoSize = true;
this.LblGREPct.Location = new System.Drawing.Point(232, 192);
this.LblGREPct.Name = "LblGREPct";
this.LblGREPct.Size = new System.Drawing.Size(53, 13);
this.LblGREPct.TabIndex = 24;
this.LblGREPct.Text = "( 0.00 % )";
//
// LblNetBIOSCount
//
this.LblNetBIOSCount.AutoSize = true;
this.LblNetBIOSCount.Location = new System.Drawing.Point(120, 216);
this.LblNetBIOSCount.Name = "LblNetBIOSCount";
this.LblNetBIOSCount.Size = new System.Drawing.Size(10, 13);
this.LblNetBIOSCount.TabIndex = 25;
this.LblNetBIOSCount.Text = "0";
//
// LblNetBIOSPct
//
this.LblNetBIOSPct.AutoSize = true;
this.LblNetBIOSPct.Location = new System.Drawing.Point(232, 216);
this.LblNetBIOSPct.Name = "LblNetBIOSPct";
this.LblNetBIOSPct.Size = new System.Drawing.Size(53, 13);
this.LblNetBIOSPct.TabIndex = 26;
this.LblNetBIOSPct.Text = "( 0.00 % )";
this.LblNetBIOSPct.Click += new System.EventHandler(this.LblNetBIOSPct_Click);
//
// LblIPX
//
this.LblIPX.AutoSize = true;
this.LblIPX.Location = new System.Drawing.Point(16, 240);
this.LblIPX.Name = "LblIPX";
this.LblIPX.Size = new System.Drawing.Size(22, 13);
this.LblIPX.TabIndex = 27;
this.LblIPX.Text = "IPX";
//
// LblIPXPct
//
this.LblIPXPct.AutoSize = true;
this.LblIPXPct.Location = new System.Drawing.Point(232, 240);
this.LblIPXPct.Name = "LblIPXPct";
this.LblIPXPct.Size = new System.Drawing.Size(53, 13);
this.LblIPXPct.TabIndex = 28;
this.LblIPXPct.Text = "( 0.00 % )";
//
// LblIPXCount
//
this.LblIPXCount.AutoSize = true;
this.LblIPXCount.Location = new System.Drawing.Point(120, 240);
this.LblIPXCount.Name = "LblIPXCount";
this.LblIPXCount.Size = new System.Drawing.Size(10, 13);
this.LblIPXCount.TabIndex = 29;
this.LblIPXCount.Text = "0";
//
// LblVINESCount
//
this.LblVINESCount.AutoSize = true;
this.LblVINESCount.Location = new System.Drawing.Point(120, 264);
this.LblVINESCount.Name = "LblVINESCount";
this.LblVINESCount.Size = new System.Drawing.Size(10, 13);
this.LblVINESCount.TabIndex = 30;
this.LblVINESCount.Text = "0";
//
// LblVINES
//
this.LblVINES.AutoSize = true;
this.LblVINES.Location = new System.Drawing.Point(16, 264);
this.LblVINES.Name = "LblVINES";
this.LblVINES.Size = new System.Drawing.Size(38, 13);
this.LblVINES.TabIndex = 31;
this.LblVINES.Text = "VINES";
//
// LblVINESPct
//
this.LblVINESPct.AutoSize = true;
this.LblVINESPct.Location = new System.Drawing.Point(232, 264);
this.LblVINESPct.Name = "LblVINESPct";
this.LblVINESPct.Size = new System.Drawing.Size(53, 13);
this.LblVINESPct.TabIndex = 32;
this.LblVINESPct.Text = "( 0.00 % )";
this.LblVINESPct.Click += new System.EventHandler(this.LblVINESPct_Click);
//
// LblOther
//
this.LblOther.AutoSize = true;
this.LblOther.Location = new System.Drawing.Point(16, 288);
this.LblOther.Name = "LblOther";
this.LblOther.Size = new System.Drawing.Size(32, 13);
this.LblOther.TabIndex = 33;
this.LblOther.Text = "Other";
//
// LblOtherPct
//
this.LblOtherPct.AutoSize = true;
this.LblOtherPct.Location = new System.Drawing.Point(232, 288);
this.LblOtherPct.Name = "LblOtherPct";
this.LblOtherPct.Size = new System.Drawing.Size(53, 13);
this.LblOtherPct.TabIndex = 34;
this.LblOtherPct.Text = "( 0.00 % )";
//
// LblOtherCount
//
this.LblOtherCount.AutoSize = true;
this.LblOtherCount.Location = new System.Drawing.Point(120, 288);
this.LblOtherCount.Name = "LblOtherCount";
this.LblOtherCount.Size = new System.Drawing.Size(10, 13);
this.LblOtherCount.TabIndex = 35;
this.LblOtherCount.Text = "0";
//
// GrpBoxRunningTime
//
this.GrpBoxRunningTime.Controls.AddRange(new System.Windows.Forms.Control[] {
this.LblRunningTime});
this.GrpBoxRunningTime.Location = new System.Drawing.Point(8, 328);
this.GrpBoxRunningTime.Name = "GrpBoxRunningTime";
this.GrpBoxRunningTime.Size = new System.Drawing.Size(328, 56);
this.GrpBoxRunningTime.TabIndex = 1;
this.GrpBoxRunningTime.TabStop = false;
//
// LblRunningTime
//
this.LblRunningTime.Location = new System.Drawing.Point(8, 24);
this.LblRunningTime.Name = "LblRunningTime";
this.LblRunningTime.Size = new System.Drawing.Size(312, 16);
this.LblRunningTime.TabIndex = 0;
this.LblRunningTime.Text = "00:00:00";
this.LblRunningTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// BtnStop
//
this.BtnStop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(162)));
this.BtnStop.Location = new System.Drawing.Point(8, 392);
this.BtnStop.Name = "BtnStop";
this.BtnStop.Size = new System.Drawing.Size(328, 48);
this.BtnStop.TabIndex = 2;
this.BtnStop.Text = "Stop";
//
// CaptureDisplay
//
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.ClientSize = new System.Drawing.Size(344, 445);
this.Controls.AddRange(new System.Windows.Forms.Control[] {
this.BtnStop,
this.GrpBoxRunningTime,
this.GrpBoxCapture});
this.Name = "CaptureDisplay";
this.Text = "CaptureDisplay - r.ysie.ysse.ysmu.r.bb";
this.GrpBoxCapture.ResumeLayout(false);
this.GrpBoxRunningTime.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
public void LblUDPPct_Click(object sender, System.EventArgs e)
{
}
public void LblNetBIOSPct_Click(object sender, System.EventArgs e)
{
}
public void LblVINESPct_Click(object sender, System.EventArgs e)
{
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -