37 |
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); |
38 |
|
this.autoscroll_timer = new System.Windows.Forms.Timer(this.components); |
39 |
|
this.logupdater = new System.ComponentModel.BackgroundWorker(); |
40 |
+ |
this.chkAutoScroll = new System.Windows.Forms.CheckBox(); |
41 |
|
this.pnl_top.SuspendLayout(); |
42 |
|
this.pnl_top_flow.SuspendLayout(); |
43 |
|
this.SuspendLayout(); |
51 |
|
this.txtLog.Margin = new System.Windows.Forms.Padding(0); |
52 |
|
this.txtLog.Name = "txtLog"; |
53 |
|
this.txtLog.ReadOnly = true; |
54 |
< |
this.txtLog.Size = new System.Drawing.Size(280, 240); |
54 |
> |
this.txtLog.Size = new System.Drawing.Size(469, 240); |
55 |
|
this.txtLog.TabIndex = 0; |
56 |
|
this.txtLog.Text = ""; |
57 |
|
// |
63 |
|
this.pnl_top.Location = new System.Drawing.Point(0, 0); |
64 |
|
this.pnl_top.Margin = new System.Windows.Forms.Padding(0); |
65 |
|
this.pnl_top.Name = "pnl_top"; |
66 |
< |
this.pnl_top.Size = new System.Drawing.Size(280, 30); |
66 |
> |
this.pnl_top.Size = new System.Drawing.Size(469, 30); |
67 |
|
this.pnl_top.TabIndex = 1; |
68 |
|
// |
69 |
|
// pnl_top_flow |
71 |
|
this.pnl_top_flow.AutoScroll = true; |
72 |
|
this.pnl_top_flow.Controls.Add(this.btnClearLog); |
73 |
|
this.pnl_top_flow.Controls.Add(this.btnCopyLogToClipboard); |
74 |
+ |
this.pnl_top_flow.Controls.Add(this.chkAutoScroll); |
75 |
|
this.pnl_top_flow.Dock = System.Windows.Forms.DockStyle.Fill; |
76 |
|
this.pnl_top_flow.Location = new System.Drawing.Point(0, 0); |
77 |
|
this.pnl_top_flow.Margin = new System.Windows.Forms.Padding(0); |
78 |
|
this.pnl_top_flow.Name = "pnl_top_flow"; |
79 |
< |
this.pnl_top_flow.Size = new System.Drawing.Size(276, 26); |
79 |
> |
this.pnl_top_flow.Size = new System.Drawing.Size(465, 26); |
80 |
|
this.pnl_top_flow.TabIndex = 0; |
81 |
|
// |
82 |
|
// btnClearLog |
117 |
|
this.logupdater.DoWork += new System.ComponentModel.DoWorkEventHandler(this.logupdater_DoWork); |
118 |
|
this.logupdater.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.logupdater_RunWorkerCompleted); |
119 |
|
// |
120 |
+ |
// chkAutoScroll |
121 |
+ |
// |
122 |
+ |
this.chkAutoScroll.AutoSize = true; |
123 |
+ |
this.chkAutoScroll.Location = new System.Drawing.Point(279, 3); |
124 |
+ |
this.chkAutoScroll.Name = "chkAutoScroll"; |
125 |
+ |
this.chkAutoScroll.Size = new System.Drawing.Size(163, 20); |
126 |
+ |
this.chkAutoScroll.TabIndex = 2; |
127 |
+ |
this.chkAutoScroll.Text = "Auto Scroll Ouput"; |
128 |
+ |
this.chkAutoScroll.UseVisualStyleBackColor = true; |
129 |
+ |
this.chkAutoScroll.CheckedChanged += new System.EventHandler(this.chkAutoScroll_CheckedChanged); |
130 |
+ |
// |
131 |
|
// LogWriter |
132 |
|
// |
133 |
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); |
137 |
|
this.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
138 |
|
this.Margin = new System.Windows.Forms.Padding(0); |
139 |
|
this.Name = "LogWriter"; |
140 |
< |
this.Size = new System.Drawing.Size(280, 270); |
140 |
> |
this.Size = new System.Drawing.Size(469, 270); |
141 |
|
this.Load += new System.EventHandler(this.LogWriter_Load); |
142 |
|
this.pnl_top.ResumeLayout(false); |
143 |
|
this.pnl_top_flow.ResumeLayout(false); |
156 |
|
private System.Windows.Forms.ToolTip toolTip1; |
157 |
|
private System.Windows.Forms.Timer autoscroll_timer; |
158 |
|
private System.ComponentModel.BackgroundWorker logupdater; |
159 |
+ |
private System.Windows.Forms.CheckBox chkAutoScroll; |
160 |
|
} |
161 |
|
} |