WingMan – Diff between revs 22 and 23

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 22 Rev 23
Line 271... Line 271...
271 this.groupBox4.Text = "Connection"; 271 this.groupBox4.Text = "Connection";
272 // 272 //
273 // label6 273 // label6
274 // 274 //
275 this.label6.AutoSize = true; 275 this.label6.AutoSize = true;
276 this.label6.Location = new System.Drawing.Point(279, 20); 276 this.label6.Location = new System.Drawing.Point(287, 20);
277 this.label6.Name = "label6"; 277 this.label6.Name = "label6";
278 this.label6.Size = new System.Drawing.Size(53, 13); 278 this.label6.Size = new System.Drawing.Size(53, 13);
279 this.label6.TabIndex = 10; 279 this.label6.TabIndex = 10;
280 this.label6.Text = "Password"; 280 this.label6.Text = "Password";
281 // 281 //
282 // Password 282 // Password
283 // 283 //
284 this.Password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 284 this.Password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
285 this.Password.Location = new System.Drawing.Point(336, 16); 285 this.Password.Location = new System.Drawing.Point(344, 16);
286 this.Password.Name = "Password"; 286 this.Password.Name = "Password";
287 this.Password.PasswordChar = '*'; 287 this.Password.PasswordChar = '*';
288 this.Password.Size = new System.Drawing.Size(104, 20); 288 this.Password.Size = new System.Drawing.Size(152, 20);
289 this.Password.TabIndex = 9; 289 this.Password.TabIndex = 9;
290 // 290 //
291 // label5 291 // label5
292 // 292 //
293 this.label5.AutoSize = true; 293 this.label5.AutoSize = true;
Line 297... Line 297...
297 this.label5.TabIndex = 8; 297 this.label5.TabIndex = 8;
298 this.label5.Text = "Nick"; 298 this.label5.Text = "Nick";
299 // 299 //
300 // Nick 300 // Nick
301 // 301 //
-   302 this.Nick.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
-   303 this.Nick.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
302 this.Nick.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 304 this.Nick.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
303 this.Nick.Location = new System.Drawing.Point(152, 48); 305 this.Nick.Location = new System.Drawing.Point(152, 48);
304 this.Nick.Name = "Nick"; 306 this.Nick.Name = "Nick";
305 this.Nick.Size = new System.Drawing.Size(176, 20); 307 this.Nick.Size = new System.Drawing.Size(176, 20);
306 this.Nick.TabIndex = 7; 308 this.Nick.TabIndex = 7;
Line 317... Line 319...
317 this.HostButton.Click += new System.EventHandler(this.HostButtonClickAsync); 319 this.HostButton.Click += new System.EventHandler(this.HostButtonClickAsync);
318 // 320 //
319 // label4 321 // label4
320 // 322 //
321 this.label4.AutoSize = true; 323 this.label4.AutoSize = true;
322 this.label4.Location = new System.Drawing.Point(185, 20); 324 this.label4.Location = new System.Drawing.Point(194, 20);
323 this.label4.Name = "label4"; 325 this.label4.Name = "label4";
324 this.label4.Size = new System.Drawing.Size(26, 13); 326 this.label4.Size = new System.Drawing.Size(26, 13);
325 this.label4.TabIndex = 3; 327 this.label4.TabIndex = 3;
326 this.label4.Text = "Port"; 328 this.label4.Text = "Port";
327 // 329 //
Line 336... Line 338...
336 this.ConnectButton.UseVisualStyleBackColor = true; 338 this.ConnectButton.UseVisualStyleBackColor = true;
337 this.ConnectButton.Click += new System.EventHandler(this.ConnectButtonClickAsync); 339 this.ConnectButton.Click += new System.EventHandler(this.ConnectButtonClickAsync);
338 // 340 //
339 // Port 341 // Port
340 // 342 //
-   343 this.Port.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
-   344 this.Port.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
341 this.Port.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 345 this.Port.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
342 this.Port.Location = new System.Drawing.Point(215, 16); 346 this.Port.Location = new System.Drawing.Point(224, 16);
343 this.Port.Name = "Port"; 347 this.Port.Name = "Port";
344 this.Port.Size = new System.Drawing.Size(60, 20); 348 this.Port.Size = new System.Drawing.Size(60, 20);
345 this.Port.TabIndex = 2; 349 this.Port.TabIndex = 2;
346 this.Port.Text = "43335"; 350 this.Port.Text = "43335";
347 this.Port.Click += new System.EventHandler(this.PortTextBoxClick); 351 this.Port.Click += new System.EventHandler(this.PortTextBoxClick);
348 // 352 //
349 // label3 353 // label3
350 // 354 //
351 this.label3.AutoSize = true; 355 this.label3.AutoSize = true;
352 this.label3.Location = new System.Drawing.Point(40, 20); 356 this.label3.Location = new System.Drawing.Point(8, 20);
353 this.label3.Name = "label3"; 357 this.label3.Name = "label3";
354 this.label3.Size = new System.Drawing.Size(29, 13); 358 this.label3.Size = new System.Drawing.Size(29, 13);
355 this.label3.TabIndex = 1; 359 this.label3.TabIndex = 1;
356 this.label3.Text = "Host"; 360 this.label3.Text = "Host";
357 // 361 //
358 // Address 362 // Address
359 // 363 //
-   364 this.Address.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
-   365 this.Address.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
360 this.Address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 366 this.Address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
361 this.Address.Location = new System.Drawing.Point(76, 16); 367 this.Address.Location = new System.Drawing.Point(40, 16);
362 this.Address.Name = "Address"; 368 this.Address.Name = "Address";
363 this.Address.Size = new System.Drawing.Size(104, 20); 369 this.Address.Size = new System.Drawing.Size(152, 20);
364 this.Address.TabIndex = 0; 370 this.Address.TabIndex = 0;
365 this.Address.Text = "0.0.0.0"; 371 this.Address.Text = "0.0.0.0";
366 this.Address.Click += new System.EventHandler(this.AddressTextBoxClick); 372 this.Address.Click += new System.EventHandler(this.AddressTextBoxClick);
367 // 373 //
368 // tabControl1 374 // tabControl1