namespace GeoTema { partial class ChangePassword { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.btnBack = new System.Windows.Forms.Button(); this.lblChange = new System.Windows.Forms.Label(); this.lblNewPass = new System.Windows.Forms.Label(); this.btnChange = new System.Windows.Forms.Button(); this.txtNewPass = new System.Windows.Forms.TextBox(); this.lblOldPass = new System.Windows.Forms.Label(); this.txtOldPass = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // btnBack // this.btnBack.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnBack.Location = new System.Drawing.Point(610, 500); this.btnBack.Name = "btnBack"; this.btnBack.Size = new System.Drawing.Size(150, 40); this.btnBack.TabIndex = 37; this.btnBack.Text = "Back to menu"; this.btnBack.UseVisualStyleBackColor = true; this.btnBack.Click += new System.EventHandler(this.btnBack_Click); // // lblChange // this.lblChange.AutoSize = true; this.lblChange.Font = new System.Drawing.Font("Microsoft Sans Serif", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblChange.Location = new System.Drawing.Point(222, 50); this.lblChange.Name = "lblChange"; this.lblChange.Size = new System.Drawing.Size(356, 46); this.lblChange.TabIndex = 36; this.lblChange.Text = "Change password"; // // lblNewPass // this.lblNewPass.AutoSize = true; this.lblNewPass.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblNewPass.Location = new System.Drawing.Point(205, 256); this.lblNewPass.Name = "lblNewPass"; this.lblNewPass.Size = new System.Drawing.Size(112, 20); this.lblNewPass.TabIndex = 35; this.lblNewPass.Text = "New password"; // // btnChange // this.btnChange.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnChange.Location = new System.Drawing.Point(320, 300); this.btnChange.Name = "btnChange"; this.btnChange.Size = new System.Drawing.Size(180, 40); this.btnChange.TabIndex = 34; this.btnChange.Text = "Change password"; this.btnChange.UseVisualStyleBackColor = true; this.btnChange.Click += new System.EventHandler(this.btnChange_Click); // // txtNewPass // this.txtNewPass.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtNewPass.Location = new System.Drawing.Point(320, 250); this.txtNewPass.MaxLength = 300; this.txtNewPass.Name = "txtNewPass"; this.txtNewPass.Size = new System.Drawing.Size(160, 29); this.txtNewPass.TabIndex = 33; // // lblOldPass // this.lblOldPass.AutoSize = true; this.lblOldPass.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblOldPass.Location = new System.Drawing.Point(205, 206); this.lblOldPass.Name = "lblOldPass"; this.lblOldPass.Size = new System.Drawing.Size(105, 20); this.lblOldPass.TabIndex = 39; this.lblOldPass.Text = "Old password"; // // txtOldPass // this.txtOldPass.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtOldPass.Location = new System.Drawing.Point(320, 200); this.txtOldPass.MaxLength = 300; this.txtOldPass.Name = "txtOldPass"; this.txtOldPass.Size = new System.Drawing.Size(160, 29); this.txtOldPass.TabIndex = 38; // // ChangePassword // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 561); this.Controls.Add(this.lblOldPass); this.Controls.Add(this.txtOldPass); this.Controls.Add(this.btnBack); this.Controls.Add(this.lblChange); this.Controls.Add(this.lblNewPass); this.Controls.Add(this.btnChange); this.Controls.Add(this.txtNewPass); this.Name = "ChangePassword"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ChangePassword"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnBack; private System.Windows.Forms.Label lblChange; private System.Windows.Forms.Label lblNewPass; private System.Windows.Forms.Button btnChange; private System.Windows.Forms.TextBox txtNewPass; private System.Windows.Forms.Label lblOldPass; private System.Windows.Forms.TextBox txtOldPass; } }