test #1
@ -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);
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user