--- trunk/RomCheater.Logging/LogWriter.Designer.cs 2012/05/09 08:02:18 17 +++ trunk/RomCheater.Logging/LogWriter.Designer.cs 2012/05/10 10:53:07 105 @@ -35,6 +35,8 @@ this.btnClearLog = 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(); this.pnl_top.SuspendLayout(); this.pnl_top_flow.SuspendLayout(); this.SuspendLayout(); @@ -103,6 +105,16 @@ this.btnCopyLogToClipboard.UseVisualStyleBackColor = true; this.btnCopyLogToClipboard.Click += new System.EventHandler(this.btnCopyLogToClipboard_Click); // + // 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); + // // LogWriter // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); @@ -128,5 +140,7 @@ private System.Windows.Forms.Button btnClearLog; private System.Windows.Forms.Button btnCopyLogToClipboard; private System.Windows.Forms.ToolTip toolTip1; + private System.Windows.Forms.Timer autoscroll_timer; + private System.ComponentModel.BackgroundWorker logupdater; } }