mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2025-12-06 00:13:33 +00:00
Fixed tabbing order.
This commit is contained in:
28
KVMViewer.Designer.cs
generated
28
KVMViewer.Designer.cs
generated
@@ -59,13 +59,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.consoleTimer = new System.Windows.Forms.Timer(this.components);
|
||||
this.mainToolTip = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.consentContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.askConsentBarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.askConsentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.privacyBarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.consoleMessage = new System.Windows.Forms.Label();
|
||||
this.consoleTimer = new System.Windows.Forms.Timer(this.components);
|
||||
this.mainToolTip = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.resizeKvmControl = new MeshCentralRouter.KVMResizeControl();
|
||||
this.mainStatusStrip.SuspendLayout();
|
||||
this.topPanel.SuspendLayout();
|
||||
@@ -187,17 +187,6 @@ 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";
|
||||
//
|
||||
// consoleTimer
|
||||
//
|
||||
this.consoleTimer.Interval = 5000;
|
||||
this.consoleTimer.Tick += new System.EventHandler(this.consoleTimer_Tick);
|
||||
//
|
||||
// consentContextMenuStrip
|
||||
//
|
||||
this.consentContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
@@ -226,6 +215,17 @@ namespace MeshCentralRouter
|
||||
resources.ApplyResources(this.privacyBarToolStripMenuItem, "privacyBarToolStripMenuItem");
|
||||
this.privacyBarToolStripMenuItem.Click += new System.EventHandler(this.privacyBarToolStripMenuItem_Click);
|
||||
//
|
||||
// consoleMessage
|
||||
//
|
||||
resources.ApplyResources(this.consoleMessage, "consoleMessage");
|
||||
this.consoleMessage.ForeColor = System.Drawing.Color.Black;
|
||||
this.consoleMessage.Name = "consoleMessage";
|
||||
//
|
||||
// consoleTimer
|
||||
//
|
||||
this.consoleTimer.Interval = 5000;
|
||||
this.consoleTimer.Tick += new System.EventHandler(this.consoleTimer_Tick);
|
||||
//
|
||||
// resizeKvmControl
|
||||
//
|
||||
this.resizeKvmControl.BackColor = System.Drawing.Color.Gray;
|
||||
|
||||
Reference in New Issue
Block a user