--- trunk/RomCheater/Docking/FloatingAboutBox.Designer.cs 2012/05/27 23:33:54 148 +++ trunk/RomCheater/Docking/FloatingAboutBox.Designer.cs 2012/05/28 02:01:34 152 @@ -48,7 +48,7 @@ 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.Float; + //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"; |