WingMan

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 23  →  ?path2? @ 24
/trunk/WingMan/WingManForm.Designer.cs
@@ -29,7 +29,7 @@
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.LocalBindingsCheckedListBox = new System.Windows.Forms.CheckedListBox();
this.button3 = new System.Windows.Forms.Button();
this.HelmAddButton = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
@@ -190,7 +190,7 @@
//
// groupBox3
//
this.groupBox3.Controls.Add(this.LocalBindingsListBox);
this.groupBox3.Controls.Add(this.LocalBindingsCheckedListBox);
this.groupBox3.Controls.Add(this.button3);
this.groupBox3.Controls.Add(this.HelmAddButton);
this.groupBox3.Controls.Add(this.label2);
@@ -202,14 +202,15 @@
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Local (You)";
//
// LocalBindingsListBox
// LocalBindingsCheckedListBox
//
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;
this.LocalBindingsCheckedListBox.CheckOnClick = true;
this.LocalBindingsCheckedListBox.FormattingEnabled = true;
this.LocalBindingsCheckedListBox.Location = new System.Drawing.Point(8, 16);
this.LocalBindingsCheckedListBox.Name = "LocalBindingsCheckedListBox";
this.LocalBindingsCheckedListBox.Size = new System.Drawing.Size(240, 229);
this.LocalBindingsCheckedListBox.TabIndex = 8;
this.LocalBindingsCheckedListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.LocalBindingsCheckedListBoxItemCheck);
//
// button3
//
@@ -565,12 +566,12 @@
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;
private System.Windows.Forms.CheckedListBox LocalBindingsCheckedListBox;
}
}