namespace sharprd { partial class NewRDPConnection { /// /// 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(NewRDPConnection)); this.lblComputer = new System.Windows.Forms.Label(); this.txtComputer = new System.Windows.Forms.TextBox(); this.lblDomain = new System.Windows.Forms.Label(); this.txtDomain = new System.Windows.Forms.TextBox(); this.lblUsername = new System.Windows.Forms.Label(); this.txtUsername = new System.Windows.Forms.TextBox(); this.lblPassword = new System.Windows.Forms.Label(); this.cboColorDepth = new System.Windows.Forms.ComboBox(); this.btnOk = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.txtPassword = new System.Windows.Forms.TextBox(); this.chkConsole = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.txtName = new System.Windows.Forms.TextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.cboType = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.label7 = new System.Windows.Forms.Label(); this.txtDescription = new System.Windows.Forms.TextBox(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.btnShowPassword = new System.Windows.Forms.Button(); this.chkSaveCredentials = new System.Windows.Forms.CheckBox(); this.lblComputerName = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.label5 = new System.Windows.Forms.Label(); this.cboDisplayMode = new System.Windows.Forms.ComboBox(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.label4 = new System.Windows.Forms.Label(); this.chkDisplayConnectionBar = new System.Windows.Forms.CheckBox(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this.chkPrinters = new System.Windows.Forms.CheckBox(); this.chkClipboard = new System.Windows.Forms.CheckBox(); this.chkDrives = new System.Windows.Forms.CheckBox(); this.groupBox7 = new System.Windows.Forms.GroupBox(); this.cboRemoteAudio = new System.Windows.Forms.ComboBox(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.groupBox8 = new System.Windows.Forms.GroupBox(); this.txtShellWorkingDirectory = new System.Windows.Forms.TextBox(); this.lblProgramFolder = new System.Windows.Forms.Label(); this.txtAlternateShell = new System.Windows.Forms.TextBox(); this.lblProgramPath = new System.Windows.Forms.Label(); this.chkProgram = new System.Windows.Forms.CheckBox(); this.tabPage5 = new System.Windows.Forms.TabPage(); this.chkReconnect = new System.Windows.Forms.CheckBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel(); this.label2 = new System.Windows.Forms.Label(); this.cboPerformance = new System.Windows.Forms.ComboBox(); this.chkDesktopBackground = new System.Windows.Forms.CheckBox(); this.chkFontSmoothing = new System.Windows.Forms.CheckBox(); this.chkDesktopComposition = new System.Windows.Forms.CheckBox(); this.chkWindowContents = new System.Windows.Forms.CheckBox(); this.chkMenuAnimation = new System.Windows.Forms.CheckBox(); this.chkVisualStyles = new System.Windows.Forms.CheckBox(); this.chkPersistentBitmapCaching = new System.Windows.Forms.CheckBox(); this.tabPage6 = new System.Windows.Forms.TabPage(); this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.chkNla = new System.Windows.Forms.CheckBox(); this.groupBox2.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.groupBox6.SuspendLayout(); this.tabPage2.SuspendLayout(); this.flowLayoutPanel4.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox4.SuspendLayout(); this.tabPage3.SuspendLayout(); this.groupBox5.SuspendLayout(); this.flowLayoutPanel2.SuspendLayout(); this.groupBox7.SuspendLayout(); this.tabPage4.SuspendLayout(); this.groupBox8.SuspendLayout(); this.tabPage5.SuspendLayout(); this.groupBox1.SuspendLayout(); this.flowLayoutPanel3.SuspendLayout(); this.flowLayoutPanel5.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.SuspendLayout(); // // lblComputer // this.lblComputer.AutoSize = true; this.lblComputer.Location = new System.Drawing.Point(6, 52); this.lblComputer.Name = "lblComputer"; this.lblComputer.Size = new System.Drawing.Size(55, 13); this.lblComputer.TabIndex = 0; this.lblComputer.Text = "Computer:"; // // txtComputer // this.txtComputer.Location = new System.Drawing.Point(67, 49); this.txtComputer.Name = "txtComputer"; this.txtComputer.Size = new System.Drawing.Size(181, 20); this.txtComputer.TabIndex = 2; this.txtComputer.TextChanged += new System.EventHandler(this.txtComputer_TextChanged); // // lblDomain // this.lblDomain.AutoSize = true; this.lblDomain.Location = new System.Drawing.Point(6, 79); this.lblDomain.Name = "lblDomain"; this.lblDomain.Size = new System.Drawing.Size(46, 13); this.lblDomain.TabIndex = 2; this.lblDomain.Text = "Domain:"; // // txtDomain // this.txtDomain.Location = new System.Drawing.Point(67, 75); this.txtDomain.Name = "txtDomain"; this.txtDomain.Size = new System.Drawing.Size(181, 20); this.txtDomain.TabIndex = 3; // // lblUsername // this.lblUsername.AutoSize = true; this.lblUsername.Location = new System.Drawing.Point(3, 104); this.lblUsername.Name = "lblUsername"; this.lblUsername.Size = new System.Drawing.Size(58, 13); this.lblUsername.TabIndex = 4; this.lblUsername.Text = "Username:"; // // txtUsername // this.txtUsername.Location = new System.Drawing.Point(67, 101); this.txtUsername.Name = "txtUsername"; this.txtUsername.Size = new System.Drawing.Size(181, 20); this.txtUsername.TabIndex = 5; // // lblPassword // this.lblPassword.AutoSize = true; this.lblPassword.Location = new System.Drawing.Point(3, 130); this.lblPassword.Name = "lblPassword"; this.lblPassword.Size = new System.Drawing.Size(56, 13); this.lblPassword.TabIndex = 6; this.lblPassword.Text = "Password:"; // // cboColorDepth // this.cboColorDepth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboColorDepth.FormattingEnabled = true; this.cboColorDepth.Items.AddRange(new object[] { "256 Colors", "High Color (15 bit)", "High Color (16 bit)", "True Color (24 bit)", "True Color (32 bit)"}); this.cboColorDepth.Location = new System.Drawing.Point(25, 59); this.cboColorDepth.Name = "cboColorDepth"; this.cboColorDepth.Size = new System.Drawing.Size(181, 21); this.cboColorDepth.TabIndex = 9; // // btnOk // this.btnOk.Location = new System.Drawing.Point(3, 3); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 23); this.btnOk.TabIndex = 10; this.btnOk.Text = "Ok"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.ButtonClick); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(84, 3); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 11; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.ButtonClick); // // txtPassword // this.txtPassword.Location = new System.Drawing.Point(67, 127); this.txtPassword.Name = "txtPassword"; this.txtPassword.PasswordChar = '*'; this.txtPassword.Size = new System.Drawing.Size(181, 20); this.txtPassword.TabIndex = 7; // // chkConsole // this.chkConsole.AutoSize = true; this.chkConsole.Location = new System.Drawing.Point(12, 315); this.chkConsole.Name = "chkConsole"; this.chkConsole.Size = new System.Drawing.Size(120, 17); this.chkConsole.TabIndex = 13; this.chkConsole.Text = "Console connection"; this.chkConsole.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(38, 13); this.label1.TabIndex = 14; this.label1.Text = "Name:"; // // txtName // this.txtName.Location = new System.Drawing.Point(50, 23); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(181, 20); this.txtName.TabIndex = 1; // // groupBox2 // this.groupBox2.Controls.Add(this.cboType); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.txtName); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox2.Location = new System.Drawing.Point(3, 3); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(358, 92); this.groupBox2.TabIndex = 15; this.groupBox2.TabStop = false; this.groupBox2.Text = "Connection settings"; // // cboType // this.cboType.FormattingEnabled = true; this.cboType.Items.AddRange(new object[] { "RDP", "VNC"}); this.cboType.Location = new System.Drawing.Point(49, 57); this.cboType.Name = "cboType"; this.cboType.Size = new System.Drawing.Size(121, 21); this.cboType.TabIndex = 16; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 60); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(31, 13); this.label6.TabIndex = 15; this.label6.Text = "Type"; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Controls.Add(this.tabPage4); this.tabControl1.Controls.Add(this.tabPage5); this.tabControl1.Controls.Add(this.tabPage6); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(3, 3); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(372, 464); this.tabControl1.TabIndex = 1; // // tabPage1 // this.tabPage1.Controls.Add(this.chkNla); this.tabPage1.Controls.Add(this.label7); this.tabPage1.Controls.Add(this.txtDescription); this.tabPage1.Controls.Add(this.chkConsole); this.tabPage1.Controls.Add(this.groupBox6); this.tabPage1.Controls.Add(this.groupBox2); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(364, 438); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "General"; this.tabPage1.UseVisualStyleBackColor = true; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(13, 348); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(60, 13); this.label7.TabIndex = 17; this.label7.Text = "Description"; // // txtDescription // this.txtDescription.Location = new System.Drawing.Point(13, 367); this.txtDescription.Multiline = true; this.txtDescription.Name = "txtDescription"; this.txtDescription.Size = new System.Drawing.Size(337, 60); this.txtDescription.TabIndex = 16; // // groupBox6 // this.groupBox6.Controls.Add(this.btnShowPassword); this.groupBox6.Controls.Add(this.chkSaveCredentials); this.groupBox6.Controls.Add(this.lblComputerName); this.groupBox6.Controls.Add(this.label3); this.groupBox6.Controls.Add(this.txtPassword); this.groupBox6.Controls.Add(this.lblPassword); this.groupBox6.Controls.Add(this.txtUsername); this.groupBox6.Controls.Add(this.lblUsername); this.groupBox6.Controls.Add(this.txtDomain); this.groupBox6.Controls.Add(this.lblDomain); this.groupBox6.Controls.Add(this.txtComputer); this.groupBox6.Controls.Add(this.lblComputer); this.groupBox6.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox6.Location = new System.Drawing.Point(3, 95); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(358, 214); this.groupBox6.TabIndex = 1; this.groupBox6.TabStop = false; this.groupBox6.Text = "Logon settings"; // // btnShowPassword // this.btnShowPassword.Image = global::sharprd.Properties.Resources.show_password; this.btnShowPassword.Location = new System.Drawing.Point(254, 123); this.btnShowPassword.Name = "btnShowPassword"; this.btnShowPassword.Size = new System.Drawing.Size(29, 27); this.btnShowPassword.TabIndex = 11; this.btnShowPassword.UseVisualStyleBackColor = true; this.btnShowPassword.Click += new System.EventHandler(this.btnShowPassword_Click); // // chkSaveCredentials // this.chkSaveCredentials.AutoSize = true; this.chkSaveCredentials.Enabled = false; this.chkSaveCredentials.Location = new System.Drawing.Point(10, 187); this.chkSaveCredentials.Name = "chkSaveCredentials"; this.chkSaveCredentials.Size = new System.Drawing.Size(160, 17); this.chkSaveCredentials.TabIndex = 10; this.chkSaveCredentials.Text = "Allow me to save credentials"; this.chkSaveCredentials.UseVisualStyleBackColor = true; this.chkSaveCredentials.Visible = false; // // lblComputerName // this.lblComputerName.AutoSize = true; this.lblComputerName.Location = new System.Drawing.Point(7, 161); this.lblComputerName.Name = "lblComputerName"; this.lblComputerName.Size = new System.Drawing.Size(330, 13); this.lblComputerName.TabIndex = 9; this.lblComputerName.Text = "The computer name field is blank. Enter a full remote computer name"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 27); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(191, 13); this.label3.TabIndex = 8; this.label3.Text = "Enter the name of the remote computer"; // // tabPage2 // this.tabPage2.Controls.Add(this.flowLayoutPanel4); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(364, 438); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Display"; this.tabPage2.UseVisualStyleBackColor = true; // // flowLayoutPanel4 // this.flowLayoutPanel4.Controls.Add(this.groupBox3); this.flowLayoutPanel4.Controls.Add(this.groupBox4); this.flowLayoutPanel4.Controls.Add(this.chkDisplayConnectionBar); this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel4.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowLayoutPanel4.Location = new System.Drawing.Point(3, 3); this.flowLayoutPanel4.Name = "flowLayoutPanel4"; this.flowLayoutPanel4.Size = new System.Drawing.Size(358, 432); this.flowLayoutPanel4.TabIndex = 0; // // groupBox3 // this.groupBox3.Controls.Add(this.label5); this.groupBox3.Controls.Add(this.cboDisplayMode); this.groupBox3.Location = new System.Drawing.Point(3, 3); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(536, 171); this.groupBox3.TabIndex = 0; this.groupBox3.TabStop = false; this.groupBox3.Text = "Display configuration"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(22, 33); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(236, 13); this.label5.TabIndex = 1; this.label5.Text = "Choose the display mode of your remote desktop"; // // cboDisplayMode // this.cboDisplayMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboDisplayMode.FormattingEnabled = true; this.cboDisplayMode.Items.AddRange(new object[] { "Fullscreen", "Tabbed"}); this.cboDisplayMode.Location = new System.Drawing.Point(25, 59); this.cboDisplayMode.Name = "cboDisplayMode"; this.cboDisplayMode.Size = new System.Drawing.Size(181, 21); this.cboDisplayMode.TabIndex = 0; // // groupBox4 // this.groupBox4.Controls.Add(this.label4); this.groupBox4.Controls.Add(this.cboColorDepth); this.groupBox4.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox4.Location = new System.Drawing.Point(3, 180); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(536, 216); this.groupBox4.TabIndex = 1; this.groupBox4.TabStop = false; this.groupBox4.Text = "Colors"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(22, 31); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(220, 13); this.label4.TabIndex = 10; this.label4.Text = "Choose the color depth of the remote session"; // // chkDisplayConnectionBar // this.chkDisplayConnectionBar.AutoSize = true; this.chkDisplayConnectionBar.Location = new System.Drawing.Point(3, 402); this.chkDisplayConnectionBar.Name = "chkDisplayConnectionBar"; this.chkDisplayConnectionBar.Size = new System.Drawing.Size(255, 17); this.chkDisplayConnectionBar.TabIndex = 2; this.chkDisplayConnectionBar.Text = "Display the connection bar when I use fullscreen"; this.chkDisplayConnectionBar.UseVisualStyleBackColor = true; // // tabPage3 // this.tabPage3.Controls.Add(this.groupBox5); this.tabPage3.Controls.Add(this.groupBox7); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(364, 438); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Local Resources"; this.tabPage3.UseVisualStyleBackColor = true; // // groupBox5 // this.groupBox5.Controls.Add(this.flowLayoutPanel2); this.groupBox5.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox5.Location = new System.Drawing.Point(3, 83); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(358, 100); this.groupBox5.TabIndex = 0; this.groupBox5.TabStop = false; this.groupBox5.Text = "Local devices and resources"; // // flowLayoutPanel2 // this.flowLayoutPanel2.Controls.Add(this.chkPrinters); this.flowLayoutPanel2.Controls.Add(this.chkClipboard); this.flowLayoutPanel2.Controls.Add(this.chkDrives); this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 16); this.flowLayoutPanel2.Name = "flowLayoutPanel2"; this.flowLayoutPanel2.Size = new System.Drawing.Size(352, 81); this.flowLayoutPanel2.TabIndex = 1; // // chkPrinters // this.chkPrinters.AutoSize = true; this.chkPrinters.Location = new System.Drawing.Point(3, 3); this.chkPrinters.Name = "chkPrinters"; this.chkPrinters.Size = new System.Drawing.Size(61, 17); this.chkPrinters.TabIndex = 1; this.chkPrinters.Text = "Printers"; this.chkPrinters.UseVisualStyleBackColor = true; // // chkClipboard // this.chkClipboard.AutoSize = true; this.chkClipboard.Location = new System.Drawing.Point(3, 26); this.chkClipboard.Name = "chkClipboard"; this.chkClipboard.Size = new System.Drawing.Size(70, 17); this.chkClipboard.TabIndex = 0; this.chkClipboard.Text = "Clipboard"; this.chkClipboard.UseVisualStyleBackColor = true; // // chkDrives // this.chkDrives.AutoSize = true; this.chkDrives.Location = new System.Drawing.Point(3, 49); this.chkDrives.Name = "chkDrives"; this.chkDrives.Size = new System.Drawing.Size(56, 17); this.chkDrives.TabIndex = 2; this.chkDrives.Text = "Drives"; this.chkDrives.UseVisualStyleBackColor = true; // // groupBox7 // this.groupBox7.Controls.Add(this.cboRemoteAudio); this.groupBox7.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox7.Location = new System.Drawing.Point(3, 3); this.groupBox7.Name = "groupBox7"; this.groupBox7.Size = new System.Drawing.Size(358, 80); this.groupBox7.TabIndex = 1; this.groupBox7.TabStop = false; this.groupBox7.Text = "Remote audio"; // // cboRemoteAudio // this.cboRemoteAudio.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboRemoteAudio.FormattingEnabled = true; this.cboRemoteAudio.Items.AddRange(new object[] { "Play on this computer", "Do not play", "Play on remote computer"}); this.cboRemoteAudio.Location = new System.Drawing.Point(17, 32); this.cboRemoteAudio.Name = "cboRemoteAudio"; this.cboRemoteAudio.Size = new System.Drawing.Size(153, 21); this.cboRemoteAudio.TabIndex = 0; // // tabPage4 // this.tabPage4.Controls.Add(this.groupBox8); this.tabPage4.Location = new System.Drawing.Point(4, 22); this.tabPage4.Name = "tabPage4"; this.tabPage4.Padding = new System.Windows.Forms.Padding(3); this.tabPage4.Size = new System.Drawing.Size(364, 438); this.tabPage4.TabIndex = 3; this.tabPage4.Text = "Programs"; this.tabPage4.UseVisualStyleBackColor = true; // // groupBox8 // this.groupBox8.Controls.Add(this.txtShellWorkingDirectory); this.groupBox8.Controls.Add(this.lblProgramFolder); this.groupBox8.Controls.Add(this.txtAlternateShell); this.groupBox8.Controls.Add(this.lblProgramPath); this.groupBox8.Controls.Add(this.chkProgram); this.groupBox8.Location = new System.Drawing.Point(6, 6); this.groupBox8.Name = "groupBox8"; this.groupBox8.Size = new System.Drawing.Size(352, 212); this.groupBox8.TabIndex = 0; this.groupBox8.TabStop = false; this.groupBox8.Text = "Start a program"; // // txtShellWorkingDirectory // this.txtShellWorkingDirectory.Enabled = false; this.txtShellWorkingDirectory.Location = new System.Drawing.Point(64, 120); this.txtShellWorkingDirectory.Name = "txtShellWorkingDirectory"; this.txtShellWorkingDirectory.Size = new System.Drawing.Size(262, 20); this.txtShellWorkingDirectory.TabIndex = 4; // // lblProgramFolder // this.lblProgramFolder.AutoSize = true; this.lblProgramFolder.Enabled = false; this.lblProgramFolder.Location = new System.Drawing.Point(61, 104); this.lblProgramFolder.Name = "lblProgramFolder"; this.lblProgramFolder.Size = new System.Drawing.Size(134, 13); this.lblProgramFolder.TabIndex = 3; this.lblProgramFolder.Text = "Start in the following folder:"; // // txtAlternateShell // this.txtAlternateShell.Enabled = false; this.txtAlternateShell.Location = new System.Drawing.Point(64, 76); this.txtAlternateShell.Name = "txtAlternateShell"; this.txtAlternateShell.Size = new System.Drawing.Size(262, 20); this.txtAlternateShell.TabIndex = 2; // // lblProgramPath // this.lblProgramPath.AutoSize = true; this.lblProgramPath.Enabled = false; this.lblProgramPath.Location = new System.Drawing.Point(61, 59); this.lblProgramPath.Name = "lblProgramPath"; this.lblProgramPath.Size = new System.Drawing.Size(139, 13); this.lblProgramPath.TabIndex = 1; this.lblProgramPath.Text = "Program path and file name:"; // // chkProgram // this.chkProgram.AutoSize = true; this.chkProgram.Location = new System.Drawing.Point(61, 35); this.chkProgram.Name = "chkProgram"; this.chkProgram.Size = new System.Drawing.Size(222, 17); this.chkProgram.TabIndex = 0; this.chkProgram.Text = "Start the following program on connection"; this.chkProgram.UseVisualStyleBackColor = true; this.chkProgram.CheckedChanged += new System.EventHandler(this.chkProgram_CheckedChanged); // // tabPage5 // this.tabPage5.Controls.Add(this.chkReconnect); this.tabPage5.Controls.Add(this.groupBox1); this.tabPage5.Location = new System.Drawing.Point(4, 22); this.tabPage5.Name = "tabPage5"; this.tabPage5.Padding = new System.Windows.Forms.Padding(3); this.tabPage5.Size = new System.Drawing.Size(364, 438); this.tabPage5.TabIndex = 4; this.tabPage5.Text = "Experience"; this.tabPage5.UseVisualStyleBackColor = true; // // chkReconnect // this.chkReconnect.AutoSize = true; this.chkReconnect.Checked = true; this.chkReconnect.CheckState = System.Windows.Forms.CheckState.Checked; this.chkReconnect.Location = new System.Drawing.Point(9, 415); this.chkReconnect.Name = "chkReconnect"; this.chkReconnect.Size = new System.Drawing.Size(213, 17); this.chkReconnect.TabIndex = 1; this.chkReconnect.Text = "Reconnect if the connection is dropped"; this.chkReconnect.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Controls.Add(this.flowLayoutPanel3); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(3, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(358, 406); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Performance"; // // flowLayoutPanel3 // this.flowLayoutPanel3.Controls.Add(this.label2); this.flowLayoutPanel3.Controls.Add(this.cboPerformance); this.flowLayoutPanel3.Controls.Add(this.chkDesktopBackground); this.flowLayoutPanel3.Controls.Add(this.chkFontSmoothing); this.flowLayoutPanel3.Controls.Add(this.chkDesktopComposition); this.flowLayoutPanel3.Controls.Add(this.chkWindowContents); this.flowLayoutPanel3.Controls.Add(this.chkMenuAnimation); this.flowLayoutPanel3.Controls.Add(this.chkVisualStyles); this.flowLayoutPanel3.Controls.Add(this.chkPersistentBitmapCaching); this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel3.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowLayoutPanel3.Location = new System.Drawing.Point(3, 16); this.flowLayoutPanel3.Name = "flowLayoutPanel3"; this.flowLayoutPanel3.Size = new System.Drawing.Size(352, 387); this.flowLayoutPanel3.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(269, 13); this.label2.TabIndex = 8; this.label2.Text = "Choose your connection speed to optimize performance"; // // cboPerformance // this.cboPerformance.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboPerformance.FormattingEnabled = true; this.cboPerformance.Items.AddRange(new object[] { "Modem (56 Kbps)", "Low-speed broadband (256 Kbps- 2 Mbps)", "Satellite (2 Mbps - 16 Mbps with high latency)", "High-speed broadband (2 Mbps - 10 Mbps)", "WAN (10 Mbps or higher with high latency)", "LAN (10 Mbps or higher)"}); this.cboPerformance.Location = new System.Drawing.Point(3, 16); this.cboPerformance.Name = "cboPerformance"; this.cboPerformance.Size = new System.Drawing.Size(228, 21); this.cboPerformance.TabIndex = 9; this.cboPerformance.SelectedIndexChanged += new System.EventHandler(this.cboPerformance_SelectedIndexChanged); // // chkDesktopBackground // this.chkDesktopBackground.AutoSize = true; this.chkDesktopBackground.Location = new System.Drawing.Point(3, 43); this.chkDesktopBackground.Name = "chkDesktopBackground"; this.chkDesktopBackground.Size = new System.Drawing.Size(126, 17); this.chkDesktopBackground.TabIndex = 0; this.chkDesktopBackground.Text = "Desktop background"; this.chkDesktopBackground.UseVisualStyleBackColor = true; // // chkFontSmoothing // this.chkFontSmoothing.AutoSize = true; this.chkFontSmoothing.Location = new System.Drawing.Point(3, 66); this.chkFontSmoothing.Name = "chkFontSmoothing"; this.chkFontSmoothing.Size = new System.Drawing.Size(98, 17); this.chkFontSmoothing.TabIndex = 1; this.chkFontSmoothing.Text = "Font smoothing"; this.chkFontSmoothing.UseVisualStyleBackColor = true; // // chkDesktopComposition // this.chkDesktopComposition.AutoSize = true; this.chkDesktopComposition.Location = new System.Drawing.Point(3, 89); this.chkDesktopComposition.Name = "chkDesktopComposition"; this.chkDesktopComposition.Size = new System.Drawing.Size(125, 17); this.chkDesktopComposition.TabIndex = 2; this.chkDesktopComposition.Text = "Desktop composition"; this.chkDesktopComposition.UseVisualStyleBackColor = true; // // chkWindowContents // this.chkWindowContents.AutoSize = true; this.chkWindowContents.Location = new System.Drawing.Point(3, 112); this.chkWindowContents.Name = "chkWindowContents"; this.chkWindowContents.Size = new System.Drawing.Size(207, 17); this.chkWindowContents.TabIndex = 3; this.chkWindowContents.Text = "Show window contents while dragging"; this.chkWindowContents.UseVisualStyleBackColor = true; // // chkMenuAnimation // this.chkMenuAnimation.AutoSize = true; this.chkMenuAnimation.Location = new System.Drawing.Point(3, 135); this.chkMenuAnimation.Name = "chkMenuAnimation"; this.chkMenuAnimation.Size = new System.Drawing.Size(161, 17); this.chkMenuAnimation.TabIndex = 4; this.chkMenuAnimation.Text = "Menu and window animation"; this.chkMenuAnimation.UseVisualStyleBackColor = true; // // chkVisualStyles // this.chkVisualStyles.AutoSize = true; this.chkVisualStyles.Location = new System.Drawing.Point(3, 158); this.chkVisualStyles.Name = "chkVisualStyles"; this.chkVisualStyles.Size = new System.Drawing.Size(83, 17); this.chkVisualStyles.TabIndex = 5; this.chkVisualStyles.Text = "Visual styles"; this.chkVisualStyles.UseVisualStyleBackColor = true; // // chkPersistentBitmapCaching // this.chkPersistentBitmapCaching.AutoSize = true; this.chkPersistentBitmapCaching.Location = new System.Drawing.Point(3, 181); this.chkPersistentBitmapCaching.Name = "chkPersistentBitmapCaching"; this.chkPersistentBitmapCaching.Size = new System.Drawing.Size(147, 17); this.chkPersistentBitmapCaching.TabIndex = 7; this.chkPersistentBitmapCaching.Text = "Persistent bitmap caching"; this.chkPersistentBitmapCaching.UseVisualStyleBackColor = true; // // tabPage6 // this.tabPage6.Location = new System.Drawing.Point(4, 22); this.tabPage6.Name = "tabPage6"; this.tabPage6.Padding = new System.Windows.Forms.Padding(3); this.tabPage6.Size = new System.Drawing.Size(364, 438); this.tabPage6.TabIndex = 5; this.tabPage6.Text = "Advanced"; this.tabPage6.UseVisualStyleBackColor = true; // // flowLayoutPanel5 // this.flowLayoutPanel5.Controls.Add(this.btnOk); this.flowLayoutPanel5.Controls.Add(this.btnCancel); this.flowLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Right; this.flowLayoutPanel5.Location = new System.Drawing.Point(119, 473); this.flowLayoutPanel5.Name = "flowLayoutPanel5"; this.flowLayoutPanel5.Size = new System.Drawing.Size(256, 43); this.flowLayoutPanel5.TabIndex = 12; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 1; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel2.Controls.Add(this.tabControl1, 0, 0); this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel5, 0, 1); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 2; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 90.55877F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.441233F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(378, 519); this.tableLayoutPanel2.TabIndex = 3; // // chkNla // this.chkNla.AutoSize = true; this.chkNla.Location = new System.Drawing.Point(154, 315); this.chkNla.Name = "chkNla"; this.chkNla.Size = new System.Drawing.Size(166, 17); this.chkNla.TabIndex = 18; this.chkNla.Text = "Network Level Authentication"; this.chkNla.UseVisualStyleBackColor = true; // // NewRDPConnection // this.ClientSize = new System.Drawing.Size(378, 519); this.Controls.Add(this.tableLayoutPanel2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "NewRDPConnection"; this.Text = "New RDP Connection..."; this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.groupBox6.ResumeLayout(false); this.groupBox6.PerformLayout(); this.tabPage2.ResumeLayout(false); this.flowLayoutPanel4.ResumeLayout(false); this.flowLayoutPanel4.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.tabPage3.ResumeLayout(false); this.groupBox5.ResumeLayout(false); this.flowLayoutPanel2.ResumeLayout(false); this.flowLayoutPanel2.PerformLayout(); this.groupBox7.ResumeLayout(false); this.tabPage4.ResumeLayout(false); this.groupBox8.ResumeLayout(false); this.groupBox8.PerformLayout(); this.tabPage5.ResumeLayout(false); this.tabPage5.PerformLayout(); this.groupBox1.ResumeLayout(false); this.flowLayoutPanel3.ResumeLayout(false); this.flowLayoutPanel3.PerformLayout(); this.flowLayoutPanel5.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lblComputer; private System.Windows.Forms.TextBox txtComputer; private System.Windows.Forms.Label lblDomain; private System.Windows.Forms.TextBox txtDomain; private System.Windows.Forms.Label lblUsername; private System.Windows.Forms.TextBox txtUsername; private System.Windows.Forms.Label lblPassword; private System.Windows.Forms.ComboBox cboColorDepth; private System.Windows.Forms.Button btnOk; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.CheckBox chkConsole; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel5; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.CheckBox chkDisplayConnectionBar; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; private System.Windows.Forms.CheckBox chkPrinters; private System.Windows.Forms.CheckBox chkClipboard; private System.Windows.Forms.CheckBox chkDrives; private System.Windows.Forms.TabPage tabPage4; private System.Windows.Forms.TabPage tabPage5; private System.Windows.Forms.CheckBox chkReconnect; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cboPerformance; private System.Windows.Forms.CheckBox chkDesktopBackground; private System.Windows.Forms.CheckBox chkFontSmoothing; private System.Windows.Forms.CheckBox chkDesktopComposition; private System.Windows.Forms.CheckBox chkWindowContents; private System.Windows.Forms.CheckBox chkMenuAnimation; private System.Windows.Forms.CheckBox chkVisualStyles; private System.Windows.Forms.CheckBox chkPersistentBitmapCaching; private System.Windows.Forms.TabPage tabPage6; private System.Windows.Forms.GroupBox groupBox6; private System.Windows.Forms.Label lblComputerName; private System.Windows.Forms.Label label3; private System.Windows.Forms.CheckBox chkSaveCredentials; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox cboDisplayMode; private System.Windows.Forms.Label label5; private System.Windows.Forms.GroupBox groupBox7; private System.Windows.Forms.ComboBox cboRemoteAudio; private System.Windows.Forms.Button btnShowPassword; private System.Windows.Forms.ComboBox cboType; private System.Windows.Forms.Label label6; private System.Windows.Forms.GroupBox groupBox8; private System.Windows.Forms.TextBox txtShellWorkingDirectory; private System.Windows.Forms.Label lblProgramFolder; private System.Windows.Forms.TextBox txtAlternateShell; private System.Windows.Forms.Label lblProgramPath; private System.Windows.Forms.CheckBox chkProgram; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox txtDescription; private System.Windows.Forms.CheckBox chkNla; } }