128 lines
5.8 KiB
C#
128 lines
5.8 KiB
C#
namespace TelasProjeto
|
|
{
|
|
partial class FormLogin
|
|
{
|
|
/// <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.lblLogin = new System.Windows.Forms.Label();
|
|
this.btnAcessar = new System.Windows.Forms.Button();
|
|
this.lblSenha = new System.Windows.Forms.Label();
|
|
this.lblUsuario = new System.Windows.Forms.Label();
|
|
this.txtSenha = new System.Windows.Forms.TextBox();
|
|
this.txtUsuario = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblLogin
|
|
//
|
|
this.lblLogin.AutoSize = true;
|
|
this.lblLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblLogin.Location = new System.Drawing.Point(192, 20);
|
|
this.lblLogin.Name = "lblLogin";
|
|
this.lblLogin.Size = new System.Drawing.Size(62, 24);
|
|
this.lblLogin.TabIndex = 53;
|
|
this.lblLogin.Text = "Login";
|
|
//
|
|
// btnAcessar
|
|
//
|
|
this.btnAcessar.FlatAppearance.BorderSize = 3;
|
|
this.btnAcessar.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnAcessar.Location = new System.Drawing.Point(173, 137);
|
|
this.btnAcessar.Name = "btnAcessar";
|
|
this.btnAcessar.Size = new System.Drawing.Size(102, 32);
|
|
this.btnAcessar.TabIndex = 38;
|
|
this.btnAcessar.Text = "Acessar";
|
|
this.btnAcessar.UseMnemonic = false;
|
|
this.btnAcessar.UseVisualStyleBackColor = true;
|
|
this.btnAcessar.Click += new System.EventHandler(this.btnAcessar_Click);
|
|
//
|
|
// lblSenha
|
|
//
|
|
this.lblSenha.AutoSize = true;
|
|
this.lblSenha.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblSenha.Location = new System.Drawing.Point(34, 101);
|
|
this.lblSenha.Name = "lblSenha";
|
|
this.lblSenha.Size = new System.Drawing.Size(54, 18);
|
|
this.lblSenha.TabIndex = 41;
|
|
this.lblSenha.Text = "Senha:";
|
|
//
|
|
// lblUsuario
|
|
//
|
|
this.lblUsuario.AutoSize = true;
|
|
this.lblUsuario.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblUsuario.Location = new System.Drawing.Point(34, 64);
|
|
this.lblUsuario.Name = "lblUsuario";
|
|
this.lblUsuario.Size = new System.Drawing.Size(64, 18);
|
|
this.lblUsuario.TabIndex = 40;
|
|
this.lblUsuario.Text = "Usuário:";
|
|
//
|
|
// txtSenha
|
|
//
|
|
this.txtSenha.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txtSenha.Location = new System.Drawing.Point(104, 98);
|
|
this.txtSenha.Name = "txtSenha";
|
|
this.txtSenha.PasswordChar = '*';
|
|
this.txtSenha.Size = new System.Drawing.Size(303, 24);
|
|
this.txtSenha.TabIndex = 42;
|
|
//
|
|
// txtUsuario
|
|
//
|
|
this.txtUsuario.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txtUsuario.Location = new System.Drawing.Point(104, 61);
|
|
this.txtUsuario.Name = "txtUsuario";
|
|
this.txtUsuario.Size = new System.Drawing.Size(303, 24);
|
|
this.txtUsuario.TabIndex = 37;
|
|
//
|
|
// FormLogin
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(464, 196);
|
|
this.Controls.Add(this.lblLogin);
|
|
this.Controls.Add(this.txtSenha);
|
|
this.Controls.Add(this.lblSenha);
|
|
this.Controls.Add(this.lblUsuario);
|
|
this.Controls.Add(this.btnAcessar);
|
|
this.Controls.Add(this.txtUsuario);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Name = "FormLogin";
|
|
this.Text = "Login";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lblLogin;
|
|
private System.Windows.Forms.Button btnAcessar;
|
|
private System.Windows.Forms.Label lblSenha;
|
|
private System.Windows.Forms.Label lblUsuario;
|
|
private System.Windows.Forms.TextBox txtSenha;
|
|
private System.Windows.Forms.TextBox txtUsuario;
|
|
}
|
|
}
|