WingMan

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 8  →  ?path2? @ 9
/trunk/WingMan/WingManForm.Designer.cs
@@ -17,22 +17,22 @@
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WingManForm));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.WingBindingsComboBox = new System.Windows.Forms.ComboBox();
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.WingBindingsBindToBox = new System.Windows.Forms.TextBox();
this.WingBindingsListBox = new System.Windows.Forms.ListBox();
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.HelmBindingsListBox = new System.Windows.Forms.ListBox();
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.HelmNameTextBox = new System.Windows.Forms.TextBox();
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();
@@ -73,27 +73,27 @@
//
// groupBox1
//
this.groupBox1.Controls.Add(this.WingBindingsComboBox);
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.WingBindingsBindToBox);
this.groupBox1.Controls.Add(this.WingBindingsListBox);
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, 296);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Wing (Them)";
this.groupBox1.Text = "Remote (Them)";
//
// WingBindingsComboBox
// RemoteBindingsComboBox
//
this.WingBindingsComboBox.FormattingEnabled = true;
this.WingBindingsComboBox.Location = new System.Drawing.Point(8, 24);
this.WingBindingsComboBox.Name = "WingBindingsComboBox";
this.WingBindingsComboBox.Size = new System.Drawing.Size(232, 21);
this.WingBindingsComboBox.TabIndex = 5;
this.WingBindingsComboBox.SelectionChangeCommitted += new System.EventHandler(this.WingBindingsComboBoxSelectionChangeCompleted);
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
//
@@ -114,7 +114,7 @@
this.button1.TabIndex = 3;
this.button1.Text = "Bind";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.WingBindingsBindButtonClicked);
this.button1.Click += new System.EventHandler(this.RemoteBindingsBindButtonClicked);
//
// label1
//
@@ -125,23 +125,23 @@
this.label1.TabIndex = 2;
this.label1.Text = "Bound To";
//
// WingBindingsBindToBox
// RemoteBindingsBindToBox
//
this.WingBindingsBindToBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.WingBindingsBindToBox.Location = new System.Drawing.Point(72, 232);
this.WingBindingsBindToBox.Name = "WingBindingsBindToBox";
this.WingBindingsBindToBox.ReadOnly = true;
this.WingBindingsBindToBox.Size = new System.Drawing.Size(168, 20);
this.WingBindingsBindToBox.TabIndex = 1;
this.RemoteBindingsBindToBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.RemoteBindingsBindToBox.Location = new System.Drawing.Point(72, 232);
this.RemoteBindingsBindToBox.Name = "RemoteBindingsBindToBox";
this.RemoteBindingsBindToBox.ReadOnly = true;
this.RemoteBindingsBindToBox.Size = new System.Drawing.Size(168, 20);
this.RemoteBindingsBindToBox.TabIndex = 1;
//
// WingBindingsListBox
// RemoteBindingsListBox
//
this.WingBindingsListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.WingBindingsListBox.FormattingEnabled = true;
this.WingBindingsListBox.Location = new System.Drawing.Point(8, 56);
this.WingBindingsListBox.Name = "WingBindingsListBox";
this.WingBindingsListBox.Size = new System.Drawing.Size(232, 158);
this.WingBindingsListBox.TabIndex = 0;
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, 158);
this.RemoteBindingsListBox.TabIndex = 0;
//
// groupBox2
//
@@ -187,26 +187,26 @@
//
// groupBox3
//
this.groupBox3.Controls.Add(this.HelmBindingsListBox);
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.HelmNameTextBox);
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, 296);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Helm (You)";
this.groupBox3.Text = "Local (You)";
//
// HelmBindingsListBox
// LocalBindingsListBox
//
this.HelmBindingsListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.HelmBindingsListBox.FormattingEnabled = true;
this.HelmBindingsListBox.Location = new System.Drawing.Point(8, 16);
this.HelmBindingsListBox.Name = "HelmBindingsListBox";
this.HelmBindingsListBox.Size = new System.Drawing.Size(232, 197);
this.HelmBindingsListBox.TabIndex = 7;
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, 197);
this.LocalBindingsListBox.TabIndex = 7;
//
// button3
//
@@ -239,14 +239,14 @@
this.label2.TabIndex = 4;
this.label2.Text = "Name";
//
// HelmNameTextBox
// LocalNameTextBox
//
this.HelmNameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.HelmNameTextBox.Location = new System.Drawing.Point(72, 232);
this.HelmNameTextBox.Name = "HelmNameTextBox";
this.HelmNameTextBox.Size = new System.Drawing.Size(172, 20);
this.HelmNameTextBox.TabIndex = 3;
this.HelmNameTextBox.Click += new System.EventHandler(this.HelmNameTextBoxClick);
this.LocalNameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.LocalNameTextBox.Location = new System.Drawing.Point(72, 232);
this.LocalNameTextBox.Name = "LocalNameTextBox";
this.LocalNameTextBox.Size = new System.Drawing.Size(172, 20);
this.LocalNameTextBox.TabIndex = 3;
this.LocalNameTextBox.Click += new System.EventHandler(this.HelmNameTextBoxClick);
//
// groupBox4
//
@@ -504,6 +504,7 @@
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.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
@@ -534,13 +535,13 @@
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.ListBox WingBindingsListBox;
private System.Windows.Forms.ListBox RemoteBindingsListBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox WingBindingsBindToBox;
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 HelmNameTextBox;
private System.Windows.Forms.TextBox LocalNameTextBox;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button3;
@@ -555,7 +556,7 @@
private System.Windows.Forms.TextBox Address;
private System.Windows.Forms.StatusStrip statusStrip;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
private System.Windows.Forms.ComboBox WingBindingsComboBox;
private System.Windows.Forms.ComboBox RemoteBindingsComboBox;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox Nick;
private System.Windows.Forms.TabControl tabControl1;
@@ -566,7 +567,7 @@
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.ListBox HelmBindingsListBox;
private System.Windows.Forms.ListBox LocalBindingsListBox;
private System.Windows.Forms.Panel OverlayPanel;
private System.Windows.Forms.Label OverlayPanelLabel;
private System.Windows.Forms.Label label6;