mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2025-12-06 00:13:33 +00:00
Added websocket deflate support to remote desktop.
This commit is contained in:
184
KVMViewer.Designer.cs
generated
184
KVMViewer.Designer.cs
generated
@@ -46,23 +46,6 @@ namespace MeshCentralRouter
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KVMViewer));
|
||||
this.mainMenu = new System.Windows.Forms.MenuStrip();
|
||||
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.MenuItemConnect = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.MenuItemDisconnect = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.MenuItemExit = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.zoomtofitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.statusToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.pauseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.actionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.sendCtrlAltDelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mainStatusStrip = new System.Windows.Forms.StatusStrip();
|
||||
this.mainToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
@@ -73,133 +56,13 @@ namespace MeshCentralRouter
|
||||
this.zoomButton = new System.Windows.Forms.Button();
|
||||
this.cadButton = new System.Windows.Forms.Button();
|
||||
this.connectButton = new System.Windows.Forms.Button();
|
||||
this.consoleMessage = new System.Windows.Forms.Label();
|
||||
this.resizeKvmControl = new MeshCentralRouter.KVMResizeControl();
|
||||
this.mainMenu.SuspendLayout();
|
||||
this.consoleTimer = new System.Windows.Forms.Timer(this.components);
|
||||
this.mainStatusStrip.SuspendLayout();
|
||||
this.topPanel.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// mainMenu
|
||||
//
|
||||
this.mainMenu.BackColor = System.Drawing.SystemColors.Menu;
|
||||
this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.toolStripMenuItem2,
|
||||
this.viewToolStripMenuItem,
|
||||
this.actionsToolStripMenuItem});
|
||||
resources.ApplyResources(this.mainMenu, "mainMenu");
|
||||
this.mainMenu.Name = "mainMenu";
|
||||
//
|
||||
// toolStripMenuItem2
|
||||
//
|
||||
this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.MenuItemConnect,
|
||||
this.MenuItemDisconnect,
|
||||
this.toolStripMenuItem5,
|
||||
this.settingsToolStripMenuItem,
|
||||
this.toolStripMenuItem1,
|
||||
this.MenuItemExit});
|
||||
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
||||
resources.ApplyResources(this.toolStripMenuItem2, "toolStripMenuItem2");
|
||||
this.toolStripMenuItem2.DropDownOpening += new System.EventHandler(this.toolStripMenuItem2_DropDownOpening);
|
||||
//
|
||||
// MenuItemConnect
|
||||
//
|
||||
this.MenuItemConnect.Name = "MenuItemConnect";
|
||||
resources.ApplyResources(this.MenuItemConnect, "MenuItemConnect");
|
||||
this.MenuItemConnect.Click += new System.EventHandler(this.MenuItemConnect_Click);
|
||||
//
|
||||
// MenuItemDisconnect
|
||||
//
|
||||
this.MenuItemDisconnect.Name = "MenuItemDisconnect";
|
||||
resources.ApplyResources(this.MenuItemDisconnect, "MenuItemDisconnect");
|
||||
this.MenuItemDisconnect.Click += new System.EventHandler(this.MenuItemDisconnect_Click);
|
||||
//
|
||||
// toolStripMenuItem5
|
||||
//
|
||||
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
|
||||
resources.ApplyResources(this.toolStripMenuItem5, "toolStripMenuItem5");
|
||||
//
|
||||
// settingsToolStripMenuItem
|
||||
//
|
||||
this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
|
||||
resources.ApplyResources(this.settingsToolStripMenuItem, "settingsToolStripMenuItem");
|
||||
this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripMenuItem1
|
||||
//
|
||||
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
||||
resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
|
||||
//
|
||||
// MenuItemExit
|
||||
//
|
||||
this.MenuItemExit.Name = "MenuItemExit";
|
||||
resources.ApplyResources(this.MenuItemExit, "MenuItemExit");
|
||||
this.MenuItemExit.Click += new System.EventHandler(this.MenuItemExit_Click);
|
||||
//
|
||||
// viewToolStripMenuItem
|
||||
//
|
||||
this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.zoomtofitToolStripMenuItem,
|
||||
this.statusToolStripMenuItem,
|
||||
this.debugToolStripMenuItem,
|
||||
this.toolStripMenuItem6,
|
||||
this.refreshToolStripMenuItem,
|
||||
this.pauseToolStripMenuItem});
|
||||
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
|
||||
resources.ApplyResources(this.viewToolStripMenuItem, "viewToolStripMenuItem");
|
||||
this.viewToolStripMenuItem.DropDownOpening += new System.EventHandler(this.viewToolStripMenuItem_DropDownOpening);
|
||||
//
|
||||
// zoomtofitToolStripMenuItem
|
||||
//
|
||||
this.zoomtofitToolStripMenuItem.CheckOnClick = true;
|
||||
this.zoomtofitToolStripMenuItem.Name = "zoomtofitToolStripMenuItem";
|
||||
resources.ApplyResources(this.zoomtofitToolStripMenuItem, "zoomtofitToolStripMenuItem");
|
||||
this.zoomtofitToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.zoomtofitToolStripMenuItem_CheckStateChanged);
|
||||
//
|
||||
// statusToolStripMenuItem
|
||||
//
|
||||
this.statusToolStripMenuItem.Checked = true;
|
||||
this.statusToolStripMenuItem.CheckOnClick = true;
|
||||
this.statusToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.statusToolStripMenuItem.Name = "statusToolStripMenuItem";
|
||||
resources.ApplyResources(this.statusToolStripMenuItem, "statusToolStripMenuItem");
|
||||
this.statusToolStripMenuItem.CheckedChanged += new System.EventHandler(this.statusToolStripMenuItem_CheckedChanged);
|
||||
//
|
||||
// debugToolStripMenuItem
|
||||
//
|
||||
this.debugToolStripMenuItem.CheckOnClick = true;
|
||||
this.debugToolStripMenuItem.Name = "debugToolStripMenuItem";
|
||||
resources.ApplyResources(this.debugToolStripMenuItem, "debugToolStripMenuItem");
|
||||
this.debugToolStripMenuItem.Click += new System.EventHandler(this.debugToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripMenuItem6
|
||||
//
|
||||
this.toolStripMenuItem6.Name = "toolStripMenuItem6";
|
||||
resources.ApplyResources(this.toolStripMenuItem6, "toolStripMenuItem6");
|
||||
//
|
||||
// refreshToolStripMenuItem
|
||||
//
|
||||
this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
|
||||
resources.ApplyResources(this.refreshToolStripMenuItem, "refreshToolStripMenuItem");
|
||||
//
|
||||
// pauseToolStripMenuItem
|
||||
//
|
||||
this.pauseToolStripMenuItem.Name = "pauseToolStripMenuItem";
|
||||
resources.ApplyResources(this.pauseToolStripMenuItem, "pauseToolStripMenuItem");
|
||||
//
|
||||
// actionsToolStripMenuItem
|
||||
//
|
||||
this.actionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.sendCtrlAltDelToolStripMenuItem});
|
||||
this.actionsToolStripMenuItem.Name = "actionsToolStripMenuItem";
|
||||
resources.ApplyResources(this.actionsToolStripMenuItem, "actionsToolStripMenuItem");
|
||||
//
|
||||
// sendCtrlAltDelToolStripMenuItem
|
||||
//
|
||||
this.sendCtrlAltDelToolStripMenuItem.Name = "sendCtrlAltDelToolStripMenuItem";
|
||||
resources.ApplyResources(this.sendCtrlAltDelToolStripMenuItem, "sendCtrlAltDelToolStripMenuItem");
|
||||
this.sendCtrlAltDelToolStripMenuItem.Click += new System.EventHandler(this.sendCtrlAltDelToolStripMenuItem_Click);
|
||||
//
|
||||
// mainStatusStrip
|
||||
//
|
||||
this.mainStatusStrip.BackColor = System.Drawing.SystemColors.Menu;
|
||||
@@ -277,6 +140,12 @@ namespace MeshCentralRouter
|
||||
this.connectButton.UseVisualStyleBackColor = true;
|
||||
this.connectButton.Click += new System.EventHandler(this.MenuItemDisconnect_Click);
|
||||
//
|
||||
// consoleMessage
|
||||
//
|
||||
resources.ApplyResources(this.consoleMessage, "consoleMessage");
|
||||
this.consoleMessage.ForeColor = System.Drawing.Color.Black;
|
||||
this.consoleMessage.Name = "consoleMessage";
|
||||
//
|
||||
// resizeKvmControl
|
||||
//
|
||||
this.resizeKvmControl.BackColor = System.Drawing.Color.Gray;
|
||||
@@ -286,21 +155,24 @@ namespace MeshCentralRouter
|
||||
this.resizeKvmControl.StateChanged += new System.EventHandler(this.kvmControl_StateChanged);
|
||||
this.resizeKvmControl.DisplaysReceived += new System.EventHandler(this.resizeKvmControl_DisplaysReceived);
|
||||
//
|
||||
// consoleTimer
|
||||
//
|
||||
this.consoleTimer.Interval = 5000;
|
||||
this.consoleTimer.Tick += new System.EventHandler(this.consoleTimer_Tick);
|
||||
//
|
||||
// KVMViewer
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.Gray;
|
||||
this.Controls.Add(this.consoleMessage);
|
||||
this.Controls.Add(this.resizeKvmControl);
|
||||
this.Controls.Add(this.topPanel);
|
||||
this.Controls.Add(this.mainStatusStrip);
|
||||
this.Controls.Add(this.mainMenu);
|
||||
this.Name = "KVMViewer";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
|
||||
this.Load += new System.EventHandler(this.MainForm_Load);
|
||||
this.Resize += new System.EventHandler(this.MainForm_Resize);
|
||||
this.mainMenu.ResumeLayout(false);
|
||||
this.mainMenu.PerformLayout();
|
||||
this.mainStatusStrip.ResumeLayout(false);
|
||||
this.mainStatusStrip.PerformLayout();
|
||||
this.topPanel.ResumeLayout(false);
|
||||
@@ -310,43 +182,19 @@ namespace MeshCentralRouter
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private MenuStrip mainMenu;
|
||||
private ToolStripMenuItem toolStripMenuItem2;
|
||||
private ToolStripMenuItem MenuItemConnect;
|
||||
private ToolStripMenuItem MenuItemExit;
|
||||
private ToolStripMenuItem MenuItemDisconnect;
|
||||
private StatusStrip mainStatusStrip;
|
||||
private ToolStripStatusLabel mainToolStripStatusLabel;
|
||||
private Timer updateTimer;
|
||||
private ToolStripSeparator toolStripMenuItem1;
|
||||
private ToolStripMenuItem viewToolStripMenuItem;
|
||||
private ToolStripMenuItem statusToolStripMenuItem;
|
||||
private ToolStripMenuItem debugToolStripMenuItem;
|
||||
private ToolStripMenuItem settingsToolStripMenuItem;
|
||||
private ToolStripMenuItem refreshToolStripMenuItem;
|
||||
private ToolStripMenuItem pauseToolStripMenuItem;
|
||||
private ToolStripSeparator toolStripMenuItem5;
|
||||
private KVMResizeControl resizeKvmControl;
|
||||
private ToolStripStatusLabel toolStripStatusLabel1;
|
||||
private ToolStripMenuItem zoomtofitToolStripMenuItem;
|
||||
private ToolStripMenuItem actionsToolStripMenuItem;
|
||||
private ToolStripMenuItem sendCtrlAltDelToolStripMenuItem;
|
||||
private Panel topPanel;
|
||||
private Button connectButton;
|
||||
private Button cadButton;
|
||||
private Button zoomButton;
|
||||
private Button settingsButton;
|
||||
private ComboBox displaySelectComboBox;
|
||||
private ToolStripSeparator toolStripMenuItem6;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private Label consoleMessage;
|
||||
private Timer consoleTimer;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user