qtc-net-client/qtc-net-client-2/Forms/Register.Designer.cs
2025-06-19 23:24:39 -07:00

241 lines
9.2 KiB
C#

namespace qtc_net_client_2.Forms
{
partial class Register
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Register));
pbLoginBanner = new PictureBox();
lblEmail = new Label();
tbEmail = new TextBox();
lblPassword = new Label();
tbPassword = new TextBox();
lblConPassword = new Label();
tbConPassword = new TextBox();
lblConEmail = new Label();
tbConEmail = new TextBox();
dtpDateOfBirth = new DateTimePicker();
lblDateOfBirth = new Label();
btnRegister = new Button();
cbAgreement = new CheckBox();
lblUsername = new Label();
tbUsername = new TextBox();
((System.ComponentModel.ISupportInitialize)pbLoginBanner).BeginInit();
SuspendLayout();
//
// pbLoginBanner
//
pbLoginBanner.Image = Properties.Resources.LoginBanner;
pbLoginBanner.Location = new Point(-2, -1);
pbLoginBanner.Name = "pbLoginBanner";
pbLoginBanner.Size = new Size(543, 99);
pbLoginBanner.SizeMode = PictureBoxSizeMode.StretchImage;
pbLoginBanner.TabIndex = 1;
pbLoginBanner.TabStop = false;
//
// lblEmail
//
lblEmail.AutoSize = true;
lblEmail.Font = new Font("Segoe UI Light", 9F);
lblEmail.ForeColor = SystemColors.ControlLight;
lblEmail.Location = new Point(29, 143);
lblEmail.Name = "lblEmail";
lblEmail.Size = new Size(33, 15);
lblEmail.TabIndex = 4;
lblEmail.Text = "Email";
//
// tbEmail
//
tbEmail.Location = new Point(68, 140);
tbEmail.Name = "tbEmail";
tbEmail.Size = new Size(461, 23);
tbEmail.TabIndex = 3;
//
// lblPassword
//
lblPassword.AutoSize = true;
lblPassword.Font = new Font("Segoe UI Light", 9F);
lblPassword.ForeColor = SystemColors.ControlLight;
lblPassword.Location = new Point(7, 172);
lblPassword.Name = "lblPassword";
lblPassword.Size = new Size(55, 15);
lblPassword.TabIndex = 6;
lblPassword.Text = "Password";
//
// tbPassword
//
tbPassword.Location = new Point(68, 169);
tbPassword.Name = "tbPassword";
tbPassword.PasswordChar = '*';
tbPassword.Size = new Size(461, 23);
tbPassword.TabIndex = 5;
//
// lblConPassword
//
lblConPassword.AutoSize = true;
lblConPassword.Font = new Font("Segoe UI Light", 6F);
lblConPassword.ForeColor = SystemColors.ControlLight;
lblConPassword.Location = new Point(2, 232);
lblConPassword.Name = "lblConPassword";
lblConPassword.Size = new Size(64, 11);
lblConPassword.TabIndex = 10;
lblConPassword.Text = "Confirm Password";
//
// tbConPassword
//
tbConPassword.Location = new Point(68, 227);
tbConPassword.Name = "tbConPassword";
tbConPassword.PasswordChar = '*';
tbConPassword.Size = new Size(461, 23);
tbConPassword.TabIndex = 9;
//
// lblConEmail
//
lblConEmail.AutoSize = true;
lblConEmail.Font = new Font("Segoe UI Light", 7F);
lblConEmail.ForeColor = SystemColors.ControlLight;
lblConEmail.Location = new Point(2, 203);
lblConEmail.Name = "lblConEmail";
lblConEmail.Size = new Size(63, 12);
lblConEmail.TabIndex = 8;
lblConEmail.Text = "Confirm Email";
//
// tbConEmail
//
tbConEmail.Location = new Point(68, 198);
tbConEmail.Name = "tbConEmail";
tbConEmail.Size = new Size(461, 23);
tbConEmail.TabIndex = 7;
//
// dtpDateOfBirth
//
dtpDateOfBirth.Location = new Point(68, 256);
dtpDateOfBirth.Name = "dtpDateOfBirth";
dtpDateOfBirth.Size = new Size(461, 23);
dtpDateOfBirth.TabIndex = 11;
//
// lblDateOfBirth
//
lblDateOfBirth.AutoSize = true;
lblDateOfBirth.Font = new Font("Segoe UI Light", 8F);
lblDateOfBirth.ForeColor = SystemColors.ControlLight;
lblDateOfBirth.Location = new Point(0, 260);
lblDateOfBirth.Name = "lblDateOfBirth";
lblDateOfBirth.Size = new Size(66, 13);
lblDateOfBirth.TabIndex = 12;
lblDateOfBirth.Text = "Date Of Birth";
//
// btnRegister
//
btnRegister.Location = new Point(68, 285);
btnRegister.Name = "btnRegister";
btnRegister.Size = new Size(75, 23);
btnRegister.TabIndex = 13;
btnRegister.Text = "Register";
btnRegister.UseVisualStyleBackColor = true;
btnRegister.Click += btnRegister_Click;
//
// cbAgreement
//
cbAgreement.AutoSize = true;
cbAgreement.Font = new Font("Segoe UI Light", 9F);
cbAgreement.ForeColor = SystemColors.ControlLight;
cbAgreement.Location = new Point(149, 288);
cbAgreement.Name = "cbAgreement";
cbAgreement.Size = new Size(356, 19);
cbAgreement.TabIndex = 14;
cbAgreement.Text = "By Registering, I Agree To Any Rules Or Terms This Server Imposes";
cbAgreement.UseVisualStyleBackColor = true;
//
// lblUsername
//
lblUsername.AutoSize = true;
lblUsername.Font = new Font("Segoe UI Light", 9F);
lblUsername.ForeColor = SystemColors.ControlLight;
lblUsername.Location = new Point(8, 114);
lblUsername.Name = "lblUsername";
lblUsername.Size = new Size(58, 15);
lblUsername.TabIndex = 16;
lblUsername.Text = "Username";
//
// tbUsername
//
tbUsername.Location = new Point(68, 111);
tbUsername.Name = "tbUsername";
tbUsername.Size = new Size(461, 23);
tbUsername.TabIndex = 15;
//
// frmRegister
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = Color.DodgerBlue;
ClientSize = new Size(537, 319);
Controls.Add(lblUsername);
Controls.Add(tbUsername);
Controls.Add(cbAgreement);
Controls.Add(btnRegister);
Controls.Add(lblDateOfBirth);
Controls.Add(dtpDateOfBirth);
Controls.Add(lblConPassword);
Controls.Add(tbConPassword);
Controls.Add(lblConEmail);
Controls.Add(tbConEmail);
Controls.Add(lblPassword);
Controls.Add(tbPassword);
Controls.Add(lblEmail);
Controls.Add(tbEmail);
Controls.Add(pbLoginBanner);
FormBorderStyle = FormBorderStyle.FixedDialog;
Icon = (Icon)resources.GetObject("$this.Icon");
Name = "frmRegister";
StartPosition = FormStartPosition.CenterParent;
Text = "QtC.NET Client - Register";
((System.ComponentModel.ISupportInitialize)pbLoginBanner).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private PictureBox pbLoginBanner;
private Label lblEmail;
private TextBox tbEmail;
private Label lblPassword;
private TextBox tbPassword;
private Label lblConPassword;
private TextBox tbConPassword;
private Label lblConEmail;
private TextBox tbConEmail;
private DateTimePicker dtpDateOfBirth;
private Label lblDateOfBirth;
private Button btnRegister;
private CheckBox cbAgreement;
private Label lblUsername;
private TextBox tbUsername;
}
}