105 lines
3.5 KiB
C#
105 lines
3.5 KiB
C#
namespace IBRCAD
|
|
{
|
|
partial class frm_recoverpassword
|
|
{
|
|
/// <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()
|
|
{
|
|
label4 = new Label();
|
|
lbl_result = new Label();
|
|
btn_send = new Button();
|
|
txt_user = new TextBox();
|
|
SuspendLayout();
|
|
//
|
|
// label4
|
|
//
|
|
label4.AutoSize = true;
|
|
label4.ForeColor = Color.Black;
|
|
label4.Location = new Point(12, 30);
|
|
label4.Name = "label4";
|
|
label4.Size = new Size(176, 15);
|
|
label4.TabIndex = 8;
|
|
label4.Text = "Entre com seu usuário ou email:";
|
|
//
|
|
// lbl_result
|
|
//
|
|
lbl_result.AutoSize = true;
|
|
lbl_result.ForeColor = Color.Black;
|
|
lbl_result.Location = new Point(12, 174);
|
|
lbl_result.Name = "lbl_result";
|
|
lbl_result.Size = new Size(62, 15);
|
|
lbl_result.TabIndex = 15;
|
|
lbl_result.Text = "Resultado:";
|
|
//
|
|
// btn_send
|
|
//
|
|
btn_send.BackColor = Color.FromArgb(40, 40, 40);
|
|
btn_send.FlatAppearance.BorderSize = 0;
|
|
btn_send.FlatAppearance.MouseDownBackColor = Color.FromArgb(28, 28, 28);
|
|
btn_send.FlatAppearance.MouseOverBackColor = Color.FromArgb(64, 64, 64);
|
|
btn_send.FlatStyle = FlatStyle.Flat;
|
|
btn_send.ForeColor = Color.Gainsboro;
|
|
btn_send.Location = new Point(447, 83);
|
|
btn_send.Name = "btn_send";
|
|
btn_send.Size = new Size(112, 30);
|
|
btn_send.TabIndex = 16;
|
|
btn_send.Text = "Enviar";
|
|
btn_send.UseVisualStyleBackColor = false;
|
|
btn_send.Click += btn_send_Click;
|
|
//
|
|
// txt_user
|
|
//
|
|
txt_user.Location = new Point(12, 48);
|
|
txt_user.Name = "txt_user";
|
|
txt_user.Size = new Size(547, 23);
|
|
txt_user.TabIndex = 17;
|
|
//
|
|
// frm_recoverpassword
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
BackColor = Color.White;
|
|
ClientSize = new Size(571, 420);
|
|
Controls.Add(txt_user);
|
|
Controls.Add(btn_send);
|
|
Controls.Add(lbl_result);
|
|
Controls.Add(label4);
|
|
MaximizeBox = false;
|
|
Name = "frm_recoverpassword";
|
|
StartPosition = FormStartPosition.CenterScreen;
|
|
Text = "Recuperação de Senha";
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Label label4;
|
|
private Label lbl_result;
|
|
private Button btn_send;
|
|
private TextBox txt_user;
|
|
}
|
|
} |