Add project files.

This commit is contained in:
Junior 2023-05-12 17:19:21 -03:00
commit 5d3b4542bf
120 changed files with 36258 additions and 0 deletions

668
RHLauncher.ChangePwd/ChangePwd.Designer.cs generated Normal file
View file

@ -0,0 +1,668 @@
namespace RHLauncher
{
partial class ChangePwd
{
/// <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()
{
components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChangePwd));
CloseButton = new Button();
imageListCloseBtn = new ImageList(components);
MinimizeButton = new Button();
imageListMinBtn = new ImageList(components);
CodeLabel = new Label();
imageListOKBtn = new ImageList(components);
ContinueButtonS1 = new Button();
imageListContinueBtn = new ImageList(components);
PasswordLabel = new Label();
RepeatPasswordLabel = new Label();
SendEmailButton = new Button();
imageListSendEmailBtn = new ImageList(components);
CodeTextBox = new TextBox();
Stage1Panel = new Panel();
EmailPictureBox = new PictureBox();
TimerLabel = new Label();
CodePictureBox = new PictureBox();
CodeDescLabel = new Label();
EmailDescLabel = new Label();
EmailTextBox = new TextBox();
DescLabelS1 = new Label();
SubTitleLabelS1 = new Label();
TitleLabelS1 = new Label();
Stage2Panel = new Panel();
PwdStrengthLabel = new Label();
PwdConfirmPictureBox = new PictureBox();
PwdPictureBox = new PictureBox();
PwdConfirmDescLabel = new Label();
PwdDescLabel = new Label();
EmailLabelS2 = new Label();
ReturnLabelS2 = new Label();
OkButtonS2 = new Button();
PasswordTextBox = new TextBox();
RepeatPasswordTextBox = new TextBox();
SubTitleLabelS2 = new Label();
TitleLabelS2 = new Label();
imageListTips = new ImageList(components);
Stage1Panel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)EmailPictureBox).BeginInit();
((System.ComponentModel.ISupportInitialize)CodePictureBox).BeginInit();
Stage2Panel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)PwdConfirmPictureBox).BeginInit();
((System.ComponentModel.ISupportInitialize)PwdPictureBox).BeginInit();
SuspendLayout();
//
// CloseButton
//
CloseButton.BackColor = Color.Transparent;
CloseButton.FlatAppearance.BorderColor = Color.Black;
CloseButton.FlatAppearance.BorderSize = 0;
CloseButton.FlatAppearance.MouseDownBackColor = Color.Transparent;
CloseButton.FlatAppearance.MouseOverBackColor = Color.Transparent;
CloseButton.FlatStyle = FlatStyle.Flat;
CloseButton.ForeColor = Color.Transparent;
CloseButton.ImageIndex = 0;
CloseButton.ImageList = imageListCloseBtn;
CloseButton.Location = new Point(756, 12);
CloseButton.Name = "CloseButton";
CloseButton.Size = new Size(32, 29);
CloseButton.TabIndex = 9;
CloseButton.UseVisualStyleBackColor = false;
CloseButton.Click += CloseButton_Click;
CloseButton.MouseDown += CloseButton_OnMouseDown;
CloseButton.MouseLeave += CloseButton_MouseLeave;
CloseButton.MouseHover += CloseButton_MouseHover;
//
// imageListCloseBtn
//
imageListCloseBtn.ColorDepth = ColorDepth.Depth32Bit;
imageListCloseBtn.ImageStream = (ImageListStreamer)resources.GetObject("imageListCloseBtn.ImageStream");
imageListCloseBtn.TransparentColor = Color.Transparent;
imageListCloseBtn.Images.SetKeyName(0, "button_close_normal.png");
imageListCloseBtn.Images.SetKeyName(1, "button_close_active.png");
imageListCloseBtn.Images.SetKeyName(2, "button_close_down.png");
//
// MinimizeButton
//
MinimizeButton.BackColor = Color.Transparent;
MinimizeButton.FlatAppearance.BorderColor = Color.Black;
MinimizeButton.FlatAppearance.BorderSize = 0;
MinimizeButton.FlatAppearance.MouseDownBackColor = Color.Transparent;
MinimizeButton.FlatAppearance.MouseOverBackColor = Color.Transparent;
MinimizeButton.FlatStyle = FlatStyle.Flat;
MinimizeButton.ForeColor = Color.Transparent;
MinimizeButton.ImageIndex = 0;
MinimizeButton.ImageList = imageListMinBtn;
MinimizeButton.Location = new Point(681, 7);
MinimizeButton.Name = "MinimizeButton";
MinimizeButton.Size = new Size(25, 26);
MinimizeButton.TabIndex = 8;
MinimizeButton.UseVisualStyleBackColor = false;
MinimizeButton.Click += MinimizeButton_Click;
MinimizeButton.MouseDown += MinimizeButton_OnMouseDown;
MinimizeButton.MouseLeave += MinimizeButton_MouseLeave;
MinimizeButton.MouseHover += MinimizeButton_MouseHover;
//
// imageListMinBtn
//
imageListMinBtn.ColorDepth = ColorDepth.Depth32Bit;
imageListMinBtn.ImageStream = (ImageListStreamer)resources.GetObject("imageListMinBtn.ImageStream");
imageListMinBtn.TransparentColor = Color.Transparent;
imageListMinBtn.Images.SetKeyName(0, "button_minimize_normal.png");
imageListMinBtn.Images.SetKeyName(1, "button_minimize_active.png");
imageListMinBtn.Images.SetKeyName(2, "button_minimize_down.png");
//
// CodeLabel
//
CodeLabel.Anchor = AnchorStyles.Top;
CodeLabel.AutoEllipsis = true;
CodeLabel.AutoSize = true;
CodeLabel.BackColor = Color.Transparent;
CodeLabel.Font = new Font("Microsoft Sans Serif", 10F, FontStyle.Bold, GraphicsUnit.Point);
CodeLabel.ForeColor = Color.White;
CodeLabel.ImeMode = ImeMode.NoControl;
CodeLabel.Location = new Point(85, 172);
CodeLabel.Name = "CodeLabel";
CodeLabel.Size = new Size(132, 17);
CodeLabel.TabIndex = 15;
CodeLabel.Text = "Verification Code";
CodeLabel.TextAlign = ContentAlignment.TopCenter;
//
// imageListOKBtn
//
imageListOKBtn.ColorDepth = ColorDepth.Depth32Bit;
imageListOKBtn.ImageStream = (ImageListStreamer)resources.GetObject("imageListOKBtn.ImageStream");
imageListOKBtn.TransparentColor = Color.Transparent;
imageListOKBtn.Images.SetKeyName(0, "messagewnd.button.ok.normal.png");
imageListOKBtn.Images.SetKeyName(1, "messagewnd.button.ok.active.png");
imageListOKBtn.Images.SetKeyName(2, "messagewnd.button.ok.down.png");
//
// ContinueButtonS1
//
ContinueButtonS1.BackColor = Color.Transparent;
ContinueButtonS1.FlatAppearance.BorderSize = 0;
ContinueButtonS1.FlatAppearance.MouseDownBackColor = Color.Transparent;
ContinueButtonS1.FlatAppearance.MouseOverBackColor = Color.Transparent;
ContinueButtonS1.FlatStyle = FlatStyle.Flat;
ContinueButtonS1.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
ContinueButtonS1.ImageIndex = 0;
ContinueButtonS1.ImageList = imageListContinueBtn;
ContinueButtonS1.ImeMode = ImeMode.NoControl;
ContinueButtonS1.Location = new Point(85, 242);
ContinueButtonS1.Name = "ContinueButtonS1";
ContinueButtonS1.Size = new Size(110, 44);
ContinueButtonS1.TabIndex = 16;
ContinueButtonS1.UseVisualStyleBackColor = false;
ContinueButtonS1.Click += ContinueButtonS1_Click;
ContinueButtonS1.MouseDown += ContinueButtonS1_OnMouseDown;
ContinueButtonS1.MouseLeave += ContinueButtonS1_MouseLeave;
ContinueButtonS1.MouseHover += ContinueButtonS1_MouseHover;
//
// imageListContinueBtn
//
imageListContinueBtn.ColorDepth = ColorDepth.Depth32Bit;
imageListContinueBtn.ImageStream = (ImageListStreamer)resources.GetObject("imageListContinueBtn.ImageStream");
imageListContinueBtn.TransparentColor = Color.Transparent;
imageListContinueBtn.Images.SetKeyName(0, "Registerwnd.button.continue.normal.png");
imageListContinueBtn.Images.SetKeyName(1, "Registerwnd.button.continue.active.png");
imageListContinueBtn.Images.SetKeyName(2, "Registerwnd.button.continue.down.png");
//
// PasswordLabel
//
PasswordLabel.Anchor = AnchorStyles.Top;
PasswordLabel.AutoEllipsis = true;
PasswordLabel.AutoSize = true;
PasswordLabel.BackColor = Color.Transparent;
PasswordLabel.Font = new Font("Segoe UI", 10F, FontStyle.Bold, GraphicsUnit.Point);
PasswordLabel.ForeColor = Color.White;
PasswordLabel.ImeMode = ImeMode.NoControl;
PasswordLabel.Location = new Point(98, 179);
PasswordLabel.Name = "PasswordLabel";
PasswordLabel.Size = new Size(167, 19);
PasswordLabel.TabIndex = 19;
PasswordLabel.Text = "Enter the new password";
PasswordLabel.TextAlign = ContentAlignment.TopCenter;
//
// RepeatPasswordLabel
//
RepeatPasswordLabel.Anchor = AnchorStyles.Top;
RepeatPasswordLabel.AutoEllipsis = true;
RepeatPasswordLabel.AutoSize = true;
RepeatPasswordLabel.BackColor = Color.Transparent;
RepeatPasswordLabel.Font = new Font("Segoe UI", 10F, FontStyle.Bold, GraphicsUnit.Point);
RepeatPasswordLabel.ForeColor = Color.White;
RepeatPasswordLabel.ImeMode = ImeMode.NoControl;
RepeatPasswordLabel.Location = new Point(95, 255);
RepeatPasswordLabel.Name = "RepeatPasswordLabel";
RepeatPasswordLabel.Size = new Size(191, 19);
RepeatPasswordLabel.TabIndex = 20;
RepeatPasswordLabel.Text = "Re-enter the new password";
RepeatPasswordLabel.TextAlign = ContentAlignment.TopCenter;
//
// SendEmailButton
//
SendEmailButton.BackColor = Color.Transparent;
SendEmailButton.FlatAppearance.BorderSize = 0;
SendEmailButton.FlatAppearance.MouseDownBackColor = Color.Transparent;
SendEmailButton.FlatAppearance.MouseOverBackColor = Color.Transparent;
SendEmailButton.FlatStyle = FlatStyle.Flat;
SendEmailButton.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
SendEmailButton.ImageIndex = 0;
SendEmailButton.ImageList = imageListSendEmailBtn;
SendEmailButton.ImeMode = ImeMode.NoControl;
SendEmailButton.Location = new Point(254, 242);
SendEmailButton.Name = "SendEmailButton";
SendEmailButton.Size = new Size(110, 44);
SendEmailButton.TabIndex = 21;
SendEmailButton.UseVisualStyleBackColor = false;
SendEmailButton.Click += SendEmailButton_Click;
SendEmailButton.MouseDown += SendEmailButton_OnMouseDown;
SendEmailButton.MouseLeave += SendEmailButton_MouseLeave;
SendEmailButton.MouseHover += SendEmailButton_MouseHover;
//
// imageListSendEmailBtn
//
imageListSendEmailBtn.ColorDepth = ColorDepth.Depth32Bit;
imageListSendEmailBtn.ImageStream = (ImageListStreamer)resources.GetObject("imageListSendEmailBtn.ImageStream");
imageListSendEmailBtn.TransparentColor = Color.Transparent;
imageListSendEmailBtn.Images.SetKeyName(0, "ChangePwwnd.button.email.normal.png");
imageListSendEmailBtn.Images.SetKeyName(1, "ChangePwwnd.button.email.active.png");
imageListSendEmailBtn.Images.SetKeyName(2, "ChangePwwnd.button.email.down.png");
//
// CodeTextBox
//
CodeTextBox.AcceptsTab = true;
CodeTextBox.Location = new Point(85, 191);
CodeTextBox.Name = "CodeTextBox";
CodeTextBox.Size = new Size(279, 23);
CodeTextBox.TabIndex = 22;
CodeTextBox.TextChanged += CodeTextBox_TextChanged;
//
// Stage1Panel
//
Stage1Panel.BackColor = Color.Transparent;
Stage1Panel.Controls.Add(EmailPictureBox);
Stage1Panel.Controls.Add(TimerLabel);
Stage1Panel.Controls.Add(CodePictureBox);
Stage1Panel.Controls.Add(CodeDescLabel);
Stage1Panel.Controls.Add(EmailDescLabel);
Stage1Panel.Controls.Add(EmailTextBox);
Stage1Panel.Controls.Add(DescLabelS1);
Stage1Panel.Controls.Add(SubTitleLabelS1);
Stage1Panel.Controls.Add(TitleLabelS1);
Stage1Panel.Controls.Add(SendEmailButton);
Stage1Panel.Controls.Add(CodeTextBox);
Stage1Panel.Controls.Add(ContinueButtonS1);
Stage1Panel.Controls.Add(CodeLabel);
Stage1Panel.Location = new Point(0, 79);
Stage1Panel.Name = "Stage1Panel";
Stage1Panel.Size = new Size(800, 450);
Stage1Panel.TabIndex = 23;
//
// EmailPictureBox
//
EmailPictureBox.BackColor = Color.Transparent;
EmailPictureBox.Location = new Point(377, 108);
EmailPictureBox.Name = "EmailPictureBox";
EmailPictureBox.Size = new Size(14, 14);
EmailPictureBox.TabIndex = 39;
EmailPictureBox.TabStop = false;
//
// TimerLabel
//
TimerLabel.Anchor = AnchorStyles.Top;
TimerLabel.AutoSize = true;
TimerLabel.BackColor = Color.Transparent;
TimerLabel.Font = new Font("Segoe UI", 11.25F, FontStyle.Bold, GraphicsUnit.Point);
TimerLabel.ForeColor = Color.White;
TimerLabel.ImeMode = ImeMode.NoControl;
TimerLabel.Location = new Point(366, 255);
TimerLabel.Name = "TimerLabel";
TimerLabel.Size = new Size(0, 20);
TimerLabel.TabIndex = 42;
TimerLabel.TextAlign = ContentAlignment.TopCenter;
//
// CodePictureBox
//
CodePictureBox.BackColor = Color.Transparent;
CodePictureBox.Location = new Point(375, 196);
CodePictureBox.Name = "CodePictureBox";
CodePictureBox.Size = new Size(14, 14);
CodePictureBox.TabIndex = 41;
CodePictureBox.TabStop = false;
//
// CodeDescLabel
//
CodeDescLabel.Anchor = AnchorStyles.Top;
CodeDescLabel.AutoSize = true;
CodeDescLabel.BackColor = Color.Transparent;
CodeDescLabel.Font = new Font("Segoe UI", 8F, FontStyle.Bold, GraphicsUnit.Point);
CodeDescLabel.ForeColor = Color.White;
CodeDescLabel.ImeMode = ImeMode.NoControl;
CodeDescLabel.Location = new Point(391, 196);
CodeDescLabel.Name = "CodeDescLabel";
CodeDescLabel.Size = new Size(0, 13);
CodeDescLabel.TabIndex = 40;
CodeDescLabel.TextAlign = ContentAlignment.TopCenter;
//
// EmailDescLabel
//
EmailDescLabel.Anchor = AnchorStyles.Top;
EmailDescLabel.AutoSize = true;
EmailDescLabel.BackColor = Color.Transparent;
EmailDescLabel.Font = new Font("Segoe UI", 8F, FontStyle.Bold, GraphicsUnit.Point);
EmailDescLabel.ForeColor = Color.White;
EmailDescLabel.ImeMode = ImeMode.NoControl;
EmailDescLabel.Location = new Point(393, 108);
EmailDescLabel.Name = "EmailDescLabel";
EmailDescLabel.Size = new Size(0, 13);
EmailDescLabel.TabIndex = 38;
EmailDescLabel.TextAlign = ContentAlignment.TopCenter;
//
// EmailTextBox
//
EmailTextBox.AcceptsTab = true;
EmailTextBox.Location = new Point(85, 103);
EmailTextBox.Name = "EmailTextBox";
EmailTextBox.Size = new Size(279, 23);
EmailTextBox.TabIndex = 23;
EmailTextBox.TextChanged += EmailTextBox_TextChanged;
//
// DescLabelS1
//
DescLabelS1.Anchor = AnchorStyles.Top;
DescLabelS1.AutoEllipsis = true;
DescLabelS1.AutoSize = true;
DescLabelS1.BackColor = Color.Transparent;
DescLabelS1.Font = new Font("Segoe UI", 9.75F, FontStyle.Bold, GraphicsUnit.Point);
DescLabelS1.ForeColor = Color.White;
DescLabelS1.ImeMode = ImeMode.NoControl;
DescLabelS1.Location = new Point(88, 83);
DescLabelS1.Name = "DescLabelS1";
DescLabelS1.Size = new Size(161, 17);
DescLabelS1.TabIndex = 22;
DescLabelS1.Text = "Enter your Email address";
DescLabelS1.TextAlign = ContentAlignment.TopCenter;
//
// SubTitleLabelS1
//
SubTitleLabelS1.Anchor = AnchorStyles.Top;
SubTitleLabelS1.AutoEllipsis = true;
SubTitleLabelS1.AutoSize = true;
SubTitleLabelS1.BackColor = Color.Transparent;
SubTitleLabelS1.Font = new Font("Segoe UI", 10F, FontStyle.Bold, GraphicsUnit.Point);
SubTitleLabelS1.ForeColor = Color.White;
SubTitleLabelS1.ImeMode = ImeMode.NoControl;
SubTitleLabelS1.Location = new Point(101, 45);
SubTitleLabelS1.Name = "SubTitleLabelS1";
SubTitleLabelS1.Size = new Size(93, 19);
SubTitleLabelS1.TabIndex = 24;
SubTitleLabelS1.Text = "Rusty Hearts";
SubTitleLabelS1.TextAlign = ContentAlignment.TopCenter;
//
// TitleLabelS1
//
TitleLabelS1.Anchor = AnchorStyles.Top;
TitleLabelS1.AutoEllipsis = true;
TitleLabelS1.AutoSize = true;
TitleLabelS1.BackColor = Color.Transparent;
TitleLabelS1.Font = new Font("Segoe UI", 20F, FontStyle.Bold, GraphicsUnit.Point);
TitleLabelS1.ForeColor = Color.White;
TitleLabelS1.ImeMode = ImeMode.NoControl;
TitleLabelS1.Location = new Point(85, 3);
TitleLabelS1.Name = "TitleLabelS1";
TitleLabelS1.Size = new Size(242, 37);
TitleLabelS1.TabIndex = 23;
TitleLabelS1.Text = "Change Password";
TitleLabelS1.TextAlign = ContentAlignment.TopCenter;
//
// Stage2Panel
//
Stage2Panel.BackColor = Color.Transparent;
Stage2Panel.Controls.Add(PwdStrengthLabel);
Stage2Panel.Controls.Add(PwdConfirmPictureBox);
Stage2Panel.Controls.Add(PwdPictureBox);
Stage2Panel.Controls.Add(PwdConfirmDescLabel);
Stage2Panel.Controls.Add(PwdDescLabel);
Stage2Panel.Controls.Add(EmailLabelS2);
Stage2Panel.Controls.Add(ReturnLabelS2);
Stage2Panel.Controls.Add(OkButtonS2);
Stage2Panel.Controls.Add(PasswordTextBox);
Stage2Panel.Controls.Add(RepeatPasswordTextBox);
Stage2Panel.Controls.Add(SubTitleLabelS2);
Stage2Panel.Controls.Add(TitleLabelS2);
Stage2Panel.Controls.Add(PasswordLabel);
Stage2Panel.Controls.Add(RepeatPasswordLabel);
Stage2Panel.Location = new Point(0, 79);
Stage2Panel.Name = "Stage2Panel";
Stage2Panel.Size = new Size(800, 450);
Stage2Panel.TabIndex = 25;
//
// PwdStrengthLabel
//
PwdStrengthLabel.Anchor = AnchorStyles.Top;
PwdStrengthLabel.AutoSize = true;
PwdStrengthLabel.BackColor = Color.Transparent;
PwdStrengthLabel.Font = new Font("Segoe UI", 8F, FontStyle.Bold, GraphicsUnit.Point);
PwdStrengthLabel.ForeColor = Color.White;
PwdStrengthLabel.ImeMode = ImeMode.NoControl;
PwdStrengthLabel.Location = new Point(93, 226);
PwdStrengthLabel.Name = "PwdStrengthLabel";
PwdStrengthLabel.Size = new Size(0, 13);
PwdStrengthLabel.TabIndex = 36;
PwdStrengthLabel.TextAlign = ContentAlignment.TopCenter;
//
// PwdConfirmPictureBox
//
PwdConfirmPictureBox.BackColor = Color.Transparent;
PwdConfirmPictureBox.Location = new Point(379, 284);
PwdConfirmPictureBox.Name = "PwdConfirmPictureBox";
PwdConfirmPictureBox.Size = new Size(14, 14);
PwdConfirmPictureBox.TabIndex = 35;
PwdConfirmPictureBox.TabStop = false;
//
// PwdPictureBox
//
PwdPictureBox.BackColor = Color.Transparent;
PwdPictureBox.Location = new Point(379, 205);
PwdPictureBox.Name = "PwdPictureBox";
PwdPictureBox.Size = new Size(14, 14);
PwdPictureBox.TabIndex = 34;
PwdPictureBox.TabStop = false;
//
// PwdConfirmDescLabel
//
PwdConfirmDescLabel.Anchor = AnchorStyles.Top;
PwdConfirmDescLabel.AutoSize = true;
PwdConfirmDescLabel.BackColor = Color.Transparent;
PwdConfirmDescLabel.Font = new Font("Segoe UI", 8F, FontStyle.Bold, GraphicsUnit.Point);
PwdConfirmDescLabel.ForeColor = Color.White;
PwdConfirmDescLabel.ImeMode = ImeMode.NoControl;
PwdConfirmDescLabel.Location = new Point(395, 284);
PwdConfirmDescLabel.MaximumSize = new Size(250, 0);
PwdConfirmDescLabel.Name = "PwdConfirmDescLabel";
PwdConfirmDescLabel.Size = new Size(116, 13);
PwdConfirmDescLabel.TabIndex = 33;
PwdConfirmDescLabel.Text = "Repeat the password";
PwdConfirmDescLabel.TextAlign = ContentAlignment.TopCenter;
//
// PwdDescLabel
//
PwdDescLabel.Anchor = AnchorStyles.Top;
PwdDescLabel.AutoEllipsis = true;
PwdDescLabel.AutoSize = true;
PwdDescLabel.BackColor = Color.Transparent;
PwdDescLabel.Font = new Font("Segoe UI", 8F, FontStyle.Bold, GraphicsUnit.Point);
PwdDescLabel.ForeColor = Color.White;
PwdDescLabel.ImeMode = ImeMode.NoControl;
PwdDescLabel.Location = new Point(395, 206);
PwdDescLabel.MaximumSize = new Size(250, 0);
PwdDescLabel.Name = "PwdDescLabel";
PwdDescLabel.Size = new Size(84, 13);
PwdDescLabel.TabIndex = 32;
PwdDescLabel.Text = "6-16 characters";
PwdDescLabel.TextAlign = ContentAlignment.TopCenter;
//
// EmailLabelS2
//
EmailLabelS2.AutoSize = true;
EmailLabelS2.Font = new Font("Segoe UI", 11F, FontStyle.Bold, GraphicsUnit.Point);
EmailLabelS2.ForeColor = Color.DodgerBlue;
EmailLabelS2.Location = new Point(101, 106);
EmailLabelS2.Name = "EmailLabelS2";
EmailLabelS2.Size = new Size(47, 20);
EmailLabelS2.TabIndex = 28;
EmailLabelS2.Text = "Email";
//
// ReturnLabelS2
//
ReturnLabelS2.Anchor = AnchorStyles.Top;
ReturnLabelS2.AutoEllipsis = true;
ReturnLabelS2.AutoSize = true;
ReturnLabelS2.BackColor = Color.Transparent;
ReturnLabelS2.Font = new Font("Segoe UI", 10F, FontStyle.Bold, GraphicsUnit.Point);
ReturnLabelS2.ForeColor = Color.Gainsboro;
ReturnLabelS2.ImeMode = ImeMode.NoControl;
ReturnLabelS2.Location = new Point(98, 392);
ReturnLabelS2.Name = "ReturnLabelS2";
ReturnLabelS2.Size = new Size(67, 19);
ReturnLabelS2.TabIndex = 27;
ReturnLabelS2.Text = "< Return";
ReturnLabelS2.TextAlign = ContentAlignment.TopCenter;
ReturnLabelS2.Click += ReturnLabel_Click;
ReturnLabelS2.MouseLeave += ReturnLabelS2_MouseLeave;
ReturnLabelS2.MouseHover += ReturnLabelS2_MouseHover;
//
// OkButtonS2
//
OkButtonS2.BackColor = Color.Transparent;
OkButtonS2.FlatAppearance.BorderSize = 0;
OkButtonS2.FlatAppearance.MouseDownBackColor = Color.Transparent;
OkButtonS2.FlatAppearance.MouseOverBackColor = Color.Transparent;
OkButtonS2.FlatStyle = FlatStyle.Flat;
OkButtonS2.ImageIndex = 0;
OkButtonS2.ImageList = imageListOKBtn;
OkButtonS2.ImeMode = ImeMode.NoControl;
OkButtonS2.Location = new Point(95, 323);
OkButtonS2.Name = "OkButtonS2";
OkButtonS2.Size = new Size(110, 44);
OkButtonS2.TabIndex = 26;
OkButtonS2.UseVisualStyleBackColor = false;
OkButtonS2.Click += OkButtonS2_Click;
OkButtonS2.MouseDown += OkButtonS2_OnMouseDown;
OkButtonS2.MouseLeave += OkButtonS2_MouseLeave;
OkButtonS2.MouseHover += OkButtonS2_MouseHover;
//
// PasswordTextBox
//
PasswordTextBox.Location = new Point(93, 200);
PasswordTextBox.Name = "PasswordTextBox";
PasswordTextBox.Size = new Size(279, 23);
PasswordTextBox.TabIndex = 25;
PasswordTextBox.UseSystemPasswordChar = true;
PasswordTextBox.TextChanged += PasswordTextBox_TextChanged;
//
// RepeatPasswordTextBox
//
RepeatPasswordTextBox.Location = new Point(93, 281);
RepeatPasswordTextBox.Name = "RepeatPasswordTextBox";
RepeatPasswordTextBox.Size = new Size(279, 23);
RepeatPasswordTextBox.TabIndex = 24;
RepeatPasswordTextBox.UseSystemPasswordChar = true;
RepeatPasswordTextBox.TextChanged += RepeatPasswordTextBox_TextChanged;
//
// SubTitleLabelS2
//
SubTitleLabelS2.Anchor = AnchorStyles.Top;
SubTitleLabelS2.AutoEllipsis = true;
SubTitleLabelS2.AutoSize = true;
SubTitleLabelS2.BackColor = Color.Transparent;
SubTitleLabelS2.Font = new Font("Segoe UI", 10F, FontStyle.Bold, GraphicsUnit.Point);
SubTitleLabelS2.ForeColor = Color.White;
SubTitleLabelS2.ImeMode = ImeMode.NoControl;
SubTitleLabelS2.Location = new Point(101, 72);
SubTitleLabelS2.Name = "SubTitleLabelS2";
SubTitleLabelS2.Size = new Size(63, 19);
SubTitleLabelS2.TabIndex = 22;
SubTitleLabelS2.Text = "Account";
SubTitleLabelS2.TextAlign = ContentAlignment.TopCenter;
//
// TitleLabelS2
//
TitleLabelS2.Anchor = AnchorStyles.Top;
TitleLabelS2.AutoEllipsis = true;
TitleLabelS2.AutoSize = true;
TitleLabelS2.BackColor = Color.Transparent;
TitleLabelS2.Font = new Font("Segoe UI", 20F, FontStyle.Bold, GraphicsUnit.Point);
TitleLabelS2.ForeColor = Color.White;
TitleLabelS2.ImeMode = ImeMode.NoControl;
TitleLabelS2.Location = new Point(85, 3);
TitleLabelS2.Name = "TitleLabelS2";
TitleLabelS2.Size = new Size(242, 37);
TitleLabelS2.TabIndex = 21;
TitleLabelS2.Text = "Change Password";
TitleLabelS2.TextAlign = ContentAlignment.TopCenter;
//
// imageListTips
//
imageListTips.ColorDepth = ColorDepth.Depth32Bit;
imageListTips.ImageStream = (ImageListStreamer)resources.GetObject("imageListTips.ImageStream");
imageListTips.TransparentColor = Color.Transparent;
imageListTips.Images.SetKeyName(0, "tips_error.png");
imageListTips.Images.SetKeyName(1, "tips_ok.png");
//
// ChangePwd
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = Color.Black;
BackgroundImage = Properties.Resources.bg;
BackgroundImageLayout = ImageLayout.Center;
ClientSize = new Size(800, 571);
Controls.Add(CloseButton);
Controls.Add(MinimizeButton);
Controls.Add(Stage1Panel);
Controls.Add(Stage2Panel);
DoubleBuffered = true;
FormBorderStyle = FormBorderStyle.None;
Icon = (Icon)resources.GetObject("$this.Icon");
Name = "ChangePwd";
StartPosition = FormStartPosition.CenterScreen;
Text = "Change Password";
FormClosing += ChangePwd_FormClosing;
Load += ChangePwd_Load;
Stage1Panel.ResumeLayout(false);
Stage1Panel.PerformLayout();
((System.ComponentModel.ISupportInitialize)EmailPictureBox).EndInit();
((System.ComponentModel.ISupportInitialize)CodePictureBox).EndInit();
Stage2Panel.ResumeLayout(false);
Stage2Panel.PerformLayout();
((System.ComponentModel.ISupportInitialize)PwdConfirmPictureBox).EndInit();
((System.ComponentModel.ISupportInitialize)PwdPictureBox).EndInit();
ResumeLayout(false);
}
#endregion
private Button CloseButton;
private ImageList imageListCloseBtn;
private Button MinimizeButton;
private ImageList imageListMinBtn;
private Label CodeLabel;
private ImageList imageListOKBtn;
private Button ContinueButtonS1;
private Label PasswordLabel;
private Label RepeatPasswordLabel;
private Button SendEmailButton;
private TextBox CodeTextBox;
private Label SubTitleLabelS1;
private Label TitleLabelS1;
private Panel Stage1Panel;
private TextBox EmailTextBox;
private Label DescLabelS1;
private Panel Stage2Panel;
private Button OkButtonS2;
private TextBox PasswordTextBox;
private TextBox RepeatPasswordTextBox;
private Label SubTitleLabelS2;
private Label TitleLabelS2;
private Label ReturnLabelS2;
private Label EmailLabelS2;
private ImageList imageListSendEmailBtn;
private PictureBox PwdConfirmPictureBox;
private PictureBox PwdPictureBox;
private Label PwdConfirmDescLabel;
private Label PwdDescLabel;
private ImageList imageListTips;
private PictureBox EmailPictureBox;
private Label EmailDescLabel;
private PictureBox CodePictureBox;
private Label CodeDescLabel;
private Label TimerLabel;
private ImageList imageListContinueBtn;
private Label PwdStrengthLabel;
}
}