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/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 ++++++++++++++++++++++++++
9 files changed, 653 insertions(+)
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
(limited to 'Project Ports/Programs')
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
--
cgit v1.2.3