diff --git a/PrimaryFormParts/PrimaryForm.cs b/PrimaryFormParts/PrimaryForm.cs index 663b2e3..8fcfd07 100644 --- a/PrimaryFormParts/PrimaryForm.cs +++ b/PrimaryFormParts/PrimaryForm.cs @@ -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";