Projeto4_Junior.InterfaceGrafica.Funcionario.CadastroFuncionario.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.tbDataNascimento = new System.Windows.Forms.MaskedTextBox();
            this.tbTelefone = new System.Windows.Forms.MaskedTextBox();
            this.tbCpf = new System.Windows.Forms.MaskedTextBox();
            this.tbPorcentagem = new System.Windows.Forms.TextBox();
            this.lbPorcentagem = new System.Windows.Forms.Label();
            this.tbNome = new System.Windows.Forms.TextBox();
            this.lbDataNascimento = new System.Windows.Forms.Label();
            this.lbCpf = new System.Windows.Forms.Label();
            this.lbTelefone = new System.Windows.Forms.Label();
            this.lbNome = new System.Windows.Forms.Label();
            this.groupBox_EnderecoCadastroCliente = new System.Windows.Forms.GroupBox();
            this.tbNumeroEndereco = new System.Windows.Forms.MaskedTextBox();
            this.tbCepEndereco = new System.Windows.Forms.MaskedTextBox();
            this.cbUfEndereco = new System.Windows.Forms.ComboBox();
            this.tbCidadeEndereco = new System.Windows.Forms.TextBox();
            this.tbBairroEndereco = new System.Windows.Forms.TextBox();
            this.tbComplementoEndereco = new System.Windows.Forms.TextBox();
            this.tbRuaEndereco = new System.Windows.Forms.TextBox();
            this.label_EnderecoUfCliente = new System.Windows.Forms.Label();
            this.label_EnderecoBairroCliente = new System.Windows.Forms.Label();
            this.label_EnderecoCepCliente = new System.Windows.Forms.Label();
            this.label_EnderecoCidadeCliente = new System.Windows.Forms.Label();
            this.label_EnderecoComplementoCliente = new System.Windows.Forms.Label();
            this.label_EnderecoRuaCliente = new System.Windows.Forms.Label();
            this.label_EnderecoNumeroCliente = new System.Windows.Forms.Label();
            this.btCancelar = new System.Windows.Forms.Button();
            this.btCadastrar = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.groupBox_EnderecoCadastroCliente.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.tbDataNascimento);
            this.groupBox1.Controls.Add(this.tbTelefone);
            this.groupBox1.Controls.Add(this.tbCpf);
            this.groupBox1.Controls.Add(this.tbPorcentagem);
            this.groupBox1.Controls.Add(this.lbPorcentagem);
            this.groupBox1.Controls.Add(this.tbNome);
            this.groupBox1.Controls.Add(this.lbDataNascimento);
            this.groupBox1.Controls.Add(this.lbCpf);
            this.groupBox1.Controls.Add(this.lbTelefone);
            this.groupBox1.Controls.Add(this.lbNome);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(646, 98);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Dados Pessoais";
            this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
            // 
            // tbDataNascimento
            // 
            this.tbDataNascimento.Location = new System.Drawing.Point(344, 52);
            this.tbDataNascimento.Mask = "99/99/9999";
            this.tbDataNascimento.Name = "tbDataNascimento";
            this.tbDataNascimento.Size = new System.Drawing.Size(67, 20);
            this.tbDataNascimento.TabIndex = 4;
            // 
            // tbTelefone
            // 
            this.tbTelefone.Location = new System.Drawing.Point(73, 52);
            this.tbTelefone.Mask = "(99) 9999-9999";
            this.tbTelefone.Name = "tbTelefone";
            this.tbTelefone.Size = new System.Drawing.Size(83, 20);
            this.tbTelefone.TabIndex = 3;
            // 
            // tbCpf
            // 
            this.tbCpf.Location = new System.Drawing.Point(344, 23);
            this.tbCpf.Mask = "999.999.999-99";
            this.tbCpf.Name = "tbCpf";
            this.tbCpf.Size = new System.Drawing.Size(86, 20);
            this.tbCpf.TabIndex = 2;
            // 
            // tbPorcentagem
            // 
            this.tbPorcentagem.Location = new System.Drawing.Point(525, 52);
            this.tbPorcentagem.Name = "tbPorcentagem";
            this.tbPorcentagem.Size = new System.Drawing.Size(36, 20);
            this.tbPorcentagem.TabIndex = 5;
            // 
            // lbPorcentagem
            // 
            this.lbPorcentagem.AutoSize = true;
            this.lbPorcentagem.Location = new System.Drawing.Point(446, 55);
            this.lbPorcentagem.Name = "lbPorcentagem";
            this.lbPorcentagem.Size = new System.Drawing.Size(73, 13);
            this.lbPorcentagem.TabIndex = 8;
            this.lbPorcentagem.Text = "Porcentagem:";
            // 
            // tbNome
            // 
            this.tbNome.Location = new System.Drawing.Point(73, 23);
            this.tbNome.Name = "tbNome";
            this.tbNome.Size = new System.Drawing.Size(195, 20);
            this.tbNome.TabIndex = 1;
            this.tbNome.TextChanged += new System.EventHandler(this.tbNome_TextChanged);
            // 
            // lbDataNascimento
            // 
            this.lbDataNascimento.AutoSize = true;
            this.lbDataNascimento.Location = new System.Drawing.Point(231, 55);
            this.lbDataNascimento.Name = "lbDataNascimento";
            this.lbDataNascimento.Size = new System.Drawing.Size(107, 13);
            this.lbDataNascimento.TabIndex = 3;
            this.lbDataNascimento.Text = "Data de Nascimento:";
            // 
            // lbCpf
            // 
            this.lbCpf.AutoSize = true;
            this.lbCpf.Location = new System.Drawing.Point(308, 26);
            this.lbCpf.Name = "lbCpf";
            this.lbCpf.Size = new System.Drawing.Size(30, 13);
            this.lbCpf.TabIndex = 2;
            this.lbCpf.Text = "CPF:";
            // 
            // lbTelefone
            // 
            this.lbTelefone.AutoSize = true;
            this.lbTelefone.Location = new System.Drawing.Point(15, 55);
            this.lbTelefone.Name = "lbTelefone";
            this.lbTelefone.Size = new System.Drawing.Size(52, 13);
            this.lbTelefone.TabIndex = 1;
            this.lbTelefone.Text = "Telefone:";
            // 
            // lbNome
            // 
            this.lbNome.AutoSize = true;
            this.lbNome.Location = new System.Drawing.Point(29, 26);
            this.lbNome.Name = "lbNome";
            this.lbNome.Size = new System.Drawing.Size(38, 13);
            this.lbNome.TabIndex = 0;
            this.lbNome.Text = "Nome:";
            // 
            // groupBox_EnderecoCadastroCliente
            // 
            this.groupBox_EnderecoCadastroCliente.Controls.Add(this.tbNumeroEndereco);
            this.groupBox_EnderecoCadastroCliente.Controls.Add(this.tbCepEndereco);
            this.groupBox_EnderecoCadastroCliente.Controls.Add(this.cbUfEndereco);
            this.groupBox_EnderecoCadastroCliente.Controls.Add(this.tbCidadeEndereco);
            this.groupBox_EnderecoCadastroCliente.Controls.Add(this.tbBairroEndereco);
            this.groupBox_EnderecoCadastroCliente.Controls.Add(this.tbComplementoEndereco);
            this.groupBox_EnderecoCadastroCliente.Controls.Add(this.tbRuaEndereco);
            this.groupBox_EnderecoCadastroCliente.Controls.Add(this.label_EnderecoUfCliente);
            this.groupBox_EnderecoCadastroCliente.Controls.Add(this.label_EnderecoBairroCliente);
            this.groupBox_EnderecoCadastroCliente.Controls.Add(this.label_EnderecoCepCliente);
            this.groupBox_EnderecoCadastroCliente.Controls.Add(this.label_EnderecoCidadeCliente);
            this.groupBox_EnderecoCadastroCliente.Controls.Add(this.label_EnderecoComplementoCliente);
            this.groupBox_EnderecoCadastroCliente.Controls.Add(this.label_EnderecoRuaCliente);
            this.groupBox_EnderecoCadastroCliente.Controls.Add(this.label_EnderecoNumeroCliente);
            this.groupBox_EnderecoCadastroCliente.Location = new System.Drawing.Point(12, 127);
            this.groupBox_EnderecoCadastroCliente.Margin = new System.Windows.Forms.Padding(2);
            this.groupBox_EnderecoCadastroCliente.Name = "groupBox_EnderecoCadastroCliente";
            this.groupBox_EnderecoCadastroCliente.Padding = new System.Windows.Forms.Padding(2);
            this.groupBox_EnderecoCadastroCliente.Size = new System.Drawing.Size(646, 113);
            this.groupBox_EnderecoCadastroCliente.TabIndex = 8;
            this.groupBox_EnderecoCadastroCliente.TabStop = false;
            this.groupBox_EnderecoCadastroCliente.Text = "Endereço:";
            // 
            // tbNumeroEndereco
            // 
            this.tbNumeroEndereco.Location = new System.Drawing.Point(344, 18);
            this.tbNumeroEndereco.Mask = "9999999999";
            this.tbNumeroEndereco.Name = "tbNumeroEndereco";
            this.tbNumeroEndereco.Size = new System.Drawing.Size(69, 20);
            this.tbNumeroEndereco.TabIndex = 7;
            // 
            // tbCepEndereco
            // 
            this.tbCepEndereco.Location = new System.Drawing.Point(78, 66);
            this.tbCepEndereco.Mask = "99999-999";
            this.tbCepEndereco.Name = "tbCepEndereco";
            this.tbCepEndereco.Size = new System.Drawing.Size(61, 20);
            this.tbCepEndereco.TabIndex = 10;
            // 
            // cbUfEndereco
            // 
            this.cbUfEndereco.FormattingEnabled = true;
            this.cbUfEndereco.Items.AddRange(new object[] {
            "AC",
            "AL",
            "AP",
            "AM",
            "BA",
            "CE",
            "DF",
            "ES",
            "GO",
            "MA",
            "MT",
            "MS",
            "MG",
            "PA",
            "PB",
            "PR",
            "PE",
            "PI",
            "RJ",
            "RN",
            "RS",
            "RO",
            "RR",
            "SC",
            "SP",
            "SE",
            "TO"});
            this.cbUfEndereco.Location = new System.Drawing.Point(525, 70);
            this.cbUfEndereco.Margin = new System.Windows.Forms.Padding(2);
            this.cbUfEndereco.Name = "cbUfEndereco";
            this.cbUfEndereco.Size = new System.Drawing.Size(44, 21);
            this.cbUfEndereco.TabIndex = 12;
            // 
            // tbCidadeEndereco
            // 
            this.tbCidadeEndereco.Location = new System.Drawing.Point(344, 69);
            this.tbCidadeEndereco.Margin = new System.Windows.Forms.Padding(2);
            this.tbCidadeEndereco.Name = "tbCidadeEndereco";
            this.tbCidadeEndereco.Size = new System.Drawing.Size(109, 20);
            this.tbCidadeEndereco.TabIndex = 11;
            // 
            // tbBairroEndereco
            // 
            this.tbBairroEndereco.Location = new System.Drawing.Point(344, 41);
            this.tbBairroEndereco.Margin = new System.Windows.Forms.Padding(2);
            this.tbBairroEndereco.Name = "tbBairroEndereco";
            this.tbBairroEndereco.Size = new System.Drawing.Size(109, 20);
            this.tbBairroEndereco.TabIndex = 9;
            // 
            // tbComplementoEndereco
            // 
            this.tbComplementoEndereco.Location = new System.Drawing.Point(78, 41);
            this.tbComplementoEndereco.Margin = new System.Windows.Forms.Padding(2);
            this.tbComplementoEndereco.Name = "tbComplementoEndereco";
            this.tbComplementoEndereco.Size = new System.Drawing.Size(190, 20);
            this.tbComplementoEndereco.TabIndex = 8;
            // 
            // tbRuaEndereco
            // 
            this.tbRuaEndereco.Location = new System.Drawing.Point(78, 17);
            this.tbRuaEndereco.Margin = new System.Windows.Forms.Padding(2);
            this.tbRuaEndereco.Name = "tbRuaEndereco";
            this.tbRuaEndereco.Size = new System.Drawing.Size(190, 20);
            this.tbRuaEndereco.TabIndex = 6;
            // 
            // label_EnderecoUfCliente
            // 
            this.label_EnderecoUfCliente.AutoSize = true;
            this.label_EnderecoUfCliente.Location = new System.Drawing.Point(502, 76);
            this.label_EnderecoUfCliente.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label_EnderecoUfCliente.Name = "label_EnderecoUfCliente";
            this.label_EnderecoUfCliente.Size = new System.Drawing.Size(24, 13);
            this.label_EnderecoUfCliente.TabIndex = 6;
            this.label_EnderecoUfCliente.Text = "UF:";
            // 
            // label_EnderecoBairroCliente
            // 
            this.label_EnderecoBairroCliente.AutoSize = true;
            this.label_EnderecoBairroCliente.Location = new System.Drawing.Point(306, 45);
            this.label_EnderecoBairroCliente.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label_EnderecoBairroCliente.Name = "label_EnderecoBairroCliente";
            this.label_EnderecoBairroCliente.Size = new System.Drawing.Size(37, 13);
            this.label_EnderecoBairroCliente.TabIndex = 5;
            this.label_EnderecoBairroCliente.Text = "Bairro:";
            // 
            // label_EnderecoCepCliente
            // 
            this.label_EnderecoCepCliente.AutoSize = true;
            this.label_EnderecoCepCliente.Location = new System.Drawing.Point(49, 69);
            this.label_EnderecoCepCliente.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label_EnderecoCepCliente.Name = "label_EnderecoCepCliente";
            this.label_EnderecoCepCliente.Size = new System.Drawing.Size(31, 13);
            this.label_EnderecoCepCliente.TabIndex = 4;
            this.label_EnderecoCepCliente.Text = "CEP:";
            // 
            // label_EnderecoCidadeCliente
            // 
            this.label_EnderecoCidadeCliente.AutoSize = true;
            this.label_EnderecoCidadeCliente.Location = new System.Drawing.Point(302, 73);
            this.label_EnderecoCidadeCliente.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label_EnderecoCidadeCliente.Name = "label_EnderecoCidadeCliente";
            this.label_EnderecoCidadeCliente.Size = new System.Drawing.Size(43, 13);
            this.label_EnderecoCidadeCliente.TabIndex = 3;
            this.label_EnderecoCidadeCliente.Text = "Cidade:";
            // 
            // label_EnderecoComplementoCliente
            // 
            this.label_EnderecoComplementoCliente.AutoSize = true;
            this.label_EnderecoComplementoCliente.Location = new System.Drawing.Point(4, 45);
            this.label_EnderecoComplementoCliente.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label_EnderecoComplementoCliente.Name = "label_EnderecoComplementoCliente";
            this.label_EnderecoComplementoCliente.Size = new System.Drawing.Size(74, 13);
            this.label_EnderecoComplementoCliente.TabIndex = 2;
            this.label_EnderecoComplementoCliente.Text = "Complemento:";
            // 
            // label_EnderecoRuaCliente
            // 
            this.label_EnderecoRuaCliente.AutoSize = true;
            this.label_EnderecoRuaCliente.Location = new System.Drawing.Point(49, 21);
            this.label_EnderecoRuaCliente.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label_EnderecoRuaCliente.Name = "label_EnderecoRuaCliente";
            this.label_EnderecoRuaCliente.Size = new System.Drawing.Size(30, 13);
            this.label_EnderecoRuaCliente.TabIndex = 1;
            this.label_EnderecoRuaCliente.Text = "Rua:";
            // 
            // label_EnderecoNumeroCliente
            // 
            this.label_EnderecoNumeroCliente.AutoSize = true;
            this.label_EnderecoNumeroCliente.Location = new System.Drawing.Point(297, 18);
            this.label_EnderecoNumeroCliente.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label_EnderecoNumeroCliente.Name = "label_EnderecoNumeroCliente";
            this.label_EnderecoNumeroCliente.Size = new System.Drawing.Size(47, 13);
            this.label_EnderecoNumeroCliente.TabIndex = 0;
            this.label_EnderecoNumeroCliente.Text = "Número:";
            // 
            // btCancelar
            // 
            this.btCancelar.Location = new System.Drawing.Point(463, 257);
            this.btCancelar.Name = "btCancelar";
            this.btCancelar.Size = new System.Drawing.Size(75, 23);
            this.btCancelar.TabIndex = 14;
            this.btCancelar.Text = "Cancelar";
            this.btCancelar.UseVisualStyleBackColor = true;
            this.btCancelar.Click += new System.EventHandler(this.btCancelar_Click);
            // 
            // btCadastrar
            // 
            this.btCadastrar.Location = new System.Drawing.Point(583, 257);
            this.btCadastrar.Name = "btCadastrar";
            this.btCadastrar.Size = new System.Drawing.Size(75, 23);
            this.btCadastrar.TabIndex = 13;
            this.btCadastrar.Text = "Cadastrar";
            this.btCadastrar.UseVisualStyleBackColor = true;
            this.btCadastrar.Click += new System.EventHandler(this.btCadastrar_Click);
            // 
            // CadastroFuncionario
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(670, 287);
            this.Controls.Add(this.btCadastrar);
            this.Controls.Add(this.btCancelar);
            this.Controls.Add(this.groupBox_EnderecoCadastroCliente);
            this.Controls.Add(this.groupBox1);
            this.MaximizeBox = false;
            this.Name = "CadastroFuncionario";
            this.Text = "Cadastro de Funcionario";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox_EnderecoCadastroCliente.ResumeLayout(false);
            this.groupBox_EnderecoCadastroCliente.PerformLayout();
            this.ResumeLayout(false);

        }