WingMan – Diff between revs 6 and 7

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 6 Rev 7
Line 5... Line 5...
5 /// <summary> 5 /// <summary>
6 /// Required designer variable. 6 /// Required designer variable.
7 /// </summary> 7 /// </summary>
8 private System.ComponentModel.IContainer components = null; 8 private System.ComponentModel.IContainer components = null;
Line 9... Line -...
9   -  
10 /// <summary> -  
11 /// Clean up any resources being used. -  
12 /// </summary> -  
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> -  
14 protected override void Dispose(bool disposing) -  
15 { -  
16 if (disposing && (components != null)) -  
17 { -  
18 components.Dispose(); -  
19 } -  
20 base.Dispose(disposing); -  
21 } -  
22   9  
Line 23... Line 10...
23 #region Windows Form Designer generated code 10 #region Windows Form Designer generated code
24   11  
25 /// <summary> 12 /// <summary>
26 /// Required method for Designer support - do not modify 13 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor. 14 /// the contents of this method with the code editor.
28 /// </summary> 15 /// </summary>
-   16 private void InitializeComponent()
29 private void InitializeComponent() 17 {
30 { 18 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WingManForm));
31 this.groupBox1 = new System.Windows.Forms.GroupBox(); 19 this.groupBox1 = new System.Windows.Forms.GroupBox();
32 this.WingBindingsComboBox = new System.Windows.Forms.ComboBox(); 20 this.WingBindingsComboBox = new System.Windows.Forms.ComboBox();
33 this.button2 = new System.Windows.Forms.Button(); 21 this.button2 = new System.Windows.Forms.Button();
Line 429... Line 417...
429 this.tabPage3.UseVisualStyleBackColor = true; 417 this.tabPage3.UseVisualStyleBackColor = true;
430 // 418 //
431 // pictureBox1 419 // pictureBox1
432 // 420 //
433 this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill; 421 this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
-   422 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
434 this.pictureBox1.Location = new System.Drawing.Point(3, 3); 423 this.pictureBox1.Location = new System.Drawing.Point(3, 3);
435 this.pictureBox1.Name = "pictureBox1"; 424 this.pictureBox1.Name = "pictureBox1";
436 this.pictureBox1.Size = new System.Drawing.Size(538, 83); 425 this.pictureBox1.Size = new System.Drawing.Size(538, 83);
437 this.pictureBox1.TabIndex = 6; 426 this.pictureBox1.TabIndex = 6;
438 this.pictureBox1.TabStop = false; 427 this.pictureBox1.TabStop = false;
Line 458... Line 447...
458 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 447 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
459 this.ClientSize = new System.Drawing.Size(544, 450); 448 this.ClientSize = new System.Drawing.Size(544, 450);
460 this.Controls.Add(this.statusStrip); 449 this.Controls.Add(this.statusStrip);
461 this.Controls.Add(this.tableLayoutPanel1); 450 this.Controls.Add(this.tableLayoutPanel1);
462 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 451 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
-   452 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
463 this.MaximizeBox = false; 453 this.MaximizeBox = false;
464 this.MaximumSize = new System.Drawing.Size(560, 488); 454 this.MaximumSize = new System.Drawing.Size(560, 488);
465 this.MinimizeBox = false; 455 this.MinimizeBox = false;
466 this.MinimumSize = new System.Drawing.Size(560, 488); 456 this.MinimumSize = new System.Drawing.Size(560, 488);
467 this.Name = "WingManForm"; 457 this.Name = "WingManForm";