diff options
| -rw-r--r-- | PortEngine/QuantumAPI/QuantumAPI.cs | 11 | ||||
| -rw-r--r-- | PortEngine/QuantumAPI/Sites/404Error.Designer.cs | 2 | ||||
| -rw-r--r-- | PortEngine/QuantumAPI/Sites/Malwarebits.Designer.cs | 1 | ||||
| -rw-r--r-- | PortEngine/QuantumAPI/Sites/Malwarebits.cs | 5 | ||||
| -rw-r--r-- | PortEngine/QuantumAPI/Sites/PortOSDefender.Designer.cs | 51 | ||||
| -rw-r--r-- | PortEngine/QuantumAPI/Sites/PortOSDefender.cs | 2 | ||||
| -rw-r--r-- | PortEngine/QuantumAPI/Sites/PortOSDefender.resx | 11 | ||||
| -rw-r--r-- | PortEngine/QuantumAPI/Sites/QuantumISP.Designer.cs | 2 | ||||
| -rw-r--r-- | PortEngine/QuantumAPI/Sites/QuantumISP.cs | 2 | ||||
| -rw-r--r-- | Project Ports/Programs/ChatApp.Designer.cs | 2 |
10 files changed, 55 insertions, 34 deletions
diff --git a/PortEngine/QuantumAPI/QuantumAPI.cs b/PortEngine/QuantumAPI/QuantumAPI.cs index 43d15ee..ef9861f 100644 --- a/PortEngine/QuantumAPI/QuantumAPI.cs +++ b/PortEngine/QuantumAPI/QuantumAPI.cs @@ -21,13 +21,13 @@ namespace PortEngine { switch (txtNavigateToThis.Text) { - case "quantumconnections.qt": + case "qt.quantumconnections": loadSite(new QuantumAPI.Sites.QuantumISP(), pnlLoadSiteHere); break; - case "malwarebits.qt": + case "qt.malwarebits": loadSite(new Malwarebits(), pnlLoadSiteHere); break; - case "portosdefender.qt": + case "qt.portosdefender": loadSite(new QuantumAPI.Sites.PortOSDefender(), pnlLoadSiteHere); break; default: @@ -36,5 +36,10 @@ namespace PortEngine } } + + internal static void loadSite(QuantumAPI.Sites.MalwareBits malwareBits, object pnlLoadSiteHere) + { + throw new NotImplementedException(); + } } } diff --git a/PortEngine/QuantumAPI/Sites/404Error.Designer.cs b/PortEngine/QuantumAPI/Sites/404Error.Designer.cs index 134d06e..1813784 100644 --- a/PortEngine/QuantumAPI/Sites/404Error.Designer.cs +++ b/PortEngine/QuantumAPI/Sites/404Error.Designer.cs @@ -61,7 +61,7 @@ this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(510, 32); this.label2.TabIndex = 2; - this.label2.Text = "Lost? Visit quantumconnections.qt"; + this.label2.Text = "Lost? Visit qt.quantumconnections"; // // _404Error // diff --git a/PortEngine/QuantumAPI/Sites/Malwarebits.Designer.cs b/PortEngine/QuantumAPI/Sites/Malwarebits.Designer.cs index 3709263..62442f9 100644 --- a/PortEngine/QuantumAPI/Sites/Malwarebits.Designer.cs +++ b/PortEngine/QuantumAPI/Sites/Malwarebits.Designer.cs @@ -116,6 +116,7 @@ this.Controls.Add(this.lblMalwarebitsTitle); this.Name = "Malwarebits"; this.Size = new System.Drawing.Size(842, 452); + this.Load += new System.EventHandler(this.Malwarebits_Load); this.ResumeLayout(false); this.PerformLayout(); diff --git a/PortEngine/QuantumAPI/Sites/Malwarebits.cs b/PortEngine/QuantumAPI/Sites/Malwarebits.cs index 039e196..662616d 100644 --- a/PortEngine/QuantumAPI/Sites/Malwarebits.cs +++ b/PortEngine/QuantumAPI/Sites/Malwarebits.cs @@ -21,5 +21,10 @@ namespace PortEngine { lblBalance.Text = "Balance: " + Properties.Settings.Default.userBalance; } + + private void Malwarebits_Load(object sender, EventArgs e) + { + + } } } diff --git a/PortEngine/QuantumAPI/Sites/PortOSDefender.Designer.cs b/PortEngine/QuantumAPI/Sites/PortOSDefender.Designer.cs index 4a3b347..a4ba315 100644 --- a/PortEngine/QuantumAPI/Sites/PortOSDefender.Designer.cs +++ b/PortEngine/QuantumAPI/Sites/PortOSDefender.Designer.cs @@ -28,19 +28,19 @@ /// </summary> private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PortOSDefender)); 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.label1 = 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.Green; + 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); @@ -50,6 +50,7 @@ // 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); @@ -59,42 +60,61 @@ // // rtxtNews // - this.rtxtNews.BackColor = System.Drawing.Color.White; - this.rtxtNews.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + 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 = resources.GetString("rtxtNews.Text"); + 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"; // - // label1 + // lbAbout // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(253, 91); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(71, 13); - this.label1.TabIndex = 4; - this.label1.Text = "Who are we?"; + 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.Controls.Add(this.label1); + 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); @@ -113,6 +133,7 @@ private System.Windows.Forms.Button btnSignin; private System.Windows.Forms.RichTextBox rtxtNews; private System.Windows.Forms.Label lbNews; - private System.Windows.Forms.Label label1; + 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 index 948edee..73a7255 100644 --- a/PortEngine/QuantumAPI/Sites/PortOSDefender.cs +++ b/PortEngine/QuantumAPI/Sites/PortOSDefender.cs @@ -19,7 +19,7 @@ namespace PortEngine.QuantumAPI.Sites private void PortOSDefender_Load(object sender, EventArgs e) { - + rtxtNews.Text = "10/3/2030: Adam and "+ Properties.Settings.Default.userDisplayName +" had tracked down one of the A.H.G employees"; } } } diff --git a/PortEngine/QuantumAPI/Sites/PortOSDefender.resx b/PortEngine/QuantumAPI/Sites/PortOSDefender.resx index 31d45fb..1af7de1 100644 --- a/PortEngine/QuantumAPI/Sites/PortOSDefender.resx +++ b/PortEngine/QuantumAPI/Sites/PortOSDefender.resx @@ -117,15 +117,4 @@ <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> - <data name="rtxtNews.Text" xml:space="preserve"> - <value>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque dictum placerat ipsum, nec tincidunt lectus. Sed scelerisque, magna at elementum congue, risus lacus suscipit neque, mollis consectetur eros tellus eu ligula. Ut ante dui, laoreet id consequat sit amet, sollicitudin et magna. Etiam maximus gravida neque id dictum. Suspendisse rhoncus nisl non lacus mattis, eget fringilla dui sodales. Pellentesque auctor dictum faucibus. Duis dignissim dolor sed tincidunt mollis. Vivamus eu lorem hendrerit, imperdiet quam eu, fringilla sem. Donec eu viverra urna, ac volutpat massa. - -Etiam mollis nisl eu odio ullamcorper, quis porta nisl euismod. Phasellus eu orci eget erat aliquam convallis ac vel erat. Aenean maximus nibh id nunc luctus, vel sodales ex ultrices. Vestibulum imperdiet odio vel nisl pulvinar gravida. Nam auctor magna eget justo accumsan faucibus. Morbi consequat, lectus ac feugiat suscipit, ante sapien imperdiet lacus, nec tincidunt nulla quam congue ipsum. Fusce iaculis nibh sapien, placerat varius tellus mollis eget. Aenean quis libero leo. Aliquam vulputate purus lorem, vitae pretium leo accumsan vel. Aenean ut ipsum lobortis, semper lectus et, facilisis lorem. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean bibendum porta consectetur. Morbi venenatis lobortis nisl. Nulla nec pellentesque lacus, sed sagittis felis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Morbi laoreet quis dolor a sagittis. - -Integer in suscipit mauris, non pulvinar nibh. Suspendisse faucibus lobortis nunc in facilisis. Duis risus nisi, imperdiet nec egestas non, feugiat in dolor. Duis bibendum, tellus et efficitur suscipit, nunc ante dictum tortor, sed gravida leo velit ac risus. Vestibulum eget nulla mollis, ultricies neque sit amet, iaculis turpis. Donec auctor ultricies lacus, quis placerat mauris malesuada non. Etiam non nisi ut mauris tristique placerat et ut eros. Nunc pharetra mattis porttitor. Nulla mattis feugiat neque at cursus. Aenean velit ligula, porttitor a justo at, egestas fringilla est. - -Nulla facilisi. Donec sit amet porttitor mauris. Aliquam in mollis odio. Aliquam vel nulla luctus, pellentesque lectus sit amet, commodo purus. Aliquam vitae rutrum mi, et cursus dui. Fusce fermentum urna in lorem faucibus vulputate. Nunc tincidunt tempor lorem, eget dignissim nulla sodales sit amet. Suspendisse gravida congue risus, nec egestas quam eleifend eget. Proin tincidunt dui sit amet turpis scelerisque varius. Fusce interdum nulla id rutrum ullamcorper. - -Nam convallis massa velit, vel hendrerit neque molestie ac. Sed sollicitudin pretium metus sed aliquet. Vivamus vestibulum diam eget euismod posuere. Nunc neque lacus, pretium id suscipit ac, luctus at est. Mauris hendrerit nibh id ante dictum, accumsan mollis purus blandit. Sed a accumsan sapien. Nullam et ante ultrices, porttitor nisi commodo, tristique lorem. Morbi turpis ex, bibendum at faucibus quis, mollis non enim. Praesent condimentum dignissim est, sed scelerisque lorem iaculis vitae. </value> - </data> </root>
\ No newline at end of file diff --git a/PortEngine/QuantumAPI/Sites/QuantumISP.Designer.cs b/PortEngine/QuantumAPI/Sites/QuantumISP.Designer.cs index c08028b..112c477 100644 --- a/PortEngine/QuantumAPI/Sites/QuantumISP.Designer.cs +++ b/PortEngine/QuantumAPI/Sites/QuantumISP.Designer.cs @@ -96,7 +96,7 @@ this.lblMalwarebitsHyperlink.Name = "lblMalwarebitsHyperlink"; this.lblMalwarebitsHyperlink.Size = new System.Drawing.Size(148, 16); this.lblMalwarebitsHyperlink.TabIndex = 5; - this.lblMalwarebitsHyperlink.Text = "malwarebits.qt"; + this.lblMalwarebitsHyperlink.Text = "qt.malwarebits"; this.lblMalwarebitsHyperlink.Click += new System.EventHandler(this.lblMalwarebitsHyperlink_Click); // // QuantumISP diff --git a/PortEngine/QuantumAPI/Sites/QuantumISP.cs b/PortEngine/QuantumAPI/Sites/QuantumISP.cs index 73db16f..4a90ae7 100644 --- a/PortEngine/QuantumAPI/Sites/QuantumISP.cs +++ b/PortEngine/QuantumAPI/Sites/QuantumISP.cs @@ -19,7 +19,7 @@ namespace PortEngine.QuantumAPI.Sites private void lblMalwarebitsHyperlink_Click(object sender, EventArgs e) { - + } private void btnUnsub_Click(object sender, EventArgs e) diff --git a/Project Ports/Programs/ChatApp.Designer.cs b/Project Ports/Programs/ChatApp.Designer.cs index 921a57c..c8a6502 100644 --- a/Project Ports/Programs/ChatApp.Designer.cs +++ b/Project Ports/Programs/ChatApp.Designer.cs @@ -69,7 +69,7 @@ this.listBox1.ForeColor = System.Drawing.SystemColors.Control; this.listBox1.FormattingEnabled = true; this.listBox1.Items.AddRange(new object[] { - "#test"}); + "#chat"}); this.listBox1.Location = new System.Drawing.Point(4, 4); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(126, 210); |
