33 |
// |
// |
34 |
// logwriter |
// logwriter |
35 |
// |
// |
|
this.logwriter.AutoScroll = true; |
|
36 |
this.logwriter.Dock = System.Windows.Forms.DockStyle.Fill; |
this.logwriter.Dock = System.Windows.Forms.DockStyle.Fill; |
37 |
this.logwriter.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
this.logwriter.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
38 |
this.logwriter.Location = new System.Drawing.Point(0, 0); |
this.logwriter.Location = new System.Drawing.Point(0, 0); |
48 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
49 |
this.ClientSize = new System.Drawing.Size(509, 379); |
this.ClientSize = new System.Drawing.Size(509, 379); |
50 |
this.Controls.Add(this.logwriter); |
this.Controls.Add(this.logwriter); |
51 |
|
this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.DockBottom))); |
52 |
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))); |
53 |
this.Name = "FloatingLogWindow"; |
this.Name = "FloatingLogWindow"; |
54 |
this.Text = "Log Output Window"; |
this.Text = "Log Output Window"; |