From 0be5946ce559ea76df7301bcbea87f17f6487652 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 28 Aug 2018 15:30:49 -0400 Subject: added the hijack2terminal --- .../Storyline/Hijack2Terminal.Designer.cs | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Project Ports/Storyline/Hijack2Terminal.Designer.cs (limited to 'Project Ports/Storyline/Hijack2Terminal.Designer.cs') 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 + { + /// + /// 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.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 -- cgit v1.2.3