test #1

Merged
jasonchenwork merged 64 commits from test into master 2025-03-18 17:32:23 +08:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit bbb89a17ca - Show all commits

View File

@ -269,12 +269,12 @@ namespace OverlayFormObj
this.Controls.Add(displayLabel);
}
}
// 播放暫停,字體大小
private void InitializePauseLabel()
{
pauseLabel = new Label();
pauseLabel.AutoSize = false;
pauseLabel.Font = new Font("Microsoft JhengHei", 125, FontStyle.Bold);
pauseLabel.Font = new Font("Microsoft JhengHei", 75, FontStyle.Bold);
pauseLabel.BackColor = Color.Transparent;
pauseLabel.TextAlign = ContentAlignment.MiddleCenter;
pauseLabel.Size = new Size(1080, 200);
@ -318,13 +318,13 @@ namespace OverlayFormObj
this.Controls.Add(pauseLabel);
}
// 播放靜音,字體大小
private void InitializeMuteLabel()
{
muteLabel = new Label();
muteLabel.AutoSize = false;
muteLabel.Visible = false;
muteLabel.Font = new Font("Microsoft JhengHei", 125, FontStyle.Bold);
muteLabel.Font = new Font("Microsoft JhengHei", 75, FontStyle.Bold);
muteLabel.BackColor = Color.Transparent;
muteLabel.TextAlign = ContentAlignment.MiddleCenter;
muteLabel.Size = new Size(1080, 200);

View File

@ -14,5 +14,5 @@ Filter: LAV Splitter
Pin: Input
Pin: Video
Pin: Audio
Filter: \\SVR01\DISK05\522246.mpg
Filter: C:\video\welcome.mpg
Pin: Output