namespace CognitoNetSample
{
partial class CodeEntry
{
///
/// 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()
{
this.button1 = new System.Windows.Forms.Button();
this.txtcode = new System.Windows.Forms.TextBox();
this.lblusername = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.lblphone = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(106, 163);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 0;
this.button1.Text = "Validate";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// txtcode
//
this.txtcode.Location = new System.Drawing.Point(106, 123);
this.txtcode.Name = "txtcode";
this.txtcode.PasswordChar = '*';
this.txtcode.Size = new System.Drawing.Size(75, 20);
this.txtcode.TabIndex = 1;
//
// lblusername
//
this.lblusername.AutoSize = true;
this.lblusername.Location = new System.Drawing.Point(173, 43);
this.lblusername.Name = "lblusername";
this.lblusername.Size = new System.Drawing.Size(63, 13);
this.lblusername.TabIndex = 2;
this.lblusername.Text = "lblusername";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(53, 43);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(55, 13);
this.label2.TabIndex = 3;
this.label2.Text = "Username";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(53, 73);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(38, 13);
this.label3.TabIndex = 4;
this.label3.Text = "Phone";
//
// lblphone
//
this.lblphone.AutoSize = true;
this.lblphone.Location = new System.Drawing.Point(176, 73);
this.lblphone.Name = "lblphone";
this.lblphone.Size = new System.Drawing.Size(47, 13);
this.lblphone.TabIndex = 5;
this.lblphone.Text = "lblphone";
//
// CodeEntry
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(284, 261);
this.Controls.Add(this.lblphone);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.lblusername);
this.Controls.Add(this.txtcode);
this.Controls.Add(this.button1);
this.Name = "CodeEntry";
this.Text = "Enter the validation Code";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox txtcode;
private System.Windows.Forms.Label lblusername;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label lblphone;
}
}