190 lines
9.4 KiB
C#
190 lines
9.4 KiB
C#
namespace OpenSaveCloudClient
|
|
{
|
|
partial class UserForm
|
|
{
|
|
/// <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(UserForm));
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.UsernameBox = new System.Windows.Forms.TextBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.SavePasswordButton = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.PasswordAgainBox = new System.Windows.Forms.TextBox();
|
|
this.NewPasswordBox = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.label1.ForeColor = System.Drawing.SystemColors.Highlight;
|
|
this.label1.Location = new System.Drawing.Point(8, 6);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(193, 32);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "User information";
|
|
//
|
|
// UsernameBox
|
|
//
|
|
this.UsernameBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.UsernameBox.CausesValidation = false;
|
|
this.UsernameBox.Location = new System.Drawing.Point(8, 81);
|
|
this.UsernameBox.Margin = new System.Windows.Forms.Padding(2);
|
|
this.UsernameBox.Name = "UsernameBox";
|
|
this.UsernameBox.ReadOnly = true;
|
|
this.UsernameBox.Size = new System.Drawing.Size(363, 23);
|
|
this.UsernameBox.TabIndex = 3;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBox1.Controls.Add(this.SavePasswordButton);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.PasswordAgainBox);
|
|
this.groupBox1.Controls.Add(this.NewPasswordBox);
|
|
this.groupBox1.Location = new System.Drawing.Point(8, 123);
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
|
|
this.groupBox1.Size = new System.Drawing.Size(362, 150);
|
|
this.groupBox1.TabIndex = 3;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Change password";
|
|
//
|
|
// SavePasswordButton
|
|
//
|
|
this.SavePasswordButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.SavePasswordButton.Enabled = false;
|
|
this.SavePasswordButton.Location = new System.Drawing.Point(283, 123);
|
|
this.SavePasswordButton.Margin = new System.Windows.Forms.Padding(2);
|
|
this.SavePasswordButton.Name = "SavePasswordButton";
|
|
this.SavePasswordButton.Size = new System.Drawing.Size(75, 23);
|
|
this.SavePasswordButton.TabIndex = 2;
|
|
this.SavePasswordButton.Text = "Save";
|
|
this.SavePasswordButton.UseVisualStyleBackColor = true;
|
|
this.SavePasswordButton.Click += new System.EventHandler(this.SavePasswordButton_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(4, 72);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(136, 15);
|
|
this.label3.TabIndex = 3;
|
|
this.label3.Text = "The new password again";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(4, 31);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(84, 15);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "New password";
|
|
//
|
|
// PasswordAgainBox
|
|
//
|
|
this.PasswordAgainBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.PasswordAgainBox.Location = new System.Drawing.Point(4, 90);
|
|
this.PasswordAgainBox.Margin = new System.Windows.Forms.Padding(2);
|
|
this.PasswordAgainBox.Name = "PasswordAgainBox";
|
|
this.PasswordAgainBox.Size = new System.Drawing.Size(355, 23);
|
|
this.PasswordAgainBox.TabIndex = 1;
|
|
this.PasswordAgainBox.UseSystemPasswordChar = true;
|
|
this.PasswordAgainBox.TextChanged += new System.EventHandler(this.NewPasswordBox_TextChanged);
|
|
//
|
|
// NewPasswordBox
|
|
//
|
|
this.NewPasswordBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.NewPasswordBox.Location = new System.Drawing.Point(4, 49);
|
|
this.NewPasswordBox.Margin = new System.Windows.Forms.Padding(2);
|
|
this.NewPasswordBox.Name = "NewPasswordBox";
|
|
this.NewPasswordBox.Size = new System.Drawing.Size(355, 23);
|
|
this.NewPasswordBox.TabIndex = 0;
|
|
this.NewPasswordBox.UseSystemPasswordChar = true;
|
|
this.NewPasswordBox.TextChanged += new System.EventHandler(this.NewPasswordBox_TextChanged);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(8, 63);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(60, 15);
|
|
this.label4.TabIndex = 4;
|
|
this.label4.Text = "Username";
|
|
//
|
|
// UserForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.SystemColors.Window;
|
|
this.ClientSize = new System.Drawing.Size(382, 292);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.UsernameBox);
|
|
this.Controls.Add(this.label1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(2);
|
|
this.MinimumSize = new System.Drawing.Size(398, 331);
|
|
this.Name = "UserForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "User information";
|
|
this.Load += new System.EventHandler(this.UserForm_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Label label1;
|
|
private TextBox UsernameBox;
|
|
private GroupBox groupBox1;
|
|
private TextBox NewPasswordBox;
|
|
private TextBox PasswordAgainBox;
|
|
private Button SavePasswordButton;
|
|
private Label label3;
|
|
private Label label2;
|
|
private Label label4;
|
|
}
|
|
} |