1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-06 00:13:33 +00:00

Added internalization support.

This commit is contained in:
Ylian Saint-Hilaire
2020-06-12 16:26:43 -07:00
parent 4d57656c5b
commit 547fe9ab79
25 changed files with 4156 additions and 834 deletions

464
MainForm.Designer.cs generated
View File

@@ -47,7 +47,6 @@
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();
@@ -105,6 +104,7 @@
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.installTimer = new System.Windows.Forms.Timer(this.components);
this.label1 = new System.Windows.Forms.Label();
this.panel5.SuspendLayout();
this.mainPanel.SuspendLayout();
this.mainTabControl.SuspendLayout();
@@ -138,46 +138,30 @@
//
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);
resources.ApplyResources(this.panel5, "panel5");
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);
resources.ApplyResources(this.mainPanel, "mainPanel");
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;
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.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);
resources.ApplyResources(this.tabPage1, "tabPage1");
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
@@ -196,184 +180,102 @@
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);
resources.ApplyResources(this.panel1, "panel1");
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(478, 316);
this.panel1.TabIndex = 6;
//
// installButton
//
this.installButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.installButton.Location = new System.Drawing.Point(6, 285);
resources.ApplyResources(this.installButton, "installButton");
this.installButton.Name = "installButton";
this.installButton.Size = new System.Drawing.Size(75, 23);
this.installButton.TabIndex = 20;
this.installButton.Text = "Install...";
this.installButton.UseVisualStyleBackColor = true;
this.installButton.Visible = false;
this.installButton.Click += new System.EventHandler(this.installButton_Click);
//
// 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)));
resources.ApplyResources(this.stateLabel, "stateLabel");
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);
resources.ApplyResources(this.label28, "label28");
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);
resources.ApplyResources(this.label27, "label27");
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);
resources.ApplyResources(this.label26, "label26");
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);
resources.ApplyResources(this.passwordTextBox, "passwordTextBox");
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)));
resources.ApplyResources(this.serverNameComboBox, "serverNameComboBox");
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);
resources.GetString("serverNameComboBox.Items")});
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);
resources.ApplyResources(this.userNameTextBox, "userNameTextBox");
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);
resources.ApplyResources(this.licenseLinkLabel, "licenseLinkLabel");
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;
resources.ApplyResources(this.versionLabel, "versionLabel");
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);
resources.ApplyResources(this.nextButton1, "nextButton1");
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);
resources.ApplyResources(this.pictureBox3, "pictureBox3");
this.pictureBox3.Image = global::MeshCentralRouter.Properties.Resources.EmptyBanner;
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)));
resources.ApplyResources(this.pictureBox2, "pictureBox2");
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);
resources.ApplyResources(this.tabPage2, "tabPage2");
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
@@ -388,130 +290,79 @@
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);
resources.ApplyResources(this.panel2, "panel2");
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(478, 316);
this.panel2.TabIndex = 7;
//
// smsTokenButton
//
this.smsTokenButton.Location = new System.Drawing.Point(322, 177);
resources.ApplyResources(this.smsTokenButton, "smsTokenButton");
this.smsTokenButton.Name = "smsTokenButton";
this.smsTokenButton.Size = new System.Drawing.Size(75, 23);
this.smsTokenButton.TabIndex = 22;
this.smsTokenButton.Text = "SMS";
this.smsTokenButton.UseVisualStyleBackColor = true;
this.smsTokenButton.Visible = false;
this.smsTokenButton.Click += new System.EventHandler(this.smsTokenButton_Click);
//
// tokenEmailSentLabel
//
this.tokenEmailSentLabel.AutoSize = true;
this.tokenEmailSentLabel.Location = new System.Drawing.Point(238, 182);
resources.ApplyResources(this.tokenEmailSentLabel, "tokenEmailSentLabel");
this.tokenEmailSentLabel.Name = "tokenEmailSentLabel";
this.tokenEmailSentLabel.Size = new System.Drawing.Size(55, 13);
this.tokenEmailSentLabel.TabIndex = 21;
this.tokenEmailSentLabel.Text = "Email sent";
this.tokenEmailSentLabel.Visible = false;
//
// emailTokenButton
//
this.emailTokenButton.Location = new System.Drawing.Point(241, 177);
resources.ApplyResources(this.emailTokenButton, "emailTokenButton");
this.emailTokenButton.Name = "emailTokenButton";
this.emailTokenButton.Size = new System.Drawing.Size(75, 23);
this.emailTokenButton.TabIndex = 20;
this.emailTokenButton.Text = "Email";
this.emailTokenButton.UseVisualStyleBackColor = true;
this.emailTokenButton.Visible = false;
this.emailTokenButton.Click += new System.EventHandler(this.emailTokenButton_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(238, 135);
resources.ApplyResources(this.label3, "label3");
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);
resources.ApplyResources(this.tokenTextBox, "tokenTextBox");
this.tokenTextBox.Name = "tokenTextBox";
this.tokenTextBox.Size = new System.Drawing.Size(213, 20);
this.tokenTextBox.TabIndex = 18;
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
//
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)));
resources.ApplyResources(this.pictureBox6, "pictureBox6");
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);
resources.ApplyResources(this.backButton2, "backButton2");
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);
resources.ApplyResources(this.nextButton2, "nextButton2");
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);
resources.ApplyResources(this.pictureBox4, "pictureBox4");
this.pictureBox4.Image = global::MeshCentralRouter.Properties.Resources.EmptyBanner;
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);
resources.ApplyResources(this.label2, "label2");
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);
resources.ApplyResources(this.tabPage3, "tabPage3");
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
@@ -523,103 +374,61 @@
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);
resources.ApplyResources(this.panel3, "panel3");
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;
resources.ApplyResources(this.certDetailsTextBox, "certDetailsTextBox");
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);
resources.ApplyResources(this.certDetailsButton, "certDetailsButton");
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)));
resources.ApplyResources(this.label4, "label4");
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);
resources.ApplyResources(this.label5, "label5");
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);
resources.ApplyResources(this.backButton3, "backButton3");
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)));
resources.ApplyResources(this.nextButton3, "nextButton3");
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);
resources.ApplyResources(this.pictureBox5, "pictureBox5");
this.pictureBox5.Image = global::MeshCentralRouter.Properties.Resources.EmptyBanner;
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);
resources.ApplyResources(this.tabPage5, "tabPage5");
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
@@ -631,24 +440,15 @@
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);
resources.ApplyResources(this.panel4, "panel4");
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(484, 322);
this.panel4.TabIndex = 8;
//
// menuLabel
//
this.menuLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.menuLabel.AutoSize = true;
resources.ApplyResources(this.menuLabel, "menuLabel");
this.menuLabel.ContextMenuStrip = this.mainContextMenuStrip;
this.menuLabel.Cursor = System.Windows.Forms.Cursors.Hand;
this.menuLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.menuLabel.Location = new System.Drawing.Point(454, 2);
this.menuLabel.Name = "menuLabel";
this.menuLabel.Size = new System.Drawing.Size(25, 25);
this.menuLabel.TabIndex = 6;
this.menuLabel.Text = "≡";
this.menuLabel.Click += new System.EventHandler(this.menuLabel_Click);
//
// mainContextMenuStrip
@@ -660,120 +460,82 @@
this.sortByNameToolStripMenuItem,
this.sortByGroupToolStripMenuItem});
this.mainContextMenuStrip.Name = "mainContextMenuStrip";
this.mainContextMenuStrip.Size = new System.Drawing.Size(186, 98);
resources.ApplyResources(this.mainContextMenuStrip, "mainContextMenuStrip");
//
// showGroupNamesToolStripMenuItem
//
this.showGroupNamesToolStripMenuItem.Checked = true;
this.showGroupNamesToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.showGroupNamesToolStripMenuItem.Name = "showGroupNamesToolStripMenuItem";
this.showGroupNamesToolStripMenuItem.Size = new System.Drawing.Size(185, 22);
this.showGroupNamesToolStripMenuItem.Text = "Show &Group Names";
resources.ApplyResources(this.showGroupNamesToolStripMenuItem, "showGroupNamesToolStripMenuItem");
this.showGroupNamesToolStripMenuItem.Click += new System.EventHandler(this.showGroupNamesToolStripMenuItem_Click);
//
// showOfflineDevicesToolStripMenuItem
//
this.showOfflineDevicesToolStripMenuItem.Name = "showOfflineDevicesToolStripMenuItem";
this.showOfflineDevicesToolStripMenuItem.Size = new System.Drawing.Size(185, 22);
this.showOfflineDevicesToolStripMenuItem.Text = "Show &Offline Devices";
resources.ApplyResources(this.showOfflineDevicesToolStripMenuItem, "showOfflineDevicesToolStripMenuItem");
this.showOfflineDevicesToolStripMenuItem.Click += new System.EventHandler(this.hideOfflineDevicesToolStripMenuItem_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(182, 6);
resources.ApplyResources(this.toolStripMenuItem2, "toolStripMenuItem2");
//
// sortByNameToolStripMenuItem
//
this.sortByNameToolStripMenuItem.Checked = true;
this.sortByNameToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.sortByNameToolStripMenuItem.Name = "sortByNameToolStripMenuItem";
this.sortByNameToolStripMenuItem.Size = new System.Drawing.Size(185, 22);
this.sortByNameToolStripMenuItem.Text = "Sort by &Name";
resources.ApplyResources(this.sortByNameToolStripMenuItem, "sortByNameToolStripMenuItem");
this.sortByNameToolStripMenuItem.Click += new System.EventHandler(this.sortByNameToolStripMenuItem_Click);
//
// sortByGroupToolStripMenuItem
//
this.sortByGroupToolStripMenuItem.Name = "sortByGroupToolStripMenuItem";
this.sortByGroupToolStripMenuItem.Size = new System.Drawing.Size(185, 22);
this.sortByGroupToolStripMenuItem.Text = "Sort by G&roup";
resources.ApplyResources(this.sortByGroupToolStripMenuItem, "sortByGroupToolStripMenuItem");
this.sortByGroupToolStripMenuItem.Click += new System.EventHandler(this.sortByGroupToolStripMenuItem_Click);
//
// 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(306, 5);
resources.ApplyResources(this.searchTextBox, "searchTextBox");
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;
resources.ApplyResources(this.devicesTabControl, "devicesTabControl");
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);
resources.ApplyResources(this.devicesTabPage, "devicesTabPage");
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;
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.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;
//
// 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);
resources.ApplyResources(this.noSearchResultsLabel, "noSearchResultsLabel");
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;
//
// 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);
resources.ApplyResources(this.noDevicesLabel, "noDevicesLabel");
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
//
@@ -783,141 +545,85 @@
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);
resources.ApplyResources(this.portMapTabPage, "portMapTabPage");
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;
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.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);
resources.ApplyResources(this.noMapLabel, "noMapLabel");
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)));
resources.ApplyResources(this.settingsPictureBox, "settingsPictureBox");
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)));
resources.ApplyResources(this.helpPictureBox, "helpPictureBox");
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);
resources.ApplyResources(this.addButton, "addButton");
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);
resources.ApplyResources(this.addRelayButton, "addRelayButton");
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);
resources.ApplyResources(this.openWebSiteButton, "openWebSiteButton");
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);
resources.ApplyResources(this.backButton5, "backButton5");
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);
resources.ApplyResources(this.nextButton5, "nextButton5");
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);
resources.ApplyResources(this.pictureBox7, "pictureBox7");
this.pictureBox7.Image = global::MeshCentralRouter.Properties.Resources.EmptyBanner;
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);
resources.ApplyResources(this.pictureBox1, "pictureBox1");
this.pictureBox1.Image = global::MeshCentralRouter.Properties.Resources.MC2Banner;
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(492, 65);
this.pictureBox1.TabIndex = 2;
this.pictureBox1.TabStop = false;
//
// stateClearTimer
@@ -933,8 +639,7 @@
// notifyIcon
//
this.notifyIcon.ContextMenuStrip = this.trayIconContextMenuStrip;
this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
this.notifyIcon.Text = "MeshCentral Router";
resources.ApplyResources(this.notifyIcon, "notifyIcon");
this.notifyIcon.DoubleClick += new System.EventHandler(this.notifyIcon_DoubleClick);
//
// trayIconContextMenuStrip
@@ -944,43 +649,44 @@
this.toolStripMenuItem1,
this.exitToolStripMenuItem});
this.trayIconContextMenuStrip.Name = "trayIconContextMenuStrip";
this.trayIconContextMenuStrip.Size = new System.Drawing.Size(113, 54);
resources.ApplyResources(this.trayIconContextMenuStrip, "trayIconContextMenuStrip");
//
// openToolStripMenuItem
//
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
this.openToolStripMenuItem.Size = new System.Drawing.Size(112, 22);
this.openToolStripMenuItem.Text = "&Open...";
resources.ApplyResources(this.openToolStripMenuItem, "openToolStripMenuItem");
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(109, 6);
resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(112, 22);
this.exitToolStripMenuItem.Text = "E&xit";
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);
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
this.label1.UseMnemonic = false;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
resources.ApplyResources(this, "$this");
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);