--- trunk/RomCheater.Logging/LogWriter.Designer.cs 2012/05/09 08:02:18 17 +++ trunk/RomCheater.Logging/LogWriter.Designer.cs 2012/05/28 04:10:38 155 @@ -35,6 +35,7 @@ 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.pnl_top.SuspendLayout(); this.pnl_top_flow.SuspendLayout(); this.SuspendLayout(); @@ -103,6 +104,11 @@ 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); + // // LogWriter // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); @@ -128,5 +134,6 @@ 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; } } |