namespace TeamViewerController { partial class Form2 { /// /// 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.pictureBox1 = new System.Windows.Forms.PictureBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textBox3 = new System.Windows.Forms.TextBox(); this.button2 = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.button9 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.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.pictureBox1.BackColor = System.Drawing.SystemColors.ActiveCaption; this.pictureBox1.Location = new System.Drawing.Point(0, 150); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(1226, 618); this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // textBox1 // this.textBox1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox1.Location = new System.Drawing.Point(521, 85); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(162, 38); this.textBox1.TabIndex = 1; this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // button1 // this.button1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.Location = new System.Drawing.Point(689, 78); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(91, 52); this.button1.TabIndex = 2; this.button1.Text = "Send"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label1 // this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(482, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(247, 66); this.label1.TabIndex = 3; this.label1.Text = "Command Center"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // textBox2 // this.textBox2.Anchor = System.Windows.Forms.AnchorStyles.Top; this.textBox2.Location = new System.Drawing.Point(901, 66); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(312, 78); this.textBox2.TabIndex = 4; this.textBox2.Text = "Make Input Output console here"; // // label2 // this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(415, 80); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 43); this.label2.TabIndex = 5; this.label2.Text = "Enter Command"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // textBox3 // this.textBox3.Anchor = System.Windows.Forms.AnchorStyles.Top; this.textBox3.Location = new System.Drawing.Point(1032, 14); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(100, 20); this.textBox3.TabIndex = 6; // // button2 // this.button2.Anchor = System.Windows.Forms.AnchorStyles.Top; this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button2.Location = new System.Drawing.Point(1138, 12); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 7; this.button2.Text = "Connect"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // label3 // this.label3.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(877, 9); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(149, 32); this.label3.TabIndex = 8; this.label3.Text = "IPAddress:Port"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label4 // this.label4.Anchor = System.Windows.Forms.AnchorStyles.Top; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(1006, 38); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(148, 25); this.label4.TabIndex = 9; this.label4.Text = "Not Connected"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // button9 // this.button9.Location = new System.Drawing.Point(241, 9); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(103, 32); this.button9.TabIndex = 16; this.button9.Text = "Screenshot"; this.button9.UseVisualStyleBackColor = true; this.button9.Click += new System.EventHandler(this.button9_Click); // // button5 // this.button5.Location = new System.Drawing.Point(12, 47); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(103, 32); this.button5.TabIndex = 17; this.button5.Text = "Turn Screen On"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // button7 // this.button7.Location = new System.Drawing.Point(12, 86); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(103, 32); this.button7.TabIndex = 18; this.button7.Text = "Unlock Keyboard"; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.button7_Click); // // button8 // this.button8.Location = new System.Drawing.Point(121, 86); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(103, 32); this.button8.TabIndex = 21; this.button8.Text = "Lock Keyboard"; this.button8.UseVisualStyleBackColor = true; this.button8.Click += new System.EventHandler(this.button8_Click); // // button6 // this.button6.Location = new System.Drawing.Point(121, 47); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(103, 32); this.button6.TabIndex = 20; this.button6.Text = "Turn Screen Off"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); // // button4 // this.button4.Location = new System.Drawing.Point(121, 9); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(103, 32); this.button4.TabIndex = 19; this.button4.Text = "Close TeamViewer"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // button3 // this.button3.Location = new System.Drawing.Point(12, 9); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(103, 32); this.button3.TabIndex = 22; this.button3.Text = "Open TeamViewer"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // Form2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1225, 766); this.Controls.Add(this.button3); this.Controls.Add(this.button8); this.Controls.Add(this.button6); this.Controls.Add(this.button4); this.Controls.Add(this.button7); this.Controls.Add(this.button5); this.Controls.Add(this.button9); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.button2); this.Controls.Add(this.textBox3); this.Controls.Add(this.label2); this.Controls.Add(this.textBox2); this.Controls.Add(this.label1); this.Controls.Add(this.button1); this.Controls.Add(this.textBox1); this.Controls.Add(this.pictureBox1); this.Name = "Form2"; this.Text = "Command Center"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form2_FormClosing); this.Load += new System.EventHandler(this.Form2_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button button9; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button3; } }