xenadmin/XenAdmin/Dialogs/OptionsPages/ConsolesOptionsPage.Designer.cs
Konstantina Chremmou 0ed05e4c6c Removed option to enable RDP polling as it only applies to pre-6.5 hosts which are not longer supported.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2019-02-06 09:25:38 +00:00

231 lines
12 KiB
C#

namespace XenAdmin.Dialogs.OptionsPages
{
partial class ConsolesOptionsPage
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConsolesOptionsPage));
this.ConsoleTabTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.ClipboardCheckBox = new System.Windows.Forms.CheckBox();
this.RDPGroupBox = new XenAdmin.Controls.DecentGroupBox();
this.WindowsKeyCheckBox = new System.Windows.Forms.CheckBox();
this.ConnectToServerConsoleCheckBox = new System.Windows.Forms.CheckBox();
this.SoundCheckBox = new System.Windows.Forms.CheckBox();
this.AutoSwitchCheckBox = new System.Windows.Forms.CheckBox();
this.ConsoleGroupBox = new XenAdmin.Controls.DecentGroupBox();
this.PreserveVNCConsoleScalingCheckBox = new System.Windows.Forms.CheckBox();
this.PreserveUndockedScaleCheckBox = new System.Windows.Forms.CheckBox();
this.ShortcutsGroupBox = new XenAdmin.Controls.DecentGroupBox();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.UncaptureKeyComboBox = new System.Windows.Forms.ComboBox();
this.UncaptureLabel = new System.Windows.Forms.Label();
this.FullscreenHeader = new System.Windows.Forms.Label();
this.DockKeyComboBox = new System.Windows.Forms.ComboBox();
this.DockUndockabel = new System.Windows.Forms.Label();
this.KeyComboListBox = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.ConsoleTabTableLayoutPanel.SuspendLayout();
this.RDPGroupBox.SuspendLayout();
this.ConsoleGroupBox.SuspendLayout();
this.ShortcutsGroupBox.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// ConsoleTabTableLayoutPanel
//
resources.ApplyResources(this.ConsoleTabTableLayoutPanel, "ConsoleTabTableLayoutPanel");
this.ConsoleTabTableLayoutPanel.Controls.Add(this.ClipboardCheckBox, 0, 1);
this.ConsoleTabTableLayoutPanel.Controls.Add(this.RDPGroupBox, 0, 4);
this.ConsoleTabTableLayoutPanel.Controls.Add(this.ConsoleGroupBox, 0, 3);
this.ConsoleTabTableLayoutPanel.Controls.Add(this.ShortcutsGroupBox, 0, 2);
this.ConsoleTabTableLayoutPanel.Controls.Add(this.label1, 0, 0);
this.ConsoleTabTableLayoutPanel.Name = "ConsoleTabTableLayoutPanel";
//
// ClipboardCheckBox
//
resources.ApplyResources(this.ClipboardCheckBox, "ClipboardCheckBox");
this.ClipboardCheckBox.Name = "ClipboardCheckBox";
this.ClipboardCheckBox.UseVisualStyleBackColor = true;
//
// RDPGroupBox
//
resources.ApplyResources(this.RDPGroupBox, "RDPGroupBox");
this.RDPGroupBox.Controls.Add(this.WindowsKeyCheckBox);
this.RDPGroupBox.Controls.Add(this.ConnectToServerConsoleCheckBox);
this.RDPGroupBox.Controls.Add(this.SoundCheckBox);
this.RDPGroupBox.Controls.Add(this.AutoSwitchCheckBox);
this.RDPGroupBox.Name = "RDPGroupBox";
this.RDPGroupBox.TabStop = false;
//
// WindowsKeyCheckBox
//
resources.ApplyResources(this.WindowsKeyCheckBox, "WindowsKeyCheckBox");
this.WindowsKeyCheckBox.Name = "WindowsKeyCheckBox";
this.WindowsKeyCheckBox.UseVisualStyleBackColor = true;
//
// ConnectToServerConsoleCheckBox
//
resources.ApplyResources(this.ConnectToServerConsoleCheckBox, "ConnectToServerConsoleCheckBox");
this.ConnectToServerConsoleCheckBox.Name = "ConnectToServerConsoleCheckBox";
this.ConnectToServerConsoleCheckBox.UseVisualStyleBackColor = true;
//
// SoundCheckBox
//
resources.ApplyResources(this.SoundCheckBox, "SoundCheckBox");
this.SoundCheckBox.Name = "SoundCheckBox";
this.SoundCheckBox.UseVisualStyleBackColor = true;
//
// AutoSwitchCheckBox
//
resources.ApplyResources(this.AutoSwitchCheckBox, "AutoSwitchCheckBox");
this.AutoSwitchCheckBox.Name = "AutoSwitchCheckBox";
this.AutoSwitchCheckBox.UseVisualStyleBackColor = true;
//
// ConsoleGroupBox
//
resources.ApplyResources(this.ConsoleGroupBox, "ConsoleGroupBox");
this.ConsoleGroupBox.Controls.Add(this.PreserveVNCConsoleScalingCheckBox);
this.ConsoleGroupBox.Controls.Add(this.PreserveUndockedScaleCheckBox);
this.ConsoleGroupBox.Name = "ConsoleGroupBox";
this.ConsoleGroupBox.TabStop = false;
//
// PreserveVNCConsoleScalingCheckBox
//
resources.ApplyResources(this.PreserveVNCConsoleScalingCheckBox, "PreserveVNCConsoleScalingCheckBox");
this.PreserveVNCConsoleScalingCheckBox.Name = "PreserveVNCConsoleScalingCheckBox";
this.PreserveVNCConsoleScalingCheckBox.UseVisualStyleBackColor = true;
//
// PreserveUndockedScaleCheckBox
//
resources.ApplyResources(this.PreserveUndockedScaleCheckBox, "PreserveUndockedScaleCheckBox");
this.PreserveUndockedScaleCheckBox.Name = "PreserveUndockedScaleCheckBox";
this.PreserveUndockedScaleCheckBox.UseVisualStyleBackColor = true;
//
// ShortcutsGroupBox
//
resources.ApplyResources(this.ShortcutsGroupBox, "ShortcutsGroupBox");
this.ShortcutsGroupBox.Controls.Add(this.tableLayoutPanel1);
this.ShortcutsGroupBox.Name = "ShortcutsGroupBox";
this.ShortcutsGroupBox.TabStop = false;
//
// tableLayoutPanel1
//
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
this.tableLayoutPanel1.Controls.Add(this.UncaptureKeyComboBox, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.UncaptureLabel, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.FullscreenHeader, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.DockKeyComboBox, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.DockUndockabel, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.KeyComboListBox, 1, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
//
// UncaptureKeyComboBox
//
this.UncaptureKeyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
resources.ApplyResources(this.UncaptureKeyComboBox, "UncaptureKeyComboBox");
this.UncaptureKeyComboBox.FormattingEnabled = true;
this.UncaptureKeyComboBox.Name = "UncaptureKeyComboBox";
//
// UncaptureLabel
//
resources.ApplyResources(this.UncaptureLabel, "UncaptureLabel");
this.UncaptureLabel.Name = "UncaptureLabel";
//
// FullscreenHeader
//
resources.ApplyResources(this.FullscreenHeader, "FullscreenHeader");
this.FullscreenHeader.Name = "FullscreenHeader";
//
// DockKeyComboBox
//
this.DockKeyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
resources.ApplyResources(this.DockKeyComboBox, "DockKeyComboBox");
this.DockKeyComboBox.FormattingEnabled = true;
this.DockKeyComboBox.Name = "DockKeyComboBox";
//
// DockUndockabel
//
resources.ApplyResources(this.DockUndockabel, "DockUndockabel");
this.DockUndockabel.Name = "DockUndockabel";
//
// KeyComboListBox
//
this.KeyComboListBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
resources.ApplyResources(this.KeyComboListBox, "KeyComboListBox");
this.KeyComboListBox.FormattingEnabled = true;
this.KeyComboListBox.Name = "KeyComboListBox";
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// ConsolesOptionsPage
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.ConsoleTabTableLayoutPanel);
this.Name = "ConsolesOptionsPage";
this.ConsoleTabTableLayoutPanel.ResumeLayout(false);
this.ConsoleTabTableLayoutPanel.PerformLayout();
this.RDPGroupBox.ResumeLayout(false);
this.RDPGroupBox.PerformLayout();
this.ConsoleGroupBox.ResumeLayout(false);
this.ConsoleGroupBox.PerformLayout();
this.ShortcutsGroupBox.ResumeLayout(false);
this.ShortcutsGroupBox.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TableLayoutPanel ConsoleTabTableLayoutPanel;
private System.Windows.Forms.CheckBox ClipboardCheckBox;
private XenAdmin.Controls.DecentGroupBox RDPGroupBox;
private System.Windows.Forms.CheckBox WindowsKeyCheckBox;
private System.Windows.Forms.CheckBox ConnectToServerConsoleCheckBox;
private System.Windows.Forms.CheckBox SoundCheckBox;
private System.Windows.Forms.CheckBox AutoSwitchCheckBox;
private XenAdmin.Controls.DecentGroupBox ConsoleGroupBox;
private System.Windows.Forms.CheckBox PreserveVNCConsoleScalingCheckBox;
private System.Windows.Forms.CheckBox PreserveUndockedScaleCheckBox;
private XenAdmin.Controls.DecentGroupBox ShortcutsGroupBox;
private System.Windows.Forms.Label FullscreenHeader;
private System.Windows.Forms.ComboBox KeyComboListBox;
private System.Windows.Forms.Label DockUndockabel;
private System.Windows.Forms.ComboBox DockKeyComboBox;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label UncaptureLabel;
private System.Windows.Forms.ComboBox UncaptureKeyComboBox;
}
}