WingMan

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 25  →  ?path2? @ 26
/trunk/WingMan/WingManForm.Designer.cs
@@ -161,7 +161,7 @@
// button5
//
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button5.Location = new System.Drawing.Point(480, 280);
this.button5.Location = new System.Drawing.Point(480, 302);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(40, 24);
this.button5.TabIndex = 2;
@@ -172,7 +172,7 @@
// LobbySayTextBox
//
this.LobbySayTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.LobbySayTextBox.Location = new System.Drawing.Point(8, 282);
this.LobbySayTextBox.Location = new System.Drawing.Point(8, 304);
this.LobbySayTextBox.Name = "LobbySayTextBox";
this.LobbySayTextBox.Size = new System.Drawing.Size(464, 20);
this.LobbySayTextBox.TabIndex = 1;
@@ -185,7 +185,7 @@
this.LobbyTextBox.Multiline = true;
this.LobbyTextBox.Name = "LobbyTextBox";
this.LobbyTextBox.ReadOnly = true;
this.LobbyTextBox.Size = new System.Drawing.Size(512, 256);
this.LobbyTextBox.Size = new System.Drawing.Size(512, 280);
this.LobbyTextBox.TabIndex = 0;
//
// groupBox3