namespace GeoTema { partial class ChangeDefaultPassword { /// /// 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.lblNewPass = new System.Windows.Forms.Label(); this.btnChange = new System.Windows.Forms.Button(); this.txtNewPass = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // 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(5, 27); this.lblNewPass.Name = "lblNewPass"; this.lblNewPass.Size = new System.Drawing.Size(112, 20); this.lblNewPass.TabIndex = 38; 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(120, 71); this.btnChange.Name = "btnChange"; this.btnChange.Size = new System.Drawing.Size(180, 40); this.btnChange.TabIndex = 37; 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(120, 21); this.txtNewPass.MaxLength = 300; this.txtNewPass.Name = "txtNewPass"; this.txtNewPass.Size = new System.Drawing.Size(160, 29); this.txtNewPass.TabIndex = 36; // // ChangeDefaultPassword // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(384, 131); this.Controls.Add(this.lblNewPass); this.Controls.Add(this.btnChange); this.Controls.Add(this.txtNewPass); this.Name = "ChangeDefaultPassword"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ChangeDefaultPassword"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblNewPass; private System.Windows.Forms.Button btnChange; private System.Windows.Forms.TextBox txtNewPass; } }