public form_Lucros_Gastos_Exibir_Alterar(form_Lucros _formLucros, int[] corRgb)
 {
     InitializeComponent();
     formLucros = _formLucros;
     corGeral   = corRgb;
     formatar.AplicarApenasNumeroVirgulaEMoeda(txtValorGastosEditar);
     MudarCores();
 }
 public form_Lucros_Gastos(form_Lucros _formLucros, int[] corRgb)
 {
     InitializeComponent();
     corGeral = corRgb;
     MudarCores();
     format_campos.AplicarApenasNumeroVirgulaEMoeda(txtValor);
     formLucros             = _formLucros;
     radioGastoTemp.Checked = true;
 }
 public form_Lucros_Gastos_Exibir(form_Lucros _formLucros, int[] corRgb, bool _checkBox)
 {
     InitializeComponent();
     corGeral = corRgb;
     tab_Gastos.Preencher(tabelaGastos, 0);
     MudarCores();
     formLucros          = _formLucros;
     checkGastos.Checked = _checkBox;
 }
Exemple #4
0
 public form_OrdensServ_Edit(form_Lucros formLucros, int[] _cor)
 {
     InitializeComponent();
     formLucros1        = formLucros;
     this.ActiveControl = txtAparelhoEdit;
     corGeral           = _cor;
     MudarCores();
     CalcularLucro();
     dtpDataEditPrevisao.Value = DateTime.Parse("26/03/2020");
 }