WingMan – Diff between revs 10 and 12

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 10 Rev 12
Line 162... Line 162...
162 // button5 162 // button5
163 // 163 //
164 this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 164 this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
165 this.button5.Location = new System.Drawing.Point(480, 280); 165 this.button5.Location = new System.Drawing.Point(480, 280);
166 this.button5.Name = "button5"; 166 this.button5.Name = "button5";
167 this.button5.Size = new System.Drawing.Size(40, 20); 167 this.button5.Size = new System.Drawing.Size(40, 24);
168 this.button5.TabIndex = 2; 168 this.button5.TabIndex = 2;
-   169 this.button5.Text = "Say";
169 this.button5.UseVisualStyleBackColor = true; 170 this.button5.UseVisualStyleBackColor = true;
170 this.button5.Click += new System.EventHandler(this.LobbySayButtonClick); 171 this.button5.Click += new System.EventHandler(this.LobbySayButtonClick);
171 // 172 //
172 // LobbySayTextBox 173 // LobbySayTextBox
173 // 174 //
174 this.LobbySayTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 175 this.LobbySayTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
175 this.LobbySayTextBox.Location = new System.Drawing.Point(8, 280); 176 this.LobbySayTextBox.Location = new System.Drawing.Point(8, 282);
176 this.LobbySayTextBox.Name = "LobbySayTextBox"; 177 this.LobbySayTextBox.Name = "LobbySayTextBox";
177 this.LobbySayTextBox.Size = new System.Drawing.Size(464, 20); 178 this.LobbySayTextBox.Size = new System.Drawing.Size(464, 20);
178 this.LobbySayTextBox.TabIndex = 1; 179 this.LobbySayTextBox.TabIndex = 1;
179 this.LobbySayTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LobbySayTextBoxKeyDown); 180 this.LobbySayTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LobbySayTextBoxKeyDown);
180 // 181 //