Files
DP44/DataPRO/Users/ChallengeDialog.designer.cs
2026-04-17 14:55:32 -04:00

143 lines
7.3 KiB
C#

namespace DTS.Slice.Users
{
partial class ChallengeDialog
{
/// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.tbPassword = new System.Windows.Forms.TextBox();
this.lblLoginFailedMessage = new System.Windows.Forms.Label();
this.btnCancel = new System.Windows.Forms.Button();
this.btnContinue = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.tbPassword, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.lblLoginFailedMessage, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.btnCancel, 1, 3);
this.tableLayoutPanel1.Controls.Add(this.btnContinue, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(10);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 4;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.64378F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.Size = new System.Drawing.Size(632, 120);
this.tableLayoutPanel1.TabIndex = 0;
//
// tbPassword
//
this.tbPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel1.SetColumnSpan(this.tbPassword, 2);
this.tbPassword.Location = new System.Drawing.Point(3, 66);
this.tbPassword.Name = "tbPassword";
this.tbPassword.PasswordChar = '*';
this.tbPassword.Size = new System.Drawing.Size(626, 22);
this.tbPassword.TabIndex = 1;
this.tbPassword.UseSystemPasswordChar = true;
//
// lblLoginFailedMessage
//
this.lblLoginFailedMessage.AutoSize = true;
this.tableLayoutPanel1.SetColumnSpan(this.lblLoginFailedMessage, 2);
this.lblLoginFailedMessage.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblLoginFailedMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblLoginFailedMessage.ForeColor = System.Drawing.Color.DarkRed;
this.lblLoginFailedMessage.Location = new System.Drawing.Point(3, 45);
this.lblLoginFailedMessage.Name = "lblLoginFailedMessage";
this.lblLoginFailedMessage.Size = new System.Drawing.Size(626, 18);
this.lblLoginFailedMessage.TabIndex = 2;
this.lblLoginFailedMessage.Text = "Login failed";
this.lblLoginFailedMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(319, 94);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 4;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
//
// btnContinue
//
this.btnContinue.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.btnContinue.Location = new System.Drawing.Point(238, 94);
this.btnContinue.Name = "btnContinue";
this.btnContinue.Size = new System.Drawing.Size(75, 23);
this.btnContinue.TabIndex = 5;
this.btnContinue.Text = "Continue";
this.btnContinue.UseVisualStyleBackColor = true;
//
// label2
//
this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label2.AutoSize = true;
this.tableLayoutPanel1.SetColumnSpan(this.label2, 2);
this.label2.Location = new System.Drawing.Point(18, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(595, 34);
this.label2.TabIndex = 6;
this.label2.Text = "Admin access needed to update Master User db. Please enter the Adminsitrator pas" +
"sword to continue or press cancel to skip updating the master.";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// ChallengeDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(632, 120);
this.Controls.Add(this.tableLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.Name = "ChallengeDialog";
this.Text = "Admin Access Needed";
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.TextBox tbPassword;
private System.Windows.Forms.Label lblLoginFailedMessage;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnContinue;
private System.Windows.Forms.Label label2;
}
}