Winify – Diff between revs 67 and 69

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