/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.components = new System.ComponentModel.Container();
            this.txt = new System.Windows.Forms.TextBox();
            this.btnProcurar = new System.Windows.Forms.Button();
            this.formatadorNome = new Apresentação.Pessoa.FormatadorNome(this.components);
            this.imagem = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.imagem)).BeginInit();
            this.SuspendLayout();
            // 
            // txt
            // 
            this.txt.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.formatadorNome.SetFormatarNome(this.txt, true);
            this.txt.Location = new System.Drawing.Point(0, 0);
            this.txt.Name = "txt";
            this.txt.Size = new System.Drawing.Size(196, 20);
            this.txt.TabIndex = 0;
            this.txt.TextChanged += new System.EventHandler(this.txt_TextChanged);
            this.txt.Enter += new System.EventHandler(this.txt_Enter);
            this.txt.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_KeyDown);
            this.txt.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
            this.txt.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_KeyUp);
            this.txt.Leave += new System.EventHandler(this.txt_Leave);
            this.txt.Validating += new System.ComponentModel.CancelEventHandler(this.txt_Validating);
            // 
            // btnProcurar
            // 
            this.btnProcurar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnProcurar.BackgroundImage = global::Apresentação.Resource.search4people;
            this.btnProcurar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.btnProcurar.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnProcurar.Location = new System.Drawing.Point(196, 0);
            this.btnProcurar.Name = "btnProcurar";
            this.btnProcurar.Size = new System.Drawing.Size(20, 20);
            this.btnProcurar.TabIndex = 1;
            this.btnProcurar.TabStop = false;
            this.btnProcurar.UseVisualStyleBackColor = true;
            this.btnProcurar.Click += new System.EventHandler(this.btnProcurar_Click);
            // 
            // imagem
            // 
            this.imagem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.imagem.BackColor = System.Drawing.SystemColors.Window;
            this.imagem.Image = global::Apresentação.Resource.Lupa;
            this.imagem.Location = new System.Drawing.Point(179, 2);
            this.imagem.Name = "imagem";
            this.imagem.Size = new System.Drawing.Size(16, 16);
            this.imagem.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.imagem.TabIndex = 2;
            this.imagem.TabStop = false;
            this.imagem.Visible = false;
            // 
            // TextBoxPessoa
            // 
            this.Controls.Add(this.imagem);
            this.Controls.Add(this.btnProcurar);
            this.Controls.Add(this.txt);
            this.Name = "TextBoxPessoa";
            this.Size = new System.Drawing.Size(216, 20);
            this.Move += new System.EventHandler(this.TextBoxPessoa_Resize);
            this.Resize += new System.EventHandler(this.TextBoxPessoa_Resize);
            ((System.ComponentModel.ISupportInitialize)(this.imagem)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.components = new System.ComponentModel.Container();
            this.lblNome = new System.Windows.Forms.Label();
            this.txtNome = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.txtCPF = new AMS.TextBox.MultiMaskedTextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtRG = new System.Windows.Forms.TextBox();
            this.lblEmissor = new System.Windows.Forms.Label();
            this.txtRGEmissor = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.optFeminino = new System.Windows.Forms.RadioButton();
            this.optMasculino = new System.Windows.Forms.RadioButton();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.optOutro = new System.Windows.Forms.RadioButton();
            this.optViuvo = new System.Windows.Forms.RadioButton();
            this.optDivorciado = new System.Windows.Forms.RadioButton();
            this.optCasado = new System.Windows.Forms.RadioButton();
            this.optSolteiro = new System.Windows.Forms.RadioButton();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.txtPaís = new Apresentação.Pessoa.Endereço.TextBoxPaís();
            this.txtEstado = new Apresentação.Pessoa.Endereço.TextBoxEstado();
            this.txtLocalidade = new Apresentação.Pessoa.Endereço.TextBoxLocalidade();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.txtNascimento = new AMS.TextBox.DateTextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.abrirArquivo = new System.Windows.Forms.OpenFileDialog();
            this.formatadorNome = new Apresentação.Pessoa.FormatadorNome(this.components);
            this.txtProfissão = new System.Windows.Forms.TextBox();
            this.lblMãe = new System.Windows.Forms.Label();
            this.txtMãe = new Apresentação.Pessoa.Consultas.TextBoxPessoa();
            this.lblPai = new System.Windows.Forms.Label();
            this.txtPai = new Apresentação.Pessoa.Consultas.TextBoxPessoa();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.txtCódigo = new AMS.TextBox.IntegerTextBox();
            this.cmbNumeraçãoAutomática = new System.Windows.Forms.CheckBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.SuspendLayout();
            // 
            // lblNome
            // 
            this.lblNome.AutoSize = true;
            this.lblNome.Location = new System.Drawing.Point(5, 49);
            this.lblNome.Name = "lblNome";
            this.lblNome.Size = new System.Drawing.Size(38, 13);
            this.lblNome.TabIndex = 0;
            this.lblNome.Text = "&Nome:";
            // 
            // txtNome
            // 
            this.txtNome.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.formatadorNome.SetFormatarNome(this.txtNome, true);
            this.txtNome.Location = new System.Drawing.Point(65, 46);
            this.txtNome.MaxLength = 100;
            this.txtNome.Name = "txtNome";
            this.txtNome.Size = new System.Drawing.Size(314, 20);
            this.txtNome.TabIndex = 3;
            this.txtNome.Validated += new System.EventHandler(this.txtNome_Validated);
            this.txtNome.Validating += new System.ComponentModel.CancelEventHandler(this.txtNome_Validating);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(5, 102);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(30, 13);
            this.label1.TabIndex = 6;
            this.label1.Text = "&CPF:";
            // 
            // txtCPF
            // 
            this.txtCPF.Flags = 0;
            this.txtCPF.Location = new System.Drawing.Point(65, 99);
            this.txtCPF.Mask = "###.###.###-##";
            this.txtCPF.MaxLength = 14;
            this.txtCPF.Name = "txtCPF";
            this.txtCPF.Size = new System.Drawing.Size(91, 20);
            this.txtCPF.TabIndex = 6;
            this.txtCPF.Validated += new System.EventHandler(this.txtCPF_Validated);
            this.txtCPF.Validating += new System.ComponentModel.CancelEventHandler(this.txtCPF_Validating);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(5, 76);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(21, 13);
            this.label2.TabIndex = 2;
            this.label2.Text = "&DI:";
            // 
            // txtRG
            // 
            this.txtRG.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.txtRG.Location = new System.Drawing.Point(65, 73);
            this.txtRG.MaxLength = 15;
            this.txtRG.Name = "txtRG";
            this.txtRG.Size = new System.Drawing.Size(91, 20);
            this.txtRG.TabIndex = 4;
            this.txtRG.Validated += new System.EventHandler(this.txtRG_Validated);
            // 
            // lblEmissor
            // 
            this.lblEmissor.AutoSize = true;
            this.lblEmissor.Location = new System.Drawing.Point(162, 76);
            this.lblEmissor.Name = "lblEmissor";
            this.lblEmissor.Size = new System.Drawing.Size(78, 13);
            this.lblEmissor.TabIndex = 4;
            this.lblEmissor.Text = "&Órgão Emissor:";
            // 
            // txtRGEmissor
            // 
            this.txtRGEmissor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtRGEmissor.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.txtRGEmissor.Location = new System.Drawing.Point(246, 73);
            this.txtRGEmissor.MaxLength = 10;
            this.txtRGEmissor.Name = "txtRGEmissor";
            this.txtRGEmissor.Size = new System.Drawing.Size(133, 20);
            this.txtRGEmissor.TabIndex = 5;
            this.txtRGEmissor.Validated += new System.EventHandler(this.txtRGEmissor_Validated);
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.BackColor = System.Drawing.Color.Transparent;
            this.groupBox1.Controls.Add(this.optFeminino);
            this.groupBox1.Controls.Add(this.optMasculino);
            this.groupBox1.Location = new System.Drawing.Point(217, 162);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(172, 227);
            this.groupBox1.TabIndex = 3;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Se&xo";
            // 
            // optFeminino
            // 
            this.optFeminino.BackColor = System.Drawing.Color.Transparent;
            this.optFeminino.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.optFeminino.Location = new System.Drawing.Point(8, 48);
            this.optFeminino.Name = "optFeminino";
            this.optFeminino.Size = new System.Drawing.Size(136, 16);
            this.optFeminino.TabIndex = 15;
            this.optFeminino.Text = "Feminino";
            this.optFeminino.UseVisualStyleBackColor = false;
            this.optFeminino.CheckedChanged += new System.EventHandler(this.optFeminino_CheckedChanged);
            // 
            // optMasculino
            // 
            this.optMasculino.BackColor = System.Drawing.Color.Transparent;
            this.optMasculino.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.optMasculino.Location = new System.Drawing.Point(8, 24);
            this.optMasculino.Name = "optMasculino";
            this.optMasculino.Size = new System.Drawing.Size(136, 16);
            this.optMasculino.TabIndex = 14;
            this.optMasculino.Text = "Masculino";
            this.optMasculino.UseVisualStyleBackColor = false;
            this.optMasculino.CheckedChanged += new System.EventHandler(this.optMasculino_CheckedChanged);
            // 
            // groupBox2
            // 
            this.groupBox2.BackColor = System.Drawing.Color.Transparent;
            this.groupBox2.Controls.Add(this.optOutro);
            this.groupBox2.Controls.Add(this.optViuvo);
            this.groupBox2.Controls.Add(this.optDivorciado);
            this.groupBox2.Controls.Add(this.optCasado);
            this.groupBox2.Controls.Add(this.optSolteiro);
            this.groupBox2.Location = new System.Drawing.Point(3, 296);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(208, 93);
            this.groupBox2.TabIndex = 2;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Estado Civi&l";
            // 
            // optOutro
            // 
            this.optOutro.BackColor = System.Drawing.Color.Transparent;
            this.optOutro.Checked = true;
            this.optOutro.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.optOutro.Location = new System.Drawing.Point(105, 47);
            this.optOutro.Name = "optOutro";
            this.optOutro.Size = new System.Drawing.Size(97, 16);
            this.optOutro.TabIndex = 19;
            this.optOutro.TabStop = true;
            this.optOutro.Text = "Desconhecido";
            this.optOutro.UseVisualStyleBackColor = false;
            this.optOutro.CheckedChanged += new System.EventHandler(this.optOutro_CheckedChanged);
            // 
            // optViuvo
            // 
            this.optViuvo.BackColor = System.Drawing.Color.Transparent;
            this.optViuvo.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.optViuvo.Location = new System.Drawing.Point(105, 25);
            this.optViuvo.Name = "optViuvo";
            this.optViuvo.Size = new System.Drawing.Size(97, 16);
            this.optViuvo.TabIndex = 17;
            this.optViuvo.Text = "Viuvo(a)";
            this.optViuvo.UseVisualStyleBackColor = false;
            this.optViuvo.CheckedChanged += new System.EventHandler(this.optViuvo_CheckedChanged);
            // 
            // optDivorciado
            // 
            this.optDivorciado.BackColor = System.Drawing.Color.Transparent;
            this.optDivorciado.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.optDivorciado.Location = new System.Drawing.Point(8, 69);
            this.optDivorciado.Name = "optDivorciado";
            this.optDivorciado.Size = new System.Drawing.Size(136, 16);
            this.optDivorciado.TabIndex = 20;
            this.optDivorciado.Text = "Divorciado(a)";
            this.optDivorciado.UseVisualStyleBackColor = false;
            this.optDivorciado.CheckedChanged += new System.EventHandler(this.optDivorciado_CheckedChanged);
            // 
            // optCasado
            // 
            this.optCasado.BackColor = System.Drawing.Color.Transparent;
            this.optCasado.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.optCasado.Location = new System.Drawing.Point(8, 47);
            this.optCasado.Name = "optCasado";
            this.optCasado.Size = new System.Drawing.Size(91, 16);
            this.optCasado.TabIndex = 18;
            this.optCasado.Text = "Casado(a)";
            this.optCasado.UseVisualStyleBackColor = false;
            this.optCasado.CheckedChanged += new System.EventHandler(this.optCasado_CheckedChanged);
            // 
            // optSolteiro
            // 
            this.optSolteiro.BackColor = System.Drawing.Color.Transparent;
            this.optSolteiro.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.optSolteiro.Location = new System.Drawing.Point(8, 25);
            this.optSolteiro.Name = "optSolteiro";
            this.optSolteiro.Size = new System.Drawing.Size(91, 16);
            this.optSolteiro.TabIndex = 16;
            this.optSolteiro.Text = "Solteiro(a)";
            this.optSolteiro.UseVisualStyleBackColor = false;
            this.optSolteiro.CheckedChanged += new System.EventHandler(this.optSolteiro_CheckedChanged);
            // 
            // groupBox3
            // 
            this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox3.Controls.Add(this.txtPaís);
            this.groupBox3.Controls.Add(this.txtEstado);
            this.groupBox3.Controls.Add(this.txtLocalidade);
            this.groupBox3.Controls.Add(this.label9);
            this.groupBox3.Controls.Add(this.label8);
            this.groupBox3.Controls.Add(this.label6);
            this.groupBox3.Controls.Add(this.txtNascimento);
            this.groupBox3.Controls.Add(this.label5);
            this.groupBox3.Location = new System.Drawing.Point(3, 162);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(208, 128);
            this.groupBox3.TabIndex = 1;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Nascimento";
            // 
            // txtPaís
            // 
            this.txtPaís.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtPaís.Location = new System.Drawing.Point(66, 97);
            this.txtPaís.Name = "txtPaís";
            this.txtPaís.Size = new System.Drawing.Size(133, 20);
            this.txtPaís.TabIndex = 13;
            this.txtPaís.TxtEstado = this.txtEstado;
            this.txtPaís.TxtLocalidade = this.txtLocalidade;
            this.txtPaís.TxtPaís = this.txtPaís;
            this.txtPaís.Validated += new System.EventHandler(this.txtLocalidade_Validated);
            // 
            // txtEstado
            // 
            this.txtEstado.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtEstado.Location = new System.Drawing.Point(66, 71);
            this.txtEstado.Name = "txtEstado";
            this.txtEstado.Size = new System.Drawing.Size(133, 20);
            this.txtEstado.TabIndex = 12;
            this.txtEstado.TxtEstado = this.txtEstado;
            this.txtEstado.TxtLocalidade = this.txtLocalidade;
            this.txtEstado.TxtPaís = this.txtPaís;
            this.txtEstado.Validated += new System.EventHandler(this.txtLocalidade_Validated);
            // 
            // txtLocalidade
            // 
            this.txtLocalidade.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtLocalidade.Location = new System.Drawing.Point(66, 45);
            this.txtLocalidade.Name = "txtLocalidade";
            this.txtLocalidade.Size = new System.Drawing.Size(134, 20);
            this.txtLocalidade.TabIndex = 11;
            this.txtLocalidade.TxtEstado = this.txtEstado;
            this.txtLocalidade.TxtPaís = this.txtPaís;
            this.txtLocalidade.AoAlterar += new System.EventHandler(this.txtLocalidade_Validated);
            this.txtLocalidade.Validated += new System.EventHandler(this.txtLocalidade_Validated);
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(6, 99);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(32, 13);
            this.label9.TabIndex = 6;
            this.label9.Text = "Paí&s:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(6, 73);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(43, 13);
            this.label8.TabIndex = 4;
            this.label8.Text = "&Estado:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(6, 47);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(43, 13);
            this.label6.TabIndex = 2;
            this.label6.Text = "C&idade:";
            // 
            // txtNascimento
            // 
            this.txtNascimento.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtNascimento.Flags = 65536;
            this.txtNascimento.Location = new System.Drawing.Point(66, 19);
            this.txtNascimento.Name = "txtNascimento";
            this.txtNascimento.RangeMax = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
            this.txtNascimento.RangeMin = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
            this.txtNascimento.Size = new System.Drawing.Size(134, 20);
            this.txtNascimento.TabIndex = 10;
            this.txtNascimento.Validated += new System.EventHandler(this.txtNascimento_Validated);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(6, 24);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(33, 13);
            this.label5.TabIndex = 0;
            this.label5.Text = "Da&ta:";
            // 
            // abrirArquivo
            // 
            this.abrirArquivo.Filter = "Todas as imagens|*.bmp; *.gif; *.jpg; *.jpeg; *.png; *.ico; *.emf; *.wmf";
            this.abrirArquivo.Title = "Inserir foto para pessoa física";
            // 
            // txtProfissão
            // 
            this.formatadorNome.SetFormatarNome(this.txtProfissão, true);
            this.txtProfissão.Location = new System.Drawing.Point(246, 99);
            this.txtProfissão.MaxLength = 45;
            this.txtProfissão.Name = "txtProfissão";
            this.txtProfissão.Size = new System.Drawing.Size(133, 20);
            this.txtProfissão.TabIndex = 7;
            this.txtProfissão.Validated += new System.EventHandler(this.txtProfissão_Validated);
            // 
            // lblMãe
            // 
            this.lblMãe.AutoSize = true;
            this.lblMãe.Location = new System.Drawing.Point(162, 129);
            this.lblMãe.Name = "lblMãe";
            this.lblMãe.Size = new System.Drawing.Size(31, 13);
            this.lblMãe.TabIndex = 12;
            this.lblMãe.Text = "&Mãe:";
            // 
            // txtMãe
            // 
            this.txtMãe.AlturaProposta = 60;
            this.txtMãe.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtMãe.Location = new System.Drawing.Point(246, 129);
            this.txtMãe.Name = "txtMãe";
            this.txtMãe.Pessoa = null;
            this.txtMãe.Size = new System.Drawing.Size(133, 20);
            this.txtMãe.TabIndex = 9;
            this.txtMãe.Validated += new System.EventHandler(this.txtMãe_Validated);
            // 
            // lblPai
            // 
            this.lblPai.AutoSize = true;
            this.lblPai.Location = new System.Drawing.Point(5, 129);
            this.lblPai.Name = "lblPai";
            this.lblPai.Size = new System.Drawing.Size(25, 13);
            this.lblPai.TabIndex = 10;
            this.lblPai.Text = "P&ai:";
            // 
            // txtPai
            // 
            this.txtPai.AlturaProposta = 60;
            this.txtPai.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtPai.Location = new System.Drawing.Point(65, 126);
            this.txtPai.Name = "txtPai";
            this.txtPai.Pessoa = null;
            this.txtPai.Size = new System.Drawing.Size(91, 20);
            this.txtPai.TabIndex = 8;
            this.txtPai.Validated += new System.EventHandler(this.txtPai_Validated);
            // 
            // groupBox4
            // 
            this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox4.Controls.Add(this.txtCódigo);
            this.groupBox4.Controls.Add(this.cmbNumeraçãoAutomática);
            this.groupBox4.Controls.Add(this.label4);
            this.groupBox4.Controls.Add(this.txtProfissão);
            this.groupBox4.Controls.Add(this.label3);
            this.groupBox4.Controls.Add(this.lblNome);
            this.groupBox4.Controls.Add(this.txtMãe);
            this.groupBox4.Controls.Add(this.txtNome);
            this.groupBox4.Controls.Add(this.lblMãe);
            this.groupBox4.Controls.Add(this.label1);
            this.groupBox4.Controls.Add(this.txtPai);
            this.groupBox4.Controls.Add(this.txtCPF);
            this.groupBox4.Controls.Add(this.lblPai);
            this.groupBox4.Controls.Add(this.label2);
            this.groupBox4.Controls.Add(this.txtRG);
            this.groupBox4.Controls.Add(this.txtRGEmissor);
            this.groupBox4.Controls.Add(this.lblEmissor);
            this.groupBox4.Location = new System.Drawing.Point(3, 3);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(386, 153);
            this.groupBox4.TabIndex = 0;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Identificação";
            // 
            // txtCódigo
            // 
            this.txtCódigo.AllowNegative = true;
            this.txtCódigo.DigitsInGroup = 0;
            this.txtCódigo.Enabled = false;
            this.txtCódigo.Flags = 0;
            this.txtCódigo.Location = new System.Drawing.Point(66, 19);
            this.txtCódigo.MaxDecimalPlaces = 0;
            this.txtCódigo.MaxWholeDigits = 9;
            this.txtCódigo.Name = "txtCódigo";
            this.txtCódigo.Prefix = "";
            this.txtCódigo.RangeMax = 1.7976931348623157E+308;
            this.txtCódigo.RangeMin = -1.7976931348623157E+308;
            this.txtCódigo.Size = new System.Drawing.Size(90, 20);
            this.txtCódigo.TabIndex = 15;
            this.txtCódigo.Validated += new System.EventHandler(this.txtCódigo_Validated);
            this.txtCódigo.Validating += new System.ComponentModel.CancelEventHandler(this.txtCódigo_Validating);
            // 
            // cmbNumeraçãoAutomática
            // 
            this.cmbNumeraçãoAutomática.AutoSize = true;
            this.cmbNumeraçãoAutomática.Checked = true;
            this.cmbNumeraçãoAutomática.CheckState = System.Windows.Forms.CheckState.Checked;
            this.cmbNumeraçãoAutomática.Location = new System.Drawing.Point(165, 23);
            this.cmbNumeraçãoAutomática.Name = "cmbNumeraçãoAutomática";
            this.cmbNumeraçãoAutomática.Size = new System.Drawing.Size(140, 17);
            this.cmbNumeraçãoAutomática.TabIndex = 2;
            this.cmbNumeraçãoAutomática.Text = " Numeração Automática";
            this.cmbNumeraçãoAutomática.UseVisualStyleBackColor = true;
            this.cmbNumeraçãoAutomática.CheckedChanged += new System.EventHandler(this.cmbNumeraçãoAutomática_CheckedChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(5, 20);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(43, 13);
            this.label4.TabIndex = 14;
            this.label4.Text = "Código:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(162, 102);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 13);
            this.label3.TabIndex = 8;
            this.label3.Text = "&Profissão:";
            // 
            // DadosPessoaFísica
            // 
            this.AutoScroll = true;
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Name = "DadosPessoaFísica";
            this.Size = new System.Drawing.Size(392, 393);
            this.groupBox1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.ResumeLayout(false);

		}