1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-06 00:13:33 +00:00
Files
MeshCentralRouter/MainForm.Designer.cs
2021-06-16 11:24:09 -07:00

1127 lines
62 KiB
C#

namespace MeshCentralRouter
{
partial class MainForm
{
/// <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 Windows Form 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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.panel5 = new System.Windows.Forms.Panel();
this.mainPanel = new System.Windows.Forms.Panel();
this.mainTabControl = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.panel1 = new System.Windows.Forms.Panel();
this.installButton = new System.Windows.Forms.Button();
this.stateLabel = new System.Windows.Forms.Label();
this.label28 = new System.Windows.Forms.Label();
this.label27 = new System.Windows.Forms.Label();
this.label26 = new System.Windows.Forms.Label();
this.passwordTextBox = new System.Windows.Forms.TextBox();
this.serverNameComboBox = new System.Windows.Forms.ComboBox();
this.userNameTextBox = new System.Windows.Forms.TextBox();
this.licenseLinkLabel = new System.Windows.Forms.LinkLabel();
this.versionLabel = new System.Windows.Forms.Label();
this.nextButton1 = new System.Windows.Forms.Button();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.panel2 = new System.Windows.Forms.Panel();
this.tokenRememberCheckBox = new System.Windows.Forms.CheckBox();
this.emailTokenButton = new System.Windows.Forms.Button();
this.smsTokenButton = new System.Windows.Forms.Button();
this.tokenEmailSentLabel = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.tokenTextBox = new System.Windows.Forms.TextBox();
this.pictureBox6 = new System.Windows.Forms.PictureBox();
this.backButton2 = new System.Windows.Forms.Button();
this.nextButton2 = new System.Windows.Forms.Button();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.label2 = new System.Windows.Forms.Label();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.panel3 = new System.Windows.Forms.Panel();
this.rememberCertCheckBox = new System.Windows.Forms.CheckBox();
this.certDetailsTextBox = new System.Windows.Forms.TextBox();
this.certDetailsButton = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.backButton3 = new System.Windows.Forms.Button();
this.nextButton3 = new System.Windows.Forms.Button();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.tabPage5 = new System.Windows.Forms.TabPage();
this.panel4 = new System.Windows.Forms.Panel();
this.menuLabel = new System.Windows.Forms.Label();
this.mainContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.showGroupNamesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.showOfflineDevicesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
this.sortByNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.sortByGroupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.searchTextBox = new System.Windows.Forms.TextBox();
this.devicesTabControl = new System.Windows.Forms.TabControl();
this.devicesTabPage = new System.Windows.Forms.TabPage();
this.devicesPanel = new System.Windows.Forms.Panel();
this.cancelAutoCloseButton1 = new System.Windows.Forms.Button();
this.devicesListView = new System.Windows.Forms.ListView();
this.nameColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.stateColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.devicesContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.addMapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.addRelayMapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
this.remoteDesktopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.askConsentBarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.askConsentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.privacyBarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.remoteFilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.httpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.httpsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.rdpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.sshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.scpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.devicesImageList = new System.Windows.Forms.ImageList(this.components);
this.noSearchResultsLabel = new System.Windows.Forms.Label();
this.noDevicesLabel = new System.Windows.Forms.Label();
this.portMapTabPage = new System.Windows.Forms.TabPage();
this.cancelAutoCloseButton2 = new System.Windows.Forms.Button();
this.mapPanel = new System.Windows.Forms.Panel();
this.noMapLabel = new System.Windows.Forms.Label();
this.settingsPictureBox = new System.Windows.Forms.PictureBox();
this.helpPictureBox = new System.Windows.Forms.PictureBox();
this.addButton = new System.Windows.Forms.Button();
this.addRelayButton = new System.Windows.Forms.Button();
this.openWebSiteButton = new System.Windows.Forms.Button();
this.backButton5 = new System.Windows.Forms.Button();
this.nextButton5 = new System.Windows.Forms.Button();
this.pictureBox7 = new System.Windows.Forms.PictureBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.stateClearTimer = new System.Windows.Forms.Timer(this.components);
this.cookieRefreshTimer = new System.Windows.Forms.Timer(this.components);
this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
this.trayIconContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.installTimer = new System.Windows.Forms.Timer(this.components);
this.mappingsContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.openMappingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveMappingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
this.settingsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.openMapFileDialog = new System.Windows.Forms.OpenFileDialog();
this.saveMapFileDialog = new System.Windows.Forms.SaveFileDialog();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.panel5.SuspendLayout();
this.mainPanel.SuspendLayout();
this.mainTabControl.SuspendLayout();
this.tabPage1.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
this.tabPage2.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
this.tabPage3.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
this.tabPage5.SuspendLayout();
this.panel4.SuspendLayout();
this.mainContextMenuStrip.SuspendLayout();
this.devicesTabControl.SuspendLayout();
this.devicesTabPage.SuspendLayout();
this.devicesPanel.SuspendLayout();
this.devicesContextMenuStrip.SuspendLayout();
this.portMapTabPage.SuspendLayout();
this.mapPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.settingsPictureBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.helpPictureBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.trayIconContextMenuStrip.SuspendLayout();
this.mappingsContextMenuStrip.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// panel5
//
this.panel5.Controls.Add(this.mainPanel);
this.panel5.Controls.Add(this.pictureBox1);
resources.ApplyResources(this.panel5, "panel5");
this.panel5.Name = "panel5";
//
// mainPanel
//
this.mainPanel.Controls.Add(this.mainTabControl);
resources.ApplyResources(this.mainPanel, "mainPanel");
this.mainPanel.Name = "mainPanel";
//
// mainTabControl
//
resources.ApplyResources(this.mainTabControl, "mainTabControl");
this.mainTabControl.Controls.Add(this.tabPage1);
this.mainTabControl.Controls.Add(this.tabPage2);
this.mainTabControl.Controls.Add(this.tabPage3);
this.mainTabControl.Controls.Add(this.tabPage5);
this.mainTabControl.Name = "mainTabControl";
this.mainTabControl.SelectedIndex = 0;
this.mainTabControl.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.MainForm_KeyPress);
//
// tabPage1
//
this.tabPage1.Controls.Add(this.panel1);
resources.ApplyResources(this.tabPage1, "tabPage1");
this.tabPage1.Name = "tabPage1";
this.tabPage1.UseVisualStyleBackColor = true;
//
// panel1
//
this.panel1.Controls.Add(this.installButton);
this.panel1.Controls.Add(this.stateLabel);
this.panel1.Controls.Add(this.label28);
this.panel1.Controls.Add(this.label27);
this.panel1.Controls.Add(this.label26);
this.panel1.Controls.Add(this.passwordTextBox);
this.panel1.Controls.Add(this.serverNameComboBox);
this.panel1.Controls.Add(this.userNameTextBox);
this.panel1.Controls.Add(this.licenseLinkLabel);
this.panel1.Controls.Add(this.versionLabel);
this.panel1.Controls.Add(this.nextButton1);
this.panel1.Controls.Add(this.pictureBox3);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.pictureBox2);
resources.ApplyResources(this.panel1, "panel1");
this.panel1.Name = "panel1";
//
// installButton
//
resources.ApplyResources(this.installButton, "installButton");
this.installButton.Name = "installButton";
this.installButton.UseVisualStyleBackColor = true;
this.installButton.Click += new System.EventHandler(this.installButton_Click);
//
// stateLabel
//
resources.ApplyResources(this.stateLabel, "stateLabel");
this.stateLabel.ForeColor = System.Drawing.Color.Red;
this.stateLabel.Name = "stateLabel";
//
// label28
//
resources.ApplyResources(this.label28, "label28");
this.label28.Name = "label28";
//
// label27
//
resources.ApplyResources(this.label27, "label27");
this.label27.Name = "label27";
//
// label26
//
resources.ApplyResources(this.label26, "label26");
this.label26.Name = "label26";
//
// passwordTextBox
//
resources.ApplyResources(this.passwordTextBox, "passwordTextBox");
this.passwordTextBox.Name = "passwordTextBox";
this.passwordTextBox.TextChanged += new System.EventHandler(this.updatePanel1);
this.passwordTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.passwordTextBox_KeyPress);
//
// serverNameComboBox
//
resources.ApplyResources(this.serverNameComboBox, "serverNameComboBox");
this.serverNameComboBox.DisplayMember = "meshcentral.com";
this.serverNameComboBox.FormattingEnabled = true;
this.serverNameComboBox.Items.AddRange(new object[] {
resources.GetString("serverNameComboBox.Items")});
this.serverNameComboBox.Name = "serverNameComboBox";
this.serverNameComboBox.SelectedIndexChanged += new System.EventHandler(this.updatePanel1);
this.serverNameComboBox.TextChanged += new System.EventHandler(this.updatePanel1);
this.serverNameComboBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.serverNameComboBox_KeyPress);
//
// userNameTextBox
//
resources.ApplyResources(this.userNameTextBox, "userNameTextBox");
this.userNameTextBox.Name = "userNameTextBox";
this.userNameTextBox.TextChanged += new System.EventHandler(this.updatePanel1);
this.userNameTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.userNameTextBox_KeyPress);
//
// licenseLinkLabel
//
resources.ApplyResources(this.licenseLinkLabel, "licenseLinkLabel");
this.licenseLinkLabel.Name = "licenseLinkLabel";
this.licenseLinkLabel.TabStop = true;
this.licenseLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.licenseLinkLabel_LinkClicked);
//
// versionLabel
//
resources.ApplyResources(this.versionLabel, "versionLabel");
this.versionLabel.ForeColor = System.Drawing.Color.Gray;
this.versionLabel.Name = "versionLabel";
//
// nextButton1
//
resources.ApplyResources(this.nextButton1, "nextButton1");
this.nextButton1.Name = "nextButton1";
this.nextButton1.UseVisualStyleBackColor = true;
this.nextButton1.Click += new System.EventHandler(this.nextButton1_Click);
//
// pictureBox3
//
resources.ApplyResources(this.pictureBox3, "pictureBox3");
this.pictureBox3.Image = global::MeshCentralRouter.Properties.Resources.EmptyBanner;
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.TabStop = false;
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
this.label1.UseMnemonic = false;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.panel2);
resources.ApplyResources(this.tabPage2, "tabPage2");
this.tabPage2.Name = "tabPage2";
this.tabPage2.UseVisualStyleBackColor = true;
//
// panel2
//
this.panel2.Controls.Add(this.tokenRememberCheckBox);
this.panel2.Controls.Add(this.emailTokenButton);
this.panel2.Controls.Add(this.smsTokenButton);
this.panel2.Controls.Add(this.tokenEmailSentLabel);
this.panel2.Controls.Add(this.label3);
this.panel2.Controls.Add(this.tokenTextBox);
this.panel2.Controls.Add(this.pictureBox6);
this.panel2.Controls.Add(this.backButton2);
this.panel2.Controls.Add(this.nextButton2);
this.panel2.Controls.Add(this.pictureBox4);
this.panel2.Controls.Add(this.label2);
resources.ApplyResources(this.panel2, "panel2");
this.panel2.Name = "panel2";
//
// tokenRememberCheckBox
//
resources.ApplyResources(this.tokenRememberCheckBox, "tokenRememberCheckBox");
this.tokenRememberCheckBox.Name = "tokenRememberCheckBox";
this.tokenRememberCheckBox.UseVisualStyleBackColor = true;
//
// emailTokenButton
//
resources.ApplyResources(this.emailTokenButton, "emailTokenButton");
this.emailTokenButton.Name = "emailTokenButton";
this.emailTokenButton.UseVisualStyleBackColor = true;
this.emailTokenButton.Click += new System.EventHandler(this.emailTokenButton_Click);
//
// smsTokenButton
//
resources.ApplyResources(this.smsTokenButton, "smsTokenButton");
this.smsTokenButton.Name = "smsTokenButton";
this.smsTokenButton.UseVisualStyleBackColor = true;
this.smsTokenButton.Click += new System.EventHandler(this.smsTokenButton_Click);
//
// tokenEmailSentLabel
//
resources.ApplyResources(this.tokenEmailSentLabel, "tokenEmailSentLabel");
this.tokenEmailSentLabel.Name = "tokenEmailSentLabel";
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
//
// tokenTextBox
//
resources.ApplyResources(this.tokenTextBox, "tokenTextBox");
this.tokenTextBox.Name = "tokenTextBox";
this.tokenTextBox.TextChanged += new System.EventHandler(this.tokenTextBox_TextChanged);
this.tokenTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tokenTextBox_KeyPress);
this.tokenTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.tokenTextBox_KeyUp);
//
// pictureBox6
//
resources.ApplyResources(this.pictureBox6, "pictureBox6");
this.pictureBox6.Image = global::MeshCentralRouter.Properties.Resources.MeshCentral;
this.pictureBox6.Name = "pictureBox6";
this.pictureBox6.TabStop = false;
//
// backButton2
//
resources.ApplyResources(this.backButton2, "backButton2");
this.backButton2.Name = "backButton2";
this.backButton2.UseVisualStyleBackColor = true;
this.backButton2.Click += new System.EventHandler(this.backButton2_Click);
//
// nextButton2
//
resources.ApplyResources(this.nextButton2, "nextButton2");
this.nextButton2.Name = "nextButton2";
this.nextButton2.UseVisualStyleBackColor = true;
this.nextButton2.Click += new System.EventHandler(this.nextButton2_Click);
//
// pictureBox4
//
resources.ApplyResources(this.pictureBox4, "pictureBox4");
this.pictureBox4.Image = global::MeshCentralRouter.Properties.Resources.EmptyBanner;
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.TabStop = false;
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// tabPage3
//
this.tabPage3.Controls.Add(this.panel3);
resources.ApplyResources(this.tabPage3, "tabPage3");
this.tabPage3.Name = "tabPage3";
this.tabPage3.UseVisualStyleBackColor = true;
//
// panel3
//
this.panel3.Controls.Add(this.rememberCertCheckBox);
this.panel3.Controls.Add(this.certDetailsTextBox);
this.panel3.Controls.Add(this.certDetailsButton);
this.panel3.Controls.Add(this.label4);
this.panel3.Controls.Add(this.label5);
this.panel3.Controls.Add(this.backButton3);
this.panel3.Controls.Add(this.nextButton3);
this.panel3.Controls.Add(this.pictureBox5);
resources.ApplyResources(this.panel3, "panel3");
this.panel3.Name = "panel3";
//
// rememberCertCheckBox
//
resources.ApplyResources(this.rememberCertCheckBox, "rememberCertCheckBox");
this.rememberCertCheckBox.Name = "rememberCertCheckBox";
this.rememberCertCheckBox.UseVisualStyleBackColor = true;
//
// certDetailsTextBox
//
resources.ApplyResources(this.certDetailsTextBox, "certDetailsTextBox");
this.certDetailsTextBox.Name = "certDetailsTextBox";
this.certDetailsTextBox.ReadOnly = true;
//
// certDetailsButton
//
resources.ApplyResources(this.certDetailsButton, "certDetailsButton");
this.certDetailsButton.Name = "certDetailsButton";
this.certDetailsButton.UseVisualStyleBackColor = true;
this.certDetailsButton.Click += new System.EventHandler(this.certDetailsButton_Click);
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.label4.ForeColor = System.Drawing.Color.Red;
this.label4.Name = "label4";
//
// label5
//
resources.ApplyResources(this.label5, "label5");
this.label5.Name = "label5";
//
// backButton3
//
resources.ApplyResources(this.backButton3, "backButton3");
this.backButton3.Name = "backButton3";
this.backButton3.UseVisualStyleBackColor = true;
this.backButton3.Click += new System.EventHandler(this.backButton3_Click);
//
// nextButton3
//
resources.ApplyResources(this.nextButton3, "nextButton3");
this.nextButton3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.nextButton3.Name = "nextButton3";
this.nextButton3.UseVisualStyleBackColor = false;
this.nextButton3.Click += new System.EventHandler(this.nextButton3_Click);
//
// pictureBox5
//
resources.ApplyResources(this.pictureBox5, "pictureBox5");
this.pictureBox5.Image = global::MeshCentralRouter.Properties.Resources.EmptyBanner;
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.TabStop = false;
//
// tabPage5
//
this.tabPage5.Controls.Add(this.panel4);
resources.ApplyResources(this.tabPage5, "tabPage5");
this.tabPage5.Name = "tabPage5";
this.tabPage5.UseVisualStyleBackColor = true;
//
// panel4
//
this.panel4.Controls.Add(this.menuLabel);
this.panel4.Controls.Add(this.searchTextBox);
this.panel4.Controls.Add(this.devicesTabControl);
this.panel4.Controls.Add(this.openWebSiteButton);
this.panel4.Controls.Add(this.backButton5);
this.panel4.Controls.Add(this.nextButton5);
this.panel4.Controls.Add(this.pictureBox7);
resources.ApplyResources(this.panel4, "panel4");
this.panel4.Name = "panel4";
//
// menuLabel
//
resources.ApplyResources(this.menuLabel, "menuLabel");
this.menuLabel.ContextMenuStrip = this.mainContextMenuStrip;
this.menuLabel.Cursor = System.Windows.Forms.Cursors.Hand;
this.menuLabel.Name = "menuLabel";
this.menuLabel.Click += new System.EventHandler(this.menuLabel_Click);
//
// mainContextMenuStrip
//
this.mainContextMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
this.mainContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.showGroupNamesToolStripMenuItem,
this.showOfflineDevicesToolStripMenuItem,
this.toolStripMenuItem2,
this.sortByNameToolStripMenuItem,
this.sortByGroupToolStripMenuItem,
this.toolStripMenuItem4,
this.settingsToolStripMenuItem});
this.mainContextMenuStrip.Name = "mainContextMenuStrip";
resources.ApplyResources(this.mainContextMenuStrip, "mainContextMenuStrip");
//
// showGroupNamesToolStripMenuItem
//
this.showGroupNamesToolStripMenuItem.Checked = true;
this.showGroupNamesToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.showGroupNamesToolStripMenuItem.Name = "showGroupNamesToolStripMenuItem";
resources.ApplyResources(this.showGroupNamesToolStripMenuItem, "showGroupNamesToolStripMenuItem");
this.showGroupNamesToolStripMenuItem.Click += new System.EventHandler(this.showGroupNamesToolStripMenuItem_Click);
//
// showOfflineDevicesToolStripMenuItem
//
this.showOfflineDevicesToolStripMenuItem.Name = "showOfflineDevicesToolStripMenuItem";
resources.ApplyResources(this.showOfflineDevicesToolStripMenuItem, "showOfflineDevicesToolStripMenuItem");
this.showOfflineDevicesToolStripMenuItem.Click += new System.EventHandler(this.hideOfflineDevicesToolStripMenuItem_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
resources.ApplyResources(this.toolStripMenuItem2, "toolStripMenuItem2");
//
// sortByNameToolStripMenuItem
//
this.sortByNameToolStripMenuItem.Checked = true;
this.sortByNameToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.sortByNameToolStripMenuItem.Name = "sortByNameToolStripMenuItem";
resources.ApplyResources(this.sortByNameToolStripMenuItem, "sortByNameToolStripMenuItem");
this.sortByNameToolStripMenuItem.Click += new System.EventHandler(this.sortByNameToolStripMenuItem_Click);
//
// sortByGroupToolStripMenuItem
//
this.sortByGroupToolStripMenuItem.Name = "sortByGroupToolStripMenuItem";
resources.ApplyResources(this.sortByGroupToolStripMenuItem, "sortByGroupToolStripMenuItem");
this.sortByGroupToolStripMenuItem.Click += new System.EventHandler(this.sortByGroupToolStripMenuItem_Click);
//
// toolStripMenuItem4
//
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
resources.ApplyResources(this.toolStripMenuItem4, "toolStripMenuItem4");
//
// settingsToolStripMenuItem
//
this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
resources.ApplyResources(this.settingsToolStripMenuItem, "settingsToolStripMenuItem");
this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click);
//
// searchTextBox
//
resources.ApplyResources(this.searchTextBox, "searchTextBox");
this.searchTextBox.Name = "searchTextBox";
this.searchTextBox.TextChanged += new System.EventHandler(this.searchTextBox_TextChanged);
this.searchTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.searchTextBox_KeyPress);
//
// devicesTabControl
//
resources.ApplyResources(this.devicesTabControl, "devicesTabControl");
this.devicesTabControl.Controls.Add(this.devicesTabPage);
this.devicesTabControl.Controls.Add(this.portMapTabPage);
this.devicesTabControl.Name = "devicesTabControl";
this.devicesTabControl.SelectedIndex = 0;
this.devicesTabControl.SelectedIndexChanged += new System.EventHandler(this.devicesTabControl_SelectedIndexChanged);
this.devicesTabControl.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.MainForm_KeyPress);
//
// devicesTabPage
//
this.devicesTabPage.BackColor = System.Drawing.SystemColors.Control;
this.devicesTabPage.Controls.Add(this.devicesPanel);
resources.ApplyResources(this.devicesTabPage, "devicesTabPage");
this.devicesTabPage.Name = "devicesTabPage";
//
// devicesPanel
//
resources.ApplyResources(this.devicesPanel, "devicesPanel");
this.devicesPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.devicesPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.devicesPanel.Controls.Add(this.cancelAutoCloseButton1);
this.devicesPanel.Controls.Add(this.devicesListView);
this.devicesPanel.Controls.Add(this.noSearchResultsLabel);
this.devicesPanel.Controls.Add(this.noDevicesLabel);
this.devicesPanel.Name = "devicesPanel";
//
// cancelAutoCloseButton1
//
resources.ApplyResources(this.cancelAutoCloseButton1, "cancelAutoCloseButton1");
this.cancelAutoCloseButton1.Name = "cancelAutoCloseButton1";
this.cancelAutoCloseButton1.UseVisualStyleBackColor = true;
this.cancelAutoCloseButton1.Click += new System.EventHandler(this.cancelAutoCloseButton_Click);
this.cancelAutoCloseButton1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.MainForm_KeyPress);
//
// devicesListView
//
this.devicesListView.BackColor = System.Drawing.SystemColors.Window;
this.devicesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.nameColumnHeader,
this.stateColumnHeader});
this.devicesListView.ContextMenuStrip = this.devicesContextMenuStrip;
this.devicesListView.FullRowSelect = true;
this.devicesListView.GridLines = true;
this.devicesListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.devicesListView.HideSelection = false;
this.devicesListView.LargeImageList = this.devicesImageList;
resources.ApplyResources(this.devicesListView, "devicesListView");
this.devicesListView.MultiSelect = false;
this.devicesListView.Name = "devicesListView";
this.devicesListView.SmallImageList = this.devicesImageList;
this.devicesListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
this.devicesListView.UseCompatibleStateImageBehavior = false;
this.devicesListView.View = System.Windows.Forms.View.Details;
this.devicesListView.Click += new System.EventHandler(this.devicesListView_Click);
this.devicesListView.DoubleClick += new System.EventHandler(this.devicesListView_DoubleClick);
this.devicesListView.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.MainForm_KeyPress);
//
// nameColumnHeader
//
resources.ApplyResources(this.nameColumnHeader, "nameColumnHeader");
//
// stateColumnHeader
//
resources.ApplyResources(this.stateColumnHeader, "stateColumnHeader");
//
// devicesContextMenuStrip
//
this.devicesContextMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
this.devicesContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.addMapToolStripMenuItem,
this.addRelayMapToolStripMenuItem,
this.toolStripMenuItem3,
this.remoteDesktopToolStripMenuItem,
this.remoteFilesToolStripMenuItem,
this.httpToolStripMenuItem,
this.httpsToolStripMenuItem,
this.rdpToolStripMenuItem,
this.sshToolStripMenuItem,
this.scpToolStripMenuItem});
this.devicesContextMenuStrip.Name = "devicesContextMenuStrip";
resources.ApplyResources(this.devicesContextMenuStrip, "devicesContextMenuStrip");
this.devicesContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.devicesContextMenuStrip_Opening);
//
// addMapToolStripMenuItem
//
resources.ApplyResources(this.addMapToolStripMenuItem, "addMapToolStripMenuItem");
this.addMapToolStripMenuItem.Name = "addMapToolStripMenuItem";
this.addMapToolStripMenuItem.Click += new System.EventHandler(this.addMapToolStripMenuItem_Click);
//
// addRelayMapToolStripMenuItem
//
this.addRelayMapToolStripMenuItem.Name = "addRelayMapToolStripMenuItem";
resources.ApplyResources(this.addRelayMapToolStripMenuItem, "addRelayMapToolStripMenuItem");
this.addRelayMapToolStripMenuItem.Click += new System.EventHandler(this.addRelayMapToolStripMenuItem_Click);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
resources.ApplyResources(this.toolStripMenuItem3, "toolStripMenuItem3");
//
// remoteDesktopToolStripMenuItem
//
this.remoteDesktopToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.askConsentBarToolStripMenuItem,
this.askConsentToolStripMenuItem,
this.privacyBarToolStripMenuItem});
this.remoteDesktopToolStripMenuItem.Name = "remoteDesktopToolStripMenuItem";
resources.ApplyResources(this.remoteDesktopToolStripMenuItem, "remoteDesktopToolStripMenuItem");
this.remoteDesktopToolStripMenuItem.Click += new System.EventHandler(this.remoteDesktopToolStripMenuItem_Click);
//
// askConsentBarToolStripMenuItem
//
this.askConsentBarToolStripMenuItem.Name = "askConsentBarToolStripMenuItem";
resources.ApplyResources(this.askConsentBarToolStripMenuItem, "askConsentBarToolStripMenuItem");
this.askConsentBarToolStripMenuItem.Click += new System.EventHandler(this.askConsentBarToolStripMenuItem_Click);
//
// askConsentToolStripMenuItem
//
this.askConsentToolStripMenuItem.Name = "askConsentToolStripMenuItem";
resources.ApplyResources(this.askConsentToolStripMenuItem, "askConsentToolStripMenuItem");
this.askConsentToolStripMenuItem.Click += new System.EventHandler(this.askConsentToolStripMenuItem_Click);
//
// privacyBarToolStripMenuItem
//
this.privacyBarToolStripMenuItem.Name = "privacyBarToolStripMenuItem";
resources.ApplyResources(this.privacyBarToolStripMenuItem, "privacyBarToolStripMenuItem");
this.privacyBarToolStripMenuItem.Click += new System.EventHandler(this.privacyBarToolStripMenuItem_Click);
//
// remoteFilesToolStripMenuItem
//
this.remoteFilesToolStripMenuItem.Name = "remoteFilesToolStripMenuItem";
resources.ApplyResources(this.remoteFilesToolStripMenuItem, "remoteFilesToolStripMenuItem");
this.remoteFilesToolStripMenuItem.Click += new System.EventHandler(this.remoteFilesToolStripMenuItem_Click);
//
// httpToolStripMenuItem
//
this.httpToolStripMenuItem.Name = "httpToolStripMenuItem";
resources.ApplyResources(this.httpToolStripMenuItem, "httpToolStripMenuItem");
this.httpToolStripMenuItem.Click += new System.EventHandler(this.httpToolStripMenuItem_Click);
//
// httpsToolStripMenuItem
//
this.httpsToolStripMenuItem.Name = "httpsToolStripMenuItem";
resources.ApplyResources(this.httpsToolStripMenuItem, "httpsToolStripMenuItem");
this.httpsToolStripMenuItem.Click += new System.EventHandler(this.httpsToolStripMenuItem_Click);
//
// rdpToolStripMenuItem
//
this.rdpToolStripMenuItem.Name = "rdpToolStripMenuItem";
resources.ApplyResources(this.rdpToolStripMenuItem, "rdpToolStripMenuItem");
this.rdpToolStripMenuItem.Click += new System.EventHandler(this.rdpToolStripMenuItem_Click);
//
// sshToolStripMenuItem
//
this.sshToolStripMenuItem.Name = "sshToolStripMenuItem";
resources.ApplyResources(this.sshToolStripMenuItem, "sshToolStripMenuItem");
this.sshToolStripMenuItem.Click += new System.EventHandler(this.sshToolStripMenuItem_Click);
//
// scpToolStripMenuItem
//
this.scpToolStripMenuItem.Name = "scpToolStripMenuItem";
resources.ApplyResources(this.scpToolStripMenuItem, "scpToolStripMenuItem");
this.scpToolStripMenuItem.Click += new System.EventHandler(this.scpToolStripMenuItem_Click);
//
// devicesImageList
//
this.devicesImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("devicesImageList.ImageStream")));
this.devicesImageList.TransparentColor = System.Drawing.Color.Transparent;
this.devicesImageList.Images.SetKeyName(0, "icons01.png");
this.devicesImageList.Images.SetKeyName(1, "icons01t.png");
this.devicesImageList.Images.SetKeyName(2, "icons02.png");
this.devicesImageList.Images.SetKeyName(3, "icons02t.png");
this.devicesImageList.Images.SetKeyName(4, "icons03.png");
this.devicesImageList.Images.SetKeyName(5, "icons03t.png");
this.devicesImageList.Images.SetKeyName(6, "icons04.png");
this.devicesImageList.Images.SetKeyName(7, "icons04t.png");
this.devicesImageList.Images.SetKeyName(8, "icons05.png");
this.devicesImageList.Images.SetKeyName(9, "icons05t.png");
this.devicesImageList.Images.SetKeyName(10, "icons06.png");
this.devicesImageList.Images.SetKeyName(11, "icons06t.png");
this.devicesImageList.Images.SetKeyName(12, "icons07.png");
this.devicesImageList.Images.SetKeyName(13, "icons07t.png");
this.devicesImageList.Images.SetKeyName(14, "icons08.png");
this.devicesImageList.Images.SetKeyName(15, "icons08t.png");
//
// noSearchResultsLabel
//
resources.ApplyResources(this.noSearchResultsLabel, "noSearchResultsLabel");
this.noSearchResultsLabel.Name = "noSearchResultsLabel";
//
// noDevicesLabel
//
resources.ApplyResources(this.noDevicesLabel, "noDevicesLabel");
this.noDevicesLabel.Name = "noDevicesLabel";
//
// portMapTabPage
//
this.portMapTabPage.BackColor = System.Drawing.SystemColors.Control;
this.portMapTabPage.Controls.Add(this.cancelAutoCloseButton2);
this.portMapTabPage.Controls.Add(this.mapPanel);
this.portMapTabPage.Controls.Add(this.settingsPictureBox);
this.portMapTabPage.Controls.Add(this.helpPictureBox);
this.portMapTabPage.Controls.Add(this.addButton);
this.portMapTabPage.Controls.Add(this.addRelayButton);
resources.ApplyResources(this.portMapTabPage, "portMapTabPage");
this.portMapTabPage.Name = "portMapTabPage";
//
// cancelAutoCloseButton2
//
resources.ApplyResources(this.cancelAutoCloseButton2, "cancelAutoCloseButton2");
this.cancelAutoCloseButton2.Name = "cancelAutoCloseButton2";
this.cancelAutoCloseButton2.UseVisualStyleBackColor = true;
this.cancelAutoCloseButton2.Click += new System.EventHandler(this.cancelAutoCloseButton_Click);
//
// mapPanel
//
this.mapPanel.AllowDrop = true;
resources.ApplyResources(this.mapPanel, "mapPanel");
this.mapPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.mapPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.mapPanel.Controls.Add(this.noMapLabel);
this.mapPanel.Name = "mapPanel";
this.mapPanel.DragDrop += new System.Windows.Forms.DragEventHandler(this.mapPanel_DragDrop);
this.mapPanel.DragEnter += new System.Windows.Forms.DragEventHandler(this.mapPanel_DragEnter);
//
// noMapLabel
//
resources.ApplyResources(this.noMapLabel, "noMapLabel");
this.noMapLabel.Name = "noMapLabel";
//
// settingsPictureBox
//
resources.ApplyResources(this.settingsPictureBox, "settingsPictureBox");
this.settingsPictureBox.Cursor = System.Windows.Forms.Cursors.Hand;
this.settingsPictureBox.Image = global::MeshCentralRouter.Properties.Resources.Gear20;
this.settingsPictureBox.Name = "settingsPictureBox";
this.settingsPictureBox.TabStop = false;
this.settingsPictureBox.Click += new System.EventHandler(this.settingsPictureBox_Click);
//
// helpPictureBox
//
resources.ApplyResources(this.helpPictureBox, "helpPictureBox");
this.helpPictureBox.Cursor = System.Windows.Forms.Cursors.Hand;
this.helpPictureBox.Image = global::MeshCentralRouter.Properties.Resources.Help20;
this.helpPictureBox.Name = "helpPictureBox";
this.helpPictureBox.TabStop = false;
this.helpPictureBox.Click += new System.EventHandler(this.helpPictureBox_Click);
//
// addButton
//
resources.ApplyResources(this.addButton, "addButton");
this.addButton.Name = "addButton";
this.addButton.UseVisualStyleBackColor = true;
this.addButton.Click += new System.EventHandler(this.addButton_Click);
this.addButton.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.MainForm_KeyPress);
//
// addRelayButton
//
resources.ApplyResources(this.addRelayButton, "addRelayButton");
this.addRelayButton.Name = "addRelayButton";
this.addRelayButton.UseVisualStyleBackColor = true;
this.addRelayButton.Click += new System.EventHandler(this.addRelayMapButton_Click);
this.addRelayButton.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.MainForm_KeyPress);
//
// openWebSiteButton
//
resources.ApplyResources(this.openWebSiteButton, "openWebSiteButton");
this.openWebSiteButton.Name = "openWebSiteButton";
this.openWebSiteButton.UseVisualStyleBackColor = true;
this.openWebSiteButton.Click += new System.EventHandler(this.openWebSiteButton_Click);
this.openWebSiteButton.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.MainForm_KeyPress);
//
// backButton5
//
resources.ApplyResources(this.backButton5, "backButton5");
this.backButton5.Name = "backButton5";
this.backButton5.UseVisualStyleBackColor = true;
this.backButton5.Click += new System.EventHandler(this.backButton5_Click);
this.backButton5.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.MainForm_KeyPress);
//
// nextButton5
//
resources.ApplyResources(this.nextButton5, "nextButton5");
this.nextButton5.Name = "nextButton5";
this.nextButton5.UseVisualStyleBackColor = true;
this.nextButton5.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
this.nextButton5.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.MainForm_KeyPress);
//
// pictureBox7
//
resources.ApplyResources(this.pictureBox7, "pictureBox7");
this.pictureBox7.Image = global::MeshCentralRouter.Properties.Resources.EmptyBanner;
this.pictureBox7.Name = "pictureBox7";
this.pictureBox7.TabStop = false;
//
// pictureBox1
//
resources.ApplyResources(this.pictureBox1, "pictureBox1");
this.pictureBox1.Image = global::MeshCentralRouter.Properties.Resources.MC2Banner;
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.TabStop = false;
//
// stateClearTimer
//
this.stateClearTimer.Interval = 5000;
this.stateClearTimer.Tick += new System.EventHandler(this.stateClearTimer_Tick);
//
// cookieRefreshTimer
//
this.cookieRefreshTimer.Interval = 240000;
this.cookieRefreshTimer.Tick += new System.EventHandler(this.cookieRefreshTimer_Tick);
//
// notifyIcon
//
this.notifyIcon.ContextMenuStrip = this.trayIconContextMenuStrip;
resources.ApplyResources(this.notifyIcon, "notifyIcon");
this.notifyIcon.DoubleClick += new System.EventHandler(this.notifyIcon_DoubleClick);
//
// trayIconContextMenuStrip
//
this.trayIconContextMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
this.trayIconContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.openToolStripMenuItem,
this.toolStripMenuItem1,
this.exitToolStripMenuItem});
this.trayIconContextMenuStrip.Name = "trayIconContextMenuStrip";
resources.ApplyResources(this.trayIconContextMenuStrip, "trayIconContextMenuStrip");
//
// openToolStripMenuItem
//
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
resources.ApplyResources(this.openToolStripMenuItem, "openToolStripMenuItem");
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click_1);
//
// installTimer
//
this.installTimer.Tick += new System.EventHandler(this.installTimer_Tick);
//
// mappingsContextMenuStrip
//
this.mappingsContextMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
this.mappingsContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.openMappingsToolStripMenuItem,
this.saveMappingsToolStripMenuItem,
this.toolStripMenuItem5,
this.settingsToolStripMenuItem1});
this.mappingsContextMenuStrip.Name = "mappingsContextMenuStrip";
resources.ApplyResources(this.mappingsContextMenuStrip, "mappingsContextMenuStrip");
//
// openMappingsToolStripMenuItem
//
this.openMappingsToolStripMenuItem.Name = "openMappingsToolStripMenuItem";
resources.ApplyResources(this.openMappingsToolStripMenuItem, "openMappingsToolStripMenuItem");
this.openMappingsToolStripMenuItem.Click += new System.EventHandler(this.openMappingsToolStripMenuItem_Click);
//
// saveMappingsToolStripMenuItem
//
this.saveMappingsToolStripMenuItem.Name = "saveMappingsToolStripMenuItem";
resources.ApplyResources(this.saveMappingsToolStripMenuItem, "saveMappingsToolStripMenuItem");
this.saveMappingsToolStripMenuItem.Click += new System.EventHandler(this.saveMappingsToolStripMenuItem_Click);
//
// toolStripMenuItem5
//
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
resources.ApplyResources(this.toolStripMenuItem5, "toolStripMenuItem5");
//
// settingsToolStripMenuItem1
//
this.settingsToolStripMenuItem1.Name = "settingsToolStripMenuItem1";
resources.ApplyResources(this.settingsToolStripMenuItem1, "settingsToolStripMenuItem1");
this.settingsToolStripMenuItem1.Click += new System.EventHandler(this.settingsPictureBox_Click);
//
// openMapFileDialog
//
this.openMapFileDialog.DefaultExt = "mcrouter";
resources.ApplyResources(this.openMapFileDialog, "openMapFileDialog");
//
// saveMapFileDialog
//
this.saveMapFileDialog.DefaultExt = "mcrouter";
resources.ApplyResources(this.saveMapFileDialog, "saveMapFileDialog");
//
// pictureBox2
//
resources.ApplyResources(this.pictureBox2, "pictureBox2");
this.pictureBox2.Image = global::MeshCentralRouter.Properties.Resources.MeshCentral;
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.TabStop = false;
//
// MainForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panel5);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "MainForm";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.Load += new System.EventHandler(this.MainForm_Load);
this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.MainForm_KeyPress);
this.panel5.ResumeLayout(false);
this.mainPanel.ResumeLayout(false);
this.mainTabControl.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
this.tabPage2.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
this.tabPage3.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
this.tabPage5.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.mainContextMenuStrip.ResumeLayout(false);
this.devicesTabControl.ResumeLayout(false);
this.devicesTabPage.ResumeLayout(false);
this.devicesPanel.ResumeLayout(false);
this.devicesContextMenuStrip.ResumeLayout(false);
this.portMapTabPage.ResumeLayout(false);
this.mapPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.settingsPictureBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.helpPictureBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.trayIconContextMenuStrip.ResumeLayout(false);
this.mappingsContextMenuStrip.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.TabControl mainTabControl;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label versionLabel;
private System.Windows.Forms.Button nextButton1;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button backButton2;
private System.Windows.Forms.Button nextButton2;
private System.Windows.Forms.PictureBox pictureBox4;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Button backButton3;
private System.Windows.Forms.Button nextButton3;
private System.Windows.Forms.PictureBox pictureBox5;
private System.Windows.Forms.TabPage tabPage5;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Button backButton5;
private System.Windows.Forms.Button nextButton5;
private System.Windows.Forms.PictureBox pictureBox7;
private System.Windows.Forms.Panel mainPanel;
private System.Windows.Forms.LinkLabel licenseLinkLabel;
private System.Windows.Forms.ComboBox serverNameComboBox;
private System.Windows.Forms.TextBox userNameTextBox;
private System.Windows.Forms.TextBox passwordTextBox;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tokenTextBox;
private System.Windows.Forms.PictureBox pictureBox6;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Panel mapPanel;
private System.Windows.Forms.Label noMapLabel;
private System.Windows.Forms.Button addButton;
private System.Windows.Forms.Label stateLabel;
private System.Windows.Forms.Timer stateClearTimer;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button certDetailsButton;
private System.Windows.Forms.TextBox certDetailsTextBox;
private System.Windows.Forms.Button addRelayButton;
private System.Windows.Forms.PictureBox helpPictureBox;
private System.Windows.Forms.Button openWebSiteButton;
private System.Windows.Forms.Timer cookieRefreshTimer;
private System.Windows.Forms.NotifyIcon notifyIcon;
private System.Windows.Forms.ContextMenuStrip trayIconContextMenuStrip;
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
private System.Windows.Forms.TabControl devicesTabControl;
private System.Windows.Forms.TabPage devicesTabPage;
private System.Windows.Forms.TabPage portMapTabPage;
private System.Windows.Forms.Panel devicesPanel;
private System.Windows.Forms.Label noDevicesLabel;
private System.Windows.Forms.TextBox searchTextBox;
private System.Windows.Forms.Label noSearchResultsLabel;
private System.Windows.Forms.Button emailTokenButton;
private System.Windows.Forms.Label tokenEmailSentLabel;
private System.Windows.Forms.Label menuLabel;
private System.Windows.Forms.ContextMenuStrip mainContextMenuStrip;
private System.Windows.Forms.ToolStripMenuItem showGroupNamesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem showOfflineDevicesToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem sortByNameToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem sortByGroupToolStripMenuItem;
private System.Windows.Forms.Button smsTokenButton;
private System.Windows.Forms.Button installButton;
private System.Windows.Forms.Timer installTimer;
private System.Windows.Forms.ContextMenuStrip mappingsContextMenuStrip;
private System.Windows.Forms.ToolStripMenuItem openMappingsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveMappingsToolStripMenuItem;
private System.Windows.Forms.OpenFileDialog openMapFileDialog;
private System.Windows.Forms.SaveFileDialog saveMapFileDialog;
private System.Windows.Forms.ListView devicesListView;
private System.Windows.Forms.ImageList devicesImageList;
private System.Windows.Forms.ColumnHeader nameColumnHeader;
private System.Windows.Forms.ColumnHeader stateColumnHeader;
private System.Windows.Forms.ContextMenuStrip devicesContextMenuStrip;
private System.Windows.Forms.ToolStripMenuItem httpToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem httpsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem rdpToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem sshToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem scpToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem addMapToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem addRelayMapToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
private System.Windows.Forms.ToolStripMenuItem remoteDesktopToolStripMenuItem;
private System.Windows.Forms.CheckBox rememberCertCheckBox;
private System.Windows.Forms.CheckBox tokenRememberCheckBox;
private System.Windows.Forms.ToolStripMenuItem remoteFilesToolStripMenuItem;
private System.Windows.Forms.Button cancelAutoCloseButton1;
private System.Windows.Forms.Button cancelAutoCloseButton2;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem1;
private System.Windows.Forms.PictureBox settingsPictureBox;
private System.Windows.Forms.ToolStripMenuItem askConsentBarToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem askConsentToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem privacyBarToolStripMenuItem;
private System.Windows.Forms.PictureBox pictureBox2;
}
}