關閉手機點歌功能

This commit is contained in:
jasonchenwork 2025-05-14 09:47:03 +08:00
parent af1ae44fa0
commit 7bc4902e38

View File

@ -661,7 +661,9 @@ namespace DualScreenDemo
myFavoritesButton.BringToFront();
deliciousFoodButton.BringToFront();
promotionsButton.BringToFront();
mobileSongRequestButton.BringToFront();
// 關閉手機點歌功能
// mobileSongRequestButton.BringToFront();
qieGeButton.BringToFront();
musicUpButton.BringToFront();
musicDownButton.BringToFront();
@ -1322,12 +1324,14 @@ namespace DualScreenDemo
InitializeButton(ref promotionsButton, ref promotionsNormalBackground, ref promotionsActiveBackground, "promotionsButton", 1202, 97, 99, 99, "themes\\superstar\\ICON上方\\上方ICON_優惠活動-11.png", promotionsButton_Click);
InitializeButton(ref deliciousFoodButton, ref deliciousFoodNormalBackground, ref deliciousFoodActiveBackground, "deliciousFoodButton", 1320, 97, 98, 99, "themes\\superstar\\ICON上方\\上方ICON_美味菜單-12.png", DeliciousFoodButton_Click);
mobileSongRequestButton = new Button { Text = "" };
mobileSongRequestButton.Name = "mobileSongRequestButton";
ConfigureButton(mobileSongRequestButton, 1211, 669, 210, 70,
// 關閉手機點歌功能
// mobileSongRequestButton = new Button { Text = "" };
// mobileSongRequestButton.Name = "mobileSongRequestButton";
/*
ConfigureButton(mobileSongRequestButton, 1211, 669, 210, 70,
resizedNormalStateImage, resizedMouseOverImage, resizedMouseDownImage,
MobileSongRequestButton_Click);
*/
qieGeButton = new Button{ Text = "" };
qieGeButton.Name = "qieGeButton";