/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(About));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.pavel = new System.Windows.Forms.LinkLabel();
this.email = new System.Windows.Forms.LinkLabel();
this.SuspendLayout();
//
// label1
//
this.label1.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
this.label1.Location = new System.Drawing.Point(8, 8);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(272, 32);
this.label1.TabIndex = 0;
this.label1.Text = "Command Prompt Explorer Bar";
//
// label2
//
this.label2.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
this.label2.Location = new System.Drawing.Point(8, 40);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(272, 32);
this.label2.TabIndex = 0;
this.label2.Text = "version 1.1";
//
// pavel
//
this.pavel.Font = new System.Drawing.Font("Comic Sans MS", 12F);
this.pavel.Location = new System.Drawing.Point(8, 72);
this.pavel.Name = "pavel";
this.pavel.Size = new System.Drawing.Size(272, 32);
this.pavel.TabIndex = 1;
this.pavel.TabStop = true;
this.pavel.Text = "Pavel Zolnikov";
this.pavel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.pavel_LinkClicked);