Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater/Docking/FloatingLogWindow.Designer.cs 2012/05/27 22:24:30 146 +++ trunk/RomCheater/Docking/FloatingLogWindow.Designer.cs 2012/06/05 10:48:35 295 @@ -33,7 +33,6 @@ // // logwriter // - this.logwriter.AutoScroll = true; this.logwriter.Dock = System.Windows.Forms.DockStyle.Fill; this.logwriter.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.logwriter.Location = new System.Drawing.Point(0, 0); @@ -49,6 +48,7 @@ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(509, 379); this.Controls.Add(this.logwriter); + this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.DockBottom))); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Name = "FloatingLogWindow"; this.Text = "Log Output Window";
ViewVC Help | |
Powered by ViewVC 1.1.22 |