WingMan – Diff between revs 9 and 10

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 9 Rev 10
Line 86... Line 86...
86 this.groupBox1.TabStop = false; 86 this.groupBox1.TabStop = false;
87 this.groupBox1.Text = "Remote (Them)"; 87 this.groupBox1.Text = "Remote (Them)";
88 // 88 //
89 // RemoteBindingsComboBox 89 // RemoteBindingsComboBox
90 // 90 //
-   91 this.RemoteBindingsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
91 this.RemoteBindingsComboBox.FormattingEnabled = true; 92 this.RemoteBindingsComboBox.FormattingEnabled = true;
92 this.RemoteBindingsComboBox.Location = new System.Drawing.Point(8, 24); 93 this.RemoteBindingsComboBox.Location = new System.Drawing.Point(8, 24);
93 this.RemoteBindingsComboBox.Name = "RemoteBindingsComboBox"; 94 this.RemoteBindingsComboBox.Name = "RemoteBindingsComboBox";
94 this.RemoteBindingsComboBox.Size = new System.Drawing.Size(232, 21); 95 this.RemoteBindingsComboBox.Size = new System.Drawing.Size(232, 21);
95 this.RemoteBindingsComboBox.TabIndex = 5; 96 this.RemoteBindingsComboBox.TabIndex = 5;
Line 102... Line 103...
102 this.button2.Name = "button2"; 103 this.button2.Name = "button2";
103 this.button2.Size = new System.Drawing.Size(75, 23); 104 this.button2.Size = new System.Drawing.Size(75, 23);
104 this.button2.TabIndex = 4; 105 this.button2.TabIndex = 4;
105 this.button2.Text = "Unbind"; 106 this.button2.Text = "Unbind";
106 this.button2.UseVisualStyleBackColor = true; 107 this.button2.UseVisualStyleBackColor = true;
-   108 this.button2.Click += new System.EventHandler(this.RemoteBindingsUnbindButtonClicked);
107 // 109 //
108 // button1 110 // button1
109 // 111 //
110 this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 112 this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
111 this.button1.Location = new System.Drawing.Point(88, 264); 113 this.button1.Location = new System.Drawing.Point(88, 264);
Line 140... Line 142...
140 this.RemoteBindingsListBox.FormattingEnabled = true; 142 this.RemoteBindingsListBox.FormattingEnabled = true;
141 this.RemoteBindingsListBox.Location = new System.Drawing.Point(8, 56); 143 this.RemoteBindingsListBox.Location = new System.Drawing.Point(8, 56);
142 this.RemoteBindingsListBox.Name = "RemoteBindingsListBox"; 144 this.RemoteBindingsListBox.Name = "RemoteBindingsListBox";
143 this.RemoteBindingsListBox.Size = new System.Drawing.Size(232, 158); 145 this.RemoteBindingsListBox.Size = new System.Drawing.Size(232, 158);
144 this.RemoteBindingsListBox.TabIndex = 0; 146 this.RemoteBindingsListBox.TabIndex = 0;
-   147 this.RemoteBindingsListBox.SelectedValueChanged += new System.EventHandler(this.RemoteBindingsListBoxSelectedValueChanged);
145 // 148 //
146 // groupBox2 149 // groupBox2
147 // 150 //
148 this.groupBox2.Controls.Add(this.button5); 151 this.groupBox2.Controls.Add(this.button5);
149 this.groupBox2.Controls.Add(this.LobbySayTextBox); 152 this.groupBox2.Controls.Add(this.LobbySayTextBox);
Line 215... Line 218...
215 this.button3.Name = "button3"; 218 this.button3.Name = "button3";
216 this.button3.Size = new System.Drawing.Size(75, 23); 219 this.button3.Size = new System.Drawing.Size(75, 23);
217 this.button3.TabIndex = 6; 220 this.button3.TabIndex = 6;
218 this.button3.Text = "Remove"; 221 this.button3.Text = "Remove";
219 this.button3.UseVisualStyleBackColor = true; 222 this.button3.UseVisualStyleBackColor = true;
220 this.button3.Click += new System.EventHandler(this.HelmRemoveButtonClick); 223 this.button3.Click += new System.EventHandler(this.LocalBindingsRemoveButtonClick);
221 // 224 //
222 // HelmAddButton 225 // HelmAddButton
223 // 226 //
224 this.HelmAddButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 227 this.HelmAddButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
225 this.HelmAddButton.Location = new System.Drawing.Point(88, 264); 228 this.HelmAddButton.Location = new System.Drawing.Point(88, 264);
226 this.HelmAddButton.Name = "HelmAddButton"; 229 this.HelmAddButton.Name = "HelmAddButton";
227 this.HelmAddButton.Size = new System.Drawing.Size(75, 23); 230 this.HelmAddButton.Size = new System.Drawing.Size(75, 23);
228 this.HelmAddButton.TabIndex = 5; 231 this.HelmAddButton.TabIndex = 5;
229 this.HelmAddButton.Text = "Add"; 232 this.HelmAddButton.Text = "Add";
230 this.HelmAddButton.UseVisualStyleBackColor = true; 233 this.HelmAddButton.UseVisualStyleBackColor = true;
231 this.HelmAddButton.Click += new System.EventHandler(this.HelmAddButtonClick); 234 this.HelmAddButton.Click += new System.EventHandler(this.LocalAddBindingButtonClick);
232 // 235 //
233 // label2 236 // label2
234 // 237 //
235 this.label2.AutoSize = true; 238 this.label2.AutoSize = true;
236 this.label2.Location = new System.Drawing.Point(24, 236); 239 this.label2.Location = new System.Drawing.Point(24, 236);
Line 244... Line 247...
244 this.LocalNameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 247 this.LocalNameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
245 this.LocalNameTextBox.Location = new System.Drawing.Point(72, 232); 248 this.LocalNameTextBox.Location = new System.Drawing.Point(72, 232);
246 this.LocalNameTextBox.Name = "LocalNameTextBox"; 249 this.LocalNameTextBox.Name = "LocalNameTextBox";
247 this.LocalNameTextBox.Size = new System.Drawing.Size(172, 20); 250 this.LocalNameTextBox.Size = new System.Drawing.Size(172, 20);
248 this.LocalNameTextBox.TabIndex = 3; 251 this.LocalNameTextBox.TabIndex = 3;
249 this.LocalNameTextBox.Click += new System.EventHandler(this.HelmNameTextBoxClick); 252 this.LocalNameTextBox.Click += new System.EventHandler(this.LocalNameTextBoxClick);
250 // 253 //
251 // groupBox4 254 // groupBox4
252 // 255 //
253 this.groupBox4.Controls.Add(this.label6); 256 this.groupBox4.Controls.Add(this.label6);
254 this.groupBox4.Controls.Add(this.Password); 257 this.groupBox4.Controls.Add(this.Password);