From f814c083aabc1ea90f4d1a569072791d89e2bf48 Mon Sep 17 00:00:00 2001 From: "allen.yan" Date: Fri, 1 Aug 2025 14:12:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=8C=E6=9B=B2id=E6=90=9C=E5=B0=8B=E5=88=A4?= =?UTF-8?q?=E6=96=B7=E6=9B=B4=E5=8B=95,=E4=BA=BA=E8=81=B2icon=E8=B7=AF?= =?UTF-8?q?=E5=BE=91=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PrimaryFormParts/PrimaryForm.MultiPagePanel.cs | 2 +- .../SongSearch/PrimaryForm.SongSearch.NumberSearch.cs | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/PrimaryFormParts/PrimaryForm.MultiPagePanel.cs b/PrimaryFormParts/PrimaryForm.MultiPagePanel.cs index d8bc288..0451f30 100644 --- a/PrimaryFormParts/PrimaryForm.MultiPagePanel.cs +++ b/PrimaryFormParts/PrimaryForm.MultiPagePanel.cs @@ -425,7 +425,7 @@ namespace DualScreenDemo { PictureBox icon = new PictureBox() { - Image = Image.FromFile(Path.Combine(Application.StartupPath, @"themes\superstar\Button\3.介面\其他符號_人聲.png")), + Image = Image.FromFile(Path.Combine(Application.StartupPath, @"themes\superstar\其他符號_人聲\其他符號_人聲.png")), SizeMode = PictureBoxSizeMode.Zoom, Size = new Size(30, 30), Location = new Point(songX + 5, y + 8) diff --git a/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.NumberSearch.cs b/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.NumberSearch.cs index 6b74557..ccb1917 100644 --- a/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.NumberSearch.cs +++ b/PrimaryFormParts/SongSearch/PrimaryForm.SongSearch.NumberSearch.cs @@ -504,7 +504,7 @@ namespace DualScreenDemo buttonImages.normal, // 正常狀態圖片 buttonImages.mouseOver, // 鼠標懸停圖片 buttonImages.mouseDown, // 鼠標按下圖片 - CloseButtonSongIDSearch_Click // 按鈕點擊事件 + SongIDSearch_Click // 按鈕點擊事件 ); } @@ -554,14 +554,10 @@ namespace DualScreenDemo /// /// 觸發事件的對象,這裡是關閉按鈕。 /// 事件參數。 - private void CloseButtonSongIDSearch_Click(object sender, EventArgs e) + private void SongIDSearch_Click(object sender, EventArgs e) { - - - - - FindNumberSongs(); // 搜尋歌曲 + inputBoxSongIDSearch.Text = ""; } private void CloseButtonClick(object sender, EventArgs e) {