修改搜索IP后的显示逻辑

This commit is contained in:
zhouyunhao
2024-09-23 08:48:13 +08:00
parent 5e2261e74e
commit dcd9b20fb0
63 changed files with 328161 additions and 235 deletions

View File

@@ -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;
}
}