/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ansiLog = new Dragonsong.AnsiEdit();
     this.SuspendLayout();
     //
     // ansiLog
     //
     this.ansiLog.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ansiLog.Echo      = true;
     this.ansiLog.Location  = new System.Drawing.Point(0, 0);
     this.ansiLog.MaxScroll = -2147483648;
     this.ansiLog.Name      = "ansiLog";
     this.ansiLog.ReadOnly  = true;
     this.ansiLog.Size      = new System.Drawing.Size(592, 373);
     this.ansiLog.TabIndex  = 0;
     this.ansiLog.Text      = "";
     //
     // FrmLogViewer
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(592, 373);
     this.Controls.Add(this.ansiLog);
     this.Name  = "FrmLogViewer";
     this.Text  = "FrmLogViewer";
     this.Load += new System.EventHandler(this.FrmLogViewer_Load);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ansiLog = new Dragonsong.AnsiEdit();
     this.SuspendLayout();
     //
     // ansiLog
     //
     this.ansiLog.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ansiLog.Echo = true;
     this.ansiLog.Location = new System.Drawing.Point(0, 0);
     this.ansiLog.MaxScroll = -2147483648;
     this.ansiLog.Name = "ansiLog";
     this.ansiLog.ReadOnly = true;
     this.ansiLog.Size = new System.Drawing.Size(592, 373);
     this.ansiLog.TabIndex = 0;
     this.ansiLog.Text = "";
     //
     // FrmLogViewer
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(592, 373);
     this.Controls.Add(this.ansiLog);
     this.Name = "FrmLogViewer";
     this.Text = "FrmLogViewer";
     this.Load += new System.EventHandler(this.FrmLogViewer_Load);
     this.ResumeLayout(false);
 }