--- 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); |