Signed-off-by: mbrucedogs <mbrucedogs@gmail.com>
This commit is contained in:
parent
cb1e1985c3
commit
f47fb454e8
3
KaraokePlayer/SongInfoForm.Designer.cs
generated
3
KaraokePlayer/SongInfoForm.Designer.cs
generated
@ -120,10 +120,11 @@
|
|||||||
this.BackColor = System.Drawing.Color.Black;
|
this.BackColor = System.Drawing.Color.Black;
|
||||||
this.ClientSize = new System.Drawing.Size(1200, 800);
|
this.ClientSize = new System.Drawing.Size(1200, 800);
|
||||||
this.Controls.Add(this.mainPanel);
|
this.Controls.Add(this.mainPanel);
|
||||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||||
this.Name = "SongInfoForm";
|
this.Name = "SongInfoForm";
|
||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||||
this.Text = "Karaoke - Up Next";
|
this.Text = "Karaoke - Up Next";
|
||||||
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
||||||
this.mainPanel.ResumeLayout(false);
|
this.mainPanel.ResumeLayout(false);
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user