歌曲id搜尋判斷更動,人聲icon路徑更改
This commit is contained in:
parent
a6d1dcdb0a
commit
f814c083aa
@ -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)
|
||||
|
@ -504,7 +504,7 @@ namespace DualScreenDemo
|
||||
buttonImages.normal, // 正常狀態圖片
|
||||
buttonImages.mouseOver, // 鼠標懸停圖片
|
||||
buttonImages.mouseDown, // 鼠標按下圖片
|
||||
CloseButtonSongIDSearch_Click // 按鈕點擊事件
|
||||
SongIDSearch_Click // 按鈕點擊事件
|
||||
);
|
||||
}
|
||||
|
||||
@ -554,14 +554,10 @@ namespace DualScreenDemo
|
||||
/// </summary>
|
||||
/// <param name="sender">觸發事件的對象,這裡是關閉按鈕。</param>
|
||||
/// <param name="e">事件參數。</param>
|
||||
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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user