HamBook – Diff between revs 58 and 59
?pathlinks?
Rev 58 | Rev 59 | |||
---|---|---|---|---|
Line 64... | Line 64... | |||
64 | // |
64 | // |
|
65 | // AboutForm |
65 | // AboutForm |
|
66 | // |
66 | // |
|
67 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
67 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
|
68 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
68 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
69 | this.ClientSize = new System.Drawing.Size(434, 188); |
69 | this.ClientSize = new System.Drawing.Size(434, 191); |
|
70 | this.Controls.Add(this.textBox1); |
70 | this.Controls.Add(this.textBox1); |
|
71 | this.Controls.Add(this.VersionTextBox); |
71 | this.Controls.Add(this.VersionTextBox); |
|
72 | this.Controls.Add(this.pictureBox1); |
72 | this.Controls.Add(this.pictureBox1); |
|
73 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
73 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
|
74 | this.MaximizeBox = false; |
74 | this.MaximizeBox = false; |
|
75 | this.MaximumSize = new System.Drawing.Size(442, 218); |
75 | this.MaximumSize = new System.Drawing.Size(442, 218); |
|
76 | this.MinimizeBox = false; |
76 | this.MinimizeBox = false; |
|
77 | this.MinimumSize = new System.Drawing.Size(442, 218); |
77 | this.MinimumSize = new System.Drawing.Size(442, 218); |
|
78 | this.Name = "AboutForm"; |
78 | this.Name = "AboutForm"; |
|
79 | this.Text = "HamBook: About"; |
79 | this.Text = "HamBook: About"; |
|
- | 80 | this.Load += new System.EventHandler(this.AboutForm_Load); |
||
80 | this.Shown += new System.EventHandler(this.AboutForm_Shown); |
81 | this.Shown += new System.EventHandler(this.AboutForm_Shown); |
|
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(); |