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

Comparing trunk/RomCheater/Docking/FloatingAboutBox.Designer.cs (file contents):
Revision 147 by william, Sun May 27 23:05:18 2012 UTC vs.
Revision 148 by william, Sun May 27 23:33:54 2012 UTC

--- trunk/RomCheater/Docking/FloatingAboutBox.Designer.cs	2012/05/27 23:05:18	147
+++ trunk/RomCheater/Docking/FloatingAboutBox.Designer.cs	2012/05/27 23:33:54	148
@@ -48,8 +48,9 @@
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(284, 262);
             this.Controls.Add(this.txtVersion);
-            this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)((WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft | WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight)));
+            this.DockAreas = WeifenLuo.WinFormsUI.Docking.DockAreas.Float;
             this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
             this.Name = "FloatingAboutBox";
             this.Text = "Rom Cheater Version";
             this.Shown += new System.EventHandler(this.FloatingAboutBox_Shown);