Horizon – Diff between revs 1 and 8

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