From 7bc4902e387bdcf57bb24e8fd29a10abc5326816 Mon Sep 17 00:00:00 2001 From: jasonchenwork Date: Wed, 14 May 2025 09:47:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=9C=E9=96=89=E6=89=8B=E6=A9=9F=E9=BB=9E?= =?UTF-8?q?=E6=AD=8C=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PrimaryFormParts/PrimaryForm.cs | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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";