namespace Widow { partial class LogForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogForm)); this.logTextBox = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // logTextBox // this.logTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.logTextBox.Location = new System.Drawing.Point(0, 0); this.logTextBox.Multiline = true; this.logTextBox.Name = "logTextBox"; this.logTextBox.Size = new System.Drawing.Size(800, 450); this.logTextBox.TabIndex = 0; // // LogForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.logTextBox); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "LogForm"; this.Text = "Log"; this.ResumeLayout(false); this.PerformLayout(); } #endregion public System.Windows.Forms.TextBox logTextBox; } }