ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.Logging/LogWriter.Designer.cs
(Generate patch)

Comparing trunk/RomCheater.Logging/LogWriter.Designer.cs (file contents):
Revision 307 by william, Tue Jun 5 13:49:07 2012 UTC vs.
Revision 309 by william, Tue Jun 5 14:07:27 2012 UTC

--- trunk/RomCheater.Logging/LogWriter.Designer.cs	2012/06/05 13:49:07	307
+++ trunk/RomCheater.Logging/LogWriter.Designer.cs	2012/06/05 14:07:27	309
@@ -34,10 +34,8 @@
             this.pnl_top_flow = new System.Windows.Forms.FlowLayoutPanel();
             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.chkAutoScroll = new System.Windows.Forms.CheckBox();
+            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
             this.pnl_top.SuspendLayout();
             this.pnl_top_flow.SuspendLayout();
             this.SuspendLayout();
@@ -107,16 +105,6 @@
             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);
-            // 
             // chkAutoScroll
             // 
             this.chkAutoScroll.AutoSize = true;
@@ -154,8 +142,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;
-        private System.ComponentModel.BackgroundWorker logupdater;
         private System.Windows.Forms.CheckBox chkAutoScroll;
     }
 }