|
@@ -95,6 +95,7 @@ |
|
|
this.Text = "Log Viewer";
|
|
|
this.Text = "Log Viewer";
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LogForm_FormClosing);
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LogForm_FormClosing);
|
|
|
this.Load += new System.EventHandler(this.LogForm_Load);
|
|
|
this.Load += new System.EventHandler(this.LogForm_Load);
|
|
|
|
|
|
this.Shown += new System.EventHandler(this.LogForm_Shown);
|
|
|
this.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|