1146 lines
43 KiB
C#
1146 lines
43 KiB
C#
namespace IBRCAD
|
|
{
|
|
partial class frm_configempresa
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_configempresa));
|
|
gp_data = new GroupBox();
|
|
txt_cod = new TextBox();
|
|
lblcod = new Label();
|
|
btn_excluirlogo = new Button();
|
|
btn_addlogo = new Button();
|
|
gp_logo = new GroupBox();
|
|
pb_logo = new PictureBox();
|
|
cb_naturezaempresa = new ComboBox();
|
|
lblnatureza = new Label();
|
|
txt_complemento = new TextBox();
|
|
lblcomp = new Label();
|
|
txt_estado = new TextBox();
|
|
lbl_estado = new Label();
|
|
txt_cidade = new TextBox();
|
|
lbl_cidade = new Label();
|
|
txt_bairro = new TextBox();
|
|
lblbairro = new Label();
|
|
txt_numero = new TextBox();
|
|
lbl_num = new Label();
|
|
txt_rua = new TextBox();
|
|
lblrua = new Label();
|
|
txt_cep = new TextBox();
|
|
lblcep = new Label();
|
|
txt_cnpjempresa = new TextBox();
|
|
lbl_cnpj = new Label();
|
|
txt_nameempresa = new TextBox();
|
|
lbl_nomeempresa = new Label();
|
|
gp_diretoria = new GroupBox();
|
|
gp_controlls = new GroupBox();
|
|
btn_cancel = new Button();
|
|
btn_save = new Button();
|
|
btn_delete = new Button();
|
|
btn_alterar = new Button();
|
|
btn_localizar = new Button();
|
|
btn_inserir = new Button();
|
|
gp_cont1 = new GroupBox();
|
|
txt_cargoct1 = new TextBox();
|
|
label27 = new Label();
|
|
txt_cpfct1 = new TextBox();
|
|
label28 = new Label();
|
|
txt_nascct1 = new MaskedTextBox();
|
|
label29 = new Label();
|
|
txt_nomect1 = new TextBox();
|
|
label30 = new Label();
|
|
gp_cont2 = new GroupBox();
|
|
txt_cargoct2 = new TextBox();
|
|
label31 = new Label();
|
|
txt_cpfct2 = new TextBox();
|
|
label32 = new Label();
|
|
txt_nascct2 = new MaskedTextBox();
|
|
label33 = new Label();
|
|
txt_nomect2 = new TextBox();
|
|
label34 = new Label();
|
|
gp_2sec = new GroupBox();
|
|
txt_cargos2 = new TextBox();
|
|
label23 = new Label();
|
|
txt_cpfs2 = new TextBox();
|
|
label24 = new Label();
|
|
txt_nascs2 = new MaskedTextBox();
|
|
label25 = new Label();
|
|
txt_nomes2 = new TextBox();
|
|
label26 = new Label();
|
|
gp_1sec = new GroupBox();
|
|
txt_cargos1 = new TextBox();
|
|
label19 = new Label();
|
|
txt_cpfs1 = new TextBox();
|
|
label20 = new Label();
|
|
txt_nascs1 = new MaskedTextBox();
|
|
label21 = new Label();
|
|
txt_nomes1 = new TextBox();
|
|
label22 = new Label();
|
|
gp_vicepresidente = new GroupBox();
|
|
txt_cargoVP = new TextBox();
|
|
label15 = new Label();
|
|
txt_cpfvp = new TextBox();
|
|
label16 = new Label();
|
|
txt_nascvp = new MaskedTextBox();
|
|
label17 = new Label();
|
|
txt_namevp = new TextBox();
|
|
label18 = new Label();
|
|
gp_presidente = new GroupBox();
|
|
txt_cargoP = new TextBox();
|
|
label14 = new Label();
|
|
txt_cpfP = new TextBox();
|
|
label13 = new Label();
|
|
txt_nasc = new MaskedTextBox();
|
|
label12 = new Label();
|
|
txt_nomeP = new TextBox();
|
|
label11 = new Label();
|
|
pb_exit = new PictureBox();
|
|
gp_data.SuspendLayout();
|
|
gp_logo.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)pb_logo).BeginInit();
|
|
gp_diretoria.SuspendLayout();
|
|
gp_controlls.SuspendLayout();
|
|
gp_cont1.SuspendLayout();
|
|
gp_cont2.SuspendLayout();
|
|
gp_2sec.SuspendLayout();
|
|
gp_1sec.SuspendLayout();
|
|
gp_vicepresidente.SuspendLayout();
|
|
gp_presidente.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)pb_exit).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// gp_data
|
|
//
|
|
gp_data.Controls.Add(txt_cod);
|
|
gp_data.Controls.Add(lblcod);
|
|
gp_data.Controls.Add(btn_excluirlogo);
|
|
gp_data.Controls.Add(btn_addlogo);
|
|
gp_data.Controls.Add(gp_logo);
|
|
gp_data.Controls.Add(cb_naturezaempresa);
|
|
gp_data.Controls.Add(lblnatureza);
|
|
gp_data.Controls.Add(txt_complemento);
|
|
gp_data.Controls.Add(lblcomp);
|
|
gp_data.Controls.Add(txt_estado);
|
|
gp_data.Controls.Add(lbl_estado);
|
|
gp_data.Controls.Add(txt_cidade);
|
|
gp_data.Controls.Add(lbl_cidade);
|
|
gp_data.Controls.Add(txt_bairro);
|
|
gp_data.Controls.Add(lblbairro);
|
|
gp_data.Controls.Add(txt_numero);
|
|
gp_data.Controls.Add(lbl_num);
|
|
gp_data.Controls.Add(txt_rua);
|
|
gp_data.Controls.Add(lblrua);
|
|
gp_data.Controls.Add(txt_cep);
|
|
gp_data.Controls.Add(lblcep);
|
|
gp_data.Controls.Add(txt_cnpjempresa);
|
|
gp_data.Controls.Add(lbl_cnpj);
|
|
gp_data.Controls.Add(txt_nameempresa);
|
|
gp_data.Controls.Add(lbl_nomeempresa);
|
|
gp_data.Location = new Point(12, 17);
|
|
gp_data.Name = "gp_data";
|
|
gp_data.Size = new Size(975, 290);
|
|
gp_data.TabIndex = 0;
|
|
gp_data.TabStop = false;
|
|
gp_data.Text = "Dados Empresarias";
|
|
//
|
|
// txt_cod
|
|
//
|
|
txt_cod.Enabled = false;
|
|
txt_cod.Location = new Point(4, 43);
|
|
txt_cod.Name = "txt_cod";
|
|
txt_cod.Size = new Size(109, 23);
|
|
txt_cod.TabIndex = 22;
|
|
//
|
|
// lblcod
|
|
//
|
|
lblcod.AutoSize = true;
|
|
lblcod.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
|
lblcod.Location = new Point(4, 19);
|
|
lblcod.Name = "lblcod";
|
|
lblcod.Size = new Size(147, 21);
|
|
lblcod.TabIndex = 21;
|
|
lblcod.Text = "Código de cadastro:";
|
|
//
|
|
// btn_excluirlogo
|
|
//
|
|
btn_excluirlogo.Location = new Point(820, 234);
|
|
btn_excluirlogo.Name = "btn_excluirlogo";
|
|
btn_excluirlogo.Size = new Size(111, 48);
|
|
btn_excluirlogo.TabIndex = 20;
|
|
btn_excluirlogo.Text = "Excluir Logo";
|
|
btn_excluirlogo.UseVisualStyleBackColor = true;
|
|
btn_excluirlogo.Click += btn_excluirlogo_Click;
|
|
//
|
|
// btn_addlogo
|
|
//
|
|
btn_addlogo.Location = new Point(659, 234);
|
|
btn_addlogo.Name = "btn_addlogo";
|
|
btn_addlogo.Size = new Size(111, 48);
|
|
btn_addlogo.TabIndex = 19;
|
|
btn_addlogo.Text = "Adcionar Logo";
|
|
btn_addlogo.UseVisualStyleBackColor = true;
|
|
btn_addlogo.Click += btn_addlogo_Click;
|
|
//
|
|
// gp_logo
|
|
//
|
|
gp_logo.Controls.Add(pb_logo);
|
|
gp_logo.Location = new Point(659, 19);
|
|
gp_logo.Name = "gp_logo";
|
|
gp_logo.Size = new Size(272, 212);
|
|
gp_logo.TabIndex = 18;
|
|
gp_logo.TabStop = false;
|
|
gp_logo.Text = "Logo da empresa";
|
|
//
|
|
// pb_logo
|
|
//
|
|
pb_logo.Dock = DockStyle.Fill;
|
|
pb_logo.Location = new Point(3, 19);
|
|
pb_logo.Name = "pb_logo";
|
|
pb_logo.Size = new Size(266, 190);
|
|
pb_logo.SizeMode = PictureBoxSizeMode.StretchImage;
|
|
pb_logo.TabIndex = 0;
|
|
pb_logo.TabStop = false;
|
|
//
|
|
// cb_naturezaempresa
|
|
//
|
|
cb_naturezaempresa.FormattingEnabled = true;
|
|
cb_naturezaempresa.Items.AddRange(new object[] { "Empresa Pública\t", "Sociedade de Economia Mista\t", "Sociedade Anônima Aberta\t", "Sociedade Anônima Fechada\t", "Sociedade Empresária Limitada\t", "Sociedade Empresária em Nome Coletivo", "Sociedade Empresária em Comandita Simples", "Sociedade Empresária em Comandita por Ações", "Sociedade em Conta de Participação Cooperativa\t", "Consórcio de Sociedades", "Grupo de Sociedades\t", "Sociedade Simples Pura\t", "Sociedade Simples Limitada", "Sociedade Simples em Nome Coletivo", "Sociedade Simples em Comandita Simples", "Consórcio Simples", "Empresa Individual de Responsabilidade Limitada", "Empresa Individual de Responsabilidade Limitada (de Natureza Simples)", "Fundação Privada", "Organização Religiosa", "Organização Social (OS)\t", "Associação Privada", "Produtor Rural" });
|
|
cb_naturezaempresa.Location = new Point(335, 232);
|
|
cb_naturezaempresa.Name = "cb_naturezaempresa";
|
|
cb_naturezaempresa.Size = new Size(195, 23);
|
|
cb_naturezaempresa.TabIndex = 17;
|
|
//
|
|
// lblnatureza
|
|
//
|
|
lblnatureza.AutoSize = true;
|
|
lblnatureza.Location = new Point(335, 213);
|
|
lblnatureza.Name = "lblnatureza";
|
|
lblnatureza.Size = new Size(121, 15);
|
|
lblnatureza.TabIndex = 16;
|
|
lblnatureza.Text = "Natureza empresarial:";
|
|
//
|
|
// txt_complemento
|
|
//
|
|
txt_complemento.Location = new Point(13, 232);
|
|
txt_complemento.Name = "txt_complemento";
|
|
txt_complemento.Size = new Size(316, 23);
|
|
txt_complemento.TabIndex = 15;
|
|
//
|
|
// lblcomp
|
|
//
|
|
lblcomp.AutoSize = true;
|
|
lblcomp.Location = new Point(13, 213);
|
|
lblcomp.Name = "lblcomp";
|
|
lblcomp.Size = new Size(87, 15);
|
|
lblcomp.TabIndex = 14;
|
|
lblcomp.Text = "Complemento:";
|
|
//
|
|
// txt_estado
|
|
//
|
|
txt_estado.Location = new Point(456, 187);
|
|
txt_estado.Name = "txt_estado";
|
|
txt_estado.Size = new Size(199, 23);
|
|
txt_estado.TabIndex = 13;
|
|
//
|
|
// lbl_estado
|
|
//
|
|
lbl_estado.AutoSize = true;
|
|
lbl_estado.Location = new Point(456, 168);
|
|
lbl_estado.Name = "lbl_estado";
|
|
lbl_estado.Size = new Size(45, 15);
|
|
lbl_estado.TabIndex = 12;
|
|
lbl_estado.Text = "Estado:";
|
|
//
|
|
// txt_cidade
|
|
//
|
|
txt_cidade.Location = new Point(290, 187);
|
|
txt_cidade.Name = "txt_cidade";
|
|
txt_cidade.Size = new Size(155, 23);
|
|
txt_cidade.TabIndex = 13;
|
|
//
|
|
// lbl_cidade
|
|
//
|
|
lbl_cidade.AutoSize = true;
|
|
lbl_cidade.Location = new Point(290, 168);
|
|
lbl_cidade.Name = "lbl_cidade";
|
|
lbl_cidade.Size = new Size(47, 15);
|
|
lbl_cidade.TabIndex = 12;
|
|
lbl_cidade.Text = "Cidade:";
|
|
//
|
|
// txt_bairro
|
|
//
|
|
txt_bairro.Location = new Point(13, 184);
|
|
txt_bairro.Name = "txt_bairro";
|
|
txt_bairro.Size = new Size(269, 23);
|
|
txt_bairro.TabIndex = 11;
|
|
//
|
|
// lblbairro
|
|
//
|
|
lblbairro.AutoSize = true;
|
|
lblbairro.Location = new Point(13, 165);
|
|
lblbairro.Name = "lblbairro";
|
|
lblbairro.Size = new Size(41, 15);
|
|
lblbairro.TabIndex = 10;
|
|
lblbairro.Text = "Bairro:";
|
|
//
|
|
// txt_numero
|
|
//
|
|
txt_numero.Location = new Point(567, 137);
|
|
txt_numero.Name = "txt_numero";
|
|
txt_numero.Size = new Size(88, 23);
|
|
txt_numero.TabIndex = 9;
|
|
//
|
|
// lbl_num
|
|
//
|
|
lbl_num.AutoSize = true;
|
|
lbl_num.Location = new Point(567, 118);
|
|
lbl_num.Name = "lbl_num";
|
|
lbl_num.Size = new Size(54, 15);
|
|
lbl_num.TabIndex = 8;
|
|
lbl_num.Text = "Numero:";
|
|
//
|
|
// txt_rua
|
|
//
|
|
txt_rua.Location = new Point(396, 137);
|
|
txt_rua.Name = "txt_rua";
|
|
txt_rua.Size = new Size(165, 23);
|
|
txt_rua.TabIndex = 7;
|
|
//
|
|
// lblrua
|
|
//
|
|
lblrua.AutoSize = true;
|
|
lblrua.Location = new Point(396, 118);
|
|
lblrua.Name = "lblrua";
|
|
lblrua.Size = new Size(30, 15);
|
|
lblrua.TabIndex = 6;
|
|
lblrua.Text = "Rua:";
|
|
//
|
|
// txt_cep
|
|
//
|
|
txt_cep.Location = new Point(290, 137);
|
|
txt_cep.Name = "txt_cep";
|
|
txt_cep.Size = new Size(100, 23);
|
|
txt_cep.TabIndex = 5;
|
|
txt_cep.KeyPress += txt_cep_KeyPress;
|
|
txt_cep.Leave += txt_cep_Leave;
|
|
//
|
|
// lblcep
|
|
//
|
|
lblcep.AutoSize = true;
|
|
lblcep.Location = new Point(286, 119);
|
|
lblcep.Name = "lblcep";
|
|
lblcep.Size = new Size(31, 15);
|
|
lblcep.TabIndex = 4;
|
|
lblcep.Text = "Cep:";
|
|
//
|
|
// txt_cnpjempresa
|
|
//
|
|
txt_cnpjempresa.Location = new Point(10, 137);
|
|
txt_cnpjempresa.Name = "txt_cnpjempresa";
|
|
txt_cnpjempresa.Size = new Size(272, 23);
|
|
txt_cnpjempresa.TabIndex = 3;
|
|
txt_cnpjempresa.KeyPress += txt_cnpjempresa_KeyPress;
|
|
txt_cnpjempresa.Leave += txt_cnpjempresa_Leave;
|
|
//
|
|
// lbl_cnpj
|
|
//
|
|
lbl_cnpj.AutoSize = true;
|
|
lbl_cnpj.Location = new Point(6, 119);
|
|
lbl_cnpj.Name = "lbl_cnpj";
|
|
lbl_cnpj.Size = new Size(98, 15);
|
|
lbl_cnpj.TabIndex = 2;
|
|
lbl_cnpj.Text = "CNPJ da empresa";
|
|
//
|
|
// txt_nameempresa
|
|
//
|
|
txt_nameempresa.Location = new Point(8, 91);
|
|
txt_nameempresa.Name = "txt_nameempresa";
|
|
txt_nameempresa.Size = new Size(647, 23);
|
|
txt_nameempresa.TabIndex = 1;
|
|
//
|
|
// lbl_nomeempresa
|
|
//
|
|
lbl_nomeempresa.AutoSize = true;
|
|
lbl_nomeempresa.Location = new Point(4, 73);
|
|
lbl_nomeempresa.Name = "lbl_nomeempresa";
|
|
lbl_nomeempresa.Size = new Size(104, 15);
|
|
lbl_nomeempresa.TabIndex = 0;
|
|
lbl_nomeempresa.Text = "Nome da Empresa";
|
|
//
|
|
// gp_diretoria
|
|
//
|
|
gp_diretoria.Controls.Add(gp_controlls);
|
|
gp_diretoria.Controls.Add(gp_cont1);
|
|
gp_diretoria.Controls.Add(gp_cont2);
|
|
gp_diretoria.Controls.Add(gp_2sec);
|
|
gp_diretoria.Controls.Add(gp_1sec);
|
|
gp_diretoria.Controls.Add(gp_vicepresidente);
|
|
gp_diretoria.Controls.Add(gp_presidente);
|
|
gp_diretoria.Location = new Point(12, 306);
|
|
gp_diretoria.Name = "gp_diretoria";
|
|
gp_diretoria.Size = new Size(982, 327);
|
|
gp_diretoria.TabIndex = 19;
|
|
gp_diretoria.TabStop = false;
|
|
gp_diretoria.Text = "Diretoria";
|
|
//
|
|
// gp_controlls
|
|
//
|
|
gp_controlls.Controls.Add(btn_cancel);
|
|
gp_controlls.Controls.Add(btn_save);
|
|
gp_controlls.Controls.Add(btn_delete);
|
|
gp_controlls.Controls.Add(btn_alterar);
|
|
gp_controlls.Controls.Add(btn_localizar);
|
|
gp_controlls.Controls.Add(btn_inserir);
|
|
gp_controlls.Location = new Point(201, 165);
|
|
gp_controlls.Name = "gp_controlls";
|
|
gp_controlls.Size = new Size(775, 156);
|
|
gp_controlls.TabIndex = 10;
|
|
gp_controlls.TabStop = false;
|
|
gp_controlls.Text = "Controles";
|
|
//
|
|
// btn_cancel
|
|
//
|
|
btn_cancel.Image = (Image)resources.GetObject("btn_cancel.Image");
|
|
btn_cancel.Location = new Point(664, 17);
|
|
btn_cancel.Name = "btn_cancel";
|
|
btn_cancel.Size = new Size(110, 133);
|
|
btn_cancel.TabIndex = 6;
|
|
btn_cancel.Text = "Cancelar";
|
|
btn_cancel.TextAlign = ContentAlignment.BottomCenter;
|
|
btn_cancel.UseVisualStyleBackColor = true;
|
|
btn_cancel.Click += btn_cancel_Click;
|
|
//
|
|
// btn_save
|
|
//
|
|
btn_save.Image = (Image)resources.GetObject("btn_save.Image");
|
|
btn_save.Location = new Point(532, 17);
|
|
btn_save.Name = "btn_save";
|
|
btn_save.Size = new Size(110, 133);
|
|
btn_save.TabIndex = 5;
|
|
btn_save.Text = "Salvar";
|
|
btn_save.TextAlign = ContentAlignment.BottomCenter;
|
|
btn_save.UseVisualStyleBackColor = true;
|
|
btn_save.Click += btn_save_Click;
|
|
//
|
|
// btn_delete
|
|
//
|
|
btn_delete.Image = (Image)resources.GetObject("btn_delete.Image");
|
|
btn_delete.Location = new Point(400, 17);
|
|
btn_delete.Name = "btn_delete";
|
|
btn_delete.Size = new Size(110, 133);
|
|
btn_delete.TabIndex = 4;
|
|
btn_delete.Text = "Excluir ";
|
|
btn_delete.TextAlign = ContentAlignment.BottomCenter;
|
|
btn_delete.UseVisualStyleBackColor = true;
|
|
btn_delete.Click += btn_delete_Click;
|
|
//
|
|
// btn_alterar
|
|
//
|
|
btn_alterar.Image = (Image)resources.GetObject("btn_alterar.Image");
|
|
btn_alterar.Location = new Point(268, 17);
|
|
btn_alterar.Name = "btn_alterar";
|
|
btn_alterar.Size = new Size(110, 133);
|
|
btn_alterar.TabIndex = 3;
|
|
btn_alterar.Text = "Atualizar Cadastro";
|
|
btn_alterar.TextAlign = ContentAlignment.BottomCenter;
|
|
btn_alterar.UseVisualStyleBackColor = true;
|
|
btn_alterar.Click += btn_alterar_Click;
|
|
//
|
|
// btn_localizar
|
|
//
|
|
btn_localizar.Image = (Image)resources.GetObject("btn_localizar.Image");
|
|
btn_localizar.Location = new Point(136, 17);
|
|
btn_localizar.Name = "btn_localizar";
|
|
btn_localizar.Size = new Size(110, 133);
|
|
btn_localizar.TabIndex = 2;
|
|
btn_localizar.Text = "Localizar Cadastro";
|
|
btn_localizar.TextAlign = ContentAlignment.BottomCenter;
|
|
btn_localizar.UseVisualStyleBackColor = true;
|
|
btn_localizar.Click += btn_localizar_Click;
|
|
//
|
|
// btn_inserir
|
|
//
|
|
btn_inserir.Image = (Image)resources.GetObject("btn_inserir.Image");
|
|
btn_inserir.Location = new Point(4, 17);
|
|
btn_inserir.Name = "btn_inserir";
|
|
btn_inserir.Size = new Size(110, 133);
|
|
btn_inserir.TabIndex = 1;
|
|
btn_inserir.Text = "Novo Cadastro";
|
|
btn_inserir.TextAlign = ContentAlignment.BottomCenter;
|
|
btn_inserir.UseVisualStyleBackColor = true;
|
|
btn_inserir.Click += btn_inserir_Click;
|
|
//
|
|
// gp_cont1
|
|
//
|
|
gp_cont1.Controls.Add(txt_cargoct1);
|
|
gp_cont1.Controls.Add(label27);
|
|
gp_cont1.Controls.Add(txt_cpfct1);
|
|
gp_cont1.Controls.Add(label28);
|
|
gp_cont1.Controls.Add(txt_nascct1);
|
|
gp_cont1.Controls.Add(label29);
|
|
gp_cont1.Controls.Add(txt_nomect1);
|
|
gp_cont1.Controls.Add(label30);
|
|
gp_cont1.Location = new Point(780, 22);
|
|
gp_cont1.Name = "gp_cont1";
|
|
gp_cont1.Size = new Size(187, 137);
|
|
gp_cont1.TabIndex = 8;
|
|
gp_cont1.TabStop = false;
|
|
gp_cont1.Text = "1ºContador/Tesoureiro(a)";
|
|
//
|
|
// txt_cargoct1
|
|
//
|
|
txt_cargoct1.Location = new Point(55, 106);
|
|
txt_cargoct1.Name = "txt_cargoct1";
|
|
txt_cargoct1.Size = new Size(126, 23);
|
|
txt_cargoct1.TabIndex = 39;
|
|
//
|
|
// label27
|
|
//
|
|
label27.AutoSize = true;
|
|
label27.Location = new Point(6, 109);
|
|
label27.Name = "label27";
|
|
label27.Size = new Size(42, 15);
|
|
label27.TabIndex = 38;
|
|
label27.Text = "Cargo:";
|
|
//
|
|
// txt_cpfct1
|
|
//
|
|
txt_cpfct1.Location = new Point(55, 74);
|
|
txt_cpfct1.Name = "txt_cpfct1";
|
|
txt_cpfct1.Size = new Size(126, 23);
|
|
txt_cpfct1.TabIndex = 37;
|
|
txt_cpfct1.Leave += txt_cpfct1_Leave;
|
|
//
|
|
// label28
|
|
//
|
|
label28.AutoSize = true;
|
|
label28.Location = new Point(14, 82);
|
|
label28.Name = "label28";
|
|
label28.Size = new Size(31, 15);
|
|
label28.TabIndex = 36;
|
|
label28.Text = "CPF:";
|
|
//
|
|
// txt_nascct1
|
|
//
|
|
txt_nascct1.Location = new Point(55, 45);
|
|
txt_nascct1.Mask = "00/00/0000";
|
|
txt_nascct1.Name = "txt_nascct1";
|
|
txt_nascct1.Size = new Size(68, 23);
|
|
txt_nascct1.TabIndex = 35;
|
|
txt_nascct1.ValidatingType = typeof(DateTime);
|
|
//
|
|
// label29
|
|
//
|
|
label29.AutoSize = true;
|
|
label29.Location = new Point(9, 48);
|
|
label29.Name = "label29";
|
|
label29.Size = new Size(36, 15);
|
|
label29.TabIndex = 34;
|
|
label29.Text = "Nasc:";
|
|
//
|
|
// txt_nomect1
|
|
//
|
|
txt_nomect1.Location = new Point(55, 16);
|
|
txt_nomect1.Name = "txt_nomect1";
|
|
txt_nomect1.Size = new Size(126, 23);
|
|
txt_nomect1.TabIndex = 33;
|
|
//
|
|
// label30
|
|
//
|
|
label30.AutoSize = true;
|
|
label30.Location = new Point(6, 19);
|
|
label30.Name = "label30";
|
|
label30.Size = new Size(43, 15);
|
|
label30.TabIndex = 32;
|
|
label30.Text = "Nome:";
|
|
//
|
|
// gp_cont2
|
|
//
|
|
gp_cont2.Controls.Add(txt_cargoct2);
|
|
gp_cont2.Controls.Add(label31);
|
|
gp_cont2.Controls.Add(txt_cpfct2);
|
|
gp_cont2.Controls.Add(label32);
|
|
gp_cont2.Controls.Add(txt_nascct2);
|
|
gp_cont2.Controls.Add(label33);
|
|
gp_cont2.Controls.Add(txt_nomect2);
|
|
gp_cont2.Controls.Add(label34);
|
|
gp_cont2.Location = new Point(8, 165);
|
|
gp_cont2.Name = "gp_cont2";
|
|
gp_cont2.Size = new Size(187, 137);
|
|
gp_cont2.TabIndex = 7;
|
|
gp_cont2.TabStop = false;
|
|
gp_cont2.Text = "2ºContador/Tesoureiro(a)";
|
|
//
|
|
// txt_cargoct2
|
|
//
|
|
txt_cargoct2.Location = new Point(55, 106);
|
|
txt_cargoct2.Name = "txt_cargoct2";
|
|
txt_cargoct2.Size = new Size(126, 23);
|
|
txt_cargoct2.TabIndex = 47;
|
|
//
|
|
// label31
|
|
//
|
|
label31.AutoSize = true;
|
|
label31.Location = new Point(6, 109);
|
|
label31.Name = "label31";
|
|
label31.Size = new Size(42, 15);
|
|
label31.TabIndex = 46;
|
|
label31.Text = "Cargo:";
|
|
//
|
|
// txt_cpfct2
|
|
//
|
|
txt_cpfct2.Location = new Point(55, 74);
|
|
txt_cpfct2.Name = "txt_cpfct2";
|
|
txt_cpfct2.Size = new Size(126, 23);
|
|
txt_cpfct2.TabIndex = 45;
|
|
txt_cpfct2.KeyPress += txt_cpfct2_KeyPress;
|
|
txt_cpfct2.Leave += txt_cpfct2_Leave;
|
|
//
|
|
// label32
|
|
//
|
|
label32.AutoSize = true;
|
|
label32.Location = new Point(6, 82);
|
|
label32.Name = "label32";
|
|
label32.Size = new Size(31, 15);
|
|
label32.TabIndex = 44;
|
|
label32.Text = "CPF:";
|
|
//
|
|
// txt_nascct2
|
|
//
|
|
txt_nascct2.Location = new Point(55, 45);
|
|
txt_nascct2.Mask = "00/00/0000";
|
|
txt_nascct2.Name = "txt_nascct2";
|
|
txt_nascct2.Size = new Size(69, 23);
|
|
txt_nascct2.TabIndex = 43;
|
|
txt_nascct2.ValidatingType = typeof(DateTime);
|
|
//
|
|
// label33
|
|
//
|
|
label33.AutoSize = true;
|
|
label33.Location = new Point(6, 48);
|
|
label33.Name = "label33";
|
|
label33.Size = new Size(36, 15);
|
|
label33.TabIndex = 42;
|
|
label33.Text = "Nasc:";
|
|
//
|
|
// txt_nomect2
|
|
//
|
|
txt_nomect2.Location = new Point(55, 16);
|
|
txt_nomect2.Name = "txt_nomect2";
|
|
txt_nomect2.Size = new Size(126, 23);
|
|
txt_nomect2.TabIndex = 41;
|
|
//
|
|
// label34
|
|
//
|
|
label34.AutoSize = true;
|
|
label34.Location = new Point(6, 19);
|
|
label34.Name = "label34";
|
|
label34.Size = new Size(43, 15);
|
|
label34.TabIndex = 40;
|
|
label34.Text = "Nome:";
|
|
//
|
|
// gp_2sec
|
|
//
|
|
gp_2sec.Controls.Add(txt_cargos2);
|
|
gp_2sec.Controls.Add(label23);
|
|
gp_2sec.Controls.Add(txt_cpfs2);
|
|
gp_2sec.Controls.Add(label24);
|
|
gp_2sec.Controls.Add(txt_nascs2);
|
|
gp_2sec.Controls.Add(label25);
|
|
gp_2sec.Controls.Add(txt_nomes2);
|
|
gp_2sec.Controls.Add(label26);
|
|
gp_2sec.Location = new Point(587, 22);
|
|
gp_2sec.Name = "gp_2sec";
|
|
gp_2sec.Size = new Size(187, 137);
|
|
gp_2sec.TabIndex = 9;
|
|
gp_2sec.TabStop = false;
|
|
gp_2sec.Text = "2º Secretario(a)";
|
|
//
|
|
// txt_cargos2
|
|
//
|
|
txt_cargos2.Location = new Point(55, 106);
|
|
txt_cargos2.Name = "txt_cargos2";
|
|
txt_cargos2.Size = new Size(126, 23);
|
|
txt_cargos2.TabIndex = 31;
|
|
//
|
|
// label23
|
|
//
|
|
label23.AutoSize = true;
|
|
label23.Location = new Point(6, 109);
|
|
label23.Name = "label23";
|
|
label23.Size = new Size(42, 15);
|
|
label23.TabIndex = 30;
|
|
label23.Text = "Cargo:";
|
|
//
|
|
// txt_cpfs2
|
|
//
|
|
txt_cpfs2.Location = new Point(55, 74);
|
|
txt_cpfs2.Name = "txt_cpfs2";
|
|
txt_cpfs2.Size = new Size(126, 23);
|
|
txt_cpfs2.TabIndex = 29;
|
|
txt_cpfs2.KeyPress += txt_cpfs2_KeyPress;
|
|
txt_cpfs2.Leave += txt_cpfs2_Leave;
|
|
//
|
|
// label24
|
|
//
|
|
label24.AutoSize = true;
|
|
label24.Location = new Point(14, 82);
|
|
label24.Name = "label24";
|
|
label24.Size = new Size(31, 15);
|
|
label24.TabIndex = 28;
|
|
label24.Text = "CPF:";
|
|
//
|
|
// txt_nascs2
|
|
//
|
|
txt_nascs2.Location = new Point(55, 45);
|
|
txt_nascs2.Mask = "00/00/0000";
|
|
txt_nascs2.Name = "txt_nascs2";
|
|
txt_nascs2.Size = new Size(69, 23);
|
|
txt_nascs2.TabIndex = 27;
|
|
txt_nascs2.ValidatingType = typeof(DateTime);
|
|
//
|
|
// label25
|
|
//
|
|
label25.AutoSize = true;
|
|
label25.Location = new Point(13, 48);
|
|
label25.Name = "label25";
|
|
label25.Size = new Size(36, 15);
|
|
label25.TabIndex = 26;
|
|
label25.Text = "Nasc:";
|
|
//
|
|
// txt_nomes2
|
|
//
|
|
txt_nomes2.Location = new Point(55, 16);
|
|
txt_nomes2.Name = "txt_nomes2";
|
|
txt_nomes2.Size = new Size(126, 23);
|
|
txt_nomes2.TabIndex = 25;
|
|
//
|
|
// label26
|
|
//
|
|
label26.AutoSize = true;
|
|
label26.Location = new Point(6, 19);
|
|
label26.Name = "label26";
|
|
label26.Size = new Size(43, 15);
|
|
label26.TabIndex = 24;
|
|
label26.Text = "Nome:";
|
|
//
|
|
// gp_1sec
|
|
//
|
|
gp_1sec.Controls.Add(txt_cargos1);
|
|
gp_1sec.Controls.Add(label19);
|
|
gp_1sec.Controls.Add(txt_cpfs1);
|
|
gp_1sec.Controls.Add(label20);
|
|
gp_1sec.Controls.Add(txt_nascs1);
|
|
gp_1sec.Controls.Add(label21);
|
|
gp_1sec.Controls.Add(txt_nomes1);
|
|
gp_1sec.Controls.Add(label22);
|
|
gp_1sec.Location = new Point(394, 22);
|
|
gp_1sec.Name = "gp_1sec";
|
|
gp_1sec.Size = new Size(187, 137);
|
|
gp_1sec.TabIndex = 8;
|
|
gp_1sec.TabStop = false;
|
|
gp_1sec.Text = "1º Secretario(a)";
|
|
//
|
|
// txt_cargos1
|
|
//
|
|
txt_cargos1.Location = new Point(55, 106);
|
|
txt_cargos1.Name = "txt_cargos1";
|
|
txt_cargos1.Size = new Size(126, 23);
|
|
txt_cargos1.TabIndex = 23;
|
|
//
|
|
// label19
|
|
//
|
|
label19.AutoSize = true;
|
|
label19.Location = new Point(6, 109);
|
|
label19.Name = "label19";
|
|
label19.Size = new Size(42, 15);
|
|
label19.TabIndex = 22;
|
|
label19.Text = "Cargo:";
|
|
//
|
|
// txt_cpfs1
|
|
//
|
|
txt_cpfs1.Location = new Point(55, 74);
|
|
txt_cpfs1.Name = "txt_cpfs1";
|
|
txt_cpfs1.Size = new Size(126, 23);
|
|
txt_cpfs1.TabIndex = 21;
|
|
txt_cpfs1.KeyPress += txt_cpfs1_KeyPress;
|
|
txt_cpfs1.Leave += txt_cpfs1_Leave;
|
|
//
|
|
// label20
|
|
//
|
|
label20.AutoSize = true;
|
|
label20.Location = new Point(14, 82);
|
|
label20.Name = "label20";
|
|
label20.Size = new Size(31, 15);
|
|
label20.TabIndex = 20;
|
|
label20.Text = "CPF:";
|
|
//
|
|
// txt_nascs1
|
|
//
|
|
txt_nascs1.Location = new Point(55, 45);
|
|
txt_nascs1.Mask = "00/00/0000";
|
|
txt_nascs1.Name = "txt_nascs1";
|
|
txt_nascs1.Size = new Size(61, 23);
|
|
txt_nascs1.TabIndex = 19;
|
|
txt_nascs1.ValidatingType = typeof(DateTime);
|
|
//
|
|
// label21
|
|
//
|
|
label21.AutoSize = true;
|
|
label21.Location = new Point(13, 48);
|
|
label21.Name = "label21";
|
|
label21.Size = new Size(36, 15);
|
|
label21.TabIndex = 18;
|
|
label21.Text = "Nasc:";
|
|
//
|
|
// txt_nomes1
|
|
//
|
|
txt_nomes1.Location = new Point(55, 16);
|
|
txt_nomes1.Name = "txt_nomes1";
|
|
txt_nomes1.Size = new Size(126, 23);
|
|
txt_nomes1.TabIndex = 17;
|
|
//
|
|
// label22
|
|
//
|
|
label22.AutoSize = true;
|
|
label22.Location = new Point(6, 19);
|
|
label22.Name = "label22";
|
|
label22.Size = new Size(43, 15);
|
|
label22.TabIndex = 16;
|
|
label22.Text = "Nome:";
|
|
//
|
|
// gp_vicepresidente
|
|
//
|
|
gp_vicepresidente.Controls.Add(txt_cargoVP);
|
|
gp_vicepresidente.Controls.Add(label15);
|
|
gp_vicepresidente.Controls.Add(txt_cpfvp);
|
|
gp_vicepresidente.Controls.Add(label16);
|
|
gp_vicepresidente.Controls.Add(txt_nascvp);
|
|
gp_vicepresidente.Controls.Add(label17);
|
|
gp_vicepresidente.Controls.Add(txt_namevp);
|
|
gp_vicepresidente.Controls.Add(label18);
|
|
gp_vicepresidente.Location = new Point(201, 22);
|
|
gp_vicepresidente.Name = "gp_vicepresidente";
|
|
gp_vicepresidente.Size = new Size(187, 137);
|
|
gp_vicepresidente.TabIndex = 7;
|
|
gp_vicepresidente.TabStop = false;
|
|
gp_vicepresidente.Text = "Vice-Presidente/Modelador";
|
|
//
|
|
// txt_cargoVP
|
|
//
|
|
txt_cargoVP.Location = new Point(55, 106);
|
|
txt_cargoVP.Name = "txt_cargoVP";
|
|
txt_cargoVP.Size = new Size(126, 23);
|
|
txt_cargoVP.TabIndex = 15;
|
|
//
|
|
// label15
|
|
//
|
|
label15.AutoSize = true;
|
|
label15.Location = new Point(6, 109);
|
|
label15.Name = "label15";
|
|
label15.Size = new Size(42, 15);
|
|
label15.TabIndex = 14;
|
|
label15.Text = "Cargo:";
|
|
//
|
|
// txt_cpfvp
|
|
//
|
|
txt_cpfvp.Location = new Point(55, 74);
|
|
txt_cpfvp.Name = "txt_cpfvp";
|
|
txt_cpfvp.Size = new Size(126, 23);
|
|
txt_cpfvp.TabIndex = 13;
|
|
txt_cpfvp.KeyPress += txt_cpfvp_KeyPress;
|
|
txt_cpfvp.Leave += txt_cpfvp_Leave;
|
|
//
|
|
// label16
|
|
//
|
|
label16.AutoSize = true;
|
|
label16.Location = new Point(14, 82);
|
|
label16.Name = "label16";
|
|
label16.Size = new Size(31, 15);
|
|
label16.TabIndex = 12;
|
|
label16.Text = "CPF:";
|
|
//
|
|
// txt_nascvp
|
|
//
|
|
txt_nascvp.Location = new Point(55, 45);
|
|
txt_nascvp.Mask = "00/00/0000";
|
|
txt_nascvp.Name = "txt_nascvp";
|
|
txt_nascvp.Size = new Size(73, 23);
|
|
txt_nascvp.TabIndex = 11;
|
|
txt_nascvp.ValidatingType = typeof(DateTime);
|
|
//
|
|
// label17
|
|
//
|
|
label17.AutoSize = true;
|
|
label17.Location = new Point(13, 48);
|
|
label17.Name = "label17";
|
|
label17.Size = new Size(36, 15);
|
|
label17.TabIndex = 10;
|
|
label17.Text = "Nasc:";
|
|
//
|
|
// txt_namevp
|
|
//
|
|
txt_namevp.Location = new Point(55, 16);
|
|
txt_namevp.Name = "txt_namevp";
|
|
txt_namevp.Size = new Size(126, 23);
|
|
txt_namevp.TabIndex = 9;
|
|
//
|
|
// label18
|
|
//
|
|
label18.AutoSize = true;
|
|
label18.Location = new Point(6, 19);
|
|
label18.Name = "label18";
|
|
label18.Size = new Size(43, 15);
|
|
label18.TabIndex = 8;
|
|
label18.Text = "Nome:";
|
|
//
|
|
// gp_presidente
|
|
//
|
|
gp_presidente.Controls.Add(txt_cargoP);
|
|
gp_presidente.Controls.Add(label14);
|
|
gp_presidente.Controls.Add(txt_cpfP);
|
|
gp_presidente.Controls.Add(label13);
|
|
gp_presidente.Controls.Add(txt_nasc);
|
|
gp_presidente.Controls.Add(label12);
|
|
gp_presidente.Controls.Add(txt_nomeP);
|
|
gp_presidente.Controls.Add(label11);
|
|
gp_presidente.Location = new Point(8, 22);
|
|
gp_presidente.Name = "gp_presidente";
|
|
gp_presidente.Size = new Size(187, 137);
|
|
gp_presidente.TabIndex = 0;
|
|
gp_presidente.TabStop = false;
|
|
gp_presidente.Text = "Presidente/Pastor";
|
|
//
|
|
// txt_cargoP
|
|
//
|
|
txt_cargoP.Location = new Point(55, 106);
|
|
txt_cargoP.Name = "txt_cargoP";
|
|
txt_cargoP.Size = new Size(126, 23);
|
|
txt_cargoP.TabIndex = 7;
|
|
//
|
|
// label14
|
|
//
|
|
label14.AutoSize = true;
|
|
label14.Location = new Point(6, 109);
|
|
label14.Name = "label14";
|
|
label14.Size = new Size(42, 15);
|
|
label14.TabIndex = 6;
|
|
label14.Text = "Cargo:";
|
|
//
|
|
// txt_cpfP
|
|
//
|
|
txt_cpfP.Location = new Point(55, 74);
|
|
txt_cpfP.Name = "txt_cpfP";
|
|
txt_cpfP.Size = new Size(126, 23);
|
|
txt_cpfP.TabIndex = 5;
|
|
txt_cpfP.KeyPress += txt_cpfP_KeyPress;
|
|
txt_cpfP.Leave += txt_cpfP_Leave;
|
|
//
|
|
// label13
|
|
//
|
|
label13.AutoSize = true;
|
|
label13.Location = new Point(14, 82);
|
|
label13.Name = "label13";
|
|
label13.Size = new Size(31, 15);
|
|
label13.TabIndex = 4;
|
|
label13.Text = "CPF:";
|
|
//
|
|
// txt_nasc
|
|
//
|
|
txt_nasc.Location = new Point(55, 45);
|
|
txt_nasc.Mask = "00/00/0000";
|
|
txt_nasc.Name = "txt_nasc";
|
|
txt_nasc.Size = new Size(69, 23);
|
|
txt_nasc.TabIndex = 3;
|
|
txt_nasc.ValidatingType = typeof(DateTime);
|
|
//
|
|
// label12
|
|
//
|
|
label12.AutoSize = true;
|
|
label12.Location = new Point(13, 48);
|
|
label12.Name = "label12";
|
|
label12.Size = new Size(36, 15);
|
|
label12.TabIndex = 2;
|
|
label12.Text = "Nasc:";
|
|
//
|
|
// txt_nomeP
|
|
//
|
|
txt_nomeP.Location = new Point(55, 16);
|
|
txt_nomeP.Name = "txt_nomeP";
|
|
txt_nomeP.Size = new Size(126, 23);
|
|
txt_nomeP.TabIndex = 1;
|
|
//
|
|
// label11
|
|
//
|
|
label11.AutoSize = true;
|
|
label11.Location = new Point(6, 19);
|
|
label11.Name = "label11";
|
|
label11.Size = new Size(43, 15);
|
|
label11.TabIndex = 1;
|
|
label11.Text = "Nome:";
|
|
//
|
|
// pb_exit
|
|
//
|
|
pb_exit.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
|
pb_exit.Image = (Image)resources.GetObject("pb_exit.Image");
|
|
pb_exit.Location = new Point(980, 0);
|
|
pb_exit.Name = "pb_exit";
|
|
pb_exit.Size = new Size(25, 25);
|
|
pb_exit.SizeMode = PictureBoxSizeMode.StretchImage;
|
|
pb_exit.TabIndex = 20;
|
|
pb_exit.TabStop = false;
|
|
pb_exit.Click += pb_exit_Click;
|
|
//
|
|
// frm_configempresa
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
BackColor = Color.White;
|
|
ClientSize = new Size(1006, 639);
|
|
Controls.Add(pb_exit);
|
|
Controls.Add(gp_diretoria);
|
|
Controls.Add(gp_data);
|
|
FormBorderStyle = FormBorderStyle.None;
|
|
Name = "frm_configempresa";
|
|
Text = "frm_configempresa";
|
|
Load += frm_configempresa_Load;
|
|
gp_data.ResumeLayout(false);
|
|
gp_data.PerformLayout();
|
|
gp_logo.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)pb_logo).EndInit();
|
|
gp_diretoria.ResumeLayout(false);
|
|
gp_controlls.ResumeLayout(false);
|
|
gp_cont1.ResumeLayout(false);
|
|
gp_cont1.PerformLayout();
|
|
gp_cont2.ResumeLayout(false);
|
|
gp_cont2.PerformLayout();
|
|
gp_2sec.ResumeLayout(false);
|
|
gp_2sec.PerformLayout();
|
|
gp_1sec.ResumeLayout(false);
|
|
gp_1sec.PerformLayout();
|
|
gp_vicepresidente.ResumeLayout(false);
|
|
gp_vicepresidente.PerformLayout();
|
|
gp_presidente.ResumeLayout(false);
|
|
gp_presidente.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)pb_exit).EndInit();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private GroupBox gp_data;
|
|
private TextBox txt_rua;
|
|
private Label lblrua;
|
|
private TextBox txt_cep;
|
|
private Label lblcep;
|
|
private TextBox txt_cnpjempresa;
|
|
private Label lbl_cnpj;
|
|
private TextBox txt_nameempresa;
|
|
private Label lbl_nomeempresa;
|
|
private ComboBox cb_naturezaempresa;
|
|
private Label lblnatureza;
|
|
private TextBox txt_complemento;
|
|
private Label lblcomp;
|
|
private TextBox txt_estado;
|
|
private Label lbl_estado;
|
|
private TextBox txt_cidade;
|
|
private Label lbl_cidade;
|
|
private TextBox txt_bairro;
|
|
private Label lblbairro;
|
|
private TextBox txt_numero;
|
|
private Label lbl_num;
|
|
private Button btn_excluirlogo;
|
|
private Button btn_addlogo;
|
|
private GroupBox gp_logo;
|
|
private PictureBox pb_logo;
|
|
private GroupBox gp_diretoria;
|
|
private GroupBox gp_presidente;
|
|
private MaskedTextBox txt_nasc;
|
|
private Label label12;
|
|
private TextBox txt_nomeP;
|
|
private Label label11;
|
|
private GroupBox gp_vicepresidente;
|
|
private TextBox txt_cargoVP;
|
|
private Label label15;
|
|
private TextBox txt_cpfvp;
|
|
private Label label16;
|
|
private MaskedTextBox txt_nascvp;
|
|
private Label label17;
|
|
private TextBox txt_namevp;
|
|
private Label label18;
|
|
private TextBox txt_cargoP;
|
|
private Label label14;
|
|
private TextBox txt_cpfP;
|
|
private Label label13;
|
|
private GroupBox gp_cont1;
|
|
private TextBox txt_cargoct1;
|
|
private Label label27;
|
|
private TextBox txt_cpfct1;
|
|
private Label label28;
|
|
private MaskedTextBox txt_nascct1;
|
|
private Label label29;
|
|
private TextBox txt_nomect1;
|
|
private Label label30;
|
|
private GroupBox gp_cont2;
|
|
private TextBox txt_cargoct2;
|
|
private Label label31;
|
|
private TextBox txt_cpfct2;
|
|
private Label label32;
|
|
private MaskedTextBox txt_nascct2;
|
|
private Label label33;
|
|
private TextBox txt_nomect2;
|
|
private Label label34;
|
|
private GroupBox gp_2sec;
|
|
private TextBox txt_cargos2;
|
|
private Label label23;
|
|
private TextBox txt_cpfs2;
|
|
private Label label24;
|
|
private MaskedTextBox txt_nascs2;
|
|
private Label label25;
|
|
private TextBox txt_nomes2;
|
|
private Label label26;
|
|
private GroupBox gp_1sec;
|
|
private TextBox txt_cargos1;
|
|
private Label label19;
|
|
private TextBox txt_cpfs1;
|
|
private Label label20;
|
|
private MaskedTextBox txt_nascs1;
|
|
private Label label21;
|
|
private TextBox txt_nomes1;
|
|
private Label label22;
|
|
private TextBox txt_cod;
|
|
private Label lblcod;
|
|
private GroupBox gp_controlls;
|
|
protected Button btn_cancel;
|
|
protected Button btn_save;
|
|
protected Button btn_delete;
|
|
protected Button btn_alterar;
|
|
protected Button btn_localizar;
|
|
protected Button btn_inserir;
|
|
private PictureBox pb_exit;
|
|
}
|
|
} |