Files
MicronSync/MicronSync/Components/Forms/NewRegKeyUI.Designer.cs

196 lines
9.2 KiB
C#

namespace MicronSync.Components
{
partial class NewRegKeyUI
{
/// <summary>
/// Required designer variable.
/// </summary>
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>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.textKey1 = new System.Windows.Forms.TextBox();
this.btnAccept = new System.Windows.Forms.Button();
this.textKey2 = new System.Windows.Forms.TextBox();
this.textKey3 = new System.Windows.Forms.TextBox();
this.textKey4 = new System.Windows.Forms.TextBox();
this.labelDash1 = new System.Windows.Forms.Label();
this.labelDash2 = new System.Windows.Forms.Label();
this.labelDash3 = new System.Windows.Forms.Label();
this.btnClipboard = new System.Windows.Forms.Button();
this.btnClear = new System.Windows.Forms.Button();
this.labelEnterKey = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// textKey1
//
this.textKey1.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textKey1.Location = new System.Drawing.Point(16, 51);
this.textKey1.MaxLength = 5;
this.textKey1.Name = "textKey1";
this.textKey1.Size = new System.Drawing.Size(48, 20);
this.textKey1.TabIndex = 0;
this.textKey1.TextChanged += new System.EventHandler(this.textKey1_TextChanged);
this.textKey1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textKey1_KeyPress);
//
// btnAccept
//
this.btnAccept.Location = new System.Drawing.Point(297, 50);
this.btnAccept.Name = "btnAccept";
this.btnAccept.Size = new System.Drawing.Size(75, 23);
this.btnAccept.TabIndex = 4;
this.btnAccept.Text = "Accept";
this.btnAccept.UseVisualStyleBackColor = true;
this.btnAccept.Click += new System.EventHandler(this.btnAccept_Click);
//
// textKey2
//
this.textKey2.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textKey2.Location = new System.Drawing.Point(87, 51);
this.textKey2.MaxLength = 5;
this.textKey2.Name = "textKey2";
this.textKey2.Size = new System.Drawing.Size(48, 20);
this.textKey2.TabIndex = 1;
this.textKey2.TextChanged += new System.EventHandler(this.textKey2_TextChanged);
this.textKey2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textKey2_KeyPress);
//
// textKey3
//
this.textKey3.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textKey3.Location = new System.Drawing.Point(158, 51);
this.textKey3.MaxLength = 5;
this.textKey3.Name = "textKey3";
this.textKey3.Size = new System.Drawing.Size(48, 20);
this.textKey3.TabIndex = 2;
this.textKey3.TextChanged += new System.EventHandler(this.textKey3_TextChanged);
this.textKey3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textKey3_KeyPress);
//
// textKey4
//
this.textKey4.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textKey4.Location = new System.Drawing.Point(230, 51);
this.textKey4.MaxLength = 5;
this.textKey4.Name = "textKey4";
this.textKey4.Size = new System.Drawing.Size(48, 20);
this.textKey4.TabIndex = 3;
this.textKey4.TextChanged += new System.EventHandler(this.textKey4_TextChanged);
this.textKey4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textKey4_KeyPress);
//
// labelDash1
//
this.labelDash1.AutoSize = true;
this.labelDash1.Location = new System.Drawing.Point(71, 54);
this.labelDash1.Name = "labelDash1";
this.labelDash1.Size = new System.Drawing.Size(10, 13);
this.labelDash1.TabIndex = 6;
this.labelDash1.Text = "-";
//
// labelDash2
//
this.labelDash2.AutoSize = true;
this.labelDash2.Location = new System.Drawing.Point(142, 55);
this.labelDash2.Name = "labelDash2";
this.labelDash2.Size = new System.Drawing.Size(10, 13);
this.labelDash2.TabIndex = 7;
this.labelDash2.Text = "-";
//
// labelDash3
//
this.labelDash3.AutoSize = true;
this.labelDash3.Location = new System.Drawing.Point(214, 55);
this.labelDash3.Name = "labelDash3";
this.labelDash3.Size = new System.Drawing.Size(10, 13);
this.labelDash3.TabIndex = 8;
this.labelDash3.Text = "-";
//
// btnClipboard
//
this.btnClipboard.Location = new System.Drawing.Point(16, 86);
this.btnClipboard.Name = "btnClipboard";
this.btnClipboard.Size = new System.Drawing.Size(119, 23);
this.btnClipboard.TabIndex = 5;
this.btnClipboard.Text = "Paste from clipboard";
this.btnClipboard.UseVisualStyleBackColor = true;
this.btnClipboard.Click += new System.EventHandler(this.btnClipboard_Click);
//
// btnClear
//
this.btnClear.Location = new System.Drawing.Point(297, 86);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(75, 23);
this.btnClear.TabIndex = 6;
this.btnClear.Text = "Clear";
this.btnClear.UseVisualStyleBackColor = true;
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
//
// labelEnterKey
//
this.labelEnterKey.AutoSize = true;
this.labelEnterKey.Location = new System.Drawing.Point(13, 13);
this.labelEnterKey.Name = "labelEnterKey";
this.labelEnterKey.Size = new System.Drawing.Size(143, 13);
this.labelEnterKey.TabIndex = 9;
this.labelEnterKey.Text = "Please enter your key below:";
//
// NewRegKeyUI
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(384, 121);
this.Controls.Add(this.labelEnterKey);
this.Controls.Add(this.btnClear);
this.Controls.Add(this.btnClipboard);
this.Controls.Add(this.labelDash3);
this.Controls.Add(this.labelDash2);
this.Controls.Add(this.labelDash1);
this.Controls.Add(this.textKey4);
this.Controls.Add(this.textKey3);
this.Controls.Add(this.textKey2);
this.Controls.Add(this.btnAccept);
this.Controls.Add(this.textKey1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "NewRegKeyUI";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "MicronSync - Enter key";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.NewRegKeyUI_FormClosing);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textKey1;
private System.Windows.Forms.Button btnAccept;
private System.Windows.Forms.TextBox textKey2;
private System.Windows.Forms.TextBox textKey3;
private System.Windows.Forms.TextBox textKey4;
private System.Windows.Forms.Label labelDash1;
private System.Windows.Forms.Label labelDash2;
private System.Windows.Forms.Label labelDash3;
private System.Windows.Forms.Button btnClipboard;
private System.Windows.Forms.Button btnClear;
private System.Windows.Forms.Label labelEnterKey;
}
}