diff options
| author | Andrew <alee14498@gmail.com> | 2018-08-28 15:30:49 -0400 |
|---|---|---|
| committer | Andrew <alee14498@gmail.com> | 2018-08-28 15:30:49 -0400 |
| commit | 0be5946ce559ea76df7301bcbea87f17f6487652 (patch) | |
| tree | 93d1b0ecd53a06e12be9d16d024c95c7048bd6f7 /Project Ports/Storyline/Hijack2Terminal.Designer.cs | |
| parent | 90e14a0932b63679c356e8bc1d42e657d7c612ad (diff) | |
| download | Project-Silicon-0be5946ce559ea76df7301bcbea87f17f6487652.tar.gz Project-Silicon-0be5946ce559ea76df7301bcbea87f17f6487652.tar.bz2 Project-Silicon-0be5946ce559ea76df7301bcbea87f17f6487652.zip | |
added the hijack2terminal
Diffstat (limited to 'Project Ports/Storyline/Hijack2Terminal.Designer.cs')
| -rw-r--r-- | Project Ports/Storyline/Hijack2Terminal.Designer.cs | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Project Ports/Storyline/Hijack2Terminal.Designer.cs b/Project Ports/Storyline/Hijack2Terminal.Designer.cs new file mode 100644 index 0000000..ecc0046 --- /dev/null +++ b/Project Ports/Storyline/Hijack2Terminal.Designer.cs @@ -0,0 +1,48 @@ +namespace Project_Ports.Storyline +{ + partial class Hijack2Terminal + { + /// <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.SuspendLayout(); + // + // Hijack2Terminal + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(800, 450); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + this.Name = "Hijack2Terminal"; + this.Text = "Hijack2Terminal"; + this.WindowState = System.Windows.Forms.FormWindowState.Maximized; + this.ResumeLayout(false); + + } + + #endregion + } +}
\ No newline at end of file |
