WingMan

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 9  →  ?path2? @ 10
/trunk/WingMan/WingManForm.Designer.cs
@@ -88,6 +88,7 @@
//
// 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";
@@ -104,6 +105,7 @@
this.button2.TabIndex = 4;
this.button2.Text = "Unbind";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.RemoteBindingsUnbindButtonClicked);
//
// button1
//
@@ -142,6 +144,7 @@
this.RemoteBindingsListBox.Name = "RemoteBindingsListBox";
this.RemoteBindingsListBox.Size = new System.Drawing.Size(232, 158);
this.RemoteBindingsListBox.TabIndex = 0;
this.RemoteBindingsListBox.SelectedValueChanged += new System.EventHandler(this.RemoteBindingsListBoxSelectedValueChanged);
//
// groupBox2
//
@@ -217,7 +220,7 @@
this.button3.TabIndex = 6;
this.button3.Text = "Remove";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.HelmRemoveButtonClick);
this.button3.Click += new System.EventHandler(this.LocalBindingsRemoveButtonClick);
//
// HelmAddButton
//
@@ -228,7 +231,7 @@
this.HelmAddButton.TabIndex = 5;
this.HelmAddButton.Text = "Add";
this.HelmAddButton.UseVisualStyleBackColor = true;
this.HelmAddButton.Click += new System.EventHandler(this.HelmAddButtonClick);
this.HelmAddButton.Click += new System.EventHandler(this.LocalAddBindingButtonClick);
//
// label2
//
@@ -246,7 +249,7 @@
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);
this.LocalNameTextBox.Click += new System.EventHandler(this.LocalNameTextBoxClick);
//
// groupBox4
//