📄 clientform.designer.cs
字号:
namespace Test.Application
{
partial class ClientForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.btnStart = new System.Windows.Forms.Button();
this.txtIPAddress = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtIPPort = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.chkReliable = new System.Windows.Forms.CheckBox();
this.rbUDT = new System.Windows.Forms.RadioButton();
this.rbTCP = new System.Windows.Forms.RadioButton();
this.rbRUDP = new System.Windows.Forms.RadioButton();
this.txtRate = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.btnStop = new System.Windows.Forms.Button();
this.txtTotalBytes = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtSeconds = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.txtBDP = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.txtRTO = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.txtRTT = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.txtSCWND = new System.Windows.Forms.TextBox();
this.txtPMTU = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// btnStart
//
this.btnStart.Location = new System.Drawing.Point(12, 152);
this.btnStart.Name = "btnStart";
this.btnStart.Size = new System.Drawing.Size(75, 23);
this.btnStart.TabIndex = 0;
this.btnStart.Text = "Start...";
this.btnStart.UseVisualStyleBackColor = true;
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
//
// txtIPAddress
//
this.txtIPAddress.Location = new System.Drawing.Point(73, 75);
this.txtIPAddress.Name = "txtIPAddress";
this.txtIPAddress.Size = new System.Drawing.Size(100, 20);
this.txtIPAddress.TabIndex = 3;
this.txtIPAddress.Text = "172.22.41.81";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(13, 78);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(54, 13);
this.label2.TabIndex = 4;
this.label2.Text = "Server IP:";
//
// txtIPPort
//
this.txtIPPort.Location = new System.Drawing.Point(73, 101);
this.txtIPPort.Name = "txtIPPort";
this.txtIPPort.Size = new System.Drawing.Size(29, 20);
this.txtIPPort.TabIndex = 5;
this.txtIPPort.Text = "100";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.chkReliable);
this.groupBox1.Controls.Add(this.rbUDT);
this.groupBox1.Controls.Add(this.rbTCP);
this.groupBox1.Controls.Add(this.rbRUDP);
this.groupBox1.Controls.Add(this.txtIPPort);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtIPAddress);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(206, 125);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
//
// chkReliable
//
this.chkReliable.AutoSize = true;
this.chkReliable.Checked = true;
this.chkReliable.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkReliable.Location = new System.Drawing.Point(16, 42);
this.chkReliable.Name = "chkReliable";
this.chkReliable.Size = new System.Drawing.Size(75, 17);
this.chkReliable.TabIndex = 39;
this.chkReliable.Text = "Is Reliable";
this.chkReliable.UseVisualStyleBackColor = true;
//
// rbUDT
//
this.rbUDT.AutoSize = true;
this.rbUDT.Location = new System.Drawing.Point(72, 19);
this.rbUDT.Name = "rbUDT";
this.rbUDT.Size = new System.Drawing.Size(48, 17);
this.rbUDT.TabIndex = 38;
this.rbUDT.Text = "UDT";
this.rbUDT.UseVisualStyleBackColor = true;
//
// rbTCP
//
this.rbTCP.AutoSize = true;
this.rbTCP.Location = new System.Drawing.Point(124, 19);
this.rbTCP.Name = "rbTCP";
this.rbTCP.Size = new System.Drawing.Size(46, 17);
this.rbTCP.TabIndex = 37;
this.rbTCP.Text = "TCP";
this.rbTCP.UseVisualStyleBackColor = true;
//
// rbRUDP
//
this.rbRUDP.AutoSize = true;
this.rbRUDP.Checked = true;
this.rbRUDP.Location = new System.Drawing.Point(15, 19);
this.rbRUDP.Name = "rbRUDP";
this.rbRUDP.Size = new System.Drawing.Size(56, 17);
this.rbRUDP.TabIndex = 36;
this.rbRUDP.TabStop = true;
this.rbRUDP.Text = "RUDP";
this.rbRUDP.UseVisualStyleBackColor = true;
//
// txtRate
//
this.txtRate.Location = new System.Drawing.Point(85, 188);
this.txtRate.Name = "txtRate";
this.txtRate.Size = new System.Drawing.Size(140, 20);
this.txtRate.TabIndex = 13;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(8, 191);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(56, 13);
this.label3.TabIndex = 12;
this.label3.Text = "Send rate:";
//
// btnStop
//
this.btnStop.Location = new System.Drawing.Point(144, 152);
this.btnStop.Name = "btnStop";
this.btnStop.Size = new System.Drawing.Size(75, 23);
this.btnStop.TabIndex = 14;
this.btnStop.Text = "Stop";
this.btnStop.UseVisualStyleBackColor = true;
this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
//
// txtTotalBytes
//
this.txtTotalBytes.Location = new System.Drawing.Point(85, 214);
this.txtTotalBytes.Name = "txtTotalBytes";
this.txtTotalBytes.Size = new System.Drawing.Size(140, 20);
this.txtTotalBytes.TabIndex = 16;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(8, 217);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(69, 13);
this.label1.TabIndex = 15;
this.label1.Text = "Total Kbytes:";
//
// txtSeconds
//
this.txtSeconds.Location = new System.Drawing.Point(85, 240);
this.txtSeconds.Name = "txtSeconds";
this.txtSeconds.Size = new System.Drawing.Size(140, 20);
this.txtSeconds.TabIndex = 18;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(8, 243);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(55, 13);
this.label4.TabIndex = 17;
this.label4.Text = "Seconds :";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.txtBDP);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.txtRTO);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.txtRTT);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.txtSCWND);
this.groupBox2.Controls.Add(this.txtPMTU);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Location = new System.Drawing.Point(11, 266);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(206, 143);
this.groupBox2.TabIndex = 19;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Network information";
//
// txtBDP
//
this.txtBDP.Location = new System.Drawing.Point(88, 117);
this.txtBDP.Name = "txtBDP";
this.txtBDP.ReadOnly = true;
this.txtBDP.Size = new System.Drawing.Size(100, 20);
this.txtBDP.TabIndex = 13;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(14, 120);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(78, 13);
this.label9.TabIndex = 12;
this.label9.Text = "BDP (Mb/sec):";
//
// txtRTO
//
this.txtRTO.Location = new System.Drawing.Point(88, 91);
this.txtRTO.Name = "txtRTO";
this.txtRTO.ReadOnly = true;
this.txtRTO.Size = new System.Drawing.Size(100, 20);
this.txtRTO.TabIndex = 11;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(14, 94);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(55, 13);
this.label8.TabIndex = 10;
this.label8.Text = "RTO (ms):";
//
// txtRTT
//
this.txtRTT.Location = new System.Drawing.Point(88, 65);
this.txtRTT.Name = "txtRTT";
this.txtRTT.ReadOnly = true;
this.txtRTT.Size = new System.Drawing.Size(100, 20);
this.txtRTT.TabIndex = 9;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(14, 68);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(54, 13);
this.label7.TabIndex = 8;
this.label7.Text = "RTT (ms):";
//
// txtSCWND
//
this.txtSCWND.Location = new System.Drawing.Point(88, 39);
this.txtSCWND.Name = "txtSCWND";
this.txtSCWND.ReadOnly = true;
this.txtSCWND.Size = new System.Drawing.Size(100, 20);
this.txtSCWND.TabIndex = 7;
//
// txtPMTU
//
this.txtPMTU.Location = new System.Drawing.Point(88, 16);
this.txtPMTU.Name = "txtPMTU";
this.txtPMTU.ReadOnly = true;
this.txtPMTU.Size = new System.Drawing.Size(100, 20);
this.txtPMTU.TabIndex = 6;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(14, 42);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(54, 13);
this.label6.TabIndex = 5;
this.label6.Text = "SCWND :";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(12, 16);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(62, 13);
this.label5.TabIndex = 4;
this.label5.Text = "Path MTU :";
//
// ClientForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(231, 418);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.txtSeconds);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtTotalBytes);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnStop);
this.Controls.Add(this.txtRate);
this.Controls.Add(this.label3);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnStart);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "ClientForm";
this.Text = "RUDP Client";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TCPClientForm_FormClosing);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnStart;
private System.Windows.Forms.TextBox txtIPAddress;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtIPPort;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtRate;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnStop;
private System.Windows.Forms.TextBox txtTotalBytes;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtSeconds;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.RadioButton rbTCP;
private System.Windows.Forms.RadioButton rbRUDP;
private System.Windows.Forms.RadioButton rbUDT;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox txtSCWND;
private System.Windows.Forms.TextBox txtPMTU;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.CheckBox chkReliable;
private System.Windows.Forms.TextBox txtRTO;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtRTT;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtBDP;
private System.Windows.Forms.Label label9;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -