namespace MeshCentralRouter
{
partial class MainForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
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.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.pictureBox2 = new System.Windows.Forms.PictureBox();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.panel2 = new System.Windows.Forms.Panel();
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.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.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.noDevicesLabel = new System.Windows.Forms.Label();
this.portMapTabPage = new System.Windows.Forms.TabPage();
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.noSearchResultsLabel = new System.Windows.Forms.Label();
this.panel5.SuspendLayout();
this.mainPanel.SuspendLayout();
this.mainTabControl.SuspendLayout();
this.tabPage1.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).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.devicesTabControl.SuspendLayout();
this.devicesTabPage.SuspendLayout();
this.devicesPanel.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.SuspendLayout();
//
// panel5
//
this.panel5.Controls.Add(this.mainPanel);
this.panel5.Controls.Add(this.pictureBox1);
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel5.Location = new System.Drawing.Point(0, 0);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(492, 416);
this.panel5.TabIndex = 8;
//
// mainPanel
//
this.mainPanel.Controls.Add(this.mainTabControl);
this.mainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainPanel.Location = new System.Drawing.Point(0, 65);
this.mainPanel.Name = "mainPanel";
this.mainPanel.Size = new System.Drawing.Size(492, 351);
this.mainPanel.TabIndex = 9;
//
// mainTabControl
//
this.mainTabControl.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
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.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainTabControl.Location = new System.Drawing.Point(0, 0);
this.mainTabControl.Margin = new System.Windows.Forms.Padding(0);
this.mainTabControl.Name = "mainTabControl";
this.mainTabControl.SelectedIndex = 0;
this.mainTabControl.Size = new System.Drawing.Size(492, 351);
this.mainTabControl.TabIndex = 8;
this.mainTabControl.Visible = false;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.panel1);
this.tabPage1.Location = new System.Drawing.Point(4, 25);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(484, 322);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Login";
this.tabPage1.UseVisualStyleBackColor = true;
//
// panel1
//
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);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(478, 316);
this.panel1.TabIndex = 6;
//
// stateLabel
//
this.stateLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.stateLabel.AutoSize = true;
this.stateLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.stateLabel.ForeColor = System.Drawing.Color.Red;
this.stateLabel.Location = new System.Drawing.Point(241, 225);
this.stateLabel.Name = "stateLabel";
this.stateLabel.Size = new System.Drawing.Size(88, 13);
this.stateLabel.TabIndex = 19;
this.stateLabel.Text = "Error Message";
this.stateLabel.Visible = false;
//
// label28
//
this.label28.AutoSize = true;
this.label28.Location = new System.Drawing.Point(238, 176);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(53, 13);
this.label28.TabIndex = 18;
this.label28.Text = "Password";
//
// label27
//
this.label27.AutoSize = true;
this.label27.Location = new System.Drawing.Point(238, 135);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(55, 13);
this.label27.TabIndex = 17;
this.label27.Text = "Username";
//
// label26
//
this.label26.AutoSize = true;
this.label26.Location = new System.Drawing.Point(238, 92);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(38, 13);
this.label26.TabIndex = 16;
this.label26.Text = "Server";
//
// passwordTextBox
//
this.passwordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.passwordTextBox.Location = new System.Drawing.Point(241, 192);
this.passwordTextBox.Name = "passwordTextBox";
this.passwordTextBox.PasswordChar = '●';
this.passwordTextBox.Size = new System.Drawing.Size(213, 20);
this.passwordTextBox.TabIndex = 3;
this.passwordTextBox.TextChanged += new System.EventHandler(this.updatePanel1);
this.passwordTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.passwordTextBox_KeyPress);
//
// serverNameComboBox
//
this.serverNameComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.serverNameComboBox.DisplayMember = "meshcentral.com";
this.serverNameComboBox.FormattingEnabled = true;
this.serverNameComboBox.Items.AddRange(new object[] {
"meshcentral.com"});
this.serverNameComboBox.Location = new System.Drawing.Point(241, 110);
this.serverNameComboBox.Name = "serverNameComboBox";
this.serverNameComboBox.Size = new System.Drawing.Size(213, 21);
this.serverNameComboBox.TabIndex = 1;
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
//
this.userNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.userNameTextBox.Location = new System.Drawing.Point(241, 151);
this.userNameTextBox.Name = "userNameTextBox";
this.userNameTextBox.Size = new System.Drawing.Size(213, 20);
this.userNameTextBox.TabIndex = 2;
this.userNameTextBox.TextChanged += new System.EventHandler(this.updatePanel1);
this.userNameTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.userNameTextBox_KeyPress);
//
// licenseLinkLabel
//
this.licenseLinkLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.licenseLinkLabel.AutoSize = true;
this.licenseLinkLabel.Location = new System.Drawing.Point(307, 260);
this.licenseLinkLabel.Name = "licenseLinkLabel";
this.licenseLinkLabel.Size = new System.Drawing.Size(171, 13);
this.licenseLinkLabel.TabIndex = 12;
this.licenseLinkLabel.TabStop = true;
this.licenseLinkLabel.Text = "Open Source, Apache 2.0 License";
this.licenseLinkLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
this.licenseLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.licenseLinkLabel_LinkClicked);
//
// versionLabel
//
this.versionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.versionLabel.AutoSize = true;
this.versionLabel.ForeColor = System.Drawing.Color.Gray;
this.versionLabel.Location = new System.Drawing.Point(3, 260);
this.versionLabel.Name = "versionLabel";
this.versionLabel.Size = new System.Drawing.Size(37, 13);
this.versionLabel.TabIndex = 11;
this.versionLabel.Text = "v0.8.0";
//
// nextButton1
//
this.nextButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.nextButton1.Location = new System.Drawing.Point(391, 285);
this.nextButton1.Name = "nextButton1";
this.nextButton1.Size = new System.Drawing.Size(75, 23);
this.nextButton1.TabIndex = 4;
this.nextButton1.Text = "Login";
this.nextButton1.UseVisualStyleBackColor = true;
this.nextButton1.Click += new System.EventHandler(this.nextButton1_Click);
//
// pictureBox3
//
this.pictureBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox3.Image = global::MeshCentralRouter.Properties.Resources.Empty_Banner;
this.pictureBox3.Location = new System.Drawing.Point(0, 276);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(478, 40);
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox3.TabIndex = 10;
this.pictureBox3.TabStop = false;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(454, 29);
this.label1.TabIndex = 6;
this.label1.Text = "MeshCentral Router allows mapping of TCP and UDP ports on this computer to any co" +
"mputer in your MeshCentral server account. Start by logging into your account.";
//
// pictureBox2
//
this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox2.Image = global::MeshCentralRouter.Properties.Resources.MeshCentral;
this.pictureBox2.Location = new System.Drawing.Point(15, 68);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(202, 170);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pictureBox2.TabIndex = 7;
this.pictureBox2.TabStop = false;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.panel2);
this.tabPage2.Location = new System.Drawing.Point(4, 25);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(484, 322);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Token";
this.tabPage2.UseVisualStyleBackColor = true;
//
// panel2
//
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);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(3, 3);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(478, 316);
this.panel2.TabIndex = 7;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(238, 135);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(38, 13);
this.label3.TabIndex = 19;
this.label3.Text = "Token";
//
// tokenTextBox
//
this.tokenTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tokenTextBox.Location = new System.Drawing.Point(241, 151);
this.tokenTextBox.Name = "tokenTextBox";
this.tokenTextBox.Size = new System.Drawing.Size(213, 20);
this.tokenTextBox.TabIndex = 18;
this.tokenTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tokenTextBox_KeyPress);
//
// pictureBox6
//
this.pictureBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox6.Image = global::MeshCentralRouter.Properties.Resources.MeshCentral;
this.pictureBox6.Location = new System.Drawing.Point(15, 68);
this.pictureBox6.Name = "pictureBox6";
this.pictureBox6.Size = new System.Drawing.Size(202, 170);
this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pictureBox6.TabIndex = 15;
this.pictureBox6.TabStop = false;
//
// backButton2
//
this.backButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.backButton2.Location = new System.Drawing.Point(310, 285);
this.backButton2.Name = "backButton2";
this.backButton2.Size = new System.Drawing.Size(75, 23);
this.backButton2.TabIndex = 13;
this.backButton2.Text = "Back";
this.backButton2.UseVisualStyleBackColor = true;
this.backButton2.Click += new System.EventHandler(this.backButton2_Click);
//
// nextButton2
//
this.nextButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.nextButton2.Location = new System.Drawing.Point(391, 285);
this.nextButton2.Name = "nextButton2";
this.nextButton2.Size = new System.Drawing.Size(75, 23);
this.nextButton2.TabIndex = 14;
this.nextButton2.Text = "Next";
this.nextButton2.UseVisualStyleBackColor = true;
this.nextButton2.Click += new System.EventHandler(this.nextButton2_Click);
//
// pictureBox4
//
this.pictureBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox4.Image = global::MeshCentralRouter.Properties.Resources.Empty_Banner;
this.pictureBox4.Location = new System.Drawing.Point(0, 276);
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.Size = new System.Drawing.Size(478, 40);
this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox4.TabIndex = 10;
this.pictureBox4.TabStop = false;
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label2.Location = new System.Drawing.Point(12, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(454, 32);
this.label2.TabIndex = 6;
this.label2.Text = "Enter the second factor authentication token.";
//
// tabPage3
//
this.tabPage3.Controls.Add(this.panel3);
this.tabPage3.Location = new System.Drawing.Point(4, 25);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(484, 322);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Certificate";
this.tabPage3.UseVisualStyleBackColor = true;
//
// panel3
//
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);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(0, 0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(484, 322);
this.panel3.TabIndex = 8;
//
// certDetailsTextBox
//
this.certDetailsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.certDetailsTextBox.Location = new System.Drawing.Point(15, 82);
this.certDetailsTextBox.Multiline = true;
this.certDetailsTextBox.Name = "certDetailsTextBox";
this.certDetailsTextBox.ReadOnly = true;
this.certDetailsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.certDetailsTextBox.Size = new System.Drawing.Size(451, 162);
this.certDetailsTextBox.TabIndex = 25;
//
// certDetailsButton
//
this.certDetailsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.certDetailsButton.Location = new System.Drawing.Point(14, 251);
this.certDetailsButton.Name = "certDetailsButton";
this.certDetailsButton.Size = new System.Drawing.Size(153, 23);
this.certDetailsButton.TabIndex = 24;
this.certDetailsButton.Text = "View Certificate Details...";
this.certDetailsButton.UseVisualStyleBackColor = true;
this.certDetailsButton.Click += new System.EventHandler(this.certDetailsButton_Click);
//
// label4
//
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.ForeColor = System.Drawing.Color.Red;
this.label4.Location = new System.Drawing.Point(8, 6);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(468, 22);
this.label4.TabIndex = 23;
this.label4.Text = "WARNING - Invalid Server Certificate";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label5
//
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label5.Location = new System.Drawing.Point(12, 34);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(454, 45);
this.label5.TabIndex = 22;
this.label5.Text = resources.GetString("label5.Text");
//
// backButton3
//
this.backButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.backButton3.Location = new System.Drawing.Point(316, 291);
this.backButton3.Name = "backButton3";
this.backButton3.Size = new System.Drawing.Size(75, 23);
this.backButton3.TabIndex = 20;
this.backButton3.Text = "Back";
this.backButton3.UseVisualStyleBackColor = true;
this.backButton3.Click += new System.EventHandler(this.backButton3_Click);
//
// nextButton3
//
this.nextButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.nextButton3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.nextButton3.Location = new System.Drawing.Point(397, 291);
this.nextButton3.Name = "nextButton3";
this.nextButton3.Size = new System.Drawing.Size(75, 23);
this.nextButton3.TabIndex = 21;
this.nextButton3.Text = "Ignore";
this.nextButton3.UseVisualStyleBackColor = false;
this.nextButton3.Click += new System.EventHandler(this.nextButton3_Click);
//
// pictureBox5
//
this.pictureBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox5.Image = global::MeshCentralRouter.Properties.Resources.Empty_Banner;
this.pictureBox5.Location = new System.Drawing.Point(0, 282);
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.Size = new System.Drawing.Size(484, 40);
this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox5.TabIndex = 10;
this.pictureBox5.TabStop = false;
//
// tabPage5
//
this.tabPage5.Controls.Add(this.panel4);
this.tabPage5.Location = new System.Drawing.Point(4, 25);
this.tabPage5.Name = "tabPage5";
this.tabPage5.Size = new System.Drawing.Size(484, 322);
this.tabPage5.TabIndex = 4;
this.tabPage5.Text = "Mappings";
this.tabPage5.UseVisualStyleBackColor = true;
//
// panel4
//
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);
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(0, 0);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(484, 322);
this.panel4.TabIndex = 8;
//
// searchTextBox
//
this.searchTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.searchTextBox.Location = new System.Drawing.Point(330, 5);
this.searchTextBox.Name = "searchTextBox";
this.searchTextBox.Size = new System.Drawing.Size(146, 20);
this.searchTextBox.TabIndex = 9;
this.searchTextBox.TextChanged += new System.EventHandler(this.searchTextBox_TextChanged);
this.searchTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.searchTextBox_KeyPress);
//
// devicesTabControl
//
this.devicesTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.devicesTabControl.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
this.devicesTabControl.Controls.Add(this.devicesTabPage);
this.devicesTabControl.Controls.Add(this.portMapTabPage);
this.devicesTabControl.Location = new System.Drawing.Point(3, 3);
this.devicesTabControl.Name = "devicesTabControl";
this.devicesTabControl.SelectedIndex = 0;
this.devicesTabControl.Size = new System.Drawing.Size(478, 273);
this.devicesTabControl.TabIndex = 55;
this.devicesTabControl.SelectedIndexChanged += new System.EventHandler(this.devicesTabControl_SelectedIndexChanged);
//
// devicesTabPage
//
this.devicesTabPage.BackColor = System.Drawing.SystemColors.Control;
this.devicesTabPage.Controls.Add(this.devicesPanel);
this.devicesTabPage.Location = new System.Drawing.Point(4, 25);
this.devicesTabPage.Name = "devicesTabPage";
this.devicesTabPage.Padding = new System.Windows.Forms.Padding(3);
this.devicesTabPage.Size = new System.Drawing.Size(470, 244);
this.devicesTabPage.TabIndex = 0;
this.devicesTabPage.Text = "Devices";
//
// devicesPanel
//
this.devicesPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.devicesPanel.AutoScroll = true;
this.devicesPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.devicesPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.devicesPanel.Controls.Add(this.noSearchResultsLabel);
this.devicesPanel.Controls.Add(this.noDevicesLabel);
this.devicesPanel.Location = new System.Drawing.Point(0, 0);
this.devicesPanel.Name = "devicesPanel";
this.devicesPanel.Size = new System.Drawing.Size(470, 244);
this.devicesPanel.TabIndex = 50;
//
// noDevicesLabel
//
this.noDevicesLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.noDevicesLabel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.noDevicesLabel.Location = new System.Drawing.Point(91, 97);
this.noDevicesLabel.Name = "noDevicesLabel";
this.noDevicesLabel.Size = new System.Drawing.Size(283, 17);
this.noDevicesLabel.TabIndex = 4;
this.noDevicesLabel.Text = "No Devices";
this.noDevicesLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// portMapTabPage
//
this.portMapTabPage.BackColor = System.Drawing.SystemColors.Control;
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);
this.portMapTabPage.Location = new System.Drawing.Point(4, 25);
this.portMapTabPage.Name = "portMapTabPage";
this.portMapTabPage.Padding = new System.Windows.Forms.Padding(3);
this.portMapTabPage.Size = new System.Drawing.Size(470, 244);
this.portMapTabPage.TabIndex = 1;
this.portMapTabPage.Text = "Mappings";
//
// mapPanel
//
this.mapPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.mapPanel.AutoScroll = true;
this.mapPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.mapPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.mapPanel.Controls.Add(this.noMapLabel);
this.mapPanel.Location = new System.Drawing.Point(0, 0);
this.mapPanel.Name = "mapPanel";
this.mapPanel.Size = new System.Drawing.Size(470, 214);
this.mapPanel.TabIndex = 49;
//
// noMapLabel
//
this.noMapLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.noMapLabel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.noMapLabel.Location = new System.Drawing.Point(91, 79);
this.noMapLabel.Name = "noMapLabel";
this.noMapLabel.Size = new System.Drawing.Size(283, 52);
this.noMapLabel.TabIndex = 4;
this.noMapLabel.Text = "No Port Mappings\r\n\r\nClick \"Add\" to get started.";
this.noMapLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// settingsPictureBox
//
this.settingsPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.settingsPictureBox.Cursor = System.Windows.Forms.Cursors.Hand;
this.settingsPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("settingsPictureBox.Image")));
this.settingsPictureBox.Location = new System.Drawing.Point(1, 220);
this.settingsPictureBox.Name = "settingsPictureBox";
this.settingsPictureBox.Size = new System.Drawing.Size(20, 20);
this.settingsPictureBox.TabIndex = 54;
this.settingsPictureBox.TabStop = false;
this.settingsPictureBox.Click += new System.EventHandler(this.settingsPictureBox_Click);
//
// helpPictureBox
//
this.helpPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.helpPictureBox.Cursor = System.Windows.Forms.Cursors.Hand;
this.helpPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("helpPictureBox.Image")));
this.helpPictureBox.Location = new System.Drawing.Point(238, 220);
this.helpPictureBox.Name = "helpPictureBox";
this.helpPictureBox.Size = new System.Drawing.Size(20, 20);
this.helpPictureBox.TabIndex = 5;
this.helpPictureBox.TabStop = false;
this.helpPictureBox.Click += new System.EventHandler(this.helpPictureBox_Click);
//
// addButton
//
this.addButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.addButton.Enabled = false;
this.addButton.Location = new System.Drawing.Point(370, 218);
this.addButton.Name = "addButton";
this.addButton.Size = new System.Drawing.Size(100, 23);
this.addButton.TabIndex = 50;
this.addButton.Text = "Add Map...";
this.addButton.UseVisualStyleBackColor = true;
this.addButton.Click += new System.EventHandler(this.addButton_Click);
//
// addRelayButton
//
this.addRelayButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.addRelayButton.Enabled = false;
this.addRelayButton.Location = new System.Drawing.Point(264, 218);
this.addRelayButton.Name = "addRelayButton";
this.addRelayButton.Size = new System.Drawing.Size(100, 23);
this.addRelayButton.TabIndex = 52;
this.addRelayButton.Text = "Add Relay Map...";
this.addRelayButton.UseVisualStyleBackColor = true;
this.addRelayButton.Click += new System.EventHandler(this.addRelayMapButton_Click);
//
// openWebSiteButton
//
this.openWebSiteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.openWebSiteButton.Location = new System.Drawing.Point(15, 291);
this.openWebSiteButton.Name = "openWebSiteButton";
this.openWebSiteButton.Size = new System.Drawing.Size(109, 23);
this.openWebSiteButton.TabIndex = 53;
this.openWebSiteButton.Text = "Open Web Site";
this.openWebSiteButton.UseVisualStyleBackColor = true;
this.openWebSiteButton.Visible = false;
this.openWebSiteButton.Click += new System.EventHandler(this.openWebSiteButton_Click);
//
// backButton5
//
this.backButton5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.backButton5.Location = new System.Drawing.Point(316, 291);
this.backButton5.Name = "backButton5";
this.backButton5.Size = new System.Drawing.Size(75, 23);
this.backButton5.TabIndex = 35;
this.backButton5.Text = "Log out";
this.backButton5.UseVisualStyleBackColor = true;
this.backButton5.Click += new System.EventHandler(this.backButton5_Click);
//
// nextButton5
//
this.nextButton5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.nextButton5.Location = new System.Drawing.Point(397, 291);
this.nextButton5.Name = "nextButton5";
this.nextButton5.Size = new System.Drawing.Size(75, 23);
this.nextButton5.TabIndex = 36;
this.nextButton5.Text = "Close";
this.nextButton5.UseVisualStyleBackColor = true;
this.nextButton5.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// pictureBox7
//
this.pictureBox7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox7.Image = global::MeshCentralRouter.Properties.Resources.Empty_Banner;
this.pictureBox7.Location = new System.Drawing.Point(0, 282);
this.pictureBox7.Name = "pictureBox7";
this.pictureBox7.Size = new System.Drawing.Size(484, 40);
this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox7.TabIndex = 10;
this.pictureBox7.TabStop = false;
//
// pictureBox1
//
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.pictureBox1.Image = global::MeshCentralRouter.Properties.Resources.MC2_Banner;
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(492, 65);
this.pictureBox1.TabIndex = 2;
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;
this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
this.notifyIcon.Text = "MeshCentral Router";
this.notifyIcon.DoubleClick += new System.EventHandler(this.notifyIcon_DoubleClick);
//
// trayIconContextMenuStrip
//
this.trayIconContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.openToolStripMenuItem,
this.toolStripMenuItem1,
this.exitToolStripMenuItem});
this.trayIconContextMenuStrip.Name = "trayIconContextMenuStrip";
this.trayIconContextMenuStrip.Size = new System.Drawing.Size(113, 54);
//
// openToolStripMenuItem
//
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
this.openToolStripMenuItem.Size = new System.Drawing.Size(112, 22);
this.openToolStripMenuItem.Text = "&Open...";
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(109, 6);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(112, 22);
this.exitToolStripMenuItem.Text = "E&xit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click_1);
//
// noSearchResultsLabel
//
this.noSearchResultsLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.noSearchResultsLabel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.noSearchResultsLabel.Location = new System.Drawing.Point(91, 96);
this.noSearchResultsLabel.Name = "noSearchResultsLabel";
this.noSearchResultsLabel.Size = new System.Drawing.Size(283, 17);
this.noSearchResultsLabel.TabIndex = 5;
this.noSearchResultsLabel.Text = "No Search Results";
this.noSearchResultsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.noSearchResultsLabel.Visible = false;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(492, 416);
this.Controls.Add(this.panel5);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "MainForm";
this.Text = " MeshCentral Router";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.Load += new System.EventHandler(this.MainForm_Load);
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();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).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.devicesTabControl.ResumeLayout(false);
this.devicesTabPage.ResumeLayout(false);
this.devicesPanel.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.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.PictureBox pictureBox2;
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.PictureBox settingsPictureBox;
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;
}
}