ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/EmuXPortal/trunk/EmuXPortal/Form1.Designer.cs
(Generate patch)

Comparing trunk/EmuXPortal/Form1.Designer.cs (file contents):
Revision 12 by william, Tue Apr 3 20:08:55 2012 UTC vs.
Revision 13 by william, Tue Apr 3 21:00:28 2012 UTC

--- trunk/EmuXPortal/Form1.Designer.cs	2012/04/03 20:35:32	12
+++ trunk/EmuXPortal/Form1.Designer.cs	2012/04/03 21:00:28	13
@@ -28,9 +28,19 @@
         /// </summary>
         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