34 |
this.pnl_top_flow = new System.Windows.Forms.FlowLayoutPanel(); |
this.pnl_top_flow = new System.Windows.Forms.FlowLayoutPanel(); |
35 |
this.btnClearLog = new System.Windows.Forms.Button(); |
this.btnClearLog = new System.Windows.Forms.Button(); |
36 |
this.btnCopyLogToClipboard = new System.Windows.Forms.Button(); |
this.btnCopyLogToClipboard = new System.Windows.Forms.Button(); |
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); |
|
|
this.autoscroll_timer = new System.Windows.Forms.Timer(this.components); |
|
|
this.logupdater = new System.ComponentModel.BackgroundWorker(); |
|
37 |
this.chkAutoScroll = new System.Windows.Forms.CheckBox(); |
this.chkAutoScroll = new System.Windows.Forms.CheckBox(); |
38 |
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); |
39 |
this.pnl_top.SuspendLayout(); |
this.pnl_top.SuspendLayout(); |
40 |
this.pnl_top_flow.SuspendLayout(); |
this.pnl_top_flow.SuspendLayout(); |
41 |
this.SuspendLayout(); |
this.SuspendLayout(); |
105 |
this.btnCopyLogToClipboard.UseVisualStyleBackColor = true; |
this.btnCopyLogToClipboard.UseVisualStyleBackColor = true; |
106 |
this.btnCopyLogToClipboard.Click += new System.EventHandler(this.btnCopyLogToClipboard_Click); |
this.btnCopyLogToClipboard.Click += new System.EventHandler(this.btnCopyLogToClipboard_Click); |
107 |
// |
// |
|
// autoscroll_timer |
|
|
// |
|
|
this.autoscroll_timer.Interval = 1000; |
|
|
this.autoscroll_timer.Tick += new System.EventHandler(this.autoscroll_timer_Tick); |
|
|
// |
|
|
// logupdater |
|
|
// |
|
|
this.logupdater.DoWork += new System.ComponentModel.DoWorkEventHandler(this.logupdater_DoWork); |
|
|
this.logupdater.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.logupdater_RunWorkerCompleted); |
|
|
// |
|
108 |
// chkAutoScroll |
// chkAutoScroll |
109 |
// |
// |
110 |
this.chkAutoScroll.AutoSize = true; |
this.chkAutoScroll.AutoSize = true; |
142 |
private System.Windows.Forms.Button btnClearLog; |
private System.Windows.Forms.Button btnClearLog; |
143 |
private System.Windows.Forms.Button btnCopyLogToClipboard; |
private System.Windows.Forms.Button btnCopyLogToClipboard; |
144 |
private System.Windows.Forms.ToolTip toolTip1; |
private System.Windows.Forms.ToolTip toolTip1; |
|
private System.Windows.Forms.Timer autoscroll_timer; |
|
|
private System.ComponentModel.BackgroundWorker logupdater; |
|
145 |
private System.Windows.Forms.CheckBox chkAutoScroll; |
private System.Windows.Forms.CheckBox chkAutoScroll; |
146 |
} |
} |
147 |
} |
} |