aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/hijackScreen.Designer.cs
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2018-08-27 10:54:10 -0400
committerAlee14 <Alee14498@gmail.com>2018-08-27 10:54:10 -0400
commit618725e5709072902ee51d90c6e67694185f5374 (patch)
tree6ee2d8f2c1c7eb95f711ab631cb0db75e8991045 /Project Ports/hijackScreen.Designer.cs
parent4f1b685ba37f9523324aa116d8ebade77bcfdae4 (diff)
downloadProject-Silicon-618725e5709072902ee51d90c6e67694185f5374.tar.gz
Project-Silicon-618725e5709072902ee51d90c6e67694185f5374.tar.bz2
Project-Silicon-618725e5709072902ee51d90c6e67694185f5374.zip
Revamped the desktop, added a better menu and more
Diffstat (limited to 'Project Ports/hijackScreen.Designer.cs')
-rw-r--r--Project Ports/hijackScreen.Designer.cs86
1 files changed, 86 insertions, 0 deletions
diff --git a/Project Ports/hijackScreen.Designer.cs b/Project Ports/hijackScreen.Designer.cs
new file mode 100644
index 0000000..da32693
--- /dev/null
+++ b/Project Ports/hijackScreen.Designer.cs
@@ -0,0 +1,86 @@
+namespace Project_Ports
+{
+ partial class hijackScreen
+ {
+ /// <summary>
+ /// Required designer variable.
+ /// </summary>
+ private System.ComponentModel.IContainer components = null;
+
+ /// <summary>
+ /// Clean up any resources being used.
+ /// </summary>
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ /// <summary>
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ /// </summary>
+ private void InitializeComponent()
+ {
+ this.hijackPanel = new System.Windows.Forms.Panel();
+ this.txtHijack = new System.Windows.Forms.TextBox();
+ this.hijackPanel.SuspendLayout();
+ this.SuspendLayout();
+ //
+ // hijackPanel
+ //
+ this.hijackPanel.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.hijackPanel.BackColor = System.Drawing.Color.Black;
+ this.hijackPanel.Controls.Add(this.txtHijack);
+ this.hijackPanel.Location = new System.Drawing.Point(0, 0);
+ this.hijackPanel.Name = "hijackPanel";
+ this.hijackPanel.Size = new System.Drawing.Size(986, 571);
+ this.hijackPanel.TabIndex = 3;
+ //
+ // txtHijack
+ //
+ this.txtHijack.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.txtHijack.BackColor = System.Drawing.Color.Black;
+ this.txtHijack.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.txtHijack.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.txtHijack.ForeColor = System.Drawing.Color.White;
+ this.txtHijack.Location = new System.Drawing.Point(15, 12);
+ this.txtHijack.Multiline = true;
+ this.txtHijack.Name = "txtHijack";
+ this.txtHijack.ReadOnly = true;
+ this.txtHijack.Size = new System.Drawing.Size(959, 547);
+ this.txtHijack.TabIndex = 3;
+ //
+ // hijackScreen
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(984, 571);
+ this.Controls.Add(this.hijackPanel);
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
+ this.Name = "hijackScreen";
+ this.Text = "hijackScreen";
+ this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
+ this.Load += new System.EventHandler(this.hijackScreen_Load);
+ this.hijackPanel.ResumeLayout(false);
+ this.hijackPanel.PerformLayout();
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Panel hijackPanel;
+ private System.Windows.Forms.TextBox txtHijack;
+ }
+} \ No newline at end of file