namespace Project_Ports { partial class Desktop { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.appMenu = new System.Windows.Forms.MenuStrip(); this.menuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.programsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.terminalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.testWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.chatterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.quantumNetBrowserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.shutdownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ltime = new System.Windows.Forms.Label(); this.dclock = new System.Windows.Forms.Timer(this.components); this.hijackScreen = new System.Windows.Forms.Panel(); this.txtHijack = new System.Windows.Forms.TextBox(); this.textgen = new System.Windows.Forms.Timer(this.components); this.appMenu.SuspendLayout(); this.hijackScreen.SuspendLayout(); this.SuspendLayout(); // // appMenu // this.appMenu.BackColor = System.Drawing.Color.Silver; this.appMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuToolStripMenuItem}); this.appMenu.Location = new System.Drawing.Point(0, 0); this.appMenu.Name = "appMenu"; this.appMenu.Size = new System.Drawing.Size(800, 24); this.appMenu.TabIndex = 0; this.appMenu.Text = "menuStrip1"; // // menuToolStripMenuItem // this.menuToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.programsToolStripMenuItem, this.settingsToolStripMenuItem, this.toolStripSeparator1, this.shutdownToolStripMenuItem}); this.menuToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.menuToolStripMenuItem.ForeColor = System.Drawing.Color.Black; this.menuToolStripMenuItem.Name = "menuToolStripMenuItem"; this.menuToolStripMenuItem.Size = new System.Drawing.Size(51, 20); this.menuToolStripMenuItem.Text = "Menu"; // // programsToolStripMenuItem // this.programsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.terminalToolStripMenuItem, this.testWindowToolStripMenuItem, this.chatterToolStripMenuItem, this.quantumNetBrowserToolStripMenuItem}); this.programsToolStripMenuItem.Name = "programsToolStripMenuItem"; this.programsToolStripMenuItem.Size = new System.Drawing.Size(131, 22); this.programsToolStripMenuItem.Text = "Programs"; // // terminalToolStripMenuItem // this.terminalToolStripMenuItem.Name = "terminalToolStripMenuItem"; this.terminalToolStripMenuItem.Size = new System.Drawing.Size(197, 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(197, 22); this.testWindowToolStripMenuItem.Text = "TestWindow"; this.testWindowToolStripMenuItem.Click += new System.EventHandler(this.testWindowToolStripMenuItem_Click); // // chatterToolStripMenuItem // this.chatterToolStripMenuItem.Name = "chatterToolStripMenuItem"; this.chatterToolStripMenuItem.Size = new System.Drawing.Size(197, 22); this.chatterToolStripMenuItem.Text = "Chatter"; this.chatterToolStripMenuItem.Click += new System.EventHandler(this.chatterToolStripMenuItem_Click); // // quantumNetBrowserToolStripMenuItem // this.quantumNetBrowserToolStripMenuItem.Name = "quantumNetBrowserToolStripMenuItem"; this.quantumNetBrowserToolStripMenuItem.Size = new System.Drawing.Size(197, 22); this.quantumNetBrowserToolStripMenuItem.Text = "QuantumNet Browser"; this.quantumNetBrowserToolStripMenuItem.Click += new System.EventHandler(this.quantumNetBrowserToolStripMenuItem_Click); // // settingsToolStripMenuItem // this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; this.settingsToolStripMenuItem.Size = new System.Drawing.Size(131, 22); this.settingsToolStripMenuItem.Text = "Settings"; this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(128, 6); // // shutdownToolStripMenuItem // this.shutdownToolStripMenuItem.Name = "shutdownToolStripMenuItem"; this.shutdownToolStripMenuItem.Size = new System.Drawing.Size(131, 22); this.shutdownToolStripMenuItem.Text = "Shutdown"; this.shutdownToolStripMenuItem.Click += new System.EventHandler(this.shutdownToolStripMenuItem_Click); // // ltime // this.ltime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.ltime.AutoSize = true; this.ltime.BackColor = System.Drawing.Color.Silver; this.ltime.ForeColor = System.Drawing.Color.Black; this.ltime.Location = new System.Drawing.Point(742, 6); this.ltime.Name = "ltime"; this.ltime.Size = new System.Drawing.Size(53, 13); this.ltime.TabIndex = 1; this.ltime.Text = "00:00 AM"; this.ltime.Click += new System.EventHandler(this.label1_Click); // // dclock // this.dclock.Tick += new System.EventHandler(this.dclock_Tick); // // hijackScreen // this.hijackScreen.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.hijackScreen.BackColor = System.Drawing.Color.Black; this.hijackScreen.Controls.Add(this.txtHijack); this.hijackScreen.Location = new System.Drawing.Point(0, 0); this.hijackScreen.Name = "hijackScreen"; this.hijackScreen.Size = new System.Drawing.Size(800, 450); this.hijackScreen.TabIndex = 2; // // 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(773, 426); this.txtHijack.TabIndex = 3; // // Desktop // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.WindowFrame; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.hijackScreen); this.Controls.Add(this.ltime); this.Controls.Add(this.appMenu); this.ForeColor = System.Drawing.Color.White; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.MainMenuStrip = this.appMenu; this.Name = "Desktop"; this.Text = "Desktop"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Desktop_Load); this.appMenu.ResumeLayout(false); this.appMenu.PerformLayout(); this.hijackScreen.ResumeLayout(false); this.hijackScreen.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip appMenu; private System.Windows.Forms.ToolStripMenuItem menuToolStripMenuItem; private System.Windows.Forms.Label ltime; private System.Windows.Forms.ToolStripMenuItem programsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem shutdownToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem terminalToolStripMenuItem; private System.Windows.Forms.Timer dclock; private System.Windows.Forms.ToolStripMenuItem testWindowToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem chatterToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem quantumNetBrowserToolStripMenuItem; private System.Windows.Forms.Panel hijackScreen; private System.Windows.Forms.Timer textgen; private System.Windows.Forms.TextBox txtHijack; } }