WingMan – Rev 23

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.LocalBindingsListBox = new System.Windows.Forms.ListBox();
            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.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.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
            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();
            ((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);
            this.groupBox1.Location = new System.Drawing.Point(8, 10);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(248, 318);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Remote (Them)";
            //
            // RemoteBindingsComboBox
            //
            this.RemoteBindingsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.RemoteBindingsComboBox.FormattingEnabled = true;
            this.RemoteBindingsComboBox.Location = new System.Drawing.Point(8, 24);
            this.RemoteBindingsComboBox.Name = "RemoteBindingsComboBox";
            this.RemoteBindingsComboBox.Size = new System.Drawing.Size(232, 21);
            this.RemoteBindingsComboBox.TabIndex = 5;
            this.RemoteBindingsComboBox.SelectionChangeCommitted += new System.EventHandler(this.RemoteBindingsComboBoxSelectionChangeCompleted);
            //
            // button2
            //
            this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button2.Location = new System.Drawing.Point(168, 284);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 4;
            this.button2.Text = "Unbind";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.RemoteBindingsUnbindButtonClicked);
            //
            // button1
            //
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button1.Location = new System.Drawing.Point(88, 284);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 3;
            this.button1.Text = "Bind";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.RemoteBindingsBindButtonClicked);
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(8, 256);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(54, 13);
            this.label1.TabIndex = 2;
            this.label1.Text = "Bound To";
            //
            // RemoteBindingsBindToBox
            //
            this.RemoteBindingsBindToBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.RemoteBindingsBindToBox.Location = new System.Drawing.Point(72, 252);
            this.RemoteBindingsBindToBox.Name = "RemoteBindingsBindToBox";
            this.RemoteBindingsBindToBox.ReadOnly = true;
            this.RemoteBindingsBindToBox.Size = new System.Drawing.Size(168, 20);
            this.RemoteBindingsBindToBox.TabIndex = 1;
            //
            // RemoteBindingsListBox
            //
            this.RemoteBindingsListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.RemoteBindingsListBox.FormattingEnabled = true;
            this.RemoteBindingsListBox.Location = new System.Drawing.Point(8, 56);
            this.RemoteBindingsListBox.Name = "RemoteBindingsListBox";
            this.RemoteBindingsListBox.Size = new System.Drawing.Size(232, 184);
            this.RemoteBindingsListBox.TabIndex = 0;
            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);
            this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox2.Location = new System.Drawing.Point(0, 0);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(530, 337);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Lobby";
            //
            // button5
            //
            this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button5.Location = new System.Drawing.Point(480, 280);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(40, 24);
            this.button5.TabIndex = 2;
            this.button5.Text = "Say";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.LobbySayButtonClick);
            //
            // LobbySayTextBox
            //
            this.LobbySayTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.LobbySayTextBox.Location = new System.Drawing.Point(8, 282);
            this.LobbySayTextBox.Name = "LobbySayTextBox";
            this.LobbySayTextBox.Size = new System.Drawing.Size(464, 20);
            this.LobbySayTextBox.TabIndex = 1;
            this.LobbySayTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LobbySayTextBoxKeyDown);
            //
            // LobbyTextBox
            //
            this.LobbyTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.LobbyTextBox.Location = new System.Drawing.Point(8, 16);
            this.LobbyTextBox.Multiline = true;
            this.LobbyTextBox.Name = "LobbyTextBox";
            this.LobbyTextBox.ReadOnly = true;
            this.LobbyTextBox.Size = new System.Drawing.Size(512, 256);
            this.LobbyTextBox.TabIndex = 0;
            //
            // groupBox3
            //
            this.groupBox3.Controls.Add(this.LocalBindingsListBox);
            this.groupBox3.Controls.Add(this.button3);
            this.groupBox3.Controls.Add(this.HelmAddButton);
            this.groupBox3.Controls.Add(this.label2);
            this.groupBox3.Controls.Add(this.LocalNameTextBox);
            this.groupBox3.Location = new System.Drawing.Point(272, 8);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(248, 320);
            this.groupBox3.TabIndex = 2;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Local (You)";
            //
            // LocalBindingsListBox
            //
            this.LocalBindingsListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.LocalBindingsListBox.FormattingEnabled = true;
            this.LocalBindingsListBox.Location = new System.Drawing.Point(8, 16);
            this.LocalBindingsListBox.Name = "LocalBindingsListBox";
            this.LocalBindingsListBox.Size = new System.Drawing.Size(232, 223);
            this.LocalBindingsListBox.TabIndex = 7;
            //
            // button3
            //
            this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button3.Location = new System.Drawing.Point(168, 288);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 6;
            this.button3.Text = "Remove";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.LocalBindingsRemoveButtonClick);
            //
            // HelmAddButton
            //
            this.HelmAddButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.HelmAddButton.Location = new System.Drawing.Point(88, 288);
            this.HelmAddButton.Name = "HelmAddButton";
            this.HelmAddButton.Size = new System.Drawing.Size(75, 23);
            this.HelmAddButton.TabIndex = 5;
            this.HelmAddButton.Text = "Add";
            this.HelmAddButton.UseVisualStyleBackColor = true;
            this.HelmAddButton.Click += new System.EventHandler(this.LocalAddBindingButtonClick);
            //
            // label2
            //
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(24, 260);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(35, 13);
            this.label2.TabIndex = 4;
            this.label2.Text = "Name";
            //
            // LocalNameTextBox
            //
            this.LocalNameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.LocalNameTextBox.Location = new System.Drawing.Point(72, 256);
            this.LocalNameTextBox.Name = "LocalNameTextBox";
            this.LocalNameTextBox.Size = new System.Drawing.Size(172, 20);
            this.LocalNameTextBox.TabIndex = 3;
            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);
            this.groupBox4.Location = new System.Drawing.Point(8, 8);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(512, 120);
            this.groupBox4.TabIndex = 3;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Connection";
            //
            // label6
            //
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(287, 20);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 13);
            this.label6.TabIndex = 10;
            this.label6.Text = "Password";
            //
            // Password
            //
            this.Password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.Password.Location = new System.Drawing.Point(344, 16);
            this.Password.Name = "Password";
            this.Password.PasswordChar = '*';
            this.Password.Size = new System.Drawing.Size(152, 20);
            this.Password.TabIndex = 9;
            //
            // label5
            //
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(112, 52);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(29, 13);
            this.label5.TabIndex = 8;
            this.label5.Text = "Nick";
            //
            // 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;
            this.Nick.Location = new System.Drawing.Point(152, 48);
            this.Nick.Name = "Nick";
            this.Nick.Size = new System.Drawing.Size(176, 20);
            this.Nick.TabIndex = 7;
            //
            // HostButton
            //
            this.HostButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.HostButton.Location = new System.Drawing.Point(248, 80);
            this.HostButton.Name = "HostButton";
            this.HostButton.Size = new System.Drawing.Size(75, 23);
            this.HostButton.TabIndex = 6;
            this.HostButton.Text = "Host";
            this.HostButton.UseVisualStyleBackColor = true;
            this.HostButton.Click += new System.EventHandler(this.HostButtonClickAsync);
            //
            // label4
            //
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(194, 20);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(26, 13);
            this.label4.TabIndex = 3;
            this.label4.Text = "Port";
            //
            // ConnectButton
            //
            this.ConnectButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.ConnectButton.Location = new System.Drawing.Point(160, 80);
            this.ConnectButton.Name = "ConnectButton";
            this.ConnectButton.Size = new System.Drawing.Size(75, 23);
            this.ConnectButton.TabIndex = 5;
            this.ConnectButton.Text = "Connect";
            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;
            this.Port.Location = new System.Drawing.Point(224, 16);
            this.Port.Name = "Port";
            this.Port.Size = new System.Drawing.Size(60, 20);
            this.Port.TabIndex = 2;
            this.Port.Text = "43335";
            this.Port.Click += new System.EventHandler(this.PortTextBoxClick);
            //
            // label3
            //
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(8, 20);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(29, 13);
            this.label3.TabIndex = 1;
            this.label3.Text = "Host";
            //
            // 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;
            this.Address.Location = new System.Drawing.Point(40, 16);
            this.Address.Name = "Address";
            this.Address.Size = new System.Drawing.Size(152, 20);
            this.Address.TabIndex = 0;
            this.Address.Text = "0.0.0.0";
            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.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(3, 90);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(538, 363);
            this.tabControl1.TabIndex = 5;
            //
            // tabPage1
            //
            this.tabPage1.Controls.Add(this.groupBox5);
            this.tabPage1.Controls.Add(this.groupBox4);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(530, 337);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Connection";
            this.tabPage1.UseVisualStyleBackColor = true;
            //
            // groupBox5
            //
            this.groupBox5.Controls.Add(this.ActivityTextBox);
            this.groupBox5.Location = new System.Drawing.Point(8, 136);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(512, 192);
            this.groupBox5.TabIndex = 5;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "Activity";
            //
            // ActivityTextBox
            //
            this.ActivityTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.ActivityTextBox.Location = new System.Drawing.Point(8, 16);
            this.ActivityTextBox.Multiline = true;
            this.ActivityTextBox.Name = "ActivityTextBox";
            this.ActivityTextBox.ReadOnly = true;
            this.ActivityTextBox.Size = new System.Drawing.Size(496, 168);
            this.ActivityTextBox.TabIndex = 4;
            //
            // tabPage2
            //
            this.tabPage2.Controls.Add(this.groupBox1);
            this.tabPage2.Controls.Add(this.groupBox3);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(530, 337);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Bindings";
            this.tabPage2.UseVisualStyleBackColor = true;
            //
            // tabPage3
            //
            this.tabPage3.Controls.Add(this.groupBox2);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(530, 337);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "Chat";
            this.tabPage3.UseVisualStyleBackColor = true;
            //
            // pictureBox1
            //
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(3, 3);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(538, 81);
            this.pictureBox1.TabIndex = 6;
            this.pictureBox1.TabStop = false;
            //
            // tableLayoutPanel1
            //
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            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.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 2;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 19.07895F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80.92105F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(544, 456);
            this.tableLayoutPanel1.TabIndex = 7;
            //
            // OverlayPanel
            //
            this.OverlayPanel.AutoSize = true;
            this.OverlayPanel.BackColor = System.Drawing.Color.Black;
            this.OverlayPanel.Controls.Add(this.OverlayPanelLabel);
            this.OverlayPanel.Location = new System.Drawing.Point(0, 0);
            this.OverlayPanel.Name = "OverlayPanel";
            this.OverlayPanel.Size = new System.Drawing.Size(544, 448);
            this.OverlayPanel.TabIndex = 8;
            this.OverlayPanel.Visible = false;
            //
            // OverlayPanelLabel
            //
            this.OverlayPanelLabel.AutoSize = true;
            this.OverlayPanelLabel.ForeColor = System.Drawing.SystemColors.Control;
            this.OverlayPanelLabel.Location = new System.Drawing.Point(192, 200);
            this.OverlayPanelLabel.Name = "OverlayPanelLabel";
            this.OverlayPanelLabel.Size = new System.Drawing.Size(157, 13);
            this.OverlayPanelLabel.TabIndex = 0;
            this.OverlayPanelLabel.Text = "Press key-combination to bind...";
            //
            // notifyIcon1
            //
            this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
            this.notifyIcon1.Text = "notifyIcon1";
            this.notifyIcon1.Visible = true;
            this.notifyIcon1.DoubleClick += new System.EventHandler(this.NotifyIconDoubleClick);
            //
            // WingManForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(544, 450);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Controls.Add(this.OverlayPanel);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(560, 488);
            this.MinimumSize = new System.Drawing.Size(560, 488);
            this.Name = "WingManForm";
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.Text = "WingMan © 2018 Wizardry and Steamworks";
            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);
            ((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.ListBox LocalBindingsListBox;
        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 notifyIcon1;
    }
}