From c5541b392746e048608d09edfd905fee9a758187 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Fri, 28 Sep 2018 17:14:27 -0400 Subject: Project Ports is now Project Silicon and loads of problems --- PortEngine/QuantumAPI/QuantumAPI.cs | 2 +- .../QuantumAPI/Sites/PortOSDefender.Designer.cs | 139 --------------------- PortEngine/QuantumAPI/Sites/PortOSDefender.cs | 44 ------- PortEngine/QuantumAPI/Sites/PortOSDefender.resx | 120 ------------------ .../QuantumAPI/Sites/SiliconOSDefender.Designer.cs | 139 +++++++++++++++++++++ PortEngine/QuantumAPI/Sites/SiliconOSDefender.cs | 44 +++++++ PortEngine/QuantumAPI/Sites/SiliconOSDefender.resx | 120 ++++++++++++++++++ 7 files changed, 304 insertions(+), 304 deletions(-) delete mode 100644 PortEngine/QuantumAPI/Sites/PortOSDefender.Designer.cs delete mode 100644 PortEngine/QuantumAPI/Sites/PortOSDefender.cs delete mode 100644 PortEngine/QuantumAPI/Sites/PortOSDefender.resx create mode 100644 PortEngine/QuantumAPI/Sites/SiliconOSDefender.Designer.cs create mode 100644 PortEngine/QuantumAPI/Sites/SiliconOSDefender.cs create mode 100644 PortEngine/QuantumAPI/Sites/SiliconOSDefender.resx (limited to 'PortEngine/QuantumAPI') diff --git a/PortEngine/QuantumAPI/QuantumAPI.cs b/PortEngine/QuantumAPI/QuantumAPI.cs index 5d83a07..d7a8ab6 100644 --- a/PortEngine/QuantumAPI/QuantumAPI.cs +++ b/PortEngine/QuantumAPI/QuantumAPI.cs @@ -47,7 +47,7 @@ namespace PortEngine loadSite(new Malwarebits(), pnlLoadSiteHere); break; case "qt.portosdefender/home": - loadSite(new QuantumAPI.Sites.PortOSDefender(), pnlLoadSiteHere); + loadSite(new QuantumAPI.Sites.SiliconOSDefender(), pnlLoadSiteHere); break; default: loadSite(new QuantumAPI.Sites._404Error(), pnlLoadSiteHere); diff --git a/PortEngine/QuantumAPI/Sites/PortOSDefender.Designer.cs b/PortEngine/QuantumAPI/Sites/PortOSDefender.Designer.cs deleted file mode 100644 index a4ba315..0000000 --- a/PortEngine/QuantumAPI/Sites/PortOSDefender.Designer.cs +++ /dev/null @@ -1,139 +0,0 @@ -namespace PortEngine.QuantumAPI.Sites -{ - partial class PortOSDefender - { - /// - /// 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.posLogo = new System.Windows.Forms.Label(); - this.btnSignin = new System.Windows.Forms.Button(); - this.rtxtNews = new System.Windows.Forms.RichTextBox(); - this.lbNews = new System.Windows.Forms.Label(); - this.lbAbout = new System.Windows.Forms.Label(); - this.richTextBox1 = new System.Windows.Forms.RichTextBox(); - this.SuspendLayout(); - // - // posLogo - // - this.posLogo.AutoSize = true; - this.posLogo.Font = new System.Drawing.Font("Consolas", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.posLogo.ForeColor = System.Drawing.Color.LimeGreen; - this.posLogo.Location = new System.Drawing.Point(21, 18); - this.posLogo.Name = "posLogo"; - this.posLogo.Size = new System.Drawing.Size(190, 24); - this.posLogo.TabIndex = 0; - this.posLogo.Text = "PortOS Defender"; - // - // btnSignin - // - this.btnSignin.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnSignin.ForeColor = System.Drawing.Color.White; - this.btnSignin.Location = new System.Drawing.Point(725, 21); - this.btnSignin.Name = "btnSignin"; - this.btnSignin.Size = new System.Drawing.Size(75, 23); - this.btnSignin.TabIndex = 1; - this.btnSignin.Text = "Sign In"; - this.btnSignin.UseVisualStyleBackColor = true; - // - // rtxtNews - // - this.rtxtNews.BackColor = System.Drawing.Color.Black; - this.rtxtNews.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.rtxtNews.Cursor = System.Windows.Forms.Cursors.Arrow; - this.rtxtNews.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.rtxtNews.ForeColor = System.Drawing.Color.White; - this.rtxtNews.Location = new System.Drawing.Point(25, 113); - this.rtxtNews.Name = "rtxtNews"; - this.rtxtNews.ReadOnly = true; - this.rtxtNews.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; - this.rtxtNews.Size = new System.Drawing.Size(200, 288); - this.rtxtNews.TabIndex = 2; - this.rtxtNews.Text = ""; - // - // lbNews - // - this.lbNews.AutoSize = true; - this.lbNews.Font = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbNews.ForeColor = System.Drawing.Color.White; - this.lbNews.Location = new System.Drawing.Point(21, 91); - this.lbNews.Name = "lbNews"; - this.lbNews.Size = new System.Drawing.Size(108, 19); - this.lbNews.TabIndex = 3; - this.lbNews.Text = "Latest News"; - // - // lbAbout - // - this.lbAbout.AutoSize = true; - this.lbAbout.Font = new System.Drawing.Font("Consolas", 12F); - this.lbAbout.ForeColor = System.Drawing.Color.White; - this.lbAbout.Location = new System.Drawing.Point(251, 91); - this.lbAbout.Name = "lbAbout"; - this.lbAbout.Size = new System.Drawing.Size(108, 19); - this.lbAbout.TabIndex = 4; - this.lbAbout.Text = "Who are we?"; - // - // richTextBox1 - // - this.richTextBox1.BackColor = System.Drawing.Color.Black; - this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.richTextBox1.Cursor = System.Windows.Forms.Cursors.Arrow; - this.richTextBox1.ForeColor = System.Drawing.Color.White; - this.richTextBox1.Location = new System.Drawing.Point(255, 113); - this.richTextBox1.Name = "richTextBox1"; - this.richTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; - this.richTextBox1.Size = new System.Drawing.Size(187, 288); - this.richTextBox1.TabIndex = 5; - this.richTextBox1.Text = "We are a hacker group and the point of this is to defeat the A.H.G."; - // - // PortOSDefender - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.BackColor = System.Drawing.Color.Black; - this.Controls.Add(this.richTextBox1); - this.Controls.Add(this.lbAbout); - this.Controls.Add(this.lbNews); - this.Controls.Add(this.rtxtNews); - this.Controls.Add(this.btnSignin); - this.Controls.Add(this.posLogo); - this.Name = "PortOSDefender"; - this.Size = new System.Drawing.Size(842, 452); - this.Load += new System.EventHandler(this.PortOSDefender_Load); - this.ResumeLayout(false); - this.PerformLayout(); - - } - - #endregion - - private System.Windows.Forms.Label posLogo; - private System.Windows.Forms.Button btnSignin; - private System.Windows.Forms.RichTextBox rtxtNews; - private System.Windows.Forms.Label lbNews; - private System.Windows.Forms.Label lbAbout; - private System.Windows.Forms.RichTextBox richTextBox1; - } -} diff --git a/PortEngine/QuantumAPI/Sites/PortOSDefender.cs b/PortEngine/QuantumAPI/Sites/PortOSDefender.cs deleted file mode 100644 index 91847a0..0000000 --- a/PortEngine/QuantumAPI/Sites/PortOSDefender.cs +++ /dev/null @@ -1,44 +0,0 @@ -/************************************************************************ - * - * PortEngine - * 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 - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - **************************************************************************/ -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 PortEngine.QuantumAPI.Sites -{ - public partial class PortOSDefender : UserControl - { - public PortOSDefender() - { - InitializeComponent(); - } - - private void PortOSDefender_Load(object sender, EventArgs e) - { - rtxtNews.Text = "10/3/2030: Adam and "+ Properties.Settings.Default.userDisplayName +" has tracked down one of the A.H.G employees."; - } - } -} diff --git a/PortEngine/QuantumAPI/Sites/PortOSDefender.resx b/PortEngine/QuantumAPI/Sites/PortOSDefender.resx deleted file mode 100644 index 1af7de1..0000000 --- a/PortEngine/QuantumAPI/Sites/PortOSDefender.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/PortEngine/QuantumAPI/Sites/SiliconOSDefender.Designer.cs b/PortEngine/QuantumAPI/Sites/SiliconOSDefender.Designer.cs new file mode 100644 index 0000000..72ee2b6 --- /dev/null +++ b/PortEngine/QuantumAPI/Sites/SiliconOSDefender.Designer.cs @@ -0,0 +1,139 @@ +namespace PortEngine.QuantumAPI.Sites +{ + partial class SiliconOSDefender + { + /// + /// 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.posLogo = new System.Windows.Forms.Label(); + this.btnSignin = new System.Windows.Forms.Button(); + this.rtxtNews = new System.Windows.Forms.RichTextBox(); + this.lbNews = new System.Windows.Forms.Label(); + this.lbAbout = new System.Windows.Forms.Label(); + this.richTextBox1 = new System.Windows.Forms.RichTextBox(); + this.SuspendLayout(); + // + // posLogo + // + this.posLogo.AutoSize = true; + this.posLogo.Font = new System.Drawing.Font("Consolas", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.posLogo.ForeColor = System.Drawing.Color.LimeGreen; + this.posLogo.Location = new System.Drawing.Point(21, 18); + this.posLogo.Name = "posLogo"; + this.posLogo.Size = new System.Drawing.Size(226, 24); + this.posLogo.TabIndex = 0; + this.posLogo.Text = "SiliconOS Defender"; + // + // btnSignin + // + this.btnSignin.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnSignin.ForeColor = System.Drawing.Color.White; + this.btnSignin.Location = new System.Drawing.Point(725, 21); + this.btnSignin.Name = "btnSignin"; + this.btnSignin.Size = new System.Drawing.Size(75, 23); + this.btnSignin.TabIndex = 1; + this.btnSignin.Text = "Sign In"; + this.btnSignin.UseVisualStyleBackColor = true; + // + // rtxtNews + // + this.rtxtNews.BackColor = System.Drawing.Color.Black; + this.rtxtNews.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.rtxtNews.Cursor = System.Windows.Forms.Cursors.Arrow; + this.rtxtNews.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.rtxtNews.ForeColor = System.Drawing.Color.White; + this.rtxtNews.Location = new System.Drawing.Point(25, 113); + this.rtxtNews.Name = "rtxtNews"; + this.rtxtNews.ReadOnly = true; + this.rtxtNews.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; + this.rtxtNews.Size = new System.Drawing.Size(200, 288); + this.rtxtNews.TabIndex = 2; + this.rtxtNews.Text = ""; + // + // lbNews + // + this.lbNews.AutoSize = true; + this.lbNews.Font = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lbNews.ForeColor = System.Drawing.Color.White; + this.lbNews.Location = new System.Drawing.Point(21, 91); + this.lbNews.Name = "lbNews"; + this.lbNews.Size = new System.Drawing.Size(108, 19); + this.lbNews.TabIndex = 3; + this.lbNews.Text = "Latest News"; + // + // lbAbout + // + this.lbAbout.AutoSize = true; + this.lbAbout.Font = new System.Drawing.Font("Consolas", 12F); + this.lbAbout.ForeColor = System.Drawing.Color.White; + this.lbAbout.Location = new System.Drawing.Point(251, 91); + this.lbAbout.Name = "lbAbout"; + this.lbAbout.Size = new System.Drawing.Size(108, 19); + this.lbAbout.TabIndex = 4; + this.lbAbout.Text = "Who are we?"; + // + // richTextBox1 + // + this.richTextBox1.BackColor = System.Drawing.Color.Black; + this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.richTextBox1.Cursor = System.Windows.Forms.Cursors.Arrow; + this.richTextBox1.ForeColor = System.Drawing.Color.White; + this.richTextBox1.Location = new System.Drawing.Point(255, 113); + this.richTextBox1.Name = "richTextBox1"; + this.richTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; + this.richTextBox1.Size = new System.Drawing.Size(187, 288); + this.richTextBox1.TabIndex = 5; + this.richTextBox1.Text = "We are a hacker group and the point of this is to defeat the A.H.G."; + // + // SiliconOSDefender + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackColor = System.Drawing.Color.Black; + this.Controls.Add(this.richTextBox1); + this.Controls.Add(this.lbAbout); + this.Controls.Add(this.lbNews); + this.Controls.Add(this.rtxtNews); + this.Controls.Add(this.btnSignin); + this.Controls.Add(this.posLogo); + this.Name = "SiliconOSDefender"; + this.Size = new System.Drawing.Size(842, 452); + this.Load += new System.EventHandler(this.PortOSDefender_Load); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Label posLogo; + private System.Windows.Forms.Button btnSignin; + private System.Windows.Forms.RichTextBox rtxtNews; + private System.Windows.Forms.Label lbNews; + private System.Windows.Forms.Label lbAbout; + private System.Windows.Forms.RichTextBox richTextBox1; + } +} diff --git a/PortEngine/QuantumAPI/Sites/SiliconOSDefender.cs b/PortEngine/QuantumAPI/Sites/SiliconOSDefender.cs new file mode 100644 index 0000000..5e862dc --- /dev/null +++ b/PortEngine/QuantumAPI/Sites/SiliconOSDefender.cs @@ -0,0 +1,44 @@ +/************************************************************************ + * + * PortEngine + * 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + **************************************************************************/ +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 PortEngine.QuantumAPI.Sites +{ + public partial class SiliconOSDefender : UserControl + { + public SiliconOSDefender() + { + InitializeComponent(); + } + + private void PortOSDefender_Load(object sender, EventArgs e) + { + rtxtNews.Text = "10/3/2030: Adam and "+ Properties.Settings.Default.userDisplayName +" has tracked down one of the A.H.G employees."; + } + } +} diff --git a/PortEngine/QuantumAPI/Sites/SiliconOSDefender.resx b/PortEngine/QuantumAPI/Sites/SiliconOSDefender.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/PortEngine/QuantumAPI/Sites/SiliconOSDefender.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