49 |
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
50 |
|
this.ClientSize = new System.Drawing.Size(509, 379); |
51 |
|
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))); |
54 |
|
this.Name = "FloatingLogWindow"; |
55 |
|
this.Text = "Log Output Window"; |