35 |
|
this.btnClearLog = new System.Windows.Forms.Button(); |
36 |
|
this.btnCopyLogToClipboard = new System.Windows.Forms.Button(); |
37 |
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); |
38 |
+ |
this.autoscroll_timer = new System.Windows.Forms.Timer(this.components); |
39 |
|
this.pnl_top.SuspendLayout(); |
40 |
|
this.pnl_top_flow.SuspendLayout(); |
41 |
|
this.SuspendLayout(); |
104 |
|
this.btnCopyLogToClipboard.UseVisualStyleBackColor = true; |
105 |
|
this.btnCopyLogToClipboard.Click += new System.EventHandler(this.btnCopyLogToClipboard_Click); |
106 |
|
// |
107 |
+ |
// autoscroll_timer |
108 |
+ |
// |
109 |
+ |
this.autoscroll_timer.Interval = 1000; |
110 |
+ |
this.autoscroll_timer.Tick += new System.EventHandler(this.autoscroll_timer_Tick); |
111 |
+ |
// |
112 |
|
// LogWriter |
113 |
|
// |
114 |
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); |
134 |
|
private System.Windows.Forms.Button btnClearLog; |
135 |
|
private System.Windows.Forms.Button btnCopyLogToClipboard; |
136 |
|
private System.Windows.Forms.ToolTip toolTip1; |
137 |
+ |
private System.Windows.Forms.Timer autoscroll_timer; |
138 |
|
} |
139 |
|
} |