public Form3(Guideform that) { InitializeComponent(); InitializeGame(); guideform = that; this.BackgroundImage = Properties.Resources.Tetris4; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; }
public Form1(Guideform that) { InitializeComponent(); guideform = that; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.BackgroundImage = Properties.Resources.Tetris2; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; }
public Local2players(Guideform that) { InitializeComponent(); guideform = that; this.Width = 1225; this.Height = 550; this.BackgroundImage = Properties.Resources.Tetris3; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; }
public LocalDoubles(Guideform that) { InitializeComponent(); guideform = that; }