namespace love2dToAPK.Forms { partial class frmOutput { /// /// 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.txtOutput = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // txtOutput // this.txtOutput.Dock = System.Windows.Forms.DockStyle.Fill; this.txtOutput.Location = new System.Drawing.Point(0, 37); this.txtOutput.Multiline = true; this.txtOutput.Name = "txtOutput"; this.txtOutput.Size = new System.Drawing.Size(634, 249); this.txtOutput.TabIndex = 3; // // frmOutput // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.ClientSize = new System.Drawing.Size(634, 286); this.Controls.Add(this.txtOutput); this.Name = "frmOutput"; this.Load += new System.EventHandler(this.frmOutput_Load); this.Controls.SetChildIndex(this.txtOutput, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtOutput; } }