RegName
/RegName/AboutForm.Designer.cs |
@@ -67,7 +67,7 @@ |
// |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
this.ClientSize = new System.Drawing.Size(426, 180); |
this.ClientSize = new System.Drawing.Size(434, 191); |
this.Controls.Add(this.VersionTextBox); |
this.Controls.Add(this.textBox1); |
this.Controls.Add(this.pictureBox1); |
@@ -78,6 +78,7 @@ |
this.MinimumSize = new System.Drawing.Size(442, 218); |
this.Name = "AboutForm"; |
this.Text = "RegName: About"; |
this.Load += new System.EventHandler(this.AboutForm_Load); |
this.Shown += new System.EventHandler(this.AboutForm_Shown); |
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); |
this.ResumeLayout(false); |