Horizon – Diff between revs 1 and 8

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 8
Line 37... Line 37...
37 this.ClientSize = new System.Drawing.Size(800, 450); 37 this.ClientSize = new System.Drawing.Size(800, 450);
38 this.Controls.Add(this.textBox1); 38 this.Controls.Add(this.textBox1);
39 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 39 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
40 this.Name = "LogViewForm"; 40 this.Name = "LogViewForm";
41 this.Text = "Horizon: Log View"; 41 this.Text = "Horizon: Log View";
-   42 this.Load += new System.EventHandler(this.LogViewForm_Load);
42 this.ResumeLayout(false); 43 this.ResumeLayout(false);
43 this.PerformLayout(); 44 this.PerformLayout();
Line 44... Line 45...
44   45