關閉手機點歌功能
This commit is contained in:
parent
af1ae44fa0
commit
7bc4902e38
@ -661,7 +661,9 @@ namespace DualScreenDemo
|
|||||||
myFavoritesButton.BringToFront();
|
myFavoritesButton.BringToFront();
|
||||||
deliciousFoodButton.BringToFront();
|
deliciousFoodButton.BringToFront();
|
||||||
promotionsButton.BringToFront();
|
promotionsButton.BringToFront();
|
||||||
mobileSongRequestButton.BringToFront();
|
// 關閉手機點歌功能
|
||||||
|
// mobileSongRequestButton.BringToFront();
|
||||||
|
|
||||||
qieGeButton.BringToFront();
|
qieGeButton.BringToFront();
|
||||||
musicUpButton.BringToFront();
|
musicUpButton.BringToFront();
|
||||||
musicDownButton.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 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);
|
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 = new Button { Text = "" };
|
||||||
mobileSongRequestButton.Name = "mobileSongRequestButton";
|
// mobileSongRequestButton.Name = "mobileSongRequestButton";
|
||||||
ConfigureButton(mobileSongRequestButton, 1211, 669, 210, 70,
|
/*
|
||||||
|
ConfigureButton(mobileSongRequestButton, 1211, 669, 210, 70,
|
||||||
resizedNormalStateImage, resizedMouseOverImage, resizedMouseDownImage,
|
resizedNormalStateImage, resizedMouseOverImage, resizedMouseDownImage,
|
||||||
MobileSongRequestButton_Click);
|
MobileSongRequestButton_Click);
|
||||||
|
*/
|
||||||
|
|
||||||
qieGeButton = new Button{ Text = "" };
|
qieGeButton = new Button{ Text = "" };
|
||||||
qieGeButton.Name = "qieGeButton";
|
qieGeButton.Name = "qieGeButton";
|
||||||
|
Reference in New Issue
Block a user