From aee9f67e702f6467aa1948777251fa1bf85353ec Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周四, 21 11月 2024 17:19:55 +0800 Subject: [PATCH] 修改图片 --- DataCapture_MA/Form1.Designer.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/DataCapture_MA/Form1.Designer.cs b/DataCapture_MA/Form1.Designer.cs index ae5ed35..e16b75f 100644 --- a/DataCapture_MA/Form1.Designer.cs +++ b/DataCapture_MA/Form1.Designer.cs @@ -28,6 +28,7 @@ /// </summary> private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CaptrueForm)); this.lbl_ip = new System.Windows.Forms.Label(); this.lbl_port = new System.Windows.Forms.Label(); this.local_port = new System.Windows.Forms.TextBox(); @@ -192,6 +193,7 @@ this.Controls.Add(this.local_port); this.Controls.Add(this.lbl_port); this.Controls.Add(this.lbl_ip); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "CaptrueForm"; this.Text = "UDP鏁版嵁閲囬泦"; this.ResumeLayout(false); -- Gitblit v1.9.3