diff --git a/PrimaryFormParts/PrimaryForm.VodScreen.cs b/PrimaryFormParts/PrimaryForm.VodScreen.cs index edae8ad..6ba4f1b 100644 --- a/PrimaryFormParts/PrimaryForm.VodScreen.cs +++ b/PrimaryFormParts/PrimaryForm.VodScreen.cs @@ -26,7 +26,7 @@ namespace DualScreenDemo vodButton = new Button(); vodButton.Text = ""; ResizeAndPositionButton(vodButton, xPosition - 119, yPosition + 35, 110, 50); - vodButton.BackgroundImage = Image.FromFile(Path.Combine(Application.StartupPath, @"themes\superstar\button\3.介面\歌曲點播_空白介面.png")); + vodButton.BackgroundImage = Image.FromFile(Path.Combine(Application.StartupPath, @"themes\superstar\button\3.介面\歌曲點播_點播.png")); vodButton.BackgroundImageLayout = ImageLayout.Stretch; vodButton.FlatStyle = FlatStyle.Flat; vodButton.FlatAppearance.BorderSize = 0; diff --git a/PrimaryFormParts/PrimaryForm.cs b/PrimaryFormParts/PrimaryForm.cs index a188b91..2a18c18 100644 --- a/PrimaryFormParts/PrimaryForm.cs +++ b/PrimaryFormParts/PrimaryForm.cs @@ -1774,7 +1774,7 @@ namespace DualScreenDemo string songInfo = SongDetail.getName() ?? "未提供歌曲信息"; - g.DrawString(songInfo, font, textBrush, new PointF(201, 29)); + g.DrawString(songInfo, font, textBrush, new PointF(121, 18)); } ResizeAndPositionPictureBox(VodScreenPictureBox, xPosition, yPosition, pictureBoxWidth, pictureBoxHeight);