60 lines
2.0 KiB
C#

namespace UCT.Forms
{
partial class LogWindow
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.rtbLog = new System.Windows.Forms.RichTextBox();
this.SuspendLayout();
//
// rtbLog
//
this.rtbLog.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtbLog.Font = new System.Drawing.Font("Verdana", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
this.rtbLog.Location = new System.Drawing.Point(0, 0);
this.rtbLog.Name = "rtbLog";
this.rtbLog.Size = new System.Drawing.Size(562, 307);
this.rtbLog.TabIndex = 0;
this.rtbLog.Text = "";
//
// LogWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(562, 307);
this.Controls.Add(this.rtbLog);
this.Name = "LogWindow";
this.Text = "Log";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.RichTextBox rtbLog;
}
}