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.ltime = new System.Windows.Forms.Label(); this.dclock = new System.Windows.Forms.Timer(this.components); this.appMenu = new System.Windows.Forms.Panel(); this.btnCrash = new System.Windows.Forms.Button(); this.btnhijack2 = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel(); this.shutdownButton = new System.Windows.Forms.Button(); this.playerName = new System.Windows.Forms.Label(); this.taskBar = new System.Windows.Forms.Panel(); this.appButton = new System.Windows.Forms.Button(); this.desktopWatermark = new System.Windows.Forms.Label(); this.lbPrograms = new System.Windows.Forms.Label(); this.btnTerminal = new System.Windows.Forms.Button(); this.btnChatter = new System.Windows.Forms.Button(); this.btnSettings = new System.Windows.Forms.Button(); this.btnQuantumNet = new System.Windows.Forms.Button(); this.btnTestWindow = new System.Windows.Forms.Button(); this.appMenu.SuspendLayout(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); this.taskBar.SuspendLayout(); this.SuspendLayout(); // // 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.DarkGray; this.ltime.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ltime.ForeColor = System.Drawing.Color.Black; this.ltime.Location = new System.Drawing.Point(991, 9); this.ltime.Name = "ltime"; this.ltime.Size = new System.Drawing.Size(63, 15); this.ltime.TabIndex = 1; this.ltime.Text = "00:00 AM"; // // dclock // this.dclock.Tick += new System.EventHandler(this.dclock_Tick); // // appMenu // this.appMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.appMenu.Controls.Add(this.btnQuantumNet); this.appMenu.Controls.Add(this.btnSettings); this.appMenu.Controls.Add(this.btnChatter); this.appMenu.Controls.Add(this.btnTerminal); this.appMenu.Controls.Add(this.lbPrograms); this.appMenu.Controls.Add(this.panel2); this.appMenu.Controls.Add(this.panel1); this.appMenu.ForeColor = System.Drawing.Color.Black; this.appMenu.Location = new System.Drawing.Point(0, 32); this.appMenu.Name = "appMenu"; this.appMenu.Size = new System.Drawing.Size(376, 429); this.appMenu.TabIndex = 3; // // btnCrash // this.btnCrash.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCrash.ForeColor = System.Drawing.Color.White; this.btnCrash.Location = new System.Drawing.Point(145, 16); this.btnCrash.Name = "btnCrash"; this.btnCrash.Size = new System.Drawing.Size(75, 23); this.btnCrash.TabIndex = 7; this.btnCrash.Text = "Crash"; this.btnCrash.UseVisualStyleBackColor = true; this.btnCrash.Visible = false; this.btnCrash.Click += new System.EventHandler(this.btnCrash_Click); // // btnhijack2 // this.btnhijack2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnhijack2.ForeColor = System.Drawing.Color.White; this.btnhijack2.Location = new System.Drawing.Point(273, 16); this.btnhijack2.Name = "btnhijack2"; this.btnhijack2.Size = new System.Drawing.Size(89, 23); this.btnhijack2.TabIndex = 6; this.btnhijack2.Text = "Start Hijack 2"; this.btnhijack2.UseVisualStyleBackColor = true; this.btnhijack2.Visible = false; this.btnhijack2.Click += new System.EventHandler(this.btnhijack2_Click); // // panel2 // this.panel2.BackColor = System.Drawing.Color.Gray; this.panel2.Controls.Add(this.btnTestWindow); this.panel2.Controls.Add(this.btnCrash); this.panel2.Controls.Add(this.btnhijack2); this.panel2.Location = new System.Drawing.Point(0, 377); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(376, 52); this.panel2.TabIndex = 1; // // panel1 // this.panel1.BackColor = System.Drawing.Color.Gray; this.panel1.Controls.Add(this.shutdownButton); this.panel1.Controls.Add(this.playerName); this.panel1.ForeColor = System.Drawing.Color.Gray; this.panel1.Location = new System.Drawing.Point(0, 1); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(376, 51); this.panel1.TabIndex = 0; // // shutdownButton // this.shutdownButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.shutdownButton.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.shutdownButton.ForeColor = System.Drawing.Color.White; this.shutdownButton.Location = new System.Drawing.Point(273, 11); this.shutdownButton.Name = "shutdownButton"; this.shutdownButton.Size = new System.Drawing.Size(89, 29); this.shutdownButton.TabIndex = 0; this.shutdownButton.Text = "Shutdown"; this.shutdownButton.UseVisualStyleBackColor = true; this.shutdownButton.Click += new System.EventHandler(this.shutdownButton_Click); // // playerName // this.playerName.AutoSize = true; this.playerName.Font = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.playerName.ForeColor = System.Drawing.Color.White; this.playerName.Location = new System.Drawing.Point(17, 15); this.playerName.Name = "playerName"; this.playerName.Size = new System.Drawing.Size(99, 19); this.playerName.TabIndex = 0; this.playerName.Text = "playerName"; // // taskBar // this.taskBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.taskBar.BackColor = System.Drawing.Color.DarkGray; this.taskBar.Controls.Add(this.appButton); this.taskBar.Controls.Add(this.ltime); this.taskBar.Location = new System.Drawing.Point(0, 0); this.taskBar.Name = "taskBar"; this.taskBar.Size = new System.Drawing.Size(1066, 32); this.taskBar.TabIndex = 4; // // appButton // this.appButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.appButton.Font = new System.Drawing.Font("Consolas", 9.25F); this.appButton.ForeColor = System.Drawing.Color.Black; this.appButton.Location = new System.Drawing.Point(9, 3); this.appButton.Name = "appButton"; this.appButton.Size = new System.Drawing.Size(107, 26); this.appButton.TabIndex = 2; this.appButton.Text = "Applications"; this.appButton.UseVisualStyleBackColor = true; this.appButton.Click += new System.EventHandler(this.appButton_Click); // // desktopWatermark // this.desktopWatermark.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.desktopWatermark.AutoSize = true; this.desktopWatermark.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.desktopWatermark.ForeColor = System.Drawing.Color.Black; this.desktopWatermark.Location = new System.Drawing.Point(854, 515); this.desktopWatermark.Name = "desktopWatermark"; this.desktopWatermark.Size = new System.Drawing.Size(136, 18); this.desktopWatermark.TabIndex = 5; this.desktopWatermark.Text = "desktopWatermark"; // // lbPrograms // this.lbPrograms.AutoSize = true; this.lbPrograms.Font = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbPrograms.ForeColor = System.Drawing.Color.White; this.lbPrograms.Location = new System.Drawing.Point(17, 66); this.lbPrograms.Name = "lbPrograms"; this.lbPrograms.Size = new System.Drawing.Size(81, 19); this.lbPrograms.TabIndex = 8; this.lbPrograms.Text = "Programs"; // // btnTerminal // this.btnTerminal.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnTerminal.ForeColor = System.Drawing.Color.White; this.btnTerminal.Location = new System.Drawing.Point(21, 101); this.btnTerminal.Name = "btnTerminal"; this.btnTerminal.Size = new System.Drawing.Size(120, 23); this.btnTerminal.TabIndex = 9; this.btnTerminal.Text = "Terminal"; this.btnTerminal.UseVisualStyleBackColor = true; this.btnTerminal.Click += new System.EventHandler(this.btnTerminal_Click); // // btnChatter // this.btnChatter.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnChatter.ForeColor = System.Drawing.Color.White; this.btnChatter.Location = new System.Drawing.Point(21, 130); this.btnChatter.Name = "btnChatter"; this.btnChatter.Size = new System.Drawing.Size(120, 23); this.btnChatter.TabIndex = 10; this.btnChatter.Text = "Chatter"; this.btnChatter.UseVisualStyleBackColor = true; this.btnChatter.Click += new System.EventHandler(this.btnChatter_Click); // // btnSettings // this.btnSettings.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSettings.ForeColor = System.Drawing.Color.White; this.btnSettings.Location = new System.Drawing.Point(21, 159); this.btnSettings.Name = "btnSettings"; this.btnSettings.Size = new System.Drawing.Size(120, 23); this.btnSettings.TabIndex = 11; this.btnSettings.Text = "Settings"; this.btnSettings.UseVisualStyleBackColor = true; this.btnSettings.Click += new System.EventHandler(this.btnSettings_Click); // // btnQuantumNet // this.btnQuantumNet.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnQuantumNet.ForeColor = System.Drawing.Color.White; this.btnQuantumNet.Location = new System.Drawing.Point(21, 188); this.btnQuantumNet.Name = "btnQuantumNet"; this.btnQuantumNet.Size = new System.Drawing.Size(120, 23); this.btnQuantumNet.TabIndex = 12; this.btnQuantumNet.Text = "QuantumNet Browser"; this.btnQuantumNet.UseVisualStyleBackColor = true; this.btnQuantumNet.Click += new System.EventHandler(this.btnQuantumNet_Click); // // btnTestWindow // this.btnTestWindow.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnTestWindow.ForeColor = System.Drawing.Color.White; this.btnTestWindow.Location = new System.Drawing.Point(21, 16); this.btnTestWindow.Name = "btnTestWindow"; this.btnTestWindow.Size = new System.Drawing.Size(77, 23); this.btnTestWindow.TabIndex = 13; this.btnTestWindow.Text = "TestWindow"; this.btnTestWindow.UseVisualStyleBackColor = true; this.btnTestWindow.Visible = false; this.btnTestWindow.Click += new System.EventHandler(this.btnTestWindow_Click); // // Desktop // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Silver; this.ClientSize = new System.Drawing.Size(1066, 560); this.Controls.Add(this.desktopWatermark); this.Controls.Add(this.taskBar); this.Controls.Add(this.appMenu); this.ForeColor = System.Drawing.Color.White; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Desktop"; this.Text = "mr"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Desktop_Load); this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Desktop_MouseClick); this.appMenu.ResumeLayout(false); this.appMenu.PerformLayout(); this.panel2.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.taskBar.ResumeLayout(false); this.taskBar.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label ltime; private System.Windows.Forms.Timer dclock; private System.Windows.Forms.Panel appMenu; private System.Windows.Forms.Panel taskBar; private System.Windows.Forms.Button appButton; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label playerName; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button shutdownButton; private System.Windows.Forms.Label desktopWatermark; private System.Windows.Forms.Button btnhijack2; private System.Windows.Forms.Button btnCrash; private System.Windows.Forms.Button btnTerminal; private System.Windows.Forms.Label lbPrograms; private System.Windows.Forms.Button btnQuantumNet; private System.Windows.Forms.Button btnSettings; private System.Windows.Forms.Button btnChatter; private System.Windows.Forms.Button btnTestWindow; } }