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) {