public Form3(Guideform that)
 {
     InitializeComponent();
     InitializeGame();
     guideform                  = that;
     this.BackgroundImage       = Properties.Resources.Tetris4;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
 }
Exemple #2
0
 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;
 }
Exemple #3
0
 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;
 }
Exemple #4
0
 public LocalDoubles(Guideform that)
 {
     InitializeComponent();
     guideform = that;
 }