Zzz – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 35... Line 35...
35 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 35 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
36 this.ClientSize = new System.Drawing.Size(800, 450); 36 this.ClientSize = new System.Drawing.Size(800, 450);
37 this.Controls.Add(this.textBox1); 37 this.Controls.Add(this.textBox1);
38 this.Name = "LogViewForm"; 38 this.Name = "LogViewForm";
39 this.Text = "Zzz: Log View"; 39 this.Text = "Zzz: Log View";
-   40 this.Load += new System.EventHandler(this.LogViewForm_Load);
40 this.ResumeLayout(false); 41 this.ResumeLayout(false);
41 this.PerformLayout(); 42 this.PerformLayout();
Line 42... Line 43...
42   43