127 lines
5.8 KiB
C#
127 lines
5.8 KiB
C#
namespace compabetov2
|
|
{
|
|
partial class ModificarContra
|
|
{
|
|
/// <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()
|
|
{
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtContra = new System.Windows.Forms.TextBox();
|
|
this.txtConfi = new System.Windows.Forms.TextBox();
|
|
this.btnConfirmar = new System.Windows.Forms.Button();
|
|
this.btnCancelar = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.Location = new System.Drawing.Point(13, 13);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(96, 20);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Contraseña:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.Location = new System.Drawing.Point(8, 101);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(166, 20);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "Confirmar contraseña:";
|
|
//
|
|
// txtContra
|
|
//
|
|
this.txtContra.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txtContra.Location = new System.Drawing.Point(12, 54);
|
|
this.txtContra.Name = "txtContra";
|
|
this.txtContra.PasswordChar = '*';
|
|
this.txtContra.Size = new System.Drawing.Size(233, 26);
|
|
this.txtContra.TabIndex = 2;
|
|
this.txtContra.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
|
|
//
|
|
// txtConfi
|
|
//
|
|
this.txtConfi.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txtConfi.Location = new System.Drawing.Point(12, 145);
|
|
this.txtConfi.Name = "txtConfi";
|
|
this.txtConfi.PasswordChar = '*';
|
|
this.txtConfi.Size = new System.Drawing.Size(238, 26);
|
|
this.txtConfi.TabIndex = 3;
|
|
//
|
|
// btnConfirmar
|
|
//
|
|
this.btnConfirmar.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnConfirmar.Location = new System.Drawing.Point(12, 210);
|
|
this.btnConfirmar.Name = "btnConfirmar";
|
|
this.btnConfirmar.Size = new System.Drawing.Size(92, 32);
|
|
this.btnConfirmar.TabIndex = 4;
|
|
this.btnConfirmar.Text = "Confirmar";
|
|
this.btnConfirmar.UseVisualStyleBackColor = true;
|
|
this.btnConfirmar.Click += new System.EventHandler(this.btnConfirmar_Click);
|
|
//
|
|
// btnCancelar
|
|
//
|
|
this.btnCancelar.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnCancelar.Location = new System.Drawing.Point(158, 210);
|
|
this.btnCancelar.Name = "btnCancelar";
|
|
this.btnCancelar.Size = new System.Drawing.Size(92, 32);
|
|
this.btnCancelar.TabIndex = 5;
|
|
this.btnCancelar.Text = "Cancelar";
|
|
this.btnCancelar.UseVisualStyleBackColor = true;
|
|
this.btnCancelar.Click += new System.EventHandler(this.btnCancelar_Click);
|
|
//
|
|
// ModificarContra
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(262, 254);
|
|
this.Controls.Add(this.btnCancelar);
|
|
this.Controls.Add(this.btnConfirmar);
|
|
this.Controls.Add(this.txtConfi);
|
|
this.Controls.Add(this.txtContra);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "ModificarContra";
|
|
this.Text = "ModificarContra";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtContra;
|
|
private System.Windows.Forms.TextBox txtConfi;
|
|
private System.Windows.Forms.Button btnConfirmar;
|
|
private System.Windows.Forms.Button btnCancelar;
|
|
}
|
|
} |