WingMan – Diff between revs 23 and 24

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 23 Rev 24
Line 27... Line 27...
27 this.groupBox2 = new System.Windows.Forms.GroupBox(); 27 this.groupBox2 = new System.Windows.Forms.GroupBox();
28 this.button5 = new System.Windows.Forms.Button(); 28 this.button5 = new System.Windows.Forms.Button();
29 this.LobbySayTextBox = new System.Windows.Forms.TextBox(); 29 this.LobbySayTextBox = new System.Windows.Forms.TextBox();
30 this.LobbyTextBox = new System.Windows.Forms.TextBox(); 30 this.LobbyTextBox = new System.Windows.Forms.TextBox();
31 this.groupBox3 = new System.Windows.Forms.GroupBox(); 31 this.groupBox3 = new System.Windows.Forms.GroupBox();
32 this.LocalBindingsListBox = new System.Windows.Forms.ListBox(); 32 this.LocalBindingsCheckedListBox = new System.Windows.Forms.CheckedListBox();
33 this.button3 = new System.Windows.Forms.Button(); 33 this.button3 = new System.Windows.Forms.Button();
34 this.HelmAddButton = new System.Windows.Forms.Button(); 34 this.HelmAddButton = new System.Windows.Forms.Button();
35 this.label2 = new System.Windows.Forms.Label(); 35 this.label2 = new System.Windows.Forms.Label();
36 this.LocalNameTextBox = new System.Windows.Forms.TextBox(); 36 this.LocalNameTextBox = new System.Windows.Forms.TextBox();
37 this.groupBox4 = new System.Windows.Forms.GroupBox(); 37 this.groupBox4 = new System.Windows.Forms.GroupBox();
Line 188... Line 188...
188 this.LobbyTextBox.Size = new System.Drawing.Size(512, 256); 188 this.LobbyTextBox.Size = new System.Drawing.Size(512, 256);
189 this.LobbyTextBox.TabIndex = 0; 189 this.LobbyTextBox.TabIndex = 0;
190 // 190 //
191 // groupBox3 191 // groupBox3
192 // 192 //
193 this.groupBox3.Controls.Add(this.LocalBindingsListBox); 193 this.groupBox3.Controls.Add(this.LocalBindingsCheckedListBox);
194 this.groupBox3.Controls.Add(this.button3); 194 this.groupBox3.Controls.Add(this.button3);
195 this.groupBox3.Controls.Add(this.HelmAddButton); 195 this.groupBox3.Controls.Add(this.HelmAddButton);
196 this.groupBox3.Controls.Add(this.label2); 196 this.groupBox3.Controls.Add(this.label2);
197 this.groupBox3.Controls.Add(this.LocalNameTextBox); 197 this.groupBox3.Controls.Add(this.LocalNameTextBox);
198 this.groupBox3.Location = new System.Drawing.Point(272, 8); 198 this.groupBox3.Location = new System.Drawing.Point(272, 8);
Line 200... Line 200...
200 this.groupBox3.Size = new System.Drawing.Size(248, 320); 200 this.groupBox3.Size = new System.Drawing.Size(248, 320);
201 this.groupBox3.TabIndex = 2; 201 this.groupBox3.TabIndex = 2;
202 this.groupBox3.TabStop = false; 202 this.groupBox3.TabStop = false;
203 this.groupBox3.Text = "Local (You)"; 203 this.groupBox3.Text = "Local (You)";
204 // 204 //
205 // LocalBindingsListBox 205 // LocalBindingsCheckedListBox
206 // 206 //
207 this.LocalBindingsListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 207 this.LocalBindingsCheckedListBox.CheckOnClick = true;
208 this.LocalBindingsListBox.FormattingEnabled = true; 208 this.LocalBindingsCheckedListBox.FormattingEnabled = true;
209 this.LocalBindingsListBox.Location = new System.Drawing.Point(8, 16); 209 this.LocalBindingsCheckedListBox.Location = new System.Drawing.Point(8, 16);
210 this.LocalBindingsListBox.Name = "LocalBindingsListBox"; 210 this.LocalBindingsCheckedListBox.Name = "LocalBindingsCheckedListBox";
211 this.LocalBindingsListBox.Size = new System.Drawing.Size(232, 223); 211 this.LocalBindingsCheckedListBox.Size = new System.Drawing.Size(240, 229);
212 this.LocalBindingsListBox.TabIndex = 7; 212 this.LocalBindingsCheckedListBox.TabIndex = 8;
-   213 this.LocalBindingsCheckedListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.LocalBindingsCheckedListBoxItemCheck);
213 // 214 //
214 // button3 215 // button3
215 // 216 //
216 this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 217 this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
217 this.button3.Location = new System.Drawing.Point(168, 288); 218 this.button3.Location = new System.Drawing.Point(168, 288);
Line 563... Line 564...
563 public System.Windows.Forms.TextBox ActivityTextBox; 564 public System.Windows.Forms.TextBox ActivityTextBox;
564 private System.Windows.Forms.TabPage tabPage2; 565 private System.Windows.Forms.TabPage tabPage2;
565 private System.Windows.Forms.TabPage tabPage3; 566 private System.Windows.Forms.TabPage tabPage3;
566 private System.Windows.Forms.PictureBox pictureBox1; 567 private System.Windows.Forms.PictureBox pictureBox1;
567 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 568 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
568 private System.Windows.Forms.ListBox LocalBindingsListBox; -  
569 private System.Windows.Forms.Panel OverlayPanel; 569 private System.Windows.Forms.Panel OverlayPanel;
570 private System.Windows.Forms.Label OverlayPanelLabel; 570 private System.Windows.Forms.Label OverlayPanelLabel;
571 private System.Windows.Forms.Label label6; 571 private System.Windows.Forms.Label label6;
572 private System.Windows.Forms.TextBox Password; 572 private System.Windows.Forms.TextBox Password;
573 private System.Windows.Forms.NotifyIcon notifyIcon1; 573 private System.Windows.Forms.NotifyIcon notifyIcon1;
-   574 private System.Windows.Forms.CheckedListBox LocalBindingsCheckedListBox;
574 } 575 }
575 } 576 }