WingMan – Diff between revs 24 and 26

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 24 Rev 26
Line 159... Line 159...
159 this.groupBox2.Text = "Lobby"; 159 this.groupBox2.Text = "Lobby";
160 // 160 //
161 // button5 161 // button5
162 // 162 //
163 this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 163 this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
164 this.button5.Location = new System.Drawing.Point(480, 280); 164 this.button5.Location = new System.Drawing.Point(480, 302);
165 this.button5.Name = "button5"; 165 this.button5.Name = "button5";
166 this.button5.Size = new System.Drawing.Size(40, 24); 166 this.button5.Size = new System.Drawing.Size(40, 24);
167 this.button5.TabIndex = 2; 167 this.button5.TabIndex = 2;
168 this.button5.Text = "Say"; 168 this.button5.Text = "Say";
169 this.button5.UseVisualStyleBackColor = true; 169 this.button5.UseVisualStyleBackColor = true;
170 this.button5.Click += new System.EventHandler(this.LobbySayButtonClick); 170 this.button5.Click += new System.EventHandler(this.LobbySayButtonClick);
171 // 171 //
172 // LobbySayTextBox 172 // LobbySayTextBox
173 // 173 //
174 this.LobbySayTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 174 this.LobbySayTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
175 this.LobbySayTextBox.Location = new System.Drawing.Point(8, 282); 175 this.LobbySayTextBox.Location = new System.Drawing.Point(8, 304);
176 this.LobbySayTextBox.Name = "LobbySayTextBox"; 176 this.LobbySayTextBox.Name = "LobbySayTextBox";
177 this.LobbySayTextBox.Size = new System.Drawing.Size(464, 20); 177 this.LobbySayTextBox.Size = new System.Drawing.Size(464, 20);
178 this.LobbySayTextBox.TabIndex = 1; 178 this.LobbySayTextBox.TabIndex = 1;
179 this.LobbySayTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LobbySayTextBoxKeyDown); 179 this.LobbySayTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LobbySayTextBoxKeyDown);
180 // 180 //
Line 183... Line 183...
183 this.LobbyTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 183 this.LobbyTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
184 this.LobbyTextBox.Location = new System.Drawing.Point(8, 16); 184 this.LobbyTextBox.Location = new System.Drawing.Point(8, 16);
185 this.LobbyTextBox.Multiline = true; 185 this.LobbyTextBox.Multiline = true;
186 this.LobbyTextBox.Name = "LobbyTextBox"; 186 this.LobbyTextBox.Name = "LobbyTextBox";
187 this.LobbyTextBox.ReadOnly = true; 187 this.LobbyTextBox.ReadOnly = true;
188 this.LobbyTextBox.Size = new System.Drawing.Size(512, 256); 188 this.LobbyTextBox.Size = new System.Drawing.Size(512, 280);
189 this.LobbyTextBox.TabIndex = 0; 189 this.LobbyTextBox.TabIndex = 0;
190 // 190 //
191 // groupBox3 191 // groupBox3
192 // 192 //
193 this.groupBox3.Controls.Add(this.LocalBindingsCheckedListBox); 193 this.groupBox3.Controls.Add(this.LocalBindingsCheckedListBox);