From b113ecd8734a89b140813b7ff39a38d05a59a603 Mon Sep 17 00:00:00 2001 From: JEFF Date: Thu, 16 Jan 2025 19:38:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AA=BF=E6=95=B4=E7=A8=8B=E5=BC=8F0116?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Camera_connect/Main.Designer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Camera_connect/Main.Designer.cs b/Camera_connect/Main.Designer.cs index 081af3d..5392bdb 100644 --- a/Camera_connect/Main.Designer.cs +++ b/Camera_connect/Main.Designer.cs @@ -43,7 +43,7 @@ // // bt_connect // - bt_connect.Location = new Point(94, 75); + bt_connect.Location = new Point(99, 75); bt_connect.Name = "bt_connect"; bt_connect.Size = new Size(116, 63); bt_connect.TabIndex = 0; @@ -83,7 +83,7 @@ // // pictureBox1 // - pictureBox1.Location = new Point(99, 342); + pictureBox1.Location = new Point(99, 328); pictureBox1.Name = "pictureBox1"; pictureBox1.Size = new Size(1219, 940); pictureBox1.TabIndex = 4; @@ -92,7 +92,7 @@ // Label_status // Label_status.AutoSize = true; - Label_status.Location = new Point(99, 171); + Label_status.Location = new Point(99, 176); Label_status.Name = "Label_status"; Label_status.Size = new Size(82, 23); Label_status.TabIndex = 5;