test #1
@ -100,9 +100,10 @@ namespace DualScreenDemo
|
|||||||
|
|
||||||
return images;
|
return images;
|
||||||
}
|
}
|
||||||
|
// 優惠活動 按鈕事件
|
||||||
private void promotionsButton_Click(object sender, EventArgs e)
|
private void promotionsButton_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
promotionsAndMenuPanel.currentPageIndex=0;
|
||||||
newSongAlertButton.BackgroundImage = newSongAlertNormalBackground;
|
newSongAlertButton.BackgroundImage = newSongAlertNormalBackground;
|
||||||
hotPlayButton.BackgroundImage = hotPlayNormalBackground;
|
hotPlayButton.BackgroundImage = hotPlayNormalBackground;
|
||||||
singerSearchButton.BackgroundImage = singerSearchNormalBackground;
|
singerSearchButton.BackgroundImage = singerSearchNormalBackground;
|
||||||
@ -135,7 +136,7 @@ namespace DualScreenDemo
|
|||||||
pictureBoxQRCode.Visible = false;
|
pictureBoxQRCode.Visible = false;
|
||||||
closeQRCodeButton.Visible = false;
|
closeQRCodeButton.Visible = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
SetPictureBoxToggleLightAndButtonsVisibility(false);
|
SetPictureBoxToggleLightAndButtonsVisibility(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1521,7 +1521,7 @@ namespace DualScreenDemo
|
|||||||
string labelText = isVocalRemoved ? "無人聲" : "有人聲";
|
string labelText = isVocalRemoved ? "無人聲" : "有人聲";
|
||||||
// 显示标签
|
// 显示标签
|
||||||
OverlayForm.MainForm.ShowOriginalSongLabel(labelText);
|
OverlayForm.MainForm.ShowOriginalSongLabel(labelText);
|
||||||
await Task.Delay(300);
|
await Task.Delay(3000);
|
||||||
// 隐藏标签
|
// 隐藏标签
|
||||||
OverlayForm.MainForm.HideOriginalSongLabel();
|
OverlayForm.MainForm.HideOriginalSongLabel();
|
||||||
}
|
}
|
||||||
|
@ -14,5 +14,5 @@ Filter: LAV Splitter
|
|||||||
Pin: Input
|
Pin: Input
|
||||||
Pin: Video
|
Pin: Video
|
||||||
Pin: Audio
|
Pin: Audio
|
||||||
Filter: C:\video\welcome.mpg
|
Filter: \\SVR01\DISK05\522246.mpg
|
||||||
Pin: Output
|
Pin: Output
|
||||||
|
Reference in New Issue
Block a user