namespace SHNDecrypt
{
partial class helpAbout
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(helpAbout));
this.label2 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txtUsername = new System.Windows.Forms.TextBox();
this.txtSerial = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.textBox3 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(9, 14);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(62, 13);
this.label2.TabIndex = 3;
this.label2.Text = "Created By:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 41);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 13);
this.label4.TabIndex = 4;
this.label4.Text = "Modified By:";
//
// txtUsername
//
this.txtUsername.Location = new System.Drawing.Point(80, 12);
this.txtUsername.Name = "txtUsername";
this.txtUsername.ReadOnly = true;
this.txtUsername.Size = new System.Drawing.Size(222, 20);
this.txtUsername.TabIndex = 5;
this.txtUsername.TabStop = false;
this.txtUsername.Text = "Csharp";
//
// txtSerial
//
this.txtSerial.Location = new System.Drawing.Point(80, 38);
this.txtSerial.Name = "txtSerial";
this.txtSerial.ReadOnly = true;
this.txtSerial.Size = new System.Drawing.Size(222, 20);
this.txtSerial.TabIndex = 6;
this.txtSerial.TabStop = false;
this.txtSerial.Text = "MrFarbodD";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(12, 116);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(290, 64);
this.textBox1.TabIndex = 9;
this.textBox1.TabStop = false;
this.textBox1.Text = resources.GetString("textBox1.Text");
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(80, 90);
this.textBox2.Name = "textBox2";
this.textBox2.ReadOnly = true;
this.textBox2.Size = new System.Drawing.Size(222, 20);
this.textBox2.TabIndex = 11;
this.textBox2.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(10, 93);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(61, 13);
this.label1.TabIndex = 10;
this.label1.Text = "Registered:";
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(81, 64);
this.textBox3.Name = "textBox3";
this.textBox3.ReadOnly = true;
this.textBox3.Size = new System.Drawing.Size(222, 20);
this.textBox3.TabIndex = 13;
this.textBox3.TabStop = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(26, 67);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(45, 13);
this.label3.TabIndex = 12;
this.label3.Text = "Version:";
//
// helpAbout
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(314, 190);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.txtSerial);
this.Controls.Add(this.txtUsername);
this.Controls.Add(this.label4);
this.Controls.Add(this.label2);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "helpAbout";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "About";
this.Load += new System.EventHandler(this.About_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtUsername;
private System.Windows.Forms.TextBox txtSerial;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Label label3;
}
}