Levelcode-IBRCAD/IBRCAD/frm_caddecisao.Designer.cs

754 lines
29 KiB
C#

namespace IBRCAD
{
partial class frm_caddecisao
{
/// <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_caddecisao));
pn_princi = new Panel();
pn_controls = new Panel();
btn_save = new Button();
btn_cancel = new Button();
btn_print = new Button();
btn_excluir = new Button();
btn_alterar = new Button();
btn_localizar = new Button();
btn_inserir = new Button();
pb_exit = new PictureBox();
label21 = new Label();
pn_dados = new Panel();
txtOutros = new TextBox();
lbloutros = new Label();
txt_nasc = new MaskedTextBox();
chmemb = new CheckBox();
txtDataBatismo = new MaskedTextBox();
label20 = new Label();
txtConse = new TextBox();
label19 = new Label();
txtAcomp = new TextBox();
label18 = new Label();
txtVisitas = new RichTextBox();
label17 = new Label();
txtDataDecisao = new MaskedTextBox();
label16 = new Label();
checkedListBox1 = new CheckedListBox();
label15 = new Label();
cbwhats = new CheckBox();
txtCel = new MaskedTextBox();
label14 = new Label();
txtcomp = new TextBox();
label13 = new Label();
cb_uf = new ComboBox();
label12 = new Label();
txtCidade = new TextBox();
label11 = new Label();
txtBairro = new TextBox();
label10 = new Label();
txtNum = new TextBox();
label9 = new Label();
txtRua = new TextBox();
label8 = new Label();
txtCep = new TextBox();
label7 = new Label();
txtprof = new TextBox();
label6 = new Label();
cb_sexo = new ComboBox();
label5 = new Label();
label4 = new Label();
cb_estcivil = new ComboBox();
label3 = new Label();
txtnome = new TextBox();
label2 = new Label();
txtCod = new TextBox();
label1 = new Label();
pn_princi.SuspendLayout();
pn_controls.SuspendLayout();
((System.ComponentModel.ISupportInitialize)pb_exit).BeginInit();
pn_dados.SuspendLayout();
SuspendLayout();
//
// pn_princi
//
pn_princi.BackColor = Color.White;
pn_princi.Controls.Add(pn_controls);
pn_princi.Controls.Add(pb_exit);
pn_princi.Controls.Add(label21);
pn_princi.Controls.Add(pn_dados);
pn_princi.Dock = DockStyle.Fill;
pn_princi.Location = new Point(0, 0);
pn_princi.Name = "pn_princi";
pn_princi.Size = new Size(938, 710);
pn_princi.TabIndex = 0;
//
// pn_controls
//
pn_controls.Controls.Add(btn_save);
pn_controls.Controls.Add(btn_cancel);
pn_controls.Controls.Add(btn_print);
pn_controls.Controls.Add(btn_excluir);
pn_controls.Controls.Add(btn_alterar);
pn_controls.Controls.Add(btn_localizar);
pn_controls.Controls.Add(btn_inserir);
pn_controls.Location = new Point(3, 549);
pn_controls.Name = "pn_controls";
pn_controls.Size = new Size(927, 153);
pn_controls.TabIndex = 86;
//
// btn_save
//
btn_save.Image = (Image)resources.GetObject("btn_save.Image");
btn_save.Location = new Point(662, 17);
btn_save.Name = "btn_save";
btn_save.Size = new Size(127, 122);
btn_save.TabIndex = 6;
btn_save.Text = "Salvar";
btn_save.TextAlign = ContentAlignment.BottomCenter;
btn_save.UseVisualStyleBackColor = true;
btn_save.Click += btn_save_Click;
//
// btn_cancel
//
btn_cancel.Image = (Image)resources.GetObject("btn_cancel.Image");
btn_cancel.Location = new Point(793, 17);
btn_cancel.Name = "btn_cancel";
btn_cancel.Size = new Size(127, 122);
btn_cancel.TabIndex = 5;
btn_cancel.Text = "Cancelar";
btn_cancel.TextAlign = ContentAlignment.BottomCenter;
btn_cancel.UseVisualStyleBackColor = true;
btn_cancel.Click += btn_cancel_Click;
//
// btn_print
//
btn_print.Image = (Image)resources.GetObject("btn_print.Image");
btn_print.Location = new Point(531, 17);
btn_print.Name = "btn_print";
btn_print.Size = new Size(127, 122);
btn_print.TabIndex = 4;
btn_print.Text = "Imprimir Ficha";
btn_print.TextAlign = ContentAlignment.BottomCenter;
btn_print.UseVisualStyleBackColor = true;
//
// btn_excluir
//
btn_excluir.Image = (Image)resources.GetObject("btn_excluir.Image");
btn_excluir.Location = new Point(400, 17);
btn_excluir.Name = "btn_excluir";
btn_excluir.Size = new Size(127, 122);
btn_excluir.TabIndex = 3;
btn_excluir.Text = "Excluir ";
btn_excluir.TextAlign = ContentAlignment.BottomCenter;
btn_excluir.UseVisualStyleBackColor = true;
btn_excluir.Click += btn_excluir_Click;
//
// btn_alterar
//
btn_alterar.Image = (Image)resources.GetObject("btn_alterar.Image");
btn_alterar.Location = new Point(269, 17);
btn_alterar.Name = "btn_alterar";
btn_alterar.Size = new Size(127, 122);
btn_alterar.TabIndex = 2;
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(138, 17);
btn_localizar.Name = "btn_localizar";
btn_localizar.Size = new Size(127, 122);
btn_localizar.TabIndex = 1;
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(7, 17);
btn_inserir.Name = "btn_inserir";
btn_inserir.Size = new Size(127, 122);
btn_inserir.TabIndex = 0;
btn_inserir.Text = "Novo Cadastro";
btn_inserir.TextAlign = ContentAlignment.BottomCenter;
btn_inserir.UseVisualStyleBackColor = true;
btn_inserir.Click += btn_inserir_Click;
//
// pb_exit
//
pb_exit.Anchor = AnchorStyles.Top | AnchorStyles.Right;
pb_exit.Image = (Image)resources.GetObject("pb_exit.Image");
pb_exit.Location = new Point(905, 5);
pb_exit.Name = "pb_exit";
pb_exit.Size = new Size(25, 25);
pb_exit.SizeMode = PictureBoxSizeMode.StretchImage;
pb_exit.TabIndex = 85;
pb_exit.TabStop = false;
pb_exit.Click += pb_exit_Click;
//
// label21
//
label21.AutoSize = true;
label21.Font = new Font("Segoe UI", 12F, FontStyle.Bold, GraphicsUnit.Point, 0);
label21.Location = new Point(239, 9);
label21.Name = "label21";
label21.Size = new Size(388, 21);
label21.TabIndex = 84;
label21.Text = "BEM VINDO AO CADASTRO DE FICHA DE DECISÃO";
//
// pn_dados
//
pn_dados.Controls.Add(txtOutros);
pn_dados.Controls.Add(lbloutros);
pn_dados.Controls.Add(txt_nasc);
pn_dados.Controls.Add(chmemb);
pn_dados.Controls.Add(txtDataBatismo);
pn_dados.Controls.Add(label20);
pn_dados.Controls.Add(txtConse);
pn_dados.Controls.Add(label19);
pn_dados.Controls.Add(txtAcomp);
pn_dados.Controls.Add(label18);
pn_dados.Controls.Add(txtVisitas);
pn_dados.Controls.Add(label17);
pn_dados.Controls.Add(txtDataDecisao);
pn_dados.Controls.Add(label16);
pn_dados.Controls.Add(checkedListBox1);
pn_dados.Controls.Add(label15);
pn_dados.Controls.Add(cbwhats);
pn_dados.Controls.Add(txtCel);
pn_dados.Controls.Add(label14);
pn_dados.Controls.Add(txtcomp);
pn_dados.Controls.Add(label13);
pn_dados.Controls.Add(cb_uf);
pn_dados.Controls.Add(label12);
pn_dados.Controls.Add(txtCidade);
pn_dados.Controls.Add(label11);
pn_dados.Controls.Add(txtBairro);
pn_dados.Controls.Add(label10);
pn_dados.Controls.Add(txtNum);
pn_dados.Controls.Add(label9);
pn_dados.Controls.Add(txtRua);
pn_dados.Controls.Add(label8);
pn_dados.Controls.Add(txtCep);
pn_dados.Controls.Add(label7);
pn_dados.Controls.Add(txtprof);
pn_dados.Controls.Add(label6);
pn_dados.Controls.Add(cb_sexo);
pn_dados.Controls.Add(label5);
pn_dados.Controls.Add(label4);
pn_dados.Controls.Add(cb_estcivil);
pn_dados.Controls.Add(label3);
pn_dados.Controls.Add(txtnome);
pn_dados.Controls.Add(label2);
pn_dados.Controls.Add(txtCod);
pn_dados.Controls.Add(label1);
pn_dados.Location = new Point(3, 32);
pn_dados.Name = "pn_dados";
pn_dados.Size = new Size(927, 514);
pn_dados.TabIndex = 0;
//
// txtOutros
//
txtOutros.Location = new Point(662, 273);
txtOutros.Name = "txtOutros";
txtOutros.Size = new Size(225, 23);
txtOutros.TabIndex = 86;
txtOutros.Visible = false;
//
// lbloutros
//
lbloutros.AutoSize = true;
lbloutros.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
lbloutros.Location = new Point(529, 275);
lbloutros.Name = "lbloutros";
lbloutros.Size = new Size(121, 21);
lbloutros.TabIndex = 85;
lbloutros.Text = "Outros Motivos:";
lbloutros.Visible = false;
//
// txt_nasc
//
txt_nasc.Location = new Point(115, 69);
txt_nasc.Mask = "00/00/0000";
txt_nasc.Name = "txt_nasc";
txt_nasc.Size = new Size(84, 23);
txt_nasc.TabIndex = 84;
txt_nasc.ValidatingType = typeof(DateTime);
//
// chmemb
//
chmemb.AutoSize = true;
chmemb.Location = new Point(13, 445);
chmemb.Name = "chmemb";
chmemb.Size = new Size(443, 19);
chmemb.TabIndex = 83;
chmemb.Text = "O congregante/Novo convertido se firmou na fé e se tomou membro da igreja.";
chmemb.UseVisualStyleBackColor = true;
chmemb.CheckedChanged += chmemb_CheckedChanged;
//
// txtDataBatismo
//
txtDataBatismo.Enabled = false;
txtDataBatismo.Location = new Point(141, 482);
txtDataBatismo.Mask = "00/00/0000";
txtDataBatismo.Name = "txtDataBatismo";
txtDataBatismo.Size = new Size(74, 23);
txtDataBatismo.TabIndex = 82;
txtDataBatismo.ValidatingType = typeof(DateTime);
//
// label20
//
label20.AutoSize = true;
label20.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label20.Location = new Point(9, 480);
label20.Name = "label20";
label20.Size = new Size(126, 21);
label20.TabIndex = 81;
label20.Text = "Data de Batismo:";
//
// txtConse
//
txtConse.Location = new Point(628, 407);
txtConse.Name = "txtConse";
txtConse.Size = new Size(259, 23);
txtConse.TabIndex = 80;
//
// label19
//
label19.AutoSize = true;
label19.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label19.Location = new Point(536, 407);
label19.Name = "label19";
label19.Size = new Size(96, 21);
label19.TabIndex = 79;
label19.Text = "Conselheiro:";
//
// txtAcomp
//
txtAcomp.Location = new Point(141, 405);
txtAcomp.Name = "txtAcomp";
txtAcomp.Size = new Size(383, 23);
txtAcomp.TabIndex = 78;
//
// label18
//
label18.AutoSize = true;
label18.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label18.Location = new Point(13, 407);
label18.Name = "label18";
label18.Size = new Size(118, 21);
label18.TabIndex = 77;
label18.Text = "Acompanhante:";
//
// txtVisitas
//
txtVisitas.Location = new Point(130, 281);
txtVisitas.Name = "txtVisitas";
txtVisitas.Size = new Size(394, 92);
txtVisitas.TabIndex = 76;
txtVisitas.Text = "";
//
// label17
//
label17.AutoSize = true;
label17.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label17.Location = new Point(12, 257);
label17.Name = "label17";
label17.Size = new Size(115, 21);
label17.TabIndex = 75;
label17.Text = "Data de Visitas:";
//
// txtDataDecisao
//
txtDataDecisao.Location = new Point(138, 221);
txtDataDecisao.Mask = "00/00/0000";
txtDataDecisao.Name = "txtDataDecisao";
txtDataDecisao.Size = new Size(77, 23);
txtDataDecisao.TabIndex = 74;
txtDataDecisao.ValidatingType = typeof(DateTime);
//
// label16
//
label16.AutoSize = true;
label16.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label16.Location = new Point(13, 223);
label16.Name = "label16";
label16.Size = new Size(122, 21);
label16.TabIndex = 73;
label16.Text = "Data da decisão:";
//
// checkedListBox1
//
checkedListBox1.FormattingEnabled = true;
checkedListBox1.Items.AddRange(new object[] { "Aceitação a Cristo", "Batismo", "Reconciliação", "Outros" });
checkedListBox1.Location = new Point(530, 192);
checkedListBox1.Name = "checkedListBox1";
checkedListBox1.Size = new Size(357, 76);
checkedListBox1.TabIndex = 72;
checkedListBox1.SelectedIndexChanged += checkedListBox1_SelectedIndexChanged;
//
// label15
//
label15.AutoSize = true;
label15.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label15.Location = new Point(299, 181);
label15.Name = "label15";
label15.Size = new Size(225, 21);
label15.TabIndex = 71;
label15.Text = "Assinale qual o tipo de decisão:";
//
// cbwhats
//
cbwhats.AutoSize = true;
cbwhats.Location = new Point(189, 181);
cbwhats.Name = "cbwhats";
cbwhats.Size = new Size(93, 19);
cbwhats.TabIndex = 70;
cbwhats.Text = "É Whatsapp?";
cbwhats.UseVisualStyleBackColor = true;
//
// txtCel
//
txtCel.Location = new Point(79, 179);
txtCel.Mask = "(999) 0 0000-0000";
txtCel.Name = "txtCel";
txtCel.Size = new Size(90, 23);
txtCel.TabIndex = 69;
//
// label14
//
label14.AutoSize = true;
label14.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label14.Location = new Point(12, 181);
label14.Name = "label14";
label14.Size = new Size(62, 21);
label14.TabIndex = 68;
label14.Text = "Celular:";
//
// txtcomp
//
txtcomp.Location = new Point(543, 141);
txtcomp.Name = "txtcomp";
txtcomp.Size = new Size(344, 23);
txtcomp.TabIndex = 67;
//
// label13
//
label13.AutoSize = true;
label13.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label13.Location = new Point(425, 142);
label13.Name = "label13";
label13.Size = new Size(112, 21);
label13.TabIndex = 66;
label13.Text = "Complemento:";
//
// cb_uf
//
cb_uf.FormattingEnabled = true;
cb_uf.Items.AddRange(new object[] { "AL", "RO", "AC", "AM", "RR", "PA", "AP", "TO", "MA", "PI", "CE", "RN", "PB", "PE", "SE", "BA", "MG", "ES", "RJ", "SP", "PR", "SC", "RS", "MS", "MT", "GO", "DF" });
cb_uf.Location = new Point(330, 144);
cb_uf.Name = "cb_uf";
cb_uf.Size = new Size(87, 23);
cb_uf.TabIndex = 65;
//
// label12
//
label12.AutoSize = true;
label12.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label12.Location = new Point(299, 144);
label12.Name = "label12";
label12.Size = new Size(32, 21);
label12.TabIndex = 64;
label12.Text = "UF:";
//
// txtCidade
//
txtCidade.Location = new Point(79, 144);
txtCidade.Name = "txtCidade";
txtCidade.Size = new Size(203, 23);
txtCidade.TabIndex = 63;
//
// label11
//
label11.AutoSize = true;
label11.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label11.Location = new Point(12, 142);
label11.Name = "label11";
label11.Size = new Size(61, 21);
label11.TabIndex = 62;
label11.Text = "Cidade:";
//
// txtBairro
//
txtBairro.Location = new Point(684, 103);
txtBairro.Name = "txtBairro";
txtBairro.Size = new Size(203, 23);
txtBairro.TabIndex = 61;
//
// label10
//
label10.AutoSize = true;
label10.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label10.Location = new Point(623, 103);
label10.Name = "label10";
label10.Size = new Size(55, 21);
label10.TabIndex = 60;
label10.Text = "Bairro:";
//
// txtNum
//
txtNum.Location = new Point(512, 101);
txtNum.Name = "txtNum";
txtNum.Size = new Size(100, 23);
txtNum.TabIndex = 59;
//
// label9
//
label9.AutoSize = true;
label9.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label9.Location = new Point(425, 101);
label9.Name = "label9";
label9.Size = new Size(71, 21);
label9.TabIndex = 58;
label9.Text = "Número:";
//
// txtRua
//
txtRua.Location = new Point(205, 103);
txtRua.Name = "txtRua";
txtRua.Size = new Size(212, 23);
txtRua.TabIndex = 57;
//
// label8
//
label8.AutoSize = true;
label8.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label8.Location = new Point(167, 101);
label8.Name = "label8";
label8.Size = new Size(40, 21);
label8.TabIndex = 56;
label8.Text = "Rua:";
//
// txtCep
//
txtCep.Location = new Point(50, 103);
txtCep.Name = "txtCep";
txtCep.Size = new Size(100, 23);
txtCep.TabIndex = 55;
//
// label7
//
label7.AutoSize = true;
label7.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label7.Location = new Point(12, 101);
label7.Name = "label7";
label7.Size = new Size(40, 21);
label7.TabIndex = 54;
label7.Text = "CEP:";
//
// txtprof
//
txtprof.Location = new Point(512, 71);
txtprof.Name = "txtprof";
txtprof.Size = new Size(375, 23);
txtprof.TabIndex = 53;
//
// label6
//
label6.AutoSize = true;
label6.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label6.Location = new Point(425, 71);
label6.Name = "label6";
label6.Size = new Size(77, 21);
label6.TabIndex = 52;
label6.Text = "Profissão:";
//
// cb_sexo
//
cb_sexo.FormattingEnabled = true;
cb_sexo.Items.AddRange(new object[] { "Masculino", "Feminino" });
cb_sexo.Location = new Point(257, 68);
cb_sexo.Name = "cb_sexo";
cb_sexo.Size = new Size(160, 23);
cb_sexo.TabIndex = 51;
//
// label5
//
label5.AutoSize = true;
label5.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label5.Location = new Point(205, 70);
label5.Name = "label5";
label5.Size = new Size(46, 21);
label5.TabIndex = 50;
label5.Text = "Sexo:";
//
// label4
//
label4.AutoSize = true;
label4.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label4.Location = new Point(13, 70);
label4.Name = "label4";
label4.Size = new Size(96, 21);
label4.TabIndex = 48;
label4.Text = "Nascimento:";
//
// cb_estcivil
//
cb_estcivil.FormattingEnabled = true;
cb_estcivil.Items.AddRange(new object[] { "Casado(a)", "Noivo(a)", "Solteiro(a)", "Viúvo(a)", "Disvorciado(a)" });
cb_estcivil.Location = new Point(727, 37);
cb_estcivil.Name = "cb_estcivil";
cb_estcivil.Size = new Size(160, 23);
cb_estcivil.TabIndex = 47;
//
// label3
//
label3.AutoSize = true;
label3.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label3.Location = new Point(628, 37);
label3.Name = "label3";
label3.Size = new Size(93, 21);
label3.TabIndex = 46;
label3.Text = "Estado Civil:";
//
// txtnome
//
txtnome.Location = new Point(65, 35);
txtnome.Name = "txtnome";
txtnome.Size = new Size(557, 23);
txtnome.TabIndex = 45;
//
// label2
//
label2.AutoSize = true;
label2.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label2.Location = new Point(12, 35);
label2.Name = "label2";
label2.Size = new Size(56, 21);
label2.TabIndex = 44;
label2.Text = "Nome:";
//
// txtCod
//
txtCod.Enabled = false;
txtCod.Location = new Point(141, 7);
txtCod.Name = "txtCod";
txtCod.Size = new Size(100, 23);
txtCod.TabIndex = 43;
//
// label1
//
label1.AutoSize = true;
label1.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
label1.Location = new Point(12, 6);
label1.Name = "label1";
label1.Size = new Size(132, 21);
label1.TabIndex = 42;
label1.Text = "Número da Ficha:";
//
// frm_caddecisao
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(938, 710);
Controls.Add(pn_princi);
FormBorderStyle = FormBorderStyle.None;
Name = "frm_caddecisao";
Text = "frm_caddecisao";
Load += frm_caddecisao_Load;
pn_princi.ResumeLayout(false);
pn_princi.PerformLayout();
pn_controls.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)pb_exit).EndInit();
pn_dados.ResumeLayout(false);
pn_dados.PerformLayout();
ResumeLayout(false);
}
#endregion
private Panel pn_princi;
private Label label21;
private Panel pn_dados;
private CheckBox chmemb;
private MaskedTextBox txtDataBatismo;
private Label label20;
private TextBox txtConse;
private Label label19;
private TextBox txtAcomp;
private Label label18;
private RichTextBox txtVisitas;
private Label label17;
private MaskedTextBox txtDataDecisao;
private Label label16;
private CheckedListBox checkedListBox1;
private Label label15;
private CheckBox cbwhats;
private MaskedTextBox txtCel;
private Label label14;
private TextBox txtcomp;
private Label label13;
private ComboBox cb_uf;
private Label label12;
private TextBox txtCidade;
private Label label11;
private TextBox txtBairro;
private Label label10;
private TextBox txtNum;
private Label label9;
private TextBox txtRua;
private Label label8;
private TextBox txtCep;
private Label label7;
private TextBox txtprof;
private Label label6;
private ComboBox cb_sexo;
private Label label5;
private Label label4;
private ComboBox cb_estcivil;
private Label label3;
private TextBox txtnome;
private Label label2;
private TextBox txtCod;
private Label label1;
private PictureBox pb_exit;
protected Panel pn_controls;
protected Button btn_save;
protected Button btn_cancel;
protected Button btn_print;
protected Button btn_excluir;
protected Button btn_alterar;
protected Button btn_localizar;
protected Button btn_inserir;
private MaskedTextBox txt_nasc;
private TextBox txtOutros;
private Label lbloutros;
}
}