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 308 by william, Tue Jun 5 13:49:07 2012 UTC vs.
Revision 309 by william, Tue Jun 5 14:07:27 2012 UTC

# Line 34 | Line 34
34              this.pnl_top_flow = new System.Windows.Forms.FlowLayoutPanel();
35              this.btnClearLog = new System.Windows.Forms.Button();
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();
37              this.chkAutoScroll = new System.Windows.Forms.CheckBox();
38 +            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
39              this.pnl_top.SuspendLayout();
40              this.pnl_top_flow.SuspendLayout();
41              this.SuspendLayout();
# Line 107 | Line 105
105              this.btnCopyLogToClipboard.UseVisualStyleBackColor = true;
106              this.btnCopyLogToClipboard.Click += new System.EventHandler(this.btnCopyLogToClipboard_Click);
107              //
110            // autoscroll_timer
111            //
112            this.autoscroll_timer.Interval = 1000;
113            this.autoscroll_timer.Tick += new System.EventHandler(this.autoscroll_timer_Tick);
114            //
115            // logupdater
116            //
117            this.logupdater.DoWork += new System.ComponentModel.DoWorkEventHandler(this.logupdater_DoWork);
118            this.logupdater.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.logupdater_RunWorkerCompleted);
119            //
108              // chkAutoScroll
109              //
110              this.chkAutoScroll.AutoSize = true;
# Line 154 | Line 142
142          private System.Windows.Forms.Button btnClearLog;
143          private System.Windows.Forms.Button btnCopyLogToClipboard;
144          private System.Windows.Forms.ToolTip toolTip1;
157        private System.Windows.Forms.Timer autoscroll_timer;
158        private System.ComponentModel.BackgroundWorker logupdater;
145          private System.Windows.Forms.CheckBox chkAutoScroll;
146      }
147   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines