HamBook – Diff between revs 1 and 58

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 58
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(426, 179); 69 this.ClientSize = new System.Drawing.Size(434, 188);
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.Shown += new System.EventHandler(this.AboutForm_Shown);
80 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); 81 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
81 this.ResumeLayout(false); 82 this.ResumeLayout(false);
82 this.PerformLayout(); 83 this.PerformLayout();
Line 83... Line 84...
83   84