1 |
namespace RomCheater |
namespace RomCheater.Docking |
2 |
{ |
{ |
3 |
partial class FloatingLogWindow |
partial class FloatingLogWindow |
4 |
{ |
{ |
49 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
50 |
this.ClientSize = new System.Drawing.Size(509, 379); |
this.ClientSize = new System.Drawing.Size(509, 379); |
51 |
this.Controls.Add(this.logwriter); |
this.Controls.Add(this.logwriter); |
52 |
|
this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.DockBottom))); |
53 |
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
54 |
this.Name = "FloatingLogWindow"; |
this.Name = "FloatingLogWindow"; |
55 |
this.Text = "Log Output Window"; |
this.Text = "Log Output Window"; |