WingMan – Diff between revs 26 and 33

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 26 Rev 33
Line 375... Line 375...
375 // tabControl1 375 // tabControl1
376 // 376 //
377 this.tabControl1.Controls.Add(this.tabPage1); 377 this.tabControl1.Controls.Add(this.tabPage1);
378 this.tabControl1.Controls.Add(this.tabPage2); 378 this.tabControl1.Controls.Add(this.tabPage2);
379 this.tabControl1.Controls.Add(this.tabPage3); 379 this.tabControl1.Controls.Add(this.tabPage3);
380 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; 380 this.tabControl1.Cursor = System.Windows.Forms.Cursors.PanNorth;
381 this.tabControl1.Location = new System.Drawing.Point(3, 90); 381 this.tabControl1.Location = new System.Drawing.Point(3, 90);
382 this.tabControl1.Name = "tabControl1"; 382 this.tabControl1.Name = "tabControl1";
383 this.tabControl1.SelectedIndex = 0; 383 this.tabControl1.SelectedIndex = 0;
384 this.tabControl1.Size = new System.Drawing.Size(538, 363); 384 this.tabControl1.Size = new System.Drawing.Size(538, 358);
-   385 this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
385 this.tabControl1.TabIndex = 5; 386 this.tabControl1.TabIndex = 5;
-   387 this.tabControl1.GiveFeedback += new System.Windows.Forms.GiveFeedbackEventHandler(this.WingManTabControlGiveFeedback);
-   388 this.tabControl1.QueryContinueDrag += new System.Windows.Forms.QueryContinueDragEventHandler(this.WingManTabControlQueryContinueDrag);
-   389 this.tabControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.WingManTabControlMouseDown);
-   390 this.tabControl1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.WingManTabControlMouseMove);
386 // 391 //
387 // tabPage1 392 // tabPage1
388 // 393 //
389 this.tabPage1.Controls.Add(this.groupBox5); 394 this.tabPage1.Controls.Add(this.groupBox5);
390 this.tabPage1.Controls.Add(this.groupBox4); 395 this.tabPage1.Controls.Add(this.groupBox4);
-   396 this.tabPage1.Cursor = System.Windows.Forms.Cursors.Arrow;
391 this.tabPage1.Location = new System.Drawing.Point(4, 22); 397 this.tabPage1.Location = new System.Drawing.Point(4, 22);
392 this.tabPage1.Name = "tabPage1"; 398 this.tabPage1.Name = "tabPage1";
393 this.tabPage1.Padding = new System.Windows.Forms.Padding(3); 399 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
394 this.tabPage1.Size = new System.Drawing.Size(530, 337); 400 this.tabPage1.Size = new System.Drawing.Size(530, 332);
395 this.tabPage1.TabIndex = 0; 401 this.tabPage1.TabIndex = 0;
396 this.tabPage1.Text = "Connection"; 402 this.tabPage1.Text = "Connection";
397 this.tabPage1.UseVisualStyleBackColor = true; 403 this.tabPage1.UseVisualStyleBackColor = true;
398 // 404 //
399 // groupBox5 405 // groupBox5
Line 418... Line 424...
418 // 424 //
419 // tabPage2 425 // tabPage2
420 // 426 //
421 this.tabPage2.Controls.Add(this.groupBox1); 427 this.tabPage2.Controls.Add(this.groupBox1);
422 this.tabPage2.Controls.Add(this.groupBox3); 428 this.tabPage2.Controls.Add(this.groupBox3);
-   429 this.tabPage2.Cursor = System.Windows.Forms.Cursors.Arrow;
423 this.tabPage2.Location = new System.Drawing.Point(4, 22); 430 this.tabPage2.Location = new System.Drawing.Point(4, 22);
424 this.tabPage2.Name = "tabPage2"; 431 this.tabPage2.Name = "tabPage2";
425 this.tabPage2.Padding = new System.Windows.Forms.Padding(3); 432 this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
426 this.tabPage2.Size = new System.Drawing.Size(530, 337); 433 this.tabPage2.Size = new System.Drawing.Size(530, 337);
427 this.tabPage2.TabIndex = 1; 434 this.tabPage2.TabIndex = 1;
Line 429... Line 436...
429 this.tabPage2.UseVisualStyleBackColor = true; 436 this.tabPage2.UseVisualStyleBackColor = true;
430 // 437 //
431 // tabPage3 438 // tabPage3
432 // 439 //
433 this.tabPage3.Controls.Add(this.groupBox2); 440 this.tabPage3.Controls.Add(this.groupBox2);
-   441 this.tabPage3.Cursor = System.Windows.Forms.Cursors.Arrow;
434 this.tabPage3.Location = new System.Drawing.Point(4, 22); 442 this.tabPage3.Location = new System.Drawing.Point(4, 22);
435 this.tabPage3.Name = "tabPage3"; 443 this.tabPage3.Name = "tabPage3";
436 this.tabPage3.Size = new System.Drawing.Size(530, 337); 444 this.tabPage3.Size = new System.Drawing.Size(530, 337);
437 this.tabPage3.TabIndex = 2; 445 this.tabPage3.TabIndex = 2;
438 this.tabPage3.Text = "Chat"; 446 this.tabPage3.Text = "Chat";