修改搜索IP后的显示逻辑
This commit is contained in:
12
C-Windows-1/Form1.Designer.cs
generated
12
C-Windows-1/Form1.Designer.cs
generated
@@ -185,6 +185,8 @@
|
||||
this.BtnCon1 = new System.Windows.Forms.Button();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.UDPRead = new System.Windows.Forms.Timer(this.components);
|
||||
this.UDPOverTime = new System.Windows.Forms.Timer(this.components);
|
||||
((System.ComponentModel.ISupportInitialize)(this.DataGridView1)).BeginInit();
|
||||
this.menuStrip1.SuspendLayout();
|
||||
this.groupBox1.SuspendLayout();
|
||||
@@ -1584,6 +1586,14 @@
|
||||
this.label6.TabIndex = 15;
|
||||
this.label6.Text = "9999";
|
||||
//
|
||||
// UDPRead
|
||||
//
|
||||
this.UDPRead.Tick += new System.EventHandler(this.UDPRead_Tick);
|
||||
//
|
||||
// UDPOverTime
|
||||
//
|
||||
this.UDPOverTime.Tick += new System.EventHandler(this.UDPOverTime_Tick);
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
@@ -1815,5 +1825,7 @@
|
||||
private System.Windows.Forms.GroupBox groupBox2;
|
||||
private System.Windows.Forms.Label labelyinjian;
|
||||
private System.Windows.Forms.Label labelruanjian;
|
||||
private System.Windows.Forms.Timer UDPRead;
|
||||
private System.Windows.Forms.Timer UDPOverTime;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user