/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._frame1 = new Asteroids.WinForms.Classes.GraphicPictureBox();
     ((System.ComponentModel.ISupportInitialize)(this._frame1)).BeginInit();
     this.SuspendLayout();
     //
     // frame1
     //
     this._frame1.BackColor = System.Drawing.SystemColors.WindowText;
     this._frame1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this._frame1.Location  = new System.Drawing.Point(0, 0);
     this._frame1.Name      = "_frame1";
     this._frame1.Size      = new System.Drawing.Size(634, 461);
     this._frame1.TabIndex  = 2;
     this._frame1.TabStop   = false;
     //
     // frmAsteroids
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(8, 19);
     this.ClientSize        = new System.Drawing.Size(634, 461);
     this.Controls.Add(this._frame1);
     this.Name       = "FrmAsteroids";
     this.Text       = "Asteroids";
     this.Activated += new System.EventHandler(this.frmAsteroids_Activated);
     this.Closed    += new System.EventHandler(this.frmAsteroids_Closed);
     this.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.frmAsteroids_KeyDown);
     this.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.frmAsteroids_KeyUp);
     this.Resize    += new System.EventHandler(this.frmAsteroids_Resize);
     ((System.ComponentModel.ISupportInitialize)(this._frame1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAsteroids));
     this.colorDialog1 = new System.Windows.Forms.ColorDialog();
     this._frame1      = new Asteroids.WinForms.Classes.GraphicPictureBox();
     ((System.ComponentModel.ISupportInitialize)(this._frame1)).BeginInit();
     this.SuspendLayout();
     //
     // _frame1
     //
     this._frame1.BackColor = System.Drawing.SystemColors.WindowText;
     this._frame1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this._frame1.Image     = ((System.Drawing.Image)(resources.GetObject("_frame1.Image")));
     this._frame1.Location  = new System.Drawing.Point(0, 0);
     this._frame1.Name      = "_frame1";
     this._frame1.Size      = new System.Drawing.Size(788, 611);
     this._frame1.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this._frame1.TabIndex  = 2;
     this._frame1.TabStop   = false;
     //
     // FrmAsteroids
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(788, 611);
     this.Controls.Add(this._frame1);
     this.Name       = "FrmAsteroids";
     this.Text       = "Asteroids";
     this.Activated += new System.EventHandler(this.frmAsteroids_Activated);
     this.Closed    += new System.EventHandler(this.frmAsteroids_Closed);
     this.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.frmAsteroids_KeyDown);
     this.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.frmAsteroids_KeyUp);
     this.Resize    += new System.EventHandler(this.frmAsteroids_Resize);
     ((System.ComponentModel.ISupportInitialize)(this._frame1)).EndInit();
     this.ResumeLayout(false);
 }