namespace Percent___Qualification_work.userControls { partial class Profile { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.username = new System.Windows.Forms.Label(); this.changepassword = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.oldPasswordInput = new System.Windows.Forms.TextBox(); this.newPasswordInput = new System.Windows.Forms.TextBox(); this.oldpswrd = new System.Windows.Forms.Label(); this.newpswrd = new System.Windows.Forms.Label(); this.changePswrdPanel = new System.Windows.Forms.Panel(); this.cancelChange = new System.Windows.Forms.Button(); this.confirmChange = new System.Windows.Forms.Button(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.changePswrdPanel.SuspendLayout(); this.SuspendLayout(); // // username // this.username.AutoSize = true; this.username.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(186))); this.username.Location = new System.Drawing.Point(141, 43); this.username.Name = "username"; this.username.Size = new System.Drawing.Size(19, 20); this.username.TabIndex = 0; this.username.Text = "1"; // // changepassword // this.changepassword.Location = new System.Drawing.Point(141, 78); this.changepassword.Name = "changepassword"; this.changepassword.Size = new System.Drawing.Size(115, 21); this.changepassword.TabIndex = 2; this.changepassword.Text = "Change password"; this.changepassword.UseVisualStyleBackColor = true; this.changepassword.Click += new System.EventHandler(this.changepassword_Click); // // pictureBox1 // this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand; this.pictureBox1.Image = global::Percent___Qualification_work.Properties.Resources.pfp; this.pictureBox1.Location = new System.Drawing.Point(19, 12); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(116, 151); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 3; this.pictureBox1.TabStop = false; this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click); // // oldPasswordInput // this.oldPasswordInput.Location = new System.Drawing.Point(84, 4); this.oldPasswordInput.Name = "oldPasswordInput"; this.oldPasswordInput.Size = new System.Drawing.Size(153, 20); this.oldPasswordInput.TabIndex = 4; this.oldPasswordInput.UseSystemPasswordChar = true; // // newPasswordInput // this.newPasswordInput.Location = new System.Drawing.Point(84, 38); this.newPasswordInput.Name = "newPasswordInput"; this.newPasswordInput.Size = new System.Drawing.Size(153, 20); this.newPasswordInput.TabIndex = 5; this.newPasswordInput.UseSystemPasswordChar = true; // // oldpswrd // this.oldpswrd.AutoSize = true; this.oldpswrd.Location = new System.Drawing.Point(7, 7); this.oldpswrd.Name = "oldpswrd"; this.oldpswrd.Size = new System.Drawing.Size(71, 13); this.oldpswrd.TabIndex = 6; this.oldpswrd.Text = "Old password"; // // newpswrd // this.newpswrd.AutoSize = true; this.newpswrd.Location = new System.Drawing.Point(1, 41); this.newpswrd.Name = "newpswrd"; this.newpswrd.Size = new System.Drawing.Size(77, 13); this.newpswrd.TabIndex = 7; this.newpswrd.Text = "New password"; // // changePswrdPanel // this.changePswrdPanel.Controls.Add(this.cancelChange); this.changePswrdPanel.Controls.Add(this.confirmChange); this.changePswrdPanel.Controls.Add(this.newpswrd); this.changePswrdPanel.Controls.Add(this.oldpswrd); this.changePswrdPanel.Controls.Add(this.newPasswordInput); this.changePswrdPanel.Controls.Add(this.oldPasswordInput); this.changePswrdPanel.Location = new System.Drawing.Point(141, 66); this.changePswrdPanel.Name = "changePswrdPanel"; this.changePswrdPanel.Size = new System.Drawing.Size(243, 100); this.changePswrdPanel.TabIndex = 8; this.changePswrdPanel.Visible = false; // // cancelChange // this.cancelChange.Location = new System.Drawing.Point(135, 72); this.cancelChange.Name = "cancelChange"; this.cancelChange.Size = new System.Drawing.Size(75, 23); this.cancelChange.TabIndex = 9; this.cancelChange.Text = "Cancel"; this.cancelChange.UseVisualStyleBackColor = true; this.cancelChange.Click += new System.EventHandler(this.cancelChange_Click); // // confirmChange // this.confirmChange.Location = new System.Drawing.Point(28, 72); this.confirmChange.Name = "confirmChange"; this.confirmChange.Size = new System.Drawing.Size(75, 23); this.confirmChange.TabIndex = 8; this.confirmChange.Text = "Confirm"; this.confirmChange.UseVisualStyleBackColor = true; this.confirmChange.Click += new System.EventHandler(this.confirmChange_Click); // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk); // // label1 // this.label1.Location = new System.Drawing.Point(26, 166); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 48); this.label1.TabIndex = 9; this.label1.Text = "Click the image to change your profile picture"; // // Profile // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.label1); this.Controls.Add(this.changePswrdPanel); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.changepassword); this.Controls.Add(this.username); this.Name = "Profile"; this.Size = new System.Drawing.Size(776, 383); this.Load += new System.EventHandler(this.Profile_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.changePswrdPanel.ResumeLayout(false); this.changePswrdPanel.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label username; private System.Windows.Forms.Button changepassword; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.TextBox oldPasswordInput; private System.Windows.Forms.TextBox newPasswordInput; private System.Windows.Forms.Label oldpswrd; private System.Windows.Forms.Label newpswrd; private System.Windows.Forms.Panel changePswrdPanel; private System.Windows.Forms.Button cancelChange; private System.Windows.Forms.Button confirmChange; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.Label label1; } }