namespace GeoTema { partial class ResetPassword { /// /// 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.lblReset = new System.Windows.Forms.Label(); this.lblUserName = new System.Windows.Forms.Label(); this.btnReset = new System.Windows.Forms.Button(); this.txtUserName = 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 = 32; this.btnBack.Text = "Back to menu"; this.btnBack.UseVisualStyleBackColor = true; this.btnBack.Click += new System.EventHandler(this.btnBack_Click); // // lblReset // this.lblReset.AutoSize = true; this.lblReset.Font = new System.Drawing.Font("Microsoft Sans Serif", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblReset.Location = new System.Drawing.Point(240, 50); this.lblReset.Name = "lblReset"; this.lblReset.Size = new System.Drawing.Size(320, 46); this.lblReset.TabIndex = 31; this.lblReset.Text = "Reset password"; // // lblUserName // this.lblUserName.AutoSize = true; this.lblUserName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblUserName.Location = new System.Drawing.Point(230, 206); this.lblUserName.Name = "lblUserName"; this.lblUserName.Size = new System.Drawing.Size(83, 20); this.lblUserName.TabIndex = 28; this.lblUserName.Text = "Username"; // // btnReset // this.btnReset.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnReset.Location = new System.Drawing.Point(320, 250); this.btnReset.Name = "btnReset"; this.btnReset.Size = new System.Drawing.Size(160, 40); this.btnReset.TabIndex = 27; this.btnReset.Text = "Reset password"; this.btnReset.UseVisualStyleBackColor = true; this.btnReset.Click += new System.EventHandler(this.btnReset_Click); // // txtUserName // this.txtUserName.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtUserName.Location = new System.Drawing.Point(320, 200); this.txtUserName.MaxLength = 300; this.txtUserName.Name = "txtUserName"; this.txtUserName.Size = new System.Drawing.Size(160, 29); this.txtUserName.TabIndex = 26; // // ResetPassword // 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.btnBack); this.Controls.Add(this.lblReset); this.Controls.Add(this.lblUserName); this.Controls.Add(this.btnReset); this.Controls.Add(this.txtUserName); this.Name = "ResetPassword"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ResetPassword"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnBack; private System.Windows.Forms.Label lblReset; private System.Windows.Forms.Label lblUserName; private System.Windows.Forms.Button btnReset; private System.Windows.Forms.TextBox txtUserName; } }