/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.grpDadosEmpresa = new System.Windows.Forms.GroupBox();
            this.txtEmpresa = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.txtCargo = new System.Windows.Forms.ComboBox();
            this.lblCargo = new System.Windows.Forms.Label();
            this.txtDataDemissão = new AMS.TextBox.DateTextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.txtFicha = new AMS.TextBox.IntegerTextBox();
            this.txtSalário = new AMS.TextBox.CurrencyTextBox();
            this.lblSalário = new System.Windows.Forms.Label();
            this.txtDataAdmissão = new AMS.TextBox.DateTextBox();
            this.lblAdmissão = new System.Windows.Forms.Label();
            this.lblFicha = new System.Windows.Forms.Label();
            this.grpLocalTrabalho = new System.Windows.Forms.GroupBox();
            this.txtRamal = new AMS.TextBox.IntegerTextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtSetor = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.grpInformações = new System.Windows.Forms.GroupBox();
            this.txtParentesco = new System.Windows.Forms.ComboBox();
            this.label12 = new System.Windows.Forms.Label();
            this.txtBeneficiário = new System.Windows.Forms.TextBox();
            this.lblBeneficiário = new System.Windows.Forms.Label();
            this.txtReservistaCategoria = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.txtReservistaSérie = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.txtTítuloEleitor = new System.Windows.Forms.TextBox();
            this.lblTítulo = new System.Windows.Forms.Label();
            this.txtReservista = new System.Windows.Forms.TextBox();
            this.lblReservista = new System.Windows.Forms.Label();
            this.txtCBO = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.txtPIS = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtCarteiraProfissionalSérie = new System.Windows.Forms.TextBox();
            this.lblSérie = new System.Windows.Forms.Label();
            this.txtCarteiraProfissional = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.grpDadosEmpresa.SuspendLayout();
            this.grpLocalTrabalho.SuspendLayout();
            this.grpInformações.SuspendLayout();
            this.SuspendLayout();
            // 
            // grpDadosEmpresa
            // 
            this.grpDadosEmpresa.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.grpDadosEmpresa.Controls.Add(this.txtEmpresa);
            this.grpDadosEmpresa.Controls.Add(this.label1);
            this.grpDadosEmpresa.Controls.Add(this.txtCargo);
            this.grpDadosEmpresa.Controls.Add(this.lblCargo);
            this.grpDadosEmpresa.Controls.Add(this.txtDataDemissão);
            this.grpDadosEmpresa.Controls.Add(this.label7);
            this.grpDadosEmpresa.Controls.Add(this.txtFicha);
            this.grpDadosEmpresa.Controls.Add(this.txtSalário);
            this.grpDadosEmpresa.Controls.Add(this.lblSalário);
            this.grpDadosEmpresa.Controls.Add(this.txtDataAdmissão);
            this.grpDadosEmpresa.Controls.Add(this.lblAdmissão);
            this.grpDadosEmpresa.Controls.Add(this.lblFicha);
            this.grpDadosEmpresa.Location = new System.Drawing.Point(0, 0);
            this.grpDadosEmpresa.Name = "grpDadosEmpresa";
            this.grpDadosEmpresa.Size = new System.Drawing.Size(392, 112);
            this.grpDadosEmpresa.TabIndex = 0;
            this.grpDadosEmpresa.TabStop = false;
            this.grpDadosEmpresa.Text = "Dados da empresa";
            // 
            // txtEmpresa
            // 
            this.txtEmpresa.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtEmpresa.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.txtEmpresa.Location = new System.Drawing.Point(264, 16);
            this.txtEmpresa.Name = "txtEmpresa";
            this.txtEmpresa.Size = new System.Drawing.Size(112, 21);
            this.txtEmpresa.Sorted = true;
            this.txtEmpresa.TabIndex = 12;
            this.txtEmpresa.Leave += new System.EventHandler(this.txtEmpresa_Leave);
            this.txtEmpresa.Validating += new System.ComponentModel.CancelEventHandler(this.txtEmpresa_Validating);
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(200, 18);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(51, 13);
            this.label1.TabIndex = 11;
            this.label1.Text = "Empresa:";
            // 
            // txtCargo
            // 
            this.txtCargo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtCargo.Location = new System.Drawing.Point(264, 80);
            this.txtCargo.Name = "txtCargo";
            this.txtCargo.Size = new System.Drawing.Size(112, 21);
            this.txtCargo.TabIndex = 10;
            this.txtCargo.Leave += new System.EventHandler(this.txtCargo_Leave);
            // 
            // lblCargo
            // 
            this.lblCargo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblCargo.AutoSize = true;
            this.lblCargo.Location = new System.Drawing.Point(200, 82);
            this.lblCargo.Name = "lblCargo";
            this.lblCargo.Size = new System.Drawing.Size(38, 13);
            this.lblCargo.TabIndex = 9;
            this.lblCargo.Text = "Cargo:";
            // 
            // txtDataDemissão
            // 
            this.txtDataDemissão.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtDataDemissão.Flags = 65536;
            this.txtDataDemissão.Location = new System.Drawing.Point(264, 48);
            this.txtDataDemissão.Name = "txtDataDemissão";
            this.txtDataDemissão.RangeMax = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
            this.txtDataDemissão.RangeMin = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
            this.txtDataDemissão.Size = new System.Drawing.Size(112, 20);
            this.txtDataDemissão.TabIndex = 6;
            this.txtDataDemissão.Leave += new System.EventHandler(this.txtDataDemissão_Leave);
            // 
            // label7
            // 
            this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label7.Location = new System.Drawing.Point(200, 48);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(56, 32);
            this.label7.TabIndex = 5;
            this.label7.Text = "Data de &demissão:";
            // 
            // txtFicha
            // 
            this.txtFicha.AllowNegative = false;
            this.txtFicha.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtFicha.DigitsInGroup = 0;
            this.txtFicha.Flags = 65536;
            this.txtFicha.Location = new System.Drawing.Point(72, 16);
            this.txtFicha.MaxDecimalPlaces = 0;
            this.txtFicha.MaxWholeDigits = 9;
            this.txtFicha.Name = "txtFicha";
            this.txtFicha.Prefix = "";
            this.txtFicha.RangeMax = 1.7976931348623157E+308;
            this.txtFicha.RangeMin = -1.7976931348623157E+308;
            this.txtFicha.Size = new System.Drawing.Size(120, 20);
            this.txtFicha.TabIndex = 2;
            this.txtFicha.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.txtFicha.Leave += new System.EventHandler(this.txtFicha_Leave);
            // 
            // txtSalário
            // 
            this.txtSalário.AllowNegative = false;
            this.txtSalário.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtSalário.Flags = 73216;
            this.txtSalário.Location = new System.Drawing.Point(72, 80);
            this.txtSalário.MaxWholeDigits = 9;
            this.txtSalário.Name = "txtSalário";
            this.txtSalário.RangeMax = 1.7976931348623157E+308;
            this.txtSalário.RangeMin = -1.7976931348623157E+308;
            this.txtSalário.Size = new System.Drawing.Size(120, 20);
            this.txtSalário.TabIndex = 8;
            this.txtSalário.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.txtSalário.Leave += new System.EventHandler(this.txtSalário_Leave);
            // 
            // lblSalário
            // 
            this.lblSalário.AutoSize = true;
            this.lblSalário.Location = new System.Drawing.Point(8, 82);
            this.lblSalário.Name = "lblSalário";
            this.lblSalário.Size = new System.Drawing.Size(42, 13);
            this.lblSalário.TabIndex = 7;
            this.lblSalário.Text = "&Salário:";
            // 
            // txtDataAdmissão
            // 
            this.txtDataAdmissão.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtDataAdmissão.Flags = 65536;
            this.txtDataAdmissão.Location = new System.Drawing.Point(72, 48);
            this.txtDataAdmissão.Name = "txtDataAdmissão";
            this.txtDataAdmissão.RangeMax = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
            this.txtDataAdmissão.RangeMin = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
            this.txtDataAdmissão.Size = new System.Drawing.Size(120, 20);
            this.txtDataAdmissão.TabIndex = 4;
            this.txtDataAdmissão.Leave += new System.EventHandler(this.txtDataAdmissão_Leave);
            // 
            // lblAdmissão
            // 
            this.lblAdmissão.Location = new System.Drawing.Point(8, 48);
            this.lblAdmissão.Name = "lblAdmissão";
            this.lblAdmissão.Size = new System.Drawing.Size(56, 32);
            this.lblAdmissão.TabIndex = 3;
            this.lblAdmissão.Text = "Data de &admissão:";
            // 
            // lblFicha
            // 
            this.lblFicha.AutoSize = true;
            this.lblFicha.Location = new System.Drawing.Point(8, 16);
            this.lblFicha.Name = "lblFicha";
            this.lblFicha.Size = new System.Drawing.Size(36, 13);
            this.lblFicha.TabIndex = 1;
            this.lblFicha.Text = "&Ficha:";
            // 
            // grpLocalTrabalho
            // 
            this.grpLocalTrabalho.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.grpLocalTrabalho.Controls.Add(this.txtRamal);
            this.grpLocalTrabalho.Controls.Add(this.label3);
            this.grpLocalTrabalho.Controls.Add(this.txtSetor);
            this.grpLocalTrabalho.Controls.Add(this.label2);
            this.grpLocalTrabalho.Location = new System.Drawing.Point(0, 112);
            this.grpLocalTrabalho.Name = "grpLocalTrabalho";
            this.grpLocalTrabalho.Size = new System.Drawing.Size(392, 48);
            this.grpLocalTrabalho.TabIndex = 11;
            this.grpLocalTrabalho.TabStop = false;
            this.grpLocalTrabalho.Text = "Local de trabalho";
            // 
            // txtRamal
            // 
            this.txtRamal.AllowNegative = false;
            this.txtRamal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtRamal.DigitsInGroup = 0;
            this.txtRamal.Flags = 65536;
            this.txtRamal.Location = new System.Drawing.Point(304, 16);
            this.txtRamal.MaxDecimalPlaces = 0;
            this.txtRamal.MaxWholeDigits = 9;
            this.txtRamal.Name = "txtRamal";
            this.txtRamal.Prefix = "";
            this.txtRamal.RangeMax = 1.7976931348623157E+308;
            this.txtRamal.RangeMin = -1.7976931348623157E+308;
            this.txtRamal.Size = new System.Drawing.Size(72, 20);
            this.txtRamal.TabIndex = 15;
            this.txtRamal.Leave += new System.EventHandler(this.txtRamal_Leave);
            // 
            // label3
            // 
            this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(256, 18);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(40, 13);
            this.label3.TabIndex = 14;
            this.label3.Text = "&Ramal:";
            // 
            // txtSetor
            // 
            this.txtSetor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtSetor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.txtSetor.Location = new System.Drawing.Point(72, 16);
            this.txtSetor.Name = "txtSetor";
            this.txtSetor.Size = new System.Drawing.Size(176, 21);
            this.txtSetor.Sorted = true;
            this.txtSetor.TabIndex = 13;
            this.txtSetor.Leave += new System.EventHandler(this.txtSetor_Leave);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(8, 18);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(35, 13);
            this.label2.TabIndex = 12;
            this.label2.Text = "S&etor:";
            // 
            // grpInformações
            // 
            this.grpInformações.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.grpInformações.Controls.Add(this.txtParentesco);
            this.grpInformações.Controls.Add(this.label12);
            this.grpInformações.Controls.Add(this.txtBeneficiário);
            this.grpInformações.Controls.Add(this.lblBeneficiário);
            this.grpInformações.Controls.Add(this.txtReservistaCategoria);
            this.grpInformações.Controls.Add(this.label9);
            this.grpInformações.Controls.Add(this.txtReservistaSérie);
            this.grpInformações.Controls.Add(this.label8);
            this.grpInformações.Controls.Add(this.txtTítuloEleitor);
            this.grpInformações.Controls.Add(this.lblTítulo);
            this.grpInformações.Controls.Add(this.txtReservista);
            this.grpInformações.Controls.Add(this.lblReservista);
            this.grpInformações.Controls.Add(this.txtCBO);
            this.grpInformações.Controls.Add(this.label6);
            this.grpInformações.Controls.Add(this.txtPIS);
            this.grpInformações.Controls.Add(this.label5);
            this.grpInformações.Controls.Add(this.txtCarteiraProfissionalSérie);
            this.grpInformações.Controls.Add(this.lblSérie);
            this.grpInformações.Controls.Add(this.txtCarteiraProfissional);
            this.grpInformações.Controls.Add(this.label4);
            this.grpInformações.Location = new System.Drawing.Point(0, 160);
            this.grpInformações.Name = "grpInformações";
            this.grpInformações.Size = new System.Drawing.Size(392, 184);
            this.grpInformações.TabIndex = 16;
            this.grpInformações.TabStop = false;
            this.grpInformações.Text = "Documentos";
            // 
            // txtParentesco
            // 
            this.txtParentesco.Items.AddRange(new object[] {
            "Esposa",
            "Marido",
            "Pai",
            "Mãe",
            "Irmão",
            "Irmã",
            "Filho",
            "Filha",
            "Sobrinho",
            "Sobrinha",
            "Tio",
            "Tia",
            "Avó",
            "Avô"});
            this.txtParentesco.Location = new System.Drawing.Point(272, 152);
            this.txtParentesco.Name = "txtParentesco";
            this.txtParentesco.Size = new System.Drawing.Size(104, 21);
            this.txtParentesco.TabIndex = 36;
            this.txtParentesco.Leave += new System.EventHandler(this.txtParentesco_Leave);
            // 
            // label12
            // 
            this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(200, 154);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(64, 13);
            this.label12.TabIndex = 35;
            this.label12.Text = "Parentesco:";
            // 
            // txtBeneficiário
            // 
            this.txtBeneficiário.Location = new System.Drawing.Point(72, 152);
            this.txtBeneficiário.Name = "txtBeneficiário";
            this.txtBeneficiário.Size = new System.Drawing.Size(120, 20);
            this.txtBeneficiário.TabIndex = 34;
            this.txtBeneficiário.Leave += new System.EventHandler(this.txtBeneficiário_Leave);
            // 
            // lblBeneficiário
            // 
            this.lblBeneficiário.AutoSize = true;
            this.lblBeneficiário.Location = new System.Drawing.Point(8, 154);
            this.lblBeneficiário.Name = "lblBeneficiário";
            this.lblBeneficiário.Size = new System.Drawing.Size(65, 13);
            this.lblBeneficiário.TabIndex = 33;
            this.lblBeneficiário.Text = "Beneficiário:";
            // 
            // txtReservistaCategoria
            // 
            this.txtReservistaCategoria.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtReservistaCategoria.Location = new System.Drawing.Point(312, 88);
            this.txtReservistaCategoria.Name = "txtReservistaCategoria";
            this.txtReservistaCategoria.Size = new System.Drawing.Size(64, 20);
            this.txtReservistaCategoria.TabIndex = 30;
            this.txtReservistaCategoria.Leave += new System.EventHandler(this.txtReservistaCategoria_Leave);
            // 
            // label9
            // 
            this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(256, 90);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(55, 13);
            this.label9.TabIndex = 29;
            this.label9.Text = "Categoria:";
            // 
            // txtReservistaSérie
            // 
            this.txtReservistaSérie.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtReservistaSérie.Location = new System.Drawing.Point(192, 88);
            this.txtReservistaSérie.Name = "txtReservistaSérie";
            this.txtReservistaSérie.Size = new System.Drawing.Size(56, 20);
            this.txtReservistaSérie.TabIndex = 28;
            this.txtReservistaSérie.Leave += new System.EventHandler(this.txtReservistaSérie_Leave);
            // 
            // label8
            // 
            this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(160, 90);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(34, 13);
            this.label8.TabIndex = 27;
            this.label8.Text = "Série:";
            // 
            // txtTítuloEleitor
            // 
            this.txtTítuloEleitor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtTítuloEleitor.Location = new System.Drawing.Point(72, 120);
            this.txtTítuloEleitor.Name = "txtTítuloEleitor";
            this.txtTítuloEleitor.Size = new System.Drawing.Size(120, 20);
            this.txtTítuloEleitor.TabIndex = 32;
            this.txtTítuloEleitor.Leave += new System.EventHandler(this.txtTíuloEleitor_Leave);
            // 
            // lblTítulo
            // 
            this.lblTítulo.Location = new System.Drawing.Point(8, 120);
            this.lblTítulo.Name = "lblTítulo";
            this.lblTítulo.Size = new System.Drawing.Size(64, 29);
            this.lblTítulo.TabIndex = 31;
            this.lblTítulo.Text = "&Título de eleitor:";
            // 
            // txtReservista
            // 
            this.txtReservista.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtReservista.Location = new System.Drawing.Point(72, 88);
            this.txtReservista.Name = "txtReservista";
            this.txtReservista.Size = new System.Drawing.Size(80, 20);
            this.txtReservista.TabIndex = 26;
            this.txtReservista.Leave += new System.EventHandler(this.txtReservista_Leave);
            // 
            // lblReservista
            // 
            this.lblReservista.Location = new System.Drawing.Point(8, 86);
            this.lblReservista.Name = "lblReservista";
            this.lblReservista.Size = new System.Drawing.Size(64, 34);
            this.lblReservista.TabIndex = 25;
            this.lblReservista.Text = "Carteira reservista:";
            // 
            // txtCBO
            // 
            this.txtCBO.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtCBO.Location = new System.Drawing.Point(256, 56);
            this.txtCBO.Name = "txtCBO";
            this.txtCBO.Size = new System.Drawing.Size(120, 20);
            this.txtCBO.TabIndex = 24;
            this.txtCBO.Leave += new System.EventHandler(this.txtCBO_Leave);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(200, 58);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(32, 13);
            this.label6.TabIndex = 23;
            this.label6.Text = "&CBO:";
            // 
            // txtPIS
            // 
            this.txtPIS.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtPIS.Location = new System.Drawing.Point(72, 56);
            this.txtPIS.Name = "txtPIS";
            this.txtPIS.Size = new System.Drawing.Size(120, 20);
            this.txtPIS.TabIndex = 22;
            this.txtPIS.Leave += new System.EventHandler(this.txtPIS_Leave);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(8, 58);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(27, 13);
            this.label5.TabIndex = 21;
            this.label5.Text = "P&IS:";
            // 
            // txtCarteiraProfissionalSérie
            // 
            this.txtCarteiraProfissionalSérie.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.txtCarteiraProfissionalSérie.Location = new System.Drawing.Point(256, 24);
            this.txtCarteiraProfissionalSérie.Name = "txtCarteiraProfissionalSérie";
            this.txtCarteiraProfissionalSérie.Size = new System.Drawing.Size(120, 20);
            this.txtCarteiraProfissionalSérie.TabIndex = 20;
            this.txtCarteiraProfissionalSérie.Leave += new System.EventHandler(this.txtCarteiraProfissionalSérie_Leave);
            // 
            // lblSérie
            // 
            this.lblSérie.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblSérie.AutoSize = true;
            this.lblSérie.Location = new System.Drawing.Point(200, 26);
            this.lblSérie.Name = "lblSérie";
            this.lblSérie.Size = new System.Drawing.Size(34, 13);
            this.lblSérie.TabIndex = 19;
            this.lblSérie.Text = "Série:";
            // 
            // txtCarteiraProfissional
            // 
            this.txtCarteiraProfissional.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtCarteiraProfissional.Location = new System.Drawing.Point(72, 24);
            this.txtCarteiraProfissional.Name = "txtCarteiraProfissional";
            this.txtCarteiraProfissional.Size = new System.Drawing.Size(120, 20);
            this.txtCarteiraProfissional.TabIndex = 18;
            this.txtCarteiraProfissional.Leave += new System.EventHandler(this.txtCarteiraProfissional_Leave);
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(8, 24);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(72, 32);
            this.label4.TabIndex = 17;
            this.label4.Text = "Carteira &profissional:";
            // 
            // DadosFuncionário
            // 
            this.Controls.Add(this.grpInformações);
            this.Controls.Add(this.grpLocalTrabalho);
            this.Controls.Add(this.grpDadosEmpresa);
            this.Name = "DadosFuncionário";
            this.Size = new System.Drawing.Size(392, 347);
            this.Load += new System.EventHandler(this.Funcionário_Load);
            this.grpDadosEmpresa.ResumeLayout(false);
            this.grpDadosEmpresa.PerformLayout();
            this.grpLocalTrabalho.ResumeLayout(false);
            this.grpLocalTrabalho.PerformLayout();
            this.grpInformações.ResumeLayout(false);
            this.grpInformações.PerformLayout();
            this.ResumeLayout(false);

		}
