namespace UCT.Forms { partial class LogWindow { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }