private void CadLocImov3_Load(object sender, EventArgs e) { ValidacaoGeral validacaoGeral = new ValidacaoGeral(); validacaoGeral.tamanho(this); cboStatus.SelectedItem = cboStatus.Items[1]; }
private void CadFunc_Load(object sender, EventArgs e) { ValidacaoGeral validacaoGeral = new ValidacaoGeral(); validacaoGeral.tamanho(this); cpf = txtCpf.Text; rg = txtRg.Text; email = txtEmail.Text; }
private void Atendimento_Load(object sender, EventArgs e) { ValidacaoGeral validacaoGeral = new ValidacaoGeral(); validacaoGeral.tamanho(this); if (menuStrip) { CrudAtendimento crudAtendimento = new CrudAtendimento(inicio); String horaData = crudAtendimento.getData().ToString(); txtData.Text = horaData.Substring(0, 10); txtHorario.Text = horaData.Substring(11); } }
private void CadLocatario2_Load(object sender, EventArgs e) { ValidacaoGeral validacaoGeral = new ValidacaoGeral(); validacaoGeral.tamanho(this); if (menuStrip) { btnLocatarios.Visible = true; } else { btnLocatarios.Visible = false; } }
private void CadLocatario_Load(object sender, EventArgs e) { ValidacaoGeral validacaoGeral = new ValidacaoGeral(); validacaoGeral.tamanho(this); email = txtEmail.Text; cpf = mtxtCpf.Text; rg = mtxtRg.Text; if (editar == "Editar") { btnAvançar.Text = "Salvar"; btnAvançar.BackgroundImage = null; btnAvançar.TextAlign = ContentAlignment.MiddleCenter; } }
private void CadUsuario_Load(object sender, EventArgs e) { ValidacaoGeral validacaoGeral = new ValidacaoGeral(); validacaoGeral.tamanho(this); }
private void cadLocImov2_Load(object sender, EventArgs e) { ValidacaoGeral validacaoGeral = new ValidacaoGeral(); validacaoGeral.tamanho(this); }