--- trunk/EmuXPortal/Form1.Designer.cs 2012/04/03 20:08:55 4 +++ trunk/EmuXPortal/Form1.Designer.cs 2012/04/03 21:00:28 13 @@ -28,9 +28,19 @@ /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); + this.SuspendLayout(); + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(284, 262); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + this.Name = "Form1"; this.Text = "Form1"; + this.Shown += new System.EventHandler(this.Form1_Shown); + this.ResumeLayout(false); + } #endregion