namespace AnywhereTS
{
partial class frmClientMiscellany
{
///
/// 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(frmClientMiscellany));
this.chkMiscNoaccel = new System.Windows.Forms.CheckBox();
this.chkMiscFlippedFix = new System.Windows.Forms.CheckBox();
this.chkMiscMousefix = new System.Windows.Forms.CheckBox();
this.Label25 = new System.Windows.Forms.Label();
this.chkMiscCDredirect = new System.Windows.Forms.CheckBox();
this.chkMiscFloppyRedirect = new System.Windows.Forms.CheckBox();
this.chkMiscDailyreboot = new System.Windows.Forms.CheckBox();
this.chkMiscReconnect = new System.Windows.Forms.CheckBox();
this.cboKeyboard = new System.Windows.Forms.ComboBox();
this.Label41 = new System.Windows.Forms.Label();
this.cboTimezone = new System.Windows.Forms.ComboBox();
this.Label42 = new System.Windows.Forms.Label();
this.btnCancel = new System.Windows.Forms.Button();
this.btnOk = new System.Windows.Forms.Button();
this.chkMiscCOM1 = new System.Windows.Forms.CheckBox();
this.chkMiscCOM2 = new System.Windows.Forms.CheckBox();
this.tabClientProperties = new System.Windows.Forms.TabControl();
this.tabRdp = new System.Windows.Forms.TabPage();
this.txtServerPort = new System.Windows.Forms.TextBox();
this.lblServerPort = new System.Windows.Forms.Label();
this.chkUsbMemory = new System.Windows.Forms.CheckBox();
this.tabIca = new System.Windows.Forms.TabPage();
this.grpIcaProtocol = new System.Windows.Forms.GroupBox();
this.radIcaProtocolHTTP = new System.Windows.Forms.RadioButton();
this.radIcaProtocolUDP = new System.Windows.Forms.RadioButton();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label9 = new System.Windows.Forms.Label();
this.label26 = new System.Windows.Forms.Label();
this.label27 = new System.Windows.Forms.Label();
this.tbrIcaAudioQuality = new Dotnetrix.Controls.TrackBar();
this.cboIcaEncryption = new System.Windows.Forms.ComboBox();
this.chkIcaCompression = new System.Windows.Forms.CheckBox();
this.label24 = new System.Windows.Forms.Label();
this.tabMisc = new System.Windows.Forms.TabPage();
this.chkMiscNumLock = new System.Windows.Forms.CheckBox();
this.tabBoot = new System.Windows.Forms.TabPage();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.grpBootMethod = new System.Windows.Forms.GroupBox();
this.radPxelinux = new System.Windows.Forms.RadioButton();
this.radEtherboot = new System.Windows.Forms.RadioButton();
this.btnHelp = new System.Windows.Forms.Button();
this.tabClientProperties.SuspendLayout();
this.tabRdp.SuspendLayout();
this.tabIca.SuspendLayout();
this.grpIcaProtocol.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tbrIcaAudioQuality)).BeginInit();
this.tabMisc.SuspendLayout();
this.tabBoot.SuspendLayout();
this.grpBootMethod.SuspendLayout();
this.SuspendLayout();
//
// chkMiscNoaccel
//
this.chkMiscNoaccel.Location = new System.Drawing.Point(28, 246);
this.chkMiscNoaccel.Name = "chkMiscNoaccel";
this.chkMiscNoaccel.Size = new System.Drawing.Size(216, 18);
this.chkMiscNoaccel.TabIndex = 12;
this.chkMiscNoaccel.Text = "Force no graphics acceleration";
//
// chkMiscFlippedFix
//
this.chkMiscFlippedFix.Location = new System.Drawing.Point(28, 224);
this.chkMiscFlippedFix.Name = "chkMiscFlippedFix";
this.chkMiscFlippedFix.Size = new System.Drawing.Size(168, 18);
this.chkMiscFlippedFix.TabIndex = 11;
this.chkMiscFlippedFix.Text = "Flipped characters fix";
//
// chkMiscMousefix
//
this.chkMiscMousefix.Location = new System.Drawing.Point(28, 202);
this.chkMiscMousefix.Name = "chkMiscMousefix";
this.chkMiscMousefix.Size = new System.Drawing.Size(176, 18);
this.chkMiscMousefix.TabIndex = 10;
this.chkMiscMousefix.Text = "Mouse pointer fix";
//
// Label25
//
this.Label25.Location = new System.Drawing.Point(25, 167);
this.Label25.Name = "Label25";
this.Label25.Size = new System.Drawing.Size(232, 32);
this.Label25.TabIndex = 95;
this.Label25.Text = "Hardware problem fixes. Enable only if you experience problems:";
//
// chkMiscCDredirect
//
this.chkMiscCDredirect.Checked = true;
this.chkMiscCDredirect.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkMiscCDredirect.Location = new System.Drawing.Point(37, 65);
this.chkMiscCDredirect.Name = "chkMiscCDredirect";
this.chkMiscCDredirect.Size = new System.Drawing.Size(196, 18);
this.chkMiscCDredirect.TabIndex = 7;
this.chkMiscCDredirect.Text = "Redirect client CD/DVD player";
//
// chkMiscFloppyRedirect
//
this.chkMiscFloppyRedirect.Checked = true;
this.chkMiscFloppyRedirect.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkMiscFloppyRedirect.Location = new System.Drawing.Point(37, 41);
this.chkMiscFloppyRedirect.Name = "chkMiscFloppyRedirect";
this.chkMiscFloppyRedirect.Size = new System.Drawing.Size(176, 18);
this.chkMiscFloppyRedirect.TabIndex = 6;
this.chkMiscFloppyRedirect.Text = "Redirect client floppy";
//
// chkMiscDailyreboot
//
this.chkMiscDailyreboot.Checked = true;
this.chkMiscDailyreboot.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkMiscDailyreboot.Location = new System.Drawing.Point(28, 88);
this.chkMiscDailyreboot.Name = "chkMiscDailyreboot";
this.chkMiscDailyreboot.Size = new System.Drawing.Size(136, 18);
this.chkMiscDailyreboot.TabIndex = 3;
this.chkMiscDailyreboot.Text = "Daily reboot";
//
// chkMiscReconnect
//
this.chkMiscReconnect.Checked = true;
this.chkMiscReconnect.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkMiscReconnect.Location = new System.Drawing.Point(28, 110);
this.chkMiscReconnect.Name = "chkMiscReconnect";
this.chkMiscReconnect.Size = new System.Drawing.Size(176, 18);
this.chkMiscReconnect.TabIndex = 4;
this.chkMiscReconnect.Text = "Auto-reconnect to server";
//
// cboKeyboard
//
this.cboKeyboard.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboKeyboard.Location = new System.Drawing.Point(113, 21);
this.cboKeyboard.Name = "cboKeyboard";
this.cboKeyboard.Size = new System.Drawing.Size(144, 21);
this.cboKeyboard.TabIndex = 1;
//
// Label41
//
this.Label41.Location = new System.Drawing.Point(26, 23);
this.Label41.Name = "Label41";
this.Label41.Size = new System.Drawing.Size(85, 16);
this.Label41.TabIndex = 86;
this.Label41.Text = "Keyboard layout";
//
// cboTimezone
//
this.cboTimezone.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboTimezone.Location = new System.Drawing.Point(113, 52);
this.cboTimezone.Name = "cboTimezone";
this.cboTimezone.Size = new System.Drawing.Size(144, 21);
this.cboTimezone.TabIndex = 2;
//
// Label42
//
this.Label42.Location = new System.Drawing.Point(25, 57);
this.Label42.Name = "Label42";
this.Label42.Size = new System.Drawing.Size(82, 16);
this.Label42.TabIndex = 85;
this.Label42.Text = "Time Zone";
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(157, 332);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(78, 23);
this.btnCancel.TabIndex = 14;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(241, 332);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(78, 23);
this.btnOk.TabIndex = 13;
this.btnOk.Text = "OK";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// chkMiscCOM1
//
this.chkMiscCOM1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkMiscCOM1.Location = new System.Drawing.Point(37, 89);
this.chkMiscCOM1.Name = "chkMiscCOM1";
this.chkMiscCOM1.Size = new System.Drawing.Size(176, 18);
this.chkMiscCOM1.TabIndex = 8;
this.chkMiscCOM1.Text = "Redirect client COM1";
this.chkMiscCOM1.CheckedChanged += new System.EventHandler(this.chkMiscCOM1_CheckedChanged);
//
// chkMiscCOM2
//
this.chkMiscCOM2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkMiscCOM2.Location = new System.Drawing.Point(37, 113);
this.chkMiscCOM2.Name = "chkMiscCOM2";
this.chkMiscCOM2.Size = new System.Drawing.Size(176, 18);
this.chkMiscCOM2.TabIndex = 9;
this.chkMiscCOM2.Text = "Redirect client COM2";
this.chkMiscCOM2.CheckedChanged += new System.EventHandler(this.chkMiscCOM2_CheckedChanged);
//
// tabClientProperties
//
this.tabClientProperties.Controls.Add(this.tabRdp);
this.tabClientProperties.Controls.Add(this.tabIca);
this.tabClientProperties.Controls.Add(this.tabMisc);
this.tabClientProperties.Controls.Add(this.tabBoot);
this.tabClientProperties.ImeMode = System.Windows.Forms.ImeMode.On;
this.tabClientProperties.Location = new System.Drawing.Point(3, 3);
this.tabClientProperties.Name = "tabClientProperties";
this.tabClientProperties.SelectedIndex = 0;
this.tabClientProperties.Size = new System.Drawing.Size(316, 323);
this.tabClientProperties.TabIndex = 96;
//
// tabRdp
//
this.tabRdp.Controls.Add(this.txtServerPort);
this.tabRdp.Controls.Add(this.lblServerPort);
this.tabRdp.Controls.Add(this.chkUsbMemory);
this.tabRdp.Controls.Add(this.chkMiscCOM2);
this.tabRdp.Controls.Add(this.chkMiscFloppyRedirect);
this.tabRdp.Controls.Add(this.chkMiscCOM1);
this.tabRdp.Controls.Add(this.chkMiscCDredirect);
this.tabRdp.Location = new System.Drawing.Point(4, 22);
this.tabRdp.Name = "tabRdp";
this.tabRdp.Size = new System.Drawing.Size(308, 297);
this.tabRdp.TabIndex = 4;
this.tabRdp.Text = "RDP";
this.tabRdp.UseVisualStyleBackColor = true;
//
// txtServerPort
//
this.txtServerPort.Location = new System.Drawing.Point(213, 179);
this.txtServerPort.MaxLength = 5;
this.txtServerPort.Name = "txtServerPort";
this.txtServerPort.Size = new System.Drawing.Size(64, 20);
this.txtServerPort.TabIndex = 13;
this.txtServerPort.TextChanged += new System.EventHandler(this.txtServerPort_TextChanged);
//
// lblServerPort
//
this.lblServerPort.AutoSize = true;
this.lblServerPort.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblServerPort.Location = new System.Drawing.Point(34, 182);
this.lblServerPort.Name = "lblServerPort";
this.lblServerPort.Size = new System.Drawing.Size(179, 13);
this.lblServerPort.TabIndex = 14;
this.lblServerPort.Text = "Server port (only if not using default):";
//
// chkUsbMemory
//
this.chkUsbMemory.Checked = true;
this.chkUsbMemory.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkUsbMemory.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkUsbMemory.Location = new System.Drawing.Point(37, 137);
this.chkUsbMemory.Name = "chkUsbMemory";
this.chkUsbMemory.Size = new System.Drawing.Size(176, 18);
this.chkUsbMemory.TabIndex = 12;
this.chkUsbMemory.Text = "Redirect USB memory";
this.chkUsbMemory.CheckedChanged += new System.EventHandler(this.chkUsbMemory_CheckedChanged);
//
// tabIca
//
this.tabIca.Controls.Add(this.grpIcaProtocol);
this.tabIca.Controls.Add(this.groupBox1);
this.tabIca.Controls.Add(this.cboIcaEncryption);
this.tabIca.Controls.Add(this.chkIcaCompression);
this.tabIca.Controls.Add(this.label24);
this.tabIca.Location = new System.Drawing.Point(4, 22);
this.tabIca.Name = "tabIca";
this.tabIca.Padding = new System.Windows.Forms.Padding(3);
this.tabIca.Size = new System.Drawing.Size(308, 297);
this.tabIca.TabIndex = 2;
this.tabIca.Text = "ICA";
this.tabIca.UseVisualStyleBackColor = true;
//
// grpIcaProtocol
//
this.grpIcaProtocol.Controls.Add(this.radIcaProtocolHTTP);
this.grpIcaProtocol.Controls.Add(this.radIcaProtocolUDP);
this.grpIcaProtocol.Location = new System.Drawing.Point(24, 29);
this.grpIcaProtocol.Name = "grpIcaProtocol";
this.grpIcaProtocol.Size = new System.Drawing.Size(174, 65);
this.grpIcaProtocol.TabIndex = 1;
this.grpIcaProtocol.TabStop = false;
this.grpIcaProtocol.Text = "Browser protocol";
//
// radIcaProtocolHTTP
//
this.radIcaProtocolHTTP.AutoSize = true;
this.radIcaProtocolHTTP.Location = new System.Drawing.Point(10, 38);
this.radIcaProtocolHTTP.Name = "radIcaProtocolHTTP";
this.radIcaProtocolHTTP.Size = new System.Drawing.Size(93, 17);
this.radIcaProtocolHTTP.TabIndex = 1;
this.radIcaProtocolHTTP.Text = "HTTP on TCP";
this.radIcaProtocolHTTP.UseVisualStyleBackColor = true;
//
// radIcaProtocolUDP
//
this.radIcaProtocolUDP.AutoSize = true;
this.radIcaProtocolUDP.Checked = true;
this.radIcaProtocolUDP.Location = new System.Drawing.Point(10, 19);
this.radIcaProtocolUDP.Name = "radIcaProtocolUDP";
this.radIcaProtocolUDP.Size = new System.Drawing.Size(48, 17);
this.radIcaProtocolUDP.TabIndex = 1;
this.radIcaProtocolUDP.TabStop = true;
this.radIcaProtocolUDP.Text = "UDP";
this.radIcaProtocolUDP.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label26);
this.groupBox1.Controls.Add(this.label27);
this.groupBox1.Controls.Add(this.tbrIcaAudioQuality);
this.groupBox1.Location = new System.Drawing.Point(23, 197);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(175, 72);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Audio quality";
//
// label9
//
this.label9.AutoSize = true;
this.label9.BackColor = System.Drawing.Color.Transparent;
this.label9.Location = new System.Drawing.Point(130, 48);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(29, 13);
this.label9.TabIndex = 22;
this.label9.Text = "High";
//
// label26
//
this.label26.AutoSize = true;
this.label26.Location = new System.Drawing.Point(17, 48);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(27, 13);
this.label26.TabIndex = 23;
this.label26.Text = "Low";
//
// label27
//
this.label27.AutoSize = true;
this.label27.Location = new System.Drawing.Point(69, 48);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(44, 13);
this.label27.TabIndex = 20;
this.label27.Text = "Medium";
//
// tbrIcaAudioQuality
//
this.tbrIcaAudioQuality.BackColor = System.Drawing.Color.Transparent;
this.tbrIcaAudioQuality.LargeChange = 1;
this.tbrIcaAudioQuality.Location = new System.Drawing.Point(20, 19);
this.tbrIcaAudioQuality.Maximum = 3;
this.tbrIcaAudioQuality.Minimum = 1;
this.tbrIcaAudioQuality.Name = "tbrIcaAudioQuality";
this.tbrIcaAudioQuality.Size = new System.Drawing.Size(138, 42);
this.tbrIcaAudioQuality.TabIndex = 24;
this.tbrIcaAudioQuality.Value = 3;
//
// cboIcaEncryption
//
this.cboIcaEncryption.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboIcaEncryption.FormattingEnabled = true;
this.cboIcaEncryption.Items.AddRange(new object[] {
"Basic",
"RC5 (128 bit - Login Only)",
"RC5 (40 bit)",
"RC5 (128 bit)",
"RC5 (56 bit)"});
this.cboIcaEncryption.Location = new System.Drawing.Point(23, 153);
this.cboIcaEncryption.Name = "cboIcaEncryption";
this.cboIcaEncryption.Size = new System.Drawing.Size(174, 21);
this.cboIcaEncryption.TabIndex = 3;
//
// chkIcaCompression
//
this.chkIcaCompression.Location = new System.Drawing.Point(24, 112);
this.chkIcaCompression.Name = "chkIcaCompression";
this.chkIcaCompression.Size = new System.Drawing.Size(121, 18);
this.chkIcaCompression.TabIndex = 2;
this.chkIcaCompression.Text = "Enable compression";
this.chkIcaCompression.UseVisualStyleBackColor = true;
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(20, 137);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(57, 13);
this.label24.TabIndex = 3;
this.label24.Text = "Encryption";
//
// tabMisc
//
this.tabMisc.Controls.Add(this.chkMiscNumLock);
this.tabMisc.Controls.Add(this.Label41);
this.tabMisc.Controls.Add(this.Label42);
this.tabMisc.Controls.Add(this.cboTimezone);
this.tabMisc.Controls.Add(this.cboKeyboard);
this.tabMisc.Controls.Add(this.chkMiscDailyreboot);
this.tabMisc.Controls.Add(this.chkMiscNoaccel);
this.tabMisc.Controls.Add(this.chkMiscFlippedFix);
this.tabMisc.Controls.Add(this.Label25);
this.tabMisc.Controls.Add(this.chkMiscReconnect);
this.tabMisc.Controls.Add(this.chkMiscMousefix);
this.tabMisc.Location = new System.Drawing.Point(4, 22);
this.tabMisc.Name = "tabMisc";
this.tabMisc.Padding = new System.Windows.Forms.Padding(3);
this.tabMisc.Size = new System.Drawing.Size(308, 297);
this.tabMisc.TabIndex = 5;
this.tabMisc.Text = "Misc";
this.tabMisc.UseVisualStyleBackColor = true;
//
// chkMiscNumLock
//
this.chkMiscNumLock.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkMiscNumLock.ForeColor = System.Drawing.Color.Black;
this.chkMiscNumLock.Location = new System.Drawing.Point(28, 134);
this.chkMiscNumLock.Name = "chkMiscNumLock";
this.chkMiscNumLock.Size = new System.Drawing.Size(176, 18);
this.chkMiscNumLock.TabIndex = 96;
this.chkMiscNumLock.Text = "Num Lock on at boot time";
this.chkMiscNumLock.CheckedChanged += new System.EventHandler(this.chkMiscNumLock_CheckedChanged);
//
// tabBoot
//
this.tabBoot.Controls.Add(this.label2);
this.tabBoot.Controls.Add(this.label1);
this.tabBoot.Controls.Add(this.grpBootMethod);
this.tabBoot.Location = new System.Drawing.Point(4, 22);
this.tabBoot.Name = "tabBoot";
this.tabBoot.Size = new System.Drawing.Size(308, 297);
this.tabBoot.TabIndex = 6;
this.tabBoot.Text = "Network Boot";
this.tabBoot.UseVisualStyleBackColor = true;
//
// label2
//
this.label2.Location = new System.Drawing.Point(13, 210);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(280, 35);
this.label2.TabIndex = 3;
this.label2.Text = "This setting only apply if you are booting the client from network (PXE/UNDI).";
//
// label1
//
this.label1.Location = new System.Drawing.Point(13, 112);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(280, 98);
this.label1.TabIndex = 2;
this.label1.Text = resources.GetString("label1.Text");
//
// grpBootMethod
//
this.grpBootMethod.Controls.Add(this.radPxelinux);
this.grpBootMethod.Controls.Add(this.radEtherboot);
this.grpBootMethod.Location = new System.Drawing.Point(16, 21);
this.grpBootMethod.Name = "grpBootMethod";
this.grpBootMethod.Size = new System.Drawing.Size(277, 76);
this.grpBootMethod.TabIndex = 1;
this.grpBootMethod.TabStop = false;
this.grpBootMethod.Text = "Network boot method";
//
// radPxelinux
//
this.radPxelinux.AutoSize = true;
this.radPxelinux.Location = new System.Drawing.Point(17, 19);
this.radPxelinux.Name = "radPxelinux";
this.radPxelinux.Size = new System.Drawing.Size(78, 17);
this.radPxelinux.TabIndex = 0;
this.radPxelinux.TabStop = true;
this.radPxelinux.Text = "PXELINUX";
this.radPxelinux.UseVisualStyleBackColor = true;
//
// radEtherboot
//
this.radEtherboot.AutoSize = true;
this.radEtherboot.Location = new System.Drawing.Point(17, 42);
this.radEtherboot.Name = "radEtherboot";
this.radEtherboot.Size = new System.Drawing.Size(71, 17);
this.radEtherboot.TabIndex = 0;
this.radEtherboot.TabStop = true;
this.radEtherboot.Text = "Etherboot";
this.radEtherboot.UseVisualStyleBackColor = true;
//
// btnHelp
//
this.btnHelp.Location = new System.Drawing.Point(3, 332);
this.btnHelp.Name = "btnHelp";
this.btnHelp.Size = new System.Drawing.Size(78, 23);
this.btnHelp.TabIndex = 97;
this.btnHelp.Text = "Help";
this.btnHelp.UseVisualStyleBackColor = true;
this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
//
// frmClientMiscellany
//
this.AcceptButton = this.btnOk;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(323, 364);
this.Controls.Add(this.btnHelp);
this.Controls.Add(this.tabClientProperties);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOk);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true;
this.MaximizeBox = false;
this.Name = "frmClientMiscellany";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Advanced Client Options";
this.Load += new System.EventHandler(this.frmClientMiscellany_Load);
this.HelpRequested += new System.Windows.Forms.HelpEventHandler(this.frmClientMiscellany_HelpRequested);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmClientMiscellany_KeyDown);
this.tabClientProperties.ResumeLayout(false);
this.tabRdp.ResumeLayout(false);
this.tabRdp.PerformLayout();
this.tabIca.ResumeLayout(false);
this.tabIca.PerformLayout();
this.grpIcaProtocol.ResumeLayout(false);
this.grpIcaProtocol.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.tbrIcaAudioQuality)).EndInit();
this.tabMisc.ResumeLayout(false);
this.tabBoot.ResumeLayout(false);
this.grpBootMethod.ResumeLayout(false);
this.grpBootMethod.PerformLayout();
this.ResumeLayout(false);
}
#endregion
internal System.Windows.Forms.CheckBox chkMiscNoaccel;
internal System.Windows.Forms.CheckBox chkMiscFlippedFix;
internal System.Windows.Forms.CheckBox chkMiscMousefix;
internal System.Windows.Forms.Label Label25;
internal System.Windows.Forms.CheckBox chkMiscCDredirect;
internal System.Windows.Forms.CheckBox chkMiscFloppyRedirect;
internal System.Windows.Forms.CheckBox chkMiscDailyreboot;
internal System.Windows.Forms.CheckBox chkMiscReconnect;
internal System.Windows.Forms.ComboBox cboKeyboard;
internal System.Windows.Forms.Label Label41;
internal System.Windows.Forms.ComboBox cboTimezone;
internal System.Windows.Forms.Label Label42;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOk;
internal System.Windows.Forms.CheckBox chkMiscCOM1;
internal System.Windows.Forms.CheckBox chkMiscCOM2;
internal System.Windows.Forms.TabControl tabClientProperties;
private System.Windows.Forms.TabPage tabRdp;
internal System.Windows.Forms.TabPage tabIca;
internal System.Windows.Forms.GroupBox grpIcaProtocol;
internal System.Windows.Forms.RadioButton radIcaProtocolHTTP;
internal System.Windows.Forms.RadioButton radIcaProtocolUDP;
internal System.Windows.Forms.GroupBox groupBox1;
internal System.Windows.Forms.Label label9;
internal System.Windows.Forms.Label label26;
internal System.Windows.Forms.Label label27;
private System.Windows.Forms.ComboBox cboIcaEncryption;
private System.Windows.Forms.CheckBox chkIcaCompression;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.TabPage tabMisc;
private Dotnetrix.Controls.TrackBar tbrIcaAudioQuality;
internal System.Windows.Forms.CheckBox chkUsbMemory;
internal System.Windows.Forms.CheckBox chkMiscNumLock;
private System.Windows.Forms.TabPage tabBoot;
private System.Windows.Forms.RadioButton radPxelinux;
private System.Windows.Forms.RadioButton radEtherboot;
private System.Windows.Forms.GroupBox grpBootMethod;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnHelp;
public System.Windows.Forms.TextBox txtServerPort;
private System.Windows.Forms.Label lblServerPort;
}
}