namespace RDP_Portal { partial class MainForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.listBox1 = new System.Windows.Forms.ListBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.button3 = new System.Windows.Forms.Button(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.textBox4 = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // listBox1 // this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.listBox1.FormattingEnabled = true; this.listBox1.Location = new System.Drawing.Point(12, 12); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(200, 316); this.listBox1.TabIndex = 0; // // checkBox1 // this.checkBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.checkBox1.Location = new System.Drawing.Point(12, 368); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(275, 24); this.checkBox1.TabIndex = 1; this.checkBox1.Text = "Keep opening RDP Portal"; this.checkBox1.UseVisualStyleBackColor = true; // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button1.Location = new System.Drawing.Point(495, 368); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 2; this.button1.Text = "About"; this.button1.UseVisualStyleBackColor = true; // // button2 // this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button2.Location = new System.Drawing.Point(414, 368); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 3; this.button2.Text = "Connect"; this.button2.UseVisualStyleBackColor = true; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(92, 26); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(249, 20); this.textBox1.TabIndex = 4; // // label1 // this.label1.Location = new System.Drawing.Point(6, 29); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80, 17); this.label1.TabIndex = 5; this.label1.Text = "Computer:"; // // label2 // this.label2.Location = new System.Drawing.Point(6, 59); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(81, 19); this.label2.TabIndex = 6; this.label2.Text = "User name:"; // // label3 // this.label3.Location = new System.Drawing.Point(6, 89); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(81, 19); this.label3.TabIndex = 7; this.label3.Text = "Password:"; // // label4 // this.label4.Location = new System.Drawing.Point(6, 119); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(81, 19); this.label4.TabIndex = 8; this.label4.Text = "Domain:"; // // button3 // this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button3.Location = new System.Drawing.Point(12, 339); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 9; this.button3.Text = "New"; this.button3.UseVisualStyleBackColor = true; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(92, 56); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(249, 20); this.textBox2.TabIndex = 10; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(93, 86); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(249, 20); this.textBox3.TabIndex = 11; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(93, 116); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(249, 20); this.textBox4.TabIndex = 12; // // groupBox1 // this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.textBox4); this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Controls.Add(this.textBox3); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.textBox2); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Location = new System.Drawing.Point(218, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(352, 154); this.groupBox1.TabIndex = 13; this.groupBox1.TabStop = false; this.groupBox1.Text = "Connection"; // // button4 // this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button4.Location = new System.Drawing.Point(218, 172); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(75, 23); this.button4.TabIndex = 14; this.button4.Text = "Save"; this.button4.UseVisualStyleBackColor = true; // // button5 // this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button5.Location = new System.Drawing.Point(93, 339); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(75, 23); this.button5.TabIndex = 15; this.button5.Text = "Delete"; this.button5.UseVisualStyleBackColor = true; // // button6 // this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button6.Location = new System.Drawing.Point(299, 172); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(174, 23); this.button6.TabIndex = 16; this.button6.Text = "Show External RDP Options"; this.button6.UseVisualStyleBackColor = true; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(582, 403); this.Controls.Add(this.button6); this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.groupBox1); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.checkBox1); this.Controls.Add(this.listBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximumSize = new System.Drawing.Size(600, 4500); this.MinimumSize = new System.Drawing.Size(600, 450); this.Name = "MainForm"; this.Text = "RDP Portal"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.Button button3; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.ListBox listBox1; #endregion } }