1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-10 05:13:39 +00:00

This is the first revision of my changes

This commit is contained in:
Troy Cook
2020-09-21 01:46:45 -05:00
parent 4deea28edd
commit c3afb5cb43
10 changed files with 231 additions and 75 deletions

4
KVMViewer.Designer.cs generated
View File

@@ -200,6 +200,8 @@ namespace MeshCentralRouter
this.resizeKvmControl.ZoomToFit = false;
this.resizeKvmControl.StateChanged += new System.EventHandler(this.kvmControl_StateChanged);
this.resizeKvmControl.DisplaysReceived += new System.EventHandler(this.resizeKvmControl_DisplaysReceived);
this.resizeKvmControl.Enter += new System.EventHandler(this.resizeKvmControl_Enter);
this.resizeKvmControl.Leave += new System.EventHandler(this.resizeKvmControl_Leave);
//
// KVMViewer
//
@@ -211,6 +213,8 @@ namespace MeshCentralRouter
this.Controls.Add(this.topPanel);
this.Controls.Add(this.mainStatusStrip);
this.Name = "KVMViewer";
this.Activated += new System.EventHandler(this.KVMViewer_Activated);
this.Deactivate += new System.EventHandler(this.KVMViewer_Deactivate);
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);