diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-01-09 15:01:04 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-01-09 15:01:04 +0100 |
commit | bb6e704ab011a497ac8c735afc0fd4c52a1425ce (patch) | |
tree | bed462d18c4f976f30c690b529d6de8b2a6ba2ff /love2dToAPK/Forms/frmOutput.Designer.cs | |
parent | d2c375c015fe3e216234a887ab75e08d40f5f5db (diff) | |
download | Love2dToAPK-bb6e704ab011a497ac8c735afc0fd4c52a1425ce.tar.gz Love2dToAPK-bb6e704ab011a497ac8c735afc0fd4c52a1425ce.zip |
Added old project
Diffstat (limited to 'love2dToAPK/Forms/frmOutput.Designer.cs')
-rw-r--r-- | love2dToAPK/Forms/frmOutput.Designer.cs | 54 |
1 files changed, 54 insertions, 0 deletions
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 { + /// <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.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; + } +} |