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 105 by william, Thu May 10 10:53:07 2012 UTC vs.
Revision 155 by william, Mon May 28 04:10:38 2012 UTC

# Line 36 | Line 36
36              this.btnCopyLogToClipboard = new System.Windows.Forms.Button();
37              this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
38              this.autoscroll_timer = new System.Windows.Forms.Timer(this.components);
39            this.logupdater = new System.ComponentModel.BackgroundWorker();
39              this.pnl_top.SuspendLayout();
40              this.pnl_top_flow.SuspendLayout();
41              this.SuspendLayout();
# Line 110 | Line 109
109              this.autoscroll_timer.Interval = 1000;
110              this.autoscroll_timer.Tick += new System.EventHandler(this.autoscroll_timer_Tick);
111              //
113            // logupdater
114            //
115            this.logupdater.DoWork += new System.ComponentModel.DoWorkEventHandler(this.logupdater_DoWork);
116            this.logupdater.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.logupdater_RunWorkerCompleted);
117            //
112              // LogWriter
113              //
114              this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
# Line 141 | Line 135
135          private System.Windows.Forms.Button btnCopyLogToClipboard;
136          private System.Windows.Forms.ToolTip toolTip1;
137          private System.Windows.Forms.Timer autoscroll_timer;
144        private System.ComponentModel.BackgroundWorker logupdater;
138      }
139   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines