WingMan – Rev 37

Subversion Repositories:
Rev:
namespace WingMan
{
    partial class WingManForm
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        #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(WingManForm));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.RemoteBindingsComboBox = new System.Windows.Forms.ComboBox();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.RemoteBindingsBindToBox = new System.Windows.Forms.TextBox();
            this.RemoteBindingsListBox = new System.Windows.Forms.ListBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.button5 = new System.Windows.Forms.Button();
            this.LobbySayTextBox = new System.Windows.Forms.TextBox();
            this.LobbyTextBox = new System.Windows.Forms.TextBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.button6 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.LocalBindingsCheckedListBox = new System.Windows.Forms.CheckedListBox();
            this.button3 = new System.Windows.Forms.Button();
            this.HelmAddButton = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.LocalNameTextBox = new System.Windows.Forms.TextBox();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.label6 = new System.Windows.Forms.Label();
            this.Password = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.Nick = new System.Windows.Forms.TextBox();
            this.HostButton = new System.Windows.Forms.Button();
            this.label4 = new System.Windows.Forms.Label();
            this.ConnectButton = new System.Windows.Forms.Button();
            this.Port = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.Address = new System.Windows.Forms.TextBox();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.ActivityTextBox = new System.Windows.Forms.TextBox();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.windowsStartupCheckBox = new System.Windows.Forms.CheckBox();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.OverlayPanel = new System.Windows.Forms.Panel();
            this.OverlayPanelLabel = new System.Windows.Forms.Label();
            this.WingManNotifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
            this.saveLocalBindingsDialog = new System.Windows.Forms.SaveFileDialog();
            this.loadLocalBindingsDialog = new System.Windows.Forms.OpenFileDialog();
            this.label7 = new System.Windows.Forms.Label();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.tabPage4.SuspendLayout();
            this.groupBox6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.tableLayoutPanel1.SuspendLayout();
            this.OverlayPanel.SuspendLayout();
            this.SuspendLayout();
            //
            // groupBox1
            //
            this.groupBox1.Controls.Add(this.RemoteBindingsComboBox);
            this.groupBox1.Controls.Add(this.button2);
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.RemoteBindingsBindToBox);
            this.groupBox1.Controls.Add(this.RemoteBindingsListBox);
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            //
            // RemoteBindingsComboBox
            //
            this.RemoteBindingsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.RemoteBindingsComboBox.FormattingEnabled = true;
            resources.ApplyResources(this.RemoteBindingsComboBox, "RemoteBindingsComboBox");
            this.RemoteBindingsComboBox.Name = "RemoteBindingsComboBox";
            this.RemoteBindingsComboBox.SelectionChangeCommitted += new System.EventHandler(this.RemoteBindingsComboBoxSelectionChangeCompleted);
            //
            // button2
            //
            resources.ApplyResources(this.button2, "button2");
            this.button2.Name = "button2";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.RemoteBindingsUnbindButtonClicked);
            //
            // button1
            //
            resources.ApplyResources(this.button1, "button1");
            this.button1.Name = "button1";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.RemoteBindingsBindButtonClicked);
            //
            // label1
            //
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            //
            // RemoteBindingsBindToBox
            //
            this.RemoteBindingsBindToBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.RemoteBindingsBindToBox, "RemoteBindingsBindToBox");
            this.RemoteBindingsBindToBox.Name = "RemoteBindingsBindToBox";
            this.RemoteBindingsBindToBox.ReadOnly = true;
            //
            // RemoteBindingsListBox
            //
            this.RemoteBindingsListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.RemoteBindingsListBox.FormattingEnabled = true;
            resources.ApplyResources(this.RemoteBindingsListBox, "RemoteBindingsListBox");
            this.RemoteBindingsListBox.Name = "RemoteBindingsListBox";
            this.RemoteBindingsListBox.SelectedValueChanged += new System.EventHandler(this.RemoteBindingsListBoxSelectedValueChanged);
            //
            // groupBox2
            //
            this.groupBox2.Controls.Add(this.button5);
            this.groupBox2.Controls.Add(this.LobbySayTextBox);
            this.groupBox2.Controls.Add(this.LobbyTextBox);
            resources.ApplyResources(this.groupBox2, "groupBox2");
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.TabStop = false;
            //
            // button5
            //
            resources.ApplyResources(this.button5, "button5");
            this.button5.Name = "button5";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.LobbySayButtonClick);
            //
            // LobbySayTextBox
            //
            this.LobbySayTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.LobbySayTextBox, "LobbySayTextBox");
            this.LobbySayTextBox.Name = "LobbySayTextBox";
            this.LobbySayTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LobbySayTextBoxKeyDown);
            //
            // LobbyTextBox
            //
            this.LobbyTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.LobbyTextBox, "LobbyTextBox");
            this.LobbyTextBox.Name = "LobbyTextBox";
            this.LobbyTextBox.ReadOnly = true;
            //
            // groupBox3
            //
            this.groupBox3.Controls.Add(this.label7);
            this.groupBox3.Controls.Add(this.button6);
            this.groupBox3.Controls.Add(this.button4);
            this.groupBox3.Controls.Add(this.LocalBindingsCheckedListBox);
            this.groupBox3.Controls.Add(this.button3);
            this.groupBox3.Controls.Add(this.HelmAddButton);
            this.groupBox3.Controls.Add(this.label2);
            this.groupBox3.Controls.Add(this.LocalNameTextBox);
            resources.ApplyResources(this.groupBox3, "groupBox3");
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.TabStop = false;
            //
            // button6
            //
            resources.ApplyResources(this.button6, "button6");
            this.button6.Name = "button6";
            this.button6.UseVisualStyleBackColor = true;
            this.button6.Click += new System.EventHandler(this.LocalBindingsLoadButtonClicked);
            //
            // button4
            //
            resources.ApplyResources(this.button4, "button4");
            this.button4.Name = "button4";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.LocalBindingsSaveButtonClicked);
            //
            // LocalBindingsCheckedListBox
            //
            this.LocalBindingsCheckedListBox.CheckOnClick = true;
            this.LocalBindingsCheckedListBox.FormattingEnabled = true;
            resources.ApplyResources(this.LocalBindingsCheckedListBox, "LocalBindingsCheckedListBox");
            this.LocalBindingsCheckedListBox.Name = "LocalBindingsCheckedListBox";
            this.LocalBindingsCheckedListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.LocalBindingsCheckedListBoxItemCheck);
            //
            // button3
            //
            resources.ApplyResources(this.button3, "button3");
            this.button3.Name = "button3";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.LocalBindingsRemoveButtonClick);
            //
            // HelmAddButton
            //
            resources.ApplyResources(this.HelmAddButton, "HelmAddButton");
            this.HelmAddButton.Name = "HelmAddButton";
            this.HelmAddButton.UseVisualStyleBackColor = true;
            this.HelmAddButton.Click += new System.EventHandler(this.LocalAddBindingButtonClick);
            //
            // label2
            //
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            //
            // LocalNameTextBox
            //
            this.LocalNameTextBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.LocalNameTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
            this.LocalNameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.LocalNameTextBox, "LocalNameTextBox");
            this.LocalNameTextBox.Name = "LocalNameTextBox";
            this.LocalNameTextBox.Click += new System.EventHandler(this.LocalNameTextBoxClick);
            //
            // groupBox4
            //
            this.groupBox4.Controls.Add(this.label6);
            this.groupBox4.Controls.Add(this.Password);
            this.groupBox4.Controls.Add(this.label5);
            this.groupBox4.Controls.Add(this.Nick);
            this.groupBox4.Controls.Add(this.HostButton);
            this.groupBox4.Controls.Add(this.label4);
            this.groupBox4.Controls.Add(this.ConnectButton);
            this.groupBox4.Controls.Add(this.Port);
            this.groupBox4.Controls.Add(this.label3);
            this.groupBox4.Controls.Add(this.Address);
            resources.ApplyResources(this.groupBox4, "groupBox4");
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.TabStop = false;
            //
            // label6
            //
            resources.ApplyResources(this.label6, "label6");
            this.label6.Name = "label6";
            //
            // Password
            //
            this.Password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.Password, "Password");
            this.Password.Name = "Password";
            //
            // label5
            //
            resources.ApplyResources(this.label5, "label5");
            this.label5.Name = "label5";
            //
            // Nick
            //
            this.Nick.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.Nick.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
            this.Nick.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.Nick, "Nick");
            this.Nick.Name = "Nick";
            //
            // HostButton
            //
            resources.ApplyResources(this.HostButton, "HostButton");
            this.HostButton.Name = "HostButton";
            this.HostButton.UseVisualStyleBackColor = true;
            this.HostButton.Click += new System.EventHandler(this.HostButtonClickAsync);
            //
            // label4
            //
            resources.ApplyResources(this.label4, "label4");
            this.label4.Name = "label4";
            //
            // ConnectButton
            //
            resources.ApplyResources(this.ConnectButton, "ConnectButton");
            this.ConnectButton.Name = "ConnectButton";
            this.ConnectButton.UseVisualStyleBackColor = true;
            this.ConnectButton.Click += new System.EventHandler(this.ConnectButtonClickAsync);
            //
            // Port
            //
            this.Port.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.Port.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
            this.Port.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.Port, "Port");
            this.Port.Name = "Port";
            this.Port.Click += new System.EventHandler(this.PortTextBoxClick);
            //
            // label3
            //
            resources.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            //
            // Address
            //
            this.Address.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
            this.Address.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
            this.Address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.Address, "Address");
            this.Address.Name = "Address";
            this.Address.Click += new System.EventHandler(this.AddressTextBoxClick);
            //
            // tabControl1
            //
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Controls.Add(this.tabPage4);
            this.tabControl1.Cursor = System.Windows.Forms.Cursors.PanNorth;
            resources.ApplyResources(this.tabControl1, "tabControl1");
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
            this.tabControl1.GiveFeedback += new System.Windows.Forms.GiveFeedbackEventHandler(this.WingManTabControlGiveFeedback);
            this.tabControl1.QueryContinueDrag += new System.Windows.Forms.QueryContinueDragEventHandler(this.WingManTabControlQueryContinueDrag);
            this.tabControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.WingManTabControlMouseDown);
            this.tabControl1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.WingManTabControlMouseMove);
            //
            // tabPage1
            //
            this.tabPage1.Controls.Add(this.groupBox5);
            this.tabPage1.Controls.Add(this.groupBox4);
            this.tabPage1.Cursor = System.Windows.Forms.Cursors.Arrow;
            resources.ApplyResources(this.tabPage1, "tabPage1");
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.UseVisualStyleBackColor = true;
            //
            // groupBox5
            //
            this.groupBox5.Controls.Add(this.ActivityTextBox);
            resources.ApplyResources(this.groupBox5, "groupBox5");
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.TabStop = false;
            //
            // ActivityTextBox
            //
            this.ActivityTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.ActivityTextBox, "ActivityTextBox");
            this.ActivityTextBox.Name = "ActivityTextBox";
            this.ActivityTextBox.ReadOnly = true;
            //
            // tabPage2
            //
            this.tabPage2.Controls.Add(this.groupBox1);
            this.tabPage2.Controls.Add(this.groupBox3);
            this.tabPage2.Cursor = System.Windows.Forms.Cursors.Arrow;
            resources.ApplyResources(this.tabPage2, "tabPage2");
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.UseVisualStyleBackColor = true;
            //
            // tabPage3
            //
            this.tabPage3.Controls.Add(this.groupBox2);
            this.tabPage3.Cursor = System.Windows.Forms.Cursors.Arrow;
            resources.ApplyResources(this.tabPage3, "tabPage3");
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.UseVisualStyleBackColor = true;
            //
            // tabPage4
            //
            this.tabPage4.Controls.Add(this.groupBox6);
            this.tabPage4.Cursor = System.Windows.Forms.Cursors.Arrow;
            resources.ApplyResources(this.tabPage4, "tabPage4");
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.UseVisualStyleBackColor = true;
            //
            // groupBox6
            //
            this.groupBox6.Controls.Add(this.windowsStartupCheckBox);
            resources.ApplyResources(this.groupBox6, "groupBox6");
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.TabStop = false;
            //
            // windowsStartupCheckBox
            //
            resources.ApplyResources(this.windowsStartupCheckBox, "windowsStartupCheckBox");
            this.windowsStartupCheckBox.Name = "windowsStartupCheckBox";
            this.windowsStartupCheckBox.UseVisualStyleBackColor = true;
            this.windowsStartupCheckBox.CheckedChanged += new System.EventHandler(this.SettingsWindowsStartupCheckboxCheckedChanged);
            //
            // pictureBox1
            //
            resources.ApplyResources(this.pictureBox1, "pictureBox1");
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.TabStop = false;
            //
            // tableLayoutPanel1
            //
            resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
            this.tableLayoutPanel1.Controls.Add(this.tabControl1, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 0);
            this.tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            //
            // OverlayPanel
            //
            resources.ApplyResources(this.OverlayPanel, "OverlayPanel");
            this.OverlayPanel.BackColor = System.Drawing.Color.Black;
            this.OverlayPanel.Controls.Add(this.OverlayPanelLabel);
            this.OverlayPanel.Name = "OverlayPanel";
            //
            // OverlayPanelLabel
            //
            resources.ApplyResources(this.OverlayPanelLabel, "OverlayPanelLabel");
            this.OverlayPanelLabel.ForeColor = System.Drawing.SystemColors.Control;
            this.OverlayPanelLabel.Name = "OverlayPanelLabel";
            //
            // WingManNotifyIcon
            //
            resources.ApplyResources(this.WingManNotifyIcon, "WingManNotifyIcon");
            this.WingManNotifyIcon.DoubleClick += new System.EventHandler(this.NotifyIconDoubleClick);
            //
            // saveLocalBindingsDialog
            //
            resources.ApplyResources(this.saveLocalBindingsDialog, "saveLocalBindingsDialog");
            this.saveLocalBindingsDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.SaveLocalBindingsDialogOk);
            //
            // loadLocalBindingsDialog
            //
            this.loadLocalBindingsDialog.FileName = "loadLocalBindingsDialog";
            resources.ApplyResources(this.loadLocalBindingsDialog, "loadLocalBindingsDialog");
            this.loadLocalBindingsDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.LoadLocalBindingsDialogOk);
            //
            // label7
            //
            resources.ApplyResources(this.label7, "label7");
            this.label7.Name = "label7";
            //
            // WingManForm
            //
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tableLayoutPanel1);
            this.Controls.Add(this.OverlayPanel);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "WingManForm";
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WingManFormOnClosing);
            this.Load += new System.EventHandler(this.WingManFormOnLoad);
            this.Resize += new System.EventHandler(this.WingManFormResized);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.tabPage3.ResumeLayout(false);
            this.tabPage4.ResumeLayout(false);
            this.groupBox6.ResumeLayout(false);
            this.groupBox6.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.tableLayoutPanel1.ResumeLayout(false);
            this.OverlayPanel.ResumeLayout(false);
            this.OverlayPanel.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.ListBox RemoteBindingsListBox;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox RemoteBindingsBindToBox;
        private System.Windows.Forms.TextBox LobbySayTextBox;
        public System.Windows.Forms.TextBox LobbyTextBox;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox LocalNameTextBox;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.Button HelmAddButton;
        private System.Windows.Forms.Button button5;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.Button HostButton;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Button ConnectButton;
        private System.Windows.Forms.TextBox Port;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox Address;
        private System.Windows.Forms.ComboBox RemoteBindingsComboBox;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox Nick;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.GroupBox groupBox5;
        public System.Windows.Forms.TextBox ActivityTextBox;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.TabPage tabPage3;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
        private System.Windows.Forms.Panel OverlayPanel;
        private System.Windows.Forms.Label OverlayPanelLabel;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox Password;
        private System.Windows.Forms.NotifyIcon WingManNotifyIcon;
        private System.Windows.Forms.CheckedListBox LocalBindingsCheckedListBox;
        private System.Windows.Forms.Button button6;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.SaveFileDialog saveLocalBindingsDialog;
        private System.Windows.Forms.OpenFileDialog loadLocalBindingsDialog;
        private System.Windows.Forms.TabPage tabPage4;
        private System.Windows.Forms.GroupBox groupBox6;
        private System.Windows.Forms.CheckBox windowsStartupCheckBox;
        private System.Windows.Forms.Label label7;
    }
}