Winify

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ HEAD  →  ?path2? @ 1
/trunk/Winify/AboutForm.Designer.cs
@@ -1,7 +1,4 @@

using System.ComponentModel;
using System.Windows.Forms;
 
namespace Winify
{
partial class AboutForm
@@ -9,8 +6,21 @@
/// <summary>
/// Required designer variable.
/// </summary>
private IContainer components = null;
private System.ComponentModel.IContainer components = null;
 
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
 
#region Windows Form Designer generated code
 
/// <summary>
@@ -70,7 +80,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(434, 191);
this.ClientSize = new System.Drawing.Size(426, 180);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.VersionTextBox);
this.Controls.Add(this.pictureBox1);
@@ -80,9 +90,7 @@
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(442, 218);
this.Name = "AboutForm";
this.Text = "Winify: About";
this.Load += new System.EventHandler(this.AboutForm_Load);
this.Shown += new System.EventHandler(this.AboutForm_Shown);
this.Text = "About";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -91,8 +99,8 @@
 
#endregion
 
private TextBox textBox1;
private TextBox VersionTextBox;
private PictureBox pictureBox1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox VersionTextBox;
private System.Windows.Forms.PictureBox pictureBox1;
}
}