From bb6e704ab011a497ac8c735afc0fd4c52a1425ce Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Tue, 9 Jan 2018 15:01:04 +0100 Subject: Added old project --- love2dToAPK/Forms/frmOutput.Designer.cs | 54 +++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 love2dToAPK/Forms/frmOutput.Designer.cs (limited to 'love2dToAPK/Forms/frmOutput.Designer.cs') diff --git a/love2dToAPK/Forms/frmOutput.Designer.cs b/love2dToAPK/Forms/frmOutput.Designer.cs new file mode 100644 index 0000000..71aea87 --- /dev/null +++ b/love2dToAPK/Forms/frmOutput.Designer.cs @@ -0,0 +1,54 @@ +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; + } +} -- cgit v1.2.3