276 lines
12 KiB
C#
276 lines
12 KiB
C#
|
namespace ProjetoLPVIII
|
|||
|
{
|
|||
|
partial class Cadastro_de_Clientes
|
|||
|
{
|
|||
|
/// <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.lblNome = new System.Windows.Forms.Label();
|
|||
|
this.txtNome = new System.Windows.Forms.TextBox();
|
|||
|
this.lblCpf = new System.Windows.Forms.Label();
|
|||
|
this.txtCpf = new System.Windows.Forms.TextBox();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.lblRg = new System.Windows.Forms.Label();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.txtRg = new System.Windows.Forms.TextBox();
|
|||
|
this.txtTel = new System.Windows.Forms.TextBox();
|
|||
|
this.txtCelular = new System.Windows.Forms.TextBox();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
this.txtRua = new System.Windows.Forms.TextBox();
|
|||
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
this.txtNumero = new System.Windows.Forms.TextBox();
|
|||
|
this.txtCidade = new System.Windows.Forms.TextBox();
|
|||
|
this.btnSalvar = new System.Windows.Forms.Button();
|
|||
|
this.btnLimpar = new System.Windows.Forms.Button();
|
|||
|
this.statusLivro = new System.Windows.Forms.ComboBox();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// lblNome
|
|||
|
//
|
|||
|
this.lblNome.AutoSize = true;
|
|||
|
this.lblNome.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lblNome.Location = new System.Drawing.Point(24, 39);
|
|||
|
this.lblNome.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
this.lblNome.Name = "lblNome";
|
|||
|
this.lblNome.Size = new System.Drawing.Size(53, 16);
|
|||
|
this.lblNome.TabIndex = 0;
|
|||
|
this.lblNome.Text = "Nome:";
|
|||
|
//
|
|||
|
// txtNome
|
|||
|
//
|
|||
|
this.txtNome.Location = new System.Drawing.Point(98, 39);
|
|||
|
this.txtNome.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.txtNome.Name = "txtNome";
|
|||
|
this.txtNome.Size = new System.Drawing.Size(326, 22);
|
|||
|
this.txtNome.TabIndex = 1;
|
|||
|
//
|
|||
|
// lblCpf
|
|||
|
//
|
|||
|
this.lblCpf.AutoSize = true;
|
|||
|
this.lblCpf.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lblCpf.Location = new System.Drawing.Point(24, 69);
|
|||
|
this.lblCpf.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
this.lblCpf.Name = "lblCpf";
|
|||
|
this.lblCpf.Size = new System.Drawing.Size(41, 16);
|
|||
|
this.lblCpf.TabIndex = 2;
|
|||
|
this.lblCpf.Text = "CPF:";
|
|||
|
//
|
|||
|
// txtCpf
|
|||
|
//
|
|||
|
this.txtCpf.Location = new System.Drawing.Point(98, 69);
|
|||
|
this.txtCpf.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.txtCpf.Name = "txtCpf";
|
|||
|
this.txtCpf.Size = new System.Drawing.Size(326, 22);
|
|||
|
this.txtCpf.TabIndex = 3;
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label1.Location = new System.Drawing.Point(24, 101);
|
|||
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(65, 16);
|
|||
|
this.label1.TabIndex = 4;
|
|||
|
this.label1.Text = "Celular: ";
|
|||
|
//
|
|||
|
// lblRg
|
|||
|
//
|
|||
|
this.lblRg.AutoSize = true;
|
|||
|
this.lblRg.Location = new System.Drawing.Point(467, 45);
|
|||
|
this.lblRg.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|||
|
this.lblRg.Name = "lblRg";
|
|||
|
this.lblRg.Size = new System.Drawing.Size(34, 16);
|
|||
|
this.lblRg.TabIndex = 5;
|
|||
|
this.lblRg.Text = "RG:";
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.Location = new System.Drawing.Point(467, 70);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(74, 16);
|
|||
|
this.label2.TabIndex = 6;
|
|||
|
this.label2.Text = "Telefone:";
|
|||
|
//
|
|||
|
// txtRg
|
|||
|
//
|
|||
|
this.txtRg.Location = new System.Drawing.Point(508, 39);
|
|||
|
this.txtRg.Name = "txtRg";
|
|||
|
this.txtRg.Size = new System.Drawing.Size(282, 22);
|
|||
|
this.txtRg.TabIndex = 7;
|
|||
|
//
|
|||
|
// txtTel
|
|||
|
//
|
|||
|
this.txtTel.Location = new System.Drawing.Point(547, 67);
|
|||
|
this.txtTel.Name = "txtTel";
|
|||
|
this.txtTel.Size = new System.Drawing.Size(242, 22);
|
|||
|
this.txtTel.TabIndex = 8;
|
|||
|
//
|
|||
|
// txtCelular
|
|||
|
//
|
|||
|
this.txtCelular.Location = new System.Drawing.Point(98, 98);
|
|||
|
this.txtCelular.Name = "txtCelular";
|
|||
|
this.txtCelular.Size = new System.Drawing.Size(326, 22);
|
|||
|
this.txtCelular.TabIndex = 9;
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.AutoSize = true;
|
|||
|
this.label3.Location = new System.Drawing.Point(467, 101);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(40, 16);
|
|||
|
this.label3.TabIndex = 10;
|
|||
|
this.label3.Text = "Rua:";
|
|||
|
//
|
|||
|
// txtRua
|
|||
|
//
|
|||
|
this.txtRua.Location = new System.Drawing.Point(523, 98);
|
|||
|
this.txtRua.Name = "txtRua";
|
|||
|
this.txtRua.Size = new System.Drawing.Size(267, 22);
|
|||
|
this.txtRua.TabIndex = 11;
|
|||
|
//
|
|||
|
// label4
|
|||
|
//
|
|||
|
this.label4.AutoSize = true;
|
|||
|
this.label4.Location = new System.Drawing.Point(26, 132);
|
|||
|
this.label4.Name = "label4";
|
|||
|
this.label4.Size = new System.Drawing.Size(66, 16);
|
|||
|
this.label4.TabIndex = 12;
|
|||
|
this.label4.Text = "Número:";
|
|||
|
//
|
|||
|
// label5
|
|||
|
//
|
|||
|
this.label5.AutoSize = true;
|
|||
|
this.label5.Location = new System.Drawing.Point(467, 129);
|
|||
|
this.label5.Name = "label5";
|
|||
|
this.label5.Size = new System.Drawing.Size(62, 16);
|
|||
|
this.label5.TabIndex = 13;
|
|||
|
this.label5.Text = "Cidade:";
|
|||
|
//
|
|||
|
// txtNumero
|
|||
|
//
|
|||
|
this.txtNumero.Location = new System.Drawing.Point(98, 129);
|
|||
|
this.txtNumero.Name = "txtNumero";
|
|||
|
this.txtNumero.Size = new System.Drawing.Size(326, 22);
|
|||
|
this.txtNumero.TabIndex = 14;
|
|||
|
//
|
|||
|
// txtCidade
|
|||
|
//
|
|||
|
this.txtCidade.Location = new System.Drawing.Point(553, 126);
|
|||
|
this.txtCidade.Name = "txtCidade";
|
|||
|
this.txtCidade.Size = new System.Drawing.Size(237, 22);
|
|||
|
this.txtCidade.TabIndex = 15;
|
|||
|
//
|
|||
|
// btnSalvar
|
|||
|
//
|
|||
|
this.btnSalvar.Location = new System.Drawing.Point(430, 194);
|
|||
|
this.btnSalvar.Name = "btnSalvar";
|
|||
|
this.btnSalvar.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.btnSalvar.TabIndex = 16;
|
|||
|
this.btnSalvar.Text = "Salvar";
|
|||
|
this.btnSalvar.UseVisualStyleBackColor = true;
|
|||
|
this.btnSalvar.Click += new System.EventHandler(this.btnSalvar_Click);
|
|||
|
//
|
|||
|
// btnLimpar
|
|||
|
//
|
|||
|
this.btnLimpar.Location = new System.Drawing.Point(349, 194);
|
|||
|
this.btnLimpar.Name = "btnLimpar";
|
|||
|
this.btnLimpar.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.btnLimpar.TabIndex = 17;
|
|||
|
this.btnLimpar.Text = "Limpar";
|
|||
|
this.btnLimpar.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// statusLivro
|
|||
|
//
|
|||
|
this.statusLivro.FormattingEnabled = true;
|
|||
|
this.statusLivro.Items.AddRange(new object[] {
|
|||
|
"ATIVO",
|
|||
|
"DESATIVADO"});
|
|||
|
this.statusLivro.Location = new System.Drawing.Point(27, 193);
|
|||
|
this.statusLivro.Name = "statusLivro";
|
|||
|
this.statusLivro.Size = new System.Drawing.Size(314, 24);
|
|||
|
this.statusLivro.TabIndex = 57;
|
|||
|
this.statusLivro.Text = "Ativado?";
|
|||
|
//
|
|||
|
// Cadastro_de_Clientes
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(842, 238);
|
|||
|
this.Controls.Add(this.statusLivro);
|
|||
|
this.Controls.Add(this.btnLimpar);
|
|||
|
this.Controls.Add(this.btnSalvar);
|
|||
|
this.Controls.Add(this.txtCidade);
|
|||
|
this.Controls.Add(this.txtNumero);
|
|||
|
this.Controls.Add(this.label5);
|
|||
|
this.Controls.Add(this.label4);
|
|||
|
this.Controls.Add(this.txtRua);
|
|||
|
this.Controls.Add(this.label3);
|
|||
|
this.Controls.Add(this.txtCelular);
|
|||
|
this.Controls.Add(this.txtTel);
|
|||
|
this.Controls.Add(this.txtRg);
|
|||
|
this.Controls.Add(this.label2);
|
|||
|
this.Controls.Add(this.lblRg);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Controls.Add(this.txtCpf);
|
|||
|
this.Controls.Add(this.lblCpf);
|
|||
|
this.Controls.Add(this.txtNome);
|
|||
|
this.Controls.Add(this.lblNome);
|
|||
|
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|||
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|||
|
this.Name = "Cadastro_de_Clientes";
|
|||
|
this.Text = "Cadastro de Clientes";
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Label lblNome;
|
|||
|
private System.Windows.Forms.TextBox txtNome;
|
|||
|
private System.Windows.Forms.Label lblCpf;
|
|||
|
private System.Windows.Forms.TextBox txtCpf;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.Label lblRg;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private System.Windows.Forms.TextBox txtRg;
|
|||
|
private System.Windows.Forms.TextBox txtTel;
|
|||
|
private System.Windows.Forms.TextBox txtCelular;
|
|||
|
private System.Windows.Forms.Label label3;
|
|||
|
private System.Windows.Forms.TextBox txtRua;
|
|||
|
private System.Windows.Forms.Label label4;
|
|||
|
private System.Windows.Forms.Label label5;
|
|||
|
private System.Windows.Forms.TextBox txtNumero;
|
|||
|
private System.Windows.Forms.TextBox txtCidade;
|
|||
|
private System.Windows.Forms.Button btnSalvar;
|
|||
|
private System.Windows.Forms.Button btnLimpar;
|
|||
|
private System.Windows.Forms.ComboBox statusLivro;
|
|||
|
}
|
|||
|
}
|