34 |
|
this.pnl_top_flow = new System.Windows.Forms.FlowLayoutPanel(); |
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.logupdater = new System.ComponentModel.BackgroundWorker(); |
37 |
|
this.chkAutoScroll = new System.Windows.Forms.CheckBox(); |
38 |
+ |
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); |
39 |
|
this.pnl_top.SuspendLayout(); |
40 |
|
this.pnl_top_flow.SuspendLayout(); |
41 |
|
this.SuspendLayout(); |
105 |
|
this.btnCopyLogToClipboard.UseVisualStyleBackColor = true; |
106 |
|
this.btnCopyLogToClipboard.Click += new System.EventHandler(this.btnCopyLogToClipboard_Click); |
107 |
|
// |
110 |
– |
// autoscroll_timer |
111 |
– |
// |
112 |
– |
this.autoscroll_timer.Interval = 1000; |
113 |
– |
this.autoscroll_timer.Tick += new System.EventHandler(this.autoscroll_timer_Tick); |
114 |
– |
// |
115 |
– |
// logupdater |
116 |
– |
// |
117 |
– |
this.logupdater.DoWork += new System.ComponentModel.DoWorkEventHandler(this.logupdater_DoWork); |
118 |
– |
this.logupdater.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.logupdater_RunWorkerCompleted); |
119 |
– |
// |
108 |
|
// chkAutoScroll |
109 |
|
// |
110 |
|
this.chkAutoScroll.AutoSize = true; |
142 |
|
private System.Windows.Forms.Button btnClearLog; |
143 |
|
private System.Windows.Forms.Button btnCopyLogToClipboard; |
144 |
|
private System.Windows.Forms.ToolTip toolTip1; |
157 |
– |
private System.Windows.Forms.Timer autoscroll_timer; |
158 |
– |
private System.ComponentModel.BackgroundWorker logupdater; |
145 |
|
private System.Windows.Forms.CheckBox chkAutoScroll; |
146 |
|
} |
147 |
|
} |