Example #1
0
 private void ShowQuotaInvTB()
 {
     //Show Quota invoice textboxes
     Invoice_Quota_textBox.Show();
     Date_Quota_Invoice_textBox.Show();
     Date_input_Quota_Invoice_textBox.Show();
     TaxNumber_Quota_Invoice_textBox.Show();
     TaxNumber_input_Quota_Invoice_textBox.Show();
     Amount_Quota_Invoice_textBox.Show();
     Amount_input_Quota_Invoice_textBox.Show();
     Ref_Quota_Invoice_textBox.Show();
     Ref_input_Quota_Invoice_textBox.Show();
     Desc_Quota_Invoice_textBox.Show();
     Desc_input_Quota_Invoice_textBox.Show();
 }
Example #2
0
        // ----------------------------------------------------------------------------------------------------------

        // HANDLE VISIBLE TEXTBOXES AND BUTTONS ---------------------------------------------------------------------
        private void HideQuotaInTB()
        {
            //Hide Quota invoice textboxes
            Invoice_Quota_textBox.Hide();
            Date_Quota_Invoice_textBox.Hide();
            Date_input_Quota_Invoice_textBox.Hide();
            TaxNumber_Quota_Invoice_textBox.Hide();
            TaxNumber_input_Quota_Invoice_textBox.Hide();
            Amount_Quota_Invoice_textBox.Hide();
            Amount_input_Quota_Invoice_textBox.Hide();
            Ref_Quota_Invoice_textBox.Hide();
            Ref_input_Quota_Invoice_textBox.Hide();
            Desc_Quota_Invoice_textBox.Hide();
            Desc_input_Quota_Invoice_textBox.Hide();
        }