--- trunk/RomCheater.Logging/LogWriter.Designer.cs 2012/05/28 04:10:38 155 +++ trunk/RomCheater.Logging/LogWriter.Designer.cs 2012/06/05 11:35:37 298 @@ -36,6 +36,7 @@ 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(); @@ -109,6 +110,11 @@ 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); @@ -135,5 +141,6 @@ private System.Windows.Forms.Button btnCopyLogToClipboard; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.Timer autoscroll_timer; + private System.ComponentModel.BackgroundWorker logupdater; } } |