From e33bb991f88ef5e60576da69b8dd82b1ffa670fc Mon Sep 17 00:00:00 2001 From: Trey <32907415+TheEdgeNK@users.noreply.github.com> Date: Sat, 25 Aug 2018 18:14:38 -0400 Subject: Some updates --- Project Ports/Desktop.Designer.cs | 12 +-- Project Ports/Desktop.cs | 6 +- Project Ports/MainMenu.Designer.cs | 8 +- Project Ports/Programs/Settings.Designer.cs | 84 ++++++++++++++++++ Project Ports/Programs/Settings.cs | 20 +++++ Project Ports/Programs/Settings.resx | 120 ++++++++++++++++++++++++++ Project Ports/Programs/Terminal.Designer.cs | 67 ++++++++++++++ Project Ports/Programs/Terminal.cs | 27 ++++++ Project Ports/Programs/Terminal.resx | 120 ++++++++++++++++++++++++++ Project Ports/Programs/TestWindow.Designer.cs | 69 +++++++++++++++ Project Ports/Programs/TestWindow.cs | 26 ++++++ Project Ports/Programs/TestWindow.resx | 120 ++++++++++++++++++++++++++ Project Ports/Project Ports.csproj | 27 +++--- Project Ports/Settings.Designer.cs | 84 ------------------ Project Ports/Settings.cs | 20 ----- Project Ports/Settings.resx | 120 -------------------------- Project Ports/Terminal.Designer.cs | 67 -------------- Project Ports/Terminal.cs | 27 ------ Project Ports/Terminal.resx | 120 -------------------------- Project Ports/TestWindow.Designer.cs | 69 --------------- Project Ports/TestWindow.cs | 26 ------ Project Ports/TestWindow.resx | 120 -------------------------- 22 files changed, 681 insertions(+), 678 deletions(-) create mode 100644 Project Ports/Programs/Settings.Designer.cs create mode 100644 Project Ports/Programs/Settings.cs create mode 100644 Project Ports/Programs/Settings.resx create mode 100644 Project Ports/Programs/Terminal.Designer.cs create mode 100644 Project Ports/Programs/Terminal.cs create mode 100644 Project Ports/Programs/Terminal.resx create mode 100644 Project Ports/Programs/TestWindow.Designer.cs create mode 100644 Project Ports/Programs/TestWindow.cs create mode 100644 Project Ports/Programs/TestWindow.resx delete mode 100644 Project Ports/Settings.Designer.cs delete mode 100644 Project Ports/Settings.cs delete mode 100644 Project Ports/Settings.resx delete mode 100644 Project Ports/Terminal.Designer.cs delete mode 100644 Project Ports/Terminal.cs delete mode 100644 Project Ports/Terminal.resx delete mode 100644 Project Ports/TestWindow.Designer.cs delete mode 100644 Project Ports/TestWindow.cs delete mode 100644 Project Ports/TestWindow.resx (limited to 'Project Ports') diff --git a/Project Ports/Desktop.Designer.cs b/Project Ports/Desktop.Designer.cs index 4cbf50a..80cf84a 100644 --- a/Project Ports/Desktop.Designer.cs +++ b/Project Ports/Desktop.Designer.cs @@ -78,32 +78,32 @@ // terminalToolStripMenuItem // this.terminalToolStripMenuItem.Name = "terminalToolStripMenuItem"; - this.terminalToolStripMenuItem.Size = new System.Drawing.Size(156, 22); + this.terminalToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.terminalToolStripMenuItem.Text = "Terminal"; this.terminalToolStripMenuItem.Click += new System.EventHandler(this.terminalToolStripMenuItem_Click); // // testWindowToolStripMenuItem // this.testWindowToolStripMenuItem.Name = "testWindowToolStripMenuItem"; - this.testWindowToolStripMenuItem.Size = new System.Drawing.Size(156, 22); + this.testWindowToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.testWindowToolStripMenuItem.Text = "TestWindow"; this.testWindowToolStripMenuItem.Click += new System.EventHandler(this.testWindowToolStripMenuItem_Click); // // settingsToolStripMenuItem // this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; - this.settingsToolStripMenuItem.Size = new System.Drawing.Size(131, 22); + this.settingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.settingsToolStripMenuItem.Text = "Settings"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(128, 6); + this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6); // // shutdownToolStripMenuItem // this.shutdownToolStripMenuItem.Name = "shutdownToolStripMenuItem"; - this.shutdownToolStripMenuItem.Size = new System.Drawing.Size(131, 22); + this.shutdownToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.shutdownToolStripMenuItem.Text = "Shutdown"; this.shutdownToolStripMenuItem.Click += new System.EventHandler(this.shutdownToolStripMenuItem_Click); // @@ -128,7 +128,7 @@ // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.Black; + this.BackColor = System.Drawing.SystemColors.WindowFrame; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.ltime); this.Controls.Add(this.appMenu); diff --git a/Project Ports/Desktop.cs b/Project Ports/Desktop.cs index 7de59f8..665674f 100644 --- a/Project Ports/Desktop.cs +++ b/Project Ports/Desktop.cs @@ -1,7 +1,7 @@ /************************************************************************ * * Project Ports - * Copyright (C) 2018 AleeCorp + * Copyright (C) 2018 UniverseDG * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -28,6 +28,7 @@ using System.Threading.Tasks; using System.Windows.Forms; using PortEngine; + namespace Project_Ports { public partial class Desktop : Form @@ -70,8 +71,7 @@ namespace Project_Ports private void testWindowToolStripMenuItem_Click(object sender, EventArgs e) { - TestWindow testForm = new TestWindow(); - testForm.Show(); + wm.createWindow(new TestWindow(), "TestWindow"); } } } diff --git a/Project Ports/MainMenu.Designer.cs b/Project Ports/MainMenu.Designer.cs index c333209..64fe6fb 100644 --- a/Project Ports/MainMenu.Designer.cs +++ b/Project Ports/MainMenu.Designer.cs @@ -47,7 +47,7 @@ this.btnPlay.Name = "btnPlay"; this.btnPlay.Size = new System.Drawing.Size(193, 44); this.btnPlay.TabIndex = 0; - this.btnPlay.Text = "Play"; + this.btnPlay.Text = "Campaign"; this.btnPlay.UseVisualStyleBackColor = true; this.btnPlay.Click += new System.EventHandler(this.btnPlay_Click); // @@ -83,9 +83,9 @@ this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(563, 621); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(252, 38); + this.label2.Size = new System.Drawing.Size(270, 38); this.label2.TabIndex = 3; - this.label2.Text = "Copyright (C) 2018 AleeCorp\r\nLicensed with: GPL 3.0"; + this.label2.Text = "Copyright (C) 2018 UniverseDG\r\nLicensed with: GPL 3.0"; // // btnAbout // @@ -133,7 +133,7 @@ this.btnDebugMode.Name = "btnDebugMode"; this.btnDebugMode.Size = new System.Drawing.Size(193, 44); this.btnDebugMode.TabIndex = 7; - this.btnDebugMode.Text = "Debug Mode"; + this.btnDebugMode.Text = "Sandbox"; this.btnDebugMode.UseVisualStyleBackColor = true; this.btnDebugMode.Click += new System.EventHandler(this.btnDebugMode_Click); // diff --git a/Project Ports/Programs/Settings.Designer.cs b/Project Ports/Programs/Settings.Designer.cs new file mode 100644 index 0000000..6ebbbf9 --- /dev/null +++ b/Project Ports/Programs/Settings.Designer.cs @@ -0,0 +1,84 @@ +namespace Project_Ports +{ + partial class Settings + { + /// + /// 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 Component Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.button1 = new System.Windows.Forms.Button(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.SuspendLayout(); + // + // button1 + // + this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button1.Location = new System.Drawing.Point(16, 70); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(75, 64); + this.button1.TabIndex = 0; + this.button1.UseVisualStyleBackColor = true; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label1.Location = new System.Drawing.Point(251, 19); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(107, 32); + this.label1.TabIndex = 1; + this.label1.Text = "Settings"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(30, 149); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(46, 13); + this.label2.TabIndex = 2; + this.label2.Text = "Setting1"; + // + // Settings + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Controls.Add(this.label2); + this.Controls.Add(this.label1); + this.Controls.Add(this.button1); + this.Name = "Settings"; + this.Size = new System.Drawing.Size(664, 523); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Button button1; + private System.Windows.Forms.Label label1; + private System.Windows.Forms.Label label2; + } +} diff --git a/Project Ports/Programs/Settings.cs b/Project Ports/Programs/Settings.cs new file mode 100644 index 0000000..a25d66f --- /dev/null +++ b/Project Ports/Programs/Settings.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Drawing; +using System.Data; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace Project_Ports +{ + public partial class Settings : UserControl + { + public Settings() + { + InitializeComponent(); + } + } +} diff --git a/Project Ports/Programs/Settings.resx b/Project Ports/Programs/Settings.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/Project Ports/Programs/Settings.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/Project Ports/Programs/Terminal.Designer.cs b/Project Ports/Programs/Terminal.Designer.cs new file mode 100644 index 0000000..48e3ee4 --- /dev/null +++ b/Project Ports/Programs/Terminal.Designer.cs @@ -0,0 +1,67 @@ +namespace Project_Ports +{ + partial class Terminal + { + /// + /// 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 Component Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.textBox1 = new System.Windows.Forms.TextBox(); + this.SuspendLayout(); + // + // textBox1 + // + this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.textBox1.BackColor = System.Drawing.Color.Black; + this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.textBox1.Font = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.textBox1.ForeColor = System.Drawing.Color.White; + this.textBox1.Location = new System.Drawing.Point(0, 0); + this.textBox1.Multiline = true; + this.textBox1.Name = "textBox1"; + this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; + this.textBox1.Size = new System.Drawing.Size(456, 337); + this.textBox1.TabIndex = 0; + // + // Terminal + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Controls.Add(this.textBox1); + this.Name = "Terminal"; + this.Size = new System.Drawing.Size(456, 337); + this.Load += new System.EventHandler(this.Terminal_Load); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.TextBox textBox1; + } +} diff --git a/Project Ports/Programs/Terminal.cs b/Project Ports/Programs/Terminal.cs new file mode 100644 index 0000000..c878c32 --- /dev/null +++ b/Project Ports/Programs/Terminal.cs @@ -0,0 +1,27 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Drawing; +using System.Data; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; +using PortEngine; + +namespace Project_Ports +{ + public partial class Terminal : UserControl + { + + public Terminal() + { + InitializeComponent(); + } + + private void Terminal_Load(object sender, EventArgs e) + { + WindowManager wm = new WindowManager(); + } + } +} diff --git a/Project Ports/Programs/Terminal.resx b/Project Ports/Programs/Terminal.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/Project Ports/Programs/Terminal.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/Project Ports/Programs/TestWindow.Designer.cs b/Project Ports/Programs/TestWindow.Designer.cs new file mode 100644 index 0000000..ff91e5a --- /dev/null +++ b/Project Ports/Programs/TestWindow.Designer.cs @@ -0,0 +1,69 @@ +namespace Project_Ports +{ + partial class TestWindow + { + /// + /// 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 Component Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.button1 = new System.Windows.Forms.Button(); + this.progressBar1 = new System.Windows.Forms.ProgressBar(); + this.SuspendLayout(); + // + // button1 + // + this.button1.Location = new System.Drawing.Point(24, 35); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(75, 23); + this.button1.TabIndex = 0; + this.button1.Text = "button1"; + this.button1.UseVisualStyleBackColor = true; + // + // progressBar1 + // + this.progressBar1.Location = new System.Drawing.Point(24, 77); + this.progressBar1.Name = "progressBar1"; + this.progressBar1.Size = new System.Drawing.Size(100, 23); + this.progressBar1.TabIndex = 1; + // + // TestWindow + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(443, 341); + this.Controls.Add(this.progressBar1); + this.Controls.Add(this.button1); + this.Name = "TestWindow"; + this.Load += new System.EventHandler(this.TestWindow_Load); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.Button button1; + private System.Windows.Forms.ProgressBar progressBar1; + } +} diff --git a/Project Ports/Programs/TestWindow.cs b/Project Ports/Programs/TestWindow.cs new file mode 100644 index 0000000..8de01ec --- /dev/null +++ b/Project Ports/Programs/TestWindow.cs @@ -0,0 +1,26 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Drawing; +using System.Data; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; +using PortEngine; + +namespace Project_Ports +{ + public partial class TestWindow : UserControl + { + public TestWindow() + { + InitializeComponent(); + } + + private void TestWindow_Load(object sender, EventArgs e) + { + WindowManager wm = new WindowManager(); + } + } +} diff --git a/Project Ports/Programs/TestWindow.resx b/Project Ports/Programs/TestWindow.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/Project Ports/Programs/TestWindow.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/Project Ports/Project Ports.csproj b/Project Ports/Project Ports.csproj index e5966b1..c78ebb4 100644 --- a/Project Ports/Project Ports.csproj +++ b/Project Ports/Project Ports.csproj @@ -32,9 +32,6 @@ 4 - - ..\PortEngine\bin\Debug\PortEngine.dll - @@ -79,22 +76,22 @@ True Resources.resx - + UserControl - + Settings.cs - + UserControl - + Terminal.cs - + UserControl - + TestWindow.cs @@ -114,13 +111,13 @@ Designer Resources.Designer.cs - + Settings.cs - + Terminal.cs - + TestWindow.cs @@ -139,5 +136,11 @@ + + + {c1b21b60-7ccc-42fc-83aa-b41644faa952} + PortEngine + + \ No newline at end of file diff --git a/Project Ports/Settings.Designer.cs b/Project Ports/Settings.Designer.cs deleted file mode 100644 index 6ebbbf9..0000000 --- a/Project Ports/Settings.Designer.cs +++ /dev/null @@ -1,84 +0,0 @@ -namespace Project_Ports -{ - partial class Settings - { - /// - /// 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 Component Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - private void InitializeComponent() - { - this.button1 = new System.Windows.Forms.Button(); - this.label1 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.SuspendLayout(); - // - // button1 - // - this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.button1.Location = new System.Drawing.Point(16, 70); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(75, 64); - this.button1.TabIndex = 0; - this.button1.UseVisualStyleBackColor = true; - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label1.Location = new System.Drawing.Point(251, 19); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(107, 32); - this.label1.TabIndex = 1; - this.label1.Text = "Settings"; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(30, 149); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(46, 13); - this.label2.TabIndex = 2; - this.label2.Text = "Setting1"; - // - // Settings - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Controls.Add(this.label2); - this.Controls.Add(this.label1); - this.Controls.Add(this.button1); - this.Name = "Settings"; - this.Size = new System.Drawing.Size(664, 523); - this.ResumeLayout(false); - this.PerformLayout(); - - } - - #endregion - - private System.Windows.Forms.Button button1; - private System.Windows.Forms.Label label1; - private System.Windows.Forms.Label label2; - } -} diff --git a/Project Ports/Settings.cs b/Project Ports/Settings.cs deleted file mode 100644 index a25d66f..0000000 --- a/Project Ports/Settings.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Drawing; -using System.Data; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace Project_Ports -{ - public partial class Settings : UserControl - { - public Settings() - { - InitializeComponent(); - } - } -} diff --git a/Project Ports/Settings.resx b/Project Ports/Settings.resx deleted file mode 100644 index 1af7de1..0000000 --- a/Project Ports/Settings.resx +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/Project Ports/Terminal.Designer.cs b/Project Ports/Terminal.Designer.cs deleted file mode 100644 index 48e3ee4..0000000 --- a/Project Ports/Terminal.Designer.cs +++ /dev/null @@ -1,67 +0,0 @@ -namespace Project_Ports -{ - partial class Terminal - { - /// - /// 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 Component Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - private void InitializeComponent() - { - this.textBox1 = new System.Windows.Forms.TextBox(); - this.SuspendLayout(); - // - // textBox1 - // - this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.textBox1.BackColor = System.Drawing.Color.Black; - this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.textBox1.Font = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBox1.ForeColor = System.Drawing.Color.White; - this.textBox1.Location = new System.Drawing.Point(0, 0); - this.textBox1.Multiline = true; - this.textBox1.Name = "textBox1"; - this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; - this.textBox1.Size = new System.Drawing.Size(456, 337); - this.textBox1.TabIndex = 0; - // - // Terminal - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Controls.Add(this.textBox1); - this.Name = "Terminal"; - this.Size = new System.Drawing.Size(456, 337); - this.Load += new System.EventHandler(this.Terminal_Load); - this.ResumeLayout(false); - this.PerformLayout(); - - } - - #endregion - - private System.Windows.Forms.TextBox textBox1; - } -} diff --git a/Project Ports/Terminal.cs b/Project Ports/Terminal.cs deleted file mode 100644 index c878c32..0000000 --- a/Project Ports/Terminal.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Drawing; -using System.Data; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; -using PortEngine; - -namespace Project_Ports -{ - public partial class Terminal : UserControl - { - - public Terminal() - { - InitializeComponent(); - } - - private void Terminal_Load(object sender, EventArgs e) - { - WindowManager wm = new WindowManager(); - } - } -} diff --git a/Project Ports/Terminal.resx b/Project Ports/Terminal.resx deleted file mode 100644 index 1af7de1..0000000 --- a/Project Ports/Terminal.resx +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/Project Ports/TestWindow.Designer.cs b/Project Ports/TestWindow.Designer.cs deleted file mode 100644 index ff91e5a..0000000 --- a/Project Ports/TestWindow.Designer.cs +++ /dev/null @@ -1,69 +0,0 @@ -namespace Project_Ports -{ - partial class TestWindow - { - /// - /// 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 Component Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - private void InitializeComponent() - { - this.button1 = new System.Windows.Forms.Button(); - this.progressBar1 = new System.Windows.Forms.ProgressBar(); - this.SuspendLayout(); - // - // button1 - // - this.button1.Location = new System.Drawing.Point(24, 35); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(75, 23); - this.button1.TabIndex = 0; - this.button1.Text = "button1"; - this.button1.UseVisualStyleBackColor = true; - // - // progressBar1 - // - this.progressBar1.Location = new System.Drawing.Point(24, 77); - this.progressBar1.Name = "progressBar1"; - this.progressBar1.Size = new System.Drawing.Size(100, 23); - this.progressBar1.TabIndex = 1; - // - // TestWindow - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(443, 341); - this.Controls.Add(this.progressBar1); - this.Controls.Add(this.button1); - this.Name = "TestWindow"; - this.Load += new System.EventHandler(this.TestWindow_Load); - this.ResumeLayout(false); - - } - - #endregion - - private System.Windows.Forms.Button button1; - private System.Windows.Forms.ProgressBar progressBar1; - } -} diff --git a/Project Ports/TestWindow.cs b/Project Ports/TestWindow.cs deleted file mode 100644 index 8de01ec..0000000 --- a/Project Ports/TestWindow.cs +++ /dev/null @@ -1,26 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Drawing; -using System.Data; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; -using PortEngine; - -namespace Project_Ports -{ - public partial class TestWindow : UserControl - { - public TestWindow() - { - InitializeComponent(); - } - - private void TestWindow_Load(object sender, EventArgs e) - { - WindowManager wm = new WindowManager(); - } - } -} diff --git a/Project Ports/TestWindow.resx b/Project Ports/TestWindow.resx deleted file mode 100644 index 1af7de1..0000000 --- a/Project Ports/TestWindow.resx +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file -- cgit v1.2.3