Spring – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 66... Line 66...
66 // 66 //
67 // AboutForm 67 // AboutForm
68 // 68 //
69 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 69 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
70 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 70 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
71 this.ClientSize = new System.Drawing.Size(426, 179); 71 this.ClientSize = new System.Drawing.Size(436, 193);
72 this.Controls.Add(this.VersionTextBox); 72 this.Controls.Add(this.VersionTextBox);
73 this.Controls.Add(this.textBox1); 73 this.Controls.Add(this.textBox1);
74 this.Controls.Add(this.pictureBox1); 74 this.Controls.Add(this.pictureBox1);
75 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 75 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
76 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 76 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
Line 78... Line 78...
78 this.MaximumSize = new System.Drawing.Size(442, 218); 78 this.MaximumSize = new System.Drawing.Size(442, 218);
79 this.MinimizeBox = false; 79 this.MinimizeBox = false;
80 this.MinimumSize = new System.Drawing.Size(442, 218); 80 this.MinimumSize = new System.Drawing.Size(442, 218);
81 this.Name = "AboutForm"; 81 this.Name = "AboutForm";
82 this.Text = "About"; 82 this.Text = "About";
-   83 this.Load += new System.EventHandler(this.AboutForm_Load);
83 this.Shown += new System.EventHandler(this.AboutForm_Shown); 84 this.Shown += new System.EventHandler(this.AboutForm_Shown);
84 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); 85 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
85 this.ResumeLayout(false); 86 this.ResumeLayout(false);
86 this.PerformLayout(); 87 this.PerformLayout();