namespace IndianHealthService.BMXNet.WinForm.Forms
{
partial class VerifyCodeUpdateDialog
{
///
/// 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.RepeatVerifyCodeEntry = new System.Windows.Forms.TextBox();
this.NewVerifyCodeEntry = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.okButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.lblDescriptionResourceGroup = new System.Windows.Forms.Label();
this.grpDescriptionResourceGroup = new System.Windows.Forms.GroupBox();
this.currentVerifyCodeEntry = new System.Windows.Forms.TextBox();
this.grpDescriptionResourceGroup.SuspendLayout();
this.SuspendLayout();
//
// RepeatVerifyCodeEntry
//
this.RepeatVerifyCodeEntry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.RepeatVerifyCodeEntry.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.RepeatVerifyCodeEntry.Location = new System.Drawing.Point(155, 76);
this.RepeatVerifyCodeEntry.Name = "RepeatVerifyCodeEntry";
this.RepeatVerifyCodeEntry.PasswordChar = '*';
this.RepeatVerifyCodeEntry.Size = new System.Drawing.Size(186, 22);
this.RepeatVerifyCodeEntry.TabIndex = 2;
//
// NewVerifyCodeEntry
//
this.NewVerifyCodeEntry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.NewVerifyCodeEntry.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.NewVerifyCodeEntry.Location = new System.Drawing.Point(155, 43);
this.NewVerifyCodeEntry.Name = "NewVerifyCodeEntry";
this.NewVerifyCodeEntry.PasswordChar = '*';
this.NewVerifyCodeEntry.Size = new System.Drawing.Size(186, 22);
this.NewVerifyCodeEntry.TabIndex = 1;
//
// label2
//
this.label2.Location = new System.Drawing.Point(12, 82);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(148, 16);
this.label2.TabIndex = 19;
this.label2.Text = "Re-enter New Verify Code:";
//
// label1
//
this.label1.Location = new System.Drawing.Point(12, 49);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(104, 16);
this.label1.TabIndex = 18;
this.label1.Text = "New Verify Code:";
//
// label4
//
this.label4.Location = new System.Drawing.Point(12, 17);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(137, 16);
this.label4.TabIndex = 21;
this.label4.Text = "Current Verify Code:";
//
// okButton
//
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Location = new System.Drawing.Point(190, 120);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(67, 23);
this.okButton.TabIndex = 3;
this.okButton.Text = "&Submit";
this.okButton.UseVisualStyleBackColor = true;
this.okButton.Click += new System.EventHandler(this.okButton_Click);
//
// cancelButton
//
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Location = new System.Drawing.Point(271, 120);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(67, 23);
this.cancelButton.TabIndex = 4;
this.cancelButton.Text = "&Cancel";
this.cancelButton.UseVisualStyleBackColor = true;
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
//
// lblDescriptionResourceGroup
//
this.lblDescriptionResourceGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblDescriptionResourceGroup.Location = new System.Drawing.Point(1, 16);
this.lblDescriptionResourceGroup.Name = "lblDescriptionResourceGroup";
this.lblDescriptionResourceGroup.Size = new System.Drawing.Size(328, 38);
this.lblDescriptionResourceGroup.TabIndex = 0;
this.lblDescriptionResourceGroup.Text = "Use this panel to update the Verify code that you use to log in to the RPMS serve" +
"r. ";
//
// grpDescriptionResourceGroup
//
this.grpDescriptionResourceGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.grpDescriptionResourceGroup.Controls.Add(this.lblDescriptionResourceGroup);
this.grpDescriptionResourceGroup.Location = new System.Drawing.Point(15, 149);
this.grpDescriptionResourceGroup.Name = "grpDescriptionResourceGroup";
this.grpDescriptionResourceGroup.Size = new System.Drawing.Size(334, 57);
this.grpDescriptionResourceGroup.TabIndex = 14;
this.grpDescriptionResourceGroup.TabStop = false;
this.grpDescriptionResourceGroup.Text = "Description";
//
// currentVerifyCodeEntry
//
this.currentVerifyCodeEntry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.currentVerifyCodeEntry.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.currentVerifyCodeEntry.Location = new System.Drawing.Point(155, 11);
this.currentVerifyCodeEntry.Name = "currentVerifyCodeEntry";
this.currentVerifyCodeEntry.PasswordChar = '*';
this.currentVerifyCodeEntry.Size = new System.Drawing.Size(186, 22);
this.currentVerifyCodeEntry.TabIndex = 0;
//
// VerifyCodeUpdateDialog
//
this.AcceptButton = this.okButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cancelButton;
this.ClientSize = new System.Drawing.Size(364, 224);
this.ControlBox = false;
this.Controls.Add(this.currentVerifyCodeEntry);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.okButton);
this.Controls.Add(this.label4);
this.Controls.Add(this.grpDescriptionResourceGroup);
this.Controls.Add(this.RepeatVerifyCodeEntry);
this.Controls.Add(this.NewVerifyCodeEntry);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximumSize = new System.Drawing.Size(370, 250);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(370, 250);
this.Name = "VerifyCodeUpdateDialog";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Change Verify Code";
this.Load += new System.EventHandler(this.VerifyCodeUpdateDialog_Load);
this.grpDescriptionResourceGroup.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox RepeatVerifyCodeEntry;
private System.Windows.Forms.TextBox NewVerifyCodeEntry;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button okButton;
private System.Windows.Forms.Button cancelButton;
private System.Windows.Forms.Label lblDescriptionResourceGroup;
private System.Windows.Forms.GroupBox grpDescriptionResourceGroup;
private System.Windows.Forms.TextBox currentVerifyCodeEntry;
}
}