Beispiel #2
0
		/// <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(Imprimir));
            this.quadroSeleção = new Apresentação.Formulários.Quadro();
            this.chkFormatoAutomático = new System.Windows.Forms.CheckBox();
            this.txtPeso = new AMS.TextBox.NumericTextBox();
            this.lblPeso = new System.Windows.Forms.Label();
            this.cmdNovo = new System.Windows.Forms.Button();
            this.cmbFormato = new System.Windows.Forms.ComboBox();
            this.txtQuantidade = new AMS.TextBox.IntegerTextBox();
            this.txtReferência = new Apresentação.Mercadoria.TxtMercadoria();
            this.lblFormato = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.quadroMercadoria = new Apresentação.Mercadoria.QuadroFoto();
            this.bandeja = new Apresentação.Mercadoria.Etiqueta.Impressão.BandejaEtiqueta();
            this.quadroBandeja = new Apresentação.Formulários.Quadro();
            this.quadroImpressão = new Apresentação.Formulários.Quadro();
            this.opçãoEditarEtiquetas = new Apresentação.Formulários.Opção();
            this.opçãoImprimir = new Apresentação.Formulários.Opção();
            this.printDlg = new System.Windows.Forms.PrintDialog();
            this.printDoc = new System.Drawing.Printing.PrintDocument();
            this.quadroDica = new Apresentação.Formulários.Quadro();
            this.label3 = new System.Windows.Forms.Label();
            this.esquerda.SuspendLayout();
            this.quadroSeleção.SuspendLayout();
            this.quadroBandeja.SuspendLayout();
            this.quadroImpressão.SuspendLayout();
            this.quadroDica.SuspendLayout();
            this.SuspendLayout();
            // 
            // esquerda
            // 
            this.esquerda.Controls.Add(this.quadroDica);
            this.esquerda.Controls.Add(this.quadroImpressão);
            this.esquerda.Size = new System.Drawing.Size(187, 464);
            this.esquerda.Controls.SetChildIndex(this.quadroImpressão, 0);
            this.esquerda.Controls.SetChildIndex(this.quadroDica, 0);
            // 
            // quadroSeleção
            // 
            this.quadroSeleção.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(239)))), ((int)(((byte)(221)))));
            this.quadroSeleção.bInfDirArredondada = true;
            this.quadroSeleção.bInfEsqArredondada = true;
            this.quadroSeleção.bSupDirArredondada = true;
            this.quadroSeleção.bSupEsqArredondada = true;
            this.quadroSeleção.Controls.Add(this.chkFormatoAutomático);
            this.quadroSeleção.Controls.Add(this.txtPeso);
            this.quadroSeleção.Controls.Add(this.lblPeso);
            this.quadroSeleção.Controls.Add(this.cmdNovo);
            this.quadroSeleção.Controls.Add(this.cmbFormato);
            this.quadroSeleção.Controls.Add(this.txtQuantidade);
            this.quadroSeleção.Controls.Add(this.txtReferência);
            this.quadroSeleção.Controls.Add(this.lblFormato);
            this.quadroSeleção.Controls.Add(this.label1);
            this.quadroSeleção.Controls.Add(this.label2);
            this.quadroSeleção.Cor = System.Drawing.Color.Black;
            this.quadroSeleção.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroSeleção.LetraTítulo = System.Drawing.Color.White;
            this.quadroSeleção.Location = new System.Drawing.Point(200, 24);
            this.quadroSeleção.MostrarBotãoMinMax = false;
            this.quadroSeleção.Name = "quadroSeleção";
            this.quadroSeleção.Size = new System.Drawing.Size(352, 168);
            this.quadroSeleção.TabIndex = 0;
            this.quadroSeleção.Tamanho = 30;
            this.quadroSeleção.Título = "Etiqueta a ser impressa";
            // 
            // chkFormatoAutomático
            // 
            this.chkFormatoAutomático.BackColor = System.Drawing.Color.Transparent;
            this.chkFormatoAutomático.Checked = true;
            this.chkFormatoAutomático.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkFormatoAutomático.Location = new System.Drawing.Point(16, 128);
            this.chkFormatoAutomático.Name = "chkFormatoAutomático";
            this.chkFormatoAutomático.Size = new System.Drawing.Size(240, 40);
            this.chkFormatoAutomático.TabIndex = 9;
            this.chkFormatoAutomático.Text = "Escolher formato automaticamente, conforme escolhas passadas.";
            this.chkFormatoAutomático.UseVisualStyleBackColor = false;
            // 
            // txtPeso
            // 
            this.txtPeso.AllowNegative = false;
            this.txtPeso.DigitsInGroup = 0;
            this.txtPeso.Enabled = false;
            this.txtPeso.Flags = 65536;
            this.txtPeso.Location = new System.Drawing.Point(16, 96);
            this.txtPeso.MaxDecimalPlaces = 1;
            this.txtPeso.MaxWholeDigits = 9;
            this.txtPeso.Name = "txtPeso";
            this.txtPeso.Prefix = "";
            this.txtPeso.RangeMax = 1.7976931348623157E+308;
            this.txtPeso.RangeMin = -1.7976931348623157E+308;
            this.txtPeso.Size = new System.Drawing.Size(152, 20);
            this.txtPeso.TabIndex = 3;
            this.txtPeso.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_KeyDown);
            this.txtPeso.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPeso_KeyPress);
            // 
            // lblPeso
            // 
            this.lblPeso.Enabled = false;
            this.lblPeso.Location = new System.Drawing.Point(16, 80);
            this.lblPeso.Name = "lblPeso";
            this.lblPeso.Size = new System.Drawing.Size(72, 16);
            this.lblPeso.TabIndex = 2;
            this.lblPeso.Text = "Peso:";
            // 
            // cmdNovo
            // 
            this.cmdNovo.Enabled = false;
            this.cmdNovo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.cmdNovo.Location = new System.Drawing.Point(264, 136);
            this.cmdNovo.Name = "cmdNovo";
            this.cmdNovo.Size = new System.Drawing.Size(75, 23);
            this.cmdNovo.TabIndex = 6;
            this.cmdNovo.Text = "&Adicionar";
            this.cmdNovo.Click += new System.EventHandler(this.cmdNovo_Click);
            // 
            // cmbFormato
            // 
            this.cmbFormato.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbFormato.Location = new System.Drawing.Point(187, 55);
            this.cmbFormato.Name = "cmbFormato";
            this.cmbFormato.Size = new System.Drawing.Size(152, 21);
            this.cmbFormato.Sorted = true;
            this.cmbFormato.TabIndex = 8;
            this.cmbFormato.KeyUp += new System.Windows.Forms.KeyEventHandler(this.cmbFormato_KeyUp);
            // 
            // txtQuantidade
            // 
            this.txtQuantidade.AllowNegative = false;
            this.txtQuantidade.DigitsInGroup = 0;
            this.txtQuantidade.Flags = 65536;
            this.txtQuantidade.Location = new System.Drawing.Point(187, 96);
            this.txtQuantidade.MaxDecimalPlaces = 0;
            this.txtQuantidade.MaxWholeDigits = 9;
            this.txtQuantidade.Name = "txtQuantidade";
            this.txtQuantidade.Prefix = "";
            this.txtQuantidade.RangeMax = 1.7976931348623157E+308;
            this.txtQuantidade.RangeMin = -1.7976931348623157E+308;
            this.txtQuantidade.Size = new System.Drawing.Size(152, 20);
            this.txtQuantidade.TabIndex = 5;
            this.txtQuantidade.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_KeyDown);
            // 
            // txtReferência
            // 
            this.txtReferência.ControlePeso = this.txtPeso;
            this.txtReferência.Location = new System.Drawing.Point(16, 56);
            this.txtReferência.Name = "txtReferência";
            this.txtReferência.Referência = "";
            this.txtReferência.Size = new System.Drawing.Size(152, 20);
            this.txtReferência.TabIndex = 1;
            this.txtReferência.ReferênciaConfirmada += new System.EventHandler(this.txtReferência_ReferênciaConfirmada);
            this.txtReferência.Leave += new System.EventHandler(this.txtReferência_Leave);
            this.txtReferência.ReferênciaAlterada += new System.EventHandler(this.txtReferência_ReferênciaAlterada);
            this.txtReferência.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_KeyDown);
            // 
            // lblFormato
            // 
            this.lblFormato.AutoSize = true;
            this.lblFormato.Location = new System.Drawing.Point(187, 39);
            this.lblFormato.Name = "lblFormato";
            this.lblFormato.Size = new System.Drawing.Size(48, 13);
            this.lblFormato.TabIndex = 7;
            this.lblFormato.Text = "Formato:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(16, 42);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(62, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Referência:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(187, 80);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(126, 13);
            this.label2.TabIndex = 4;
            this.label2.Text = "Quantidade de etiquetas:";
            // 
            // quadroMercadoria
            // 
            this.quadroMercadoria.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.quadroMercadoria.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(247)))), ((int)(((byte)(215)))));
            this.quadroMercadoria.bInfDirArredondada = true;
            this.quadroMercadoria.bInfEsqArredondada = true;
            this.quadroMercadoria.bSupDirArredondada = true;
            this.quadroMercadoria.bSupEsqArredondada = true;
            this.quadroMercadoria.Cor = System.Drawing.Color.Black;
            this.quadroMercadoria.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroMercadoria.LetraTítulo = System.Drawing.Color.White;
            this.quadroMercadoria.Location = new System.Drawing.Point(568, 24);
            this.quadroMercadoria.MostrarBotãoMinMax = false;
            this.quadroMercadoria.Name = "quadroMercadoria";
            this.quadroMercadoria.Size = new System.Drawing.Size(216, 168);
            this.quadroMercadoria.TabIndex = 11;
            this.quadroMercadoria.Tamanho = 30;
            this.quadroMercadoria.Título = "Mercadoria";
            // 
            // bandeja
            // 
            this.bandeja.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.bandeja.BackColor = System.Drawing.Color.White;
            this.bandeja.Location = new System.Drawing.Point(1, 24);
            this.bandeja.MostrarBarraFerramentas = true;
            this.bandeja.MostrarPreço = false;
            this.bandeja.MostrarSeleçãoTabela = false;
            this.bandeja.MostrarStatus = true;
            this.bandeja.Name = "bandeja";
            this.bandeja.OrdenaçãoReferência = false;
            this.bandeja.PermitirSeleçãoTabela = false;
            this.bandeja.Size = new System.Drawing.Size(582, 207);
            this.bandeja.TabIndex = 6;
            this.bandeja.SaquinhoExcluído += new Apresentação.Mercadoria.Bandeja.Bandeja.SaquinhoHandler(this.bandeja_SaquinhoExcluído);
            this.bandeja.SeleçãoMudou += new Apresentação.Mercadoria.Bandeja.Bandeja.SaquinhoHandler(this.bandeja_SeleçãoMudou);
            // 
            // quadroBandeja
            // 
            this.quadroBandeja.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.quadroBandeja.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(239)))), ((int)(((byte)(221)))));
            this.quadroBandeja.bInfDirArredondada = false;
            this.quadroBandeja.bInfEsqArredondada = false;
            this.quadroBandeja.bSupDirArredondada = true;
            this.quadroBandeja.bSupEsqArredondada = true;
            this.quadroBandeja.Controls.Add(this.bandeja);
            this.quadroBandeja.Cor = System.Drawing.Color.Black;
            this.quadroBandeja.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroBandeja.LetraTítulo = System.Drawing.Color.White;
            this.quadroBandeja.Location = new System.Drawing.Point(200, 208);
            this.quadroBandeja.MostrarBotãoMinMax = false;
            this.quadroBandeja.Name = "quadroBandeja";
            this.quadroBandeja.Size = new System.Drawing.Size(584, 232);
            this.quadroBandeja.TabIndex = 12;
            this.quadroBandeja.Tamanho = 30;
            this.quadroBandeja.Título = "Itens a serem impressos";
            // 
            // quadroImpressão
            // 
            this.quadroImpressão.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadroImpressão.bInfDirArredondada = true;
            this.quadroImpressão.bInfEsqArredondada = true;
            this.quadroImpressão.bSupDirArredondada = true;
            this.quadroImpressão.bSupEsqArredondada = true;
            this.quadroImpressão.Controls.Add(this.opçãoEditarEtiquetas);
            this.quadroImpressão.Controls.Add(this.opçãoImprimir);
            this.quadroImpressão.Cor = System.Drawing.Color.Black;
            this.quadroImpressão.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroImpressão.LetraTítulo = System.Drawing.Color.White;
            this.quadroImpressão.Location = new System.Drawing.Point(7, 139);
            this.quadroImpressão.MostrarBotãoMinMax = false;
            this.quadroImpressão.Name = "quadroImpressão";
            this.quadroImpressão.Size = new System.Drawing.Size(160, 80);
            this.quadroImpressão.TabIndex = 1;
            this.quadroImpressão.Tamanho = 30;
            this.quadroImpressão.Título = "Impressão";
            // 
            // opçãoEditarEtiquetas
            // 
            this.opçãoEditarEtiquetas.BackColor = System.Drawing.Color.Transparent;
            this.opçãoEditarEtiquetas.Descrição = "Editar formatos...";
            this.opçãoEditarEtiquetas.Imagem = ((System.Drawing.Image)(resources.GetObject("opçãoEditarEtiquetas.Imagem")));
            this.opçãoEditarEtiquetas.Location = new System.Drawing.Point(8, 52);
            this.opçãoEditarEtiquetas.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoEditarEtiquetas.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoEditarEtiquetas.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoEditarEtiquetas.Name = "opçãoEditarEtiquetas";
            this.opçãoEditarEtiquetas.Size = new System.Drawing.Size(150, 20);
            this.opçãoEditarEtiquetas.TabIndex = 2;
            this.opçãoEditarEtiquetas.Click += new System.EventHandler(this.opçãoEditarEtiquetas_Click);
            // 
            // opçãoImprimir
            // 
            this.opçãoImprimir.BackColor = System.Drawing.Color.Transparent;
            this.opçãoImprimir.Descrição = "Imprimir";
            this.opçãoImprimir.Enabled = false;
            this.opçãoImprimir.Imagem = ((System.Drawing.Image)(resources.GetObject("opçãoImprimir.Imagem")));
            this.opçãoImprimir.Location = new System.Drawing.Point(8, 32);
            this.opçãoImprimir.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.opçãoImprimir.MaximumSize = new System.Drawing.Size(150, 100);
            this.opçãoImprimir.MinimumSize = new System.Drawing.Size(150, 16);
            this.opçãoImprimir.Name = "opçãoImprimir";
            this.opçãoImprimir.Size = new System.Drawing.Size(150, 24);
            this.opçãoImprimir.TabIndex = 1;
            this.opçãoImprimir.Click += new System.EventHandler(this.opçãoImprimir_Click);
            // 
            // printDlg
            // 
            this.printDlg.AllowPrintToFile = false;
            this.printDlg.AllowSomePages = true;
            this.printDlg.Document = this.printDoc;
            // 
            // printDoc
            // 
            this.printDoc.DocumentName = "Etiquetas";
            this.printDoc.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDoc_PrintPage);
            this.printDoc.EndPrint += new System.Drawing.Printing.PrintEventHandler(this.printDoc_EndPrint);
            // 
            // quadroDica
            // 
            this.quadroDica.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.quadroDica.bInfDirArredondada = true;
            this.quadroDica.bInfEsqArredondada = true;
            this.quadroDica.bSupDirArredondada = true;
            this.quadroDica.bSupEsqArredondada = true;
            this.quadroDica.Controls.Add(this.label3);
            this.quadroDica.Cor = System.Drawing.Color.Black;
            this.quadroDica.FundoTítulo = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(165)))), ((int)(((byte)(159)))), ((int)(((byte)(97)))));
            this.quadroDica.LetraTítulo = System.Drawing.Color.White;
            this.quadroDica.Location = new System.Drawing.Point(7, 13);
            this.quadroDica.MostrarBotãoMinMax = false;
            this.quadroDica.Name = "quadroDica";
            this.quadroDica.Size = new System.Drawing.Size(160, 120);
            this.quadroDica.TabIndex = 2;
            this.quadroDica.Tamanho = 30;
            this.quadroDica.Título = "Dica";
            // 
            // label3
            // 
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Location = new System.Drawing.Point(8, 32);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(144, 80);
            this.label3.TabIndex = 1;
            this.label3.Text = "Adicione as referências que deseja imprimir, sem se preocupar com o formato do pa" +
                "pel. Deixe que o programa organize a impressão para você.";
            // 
            // Imprimir
            // 
            this.Controls.Add(this.quadroBandeja);
            this.Controls.Add(this.quadroSeleção);
            this.Controls.Add(this.quadroMercadoria);
            this.Imagem = Resource.Etiqueta;
            this.Name = "Imprimir";
            this.Size = new System.Drawing.Size(800, 464);
            this.Controls.SetChildIndex(this.quadroMercadoria, 0);
            this.Controls.SetChildIndex(this.esquerda, 0);
            this.Controls.SetChildIndex(this.quadroSeleção, 0);
            this.Controls.SetChildIndex(this.quadroBandeja, 0);
            this.esquerda.ResumeLayout(false);
            this.quadroSeleção.ResumeLayout(false);
            this.quadroSeleção.PerformLayout();
            this.quadroBandeja.ResumeLayout(false);
            this.quadroImpressão.ResumeLayout(false);
            this.quadroDica.ResumeLayout(false);
            this.ResumeLayout(false);

		}
		/// <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);

		}