private void FormatDataGridViewStyle()
 {
     UIControl.FormatDataGridView(dgv_Result);
 }
Esempio n. 2
0
 private void FormatDataGridViewStyle()
 {
     UIControl.FormatDataGridView(dgv_Catagory);
 }
 private void txt_NoOfUnits_KeyPress(object sender, KeyPressEventArgs e)
 {
     UIControl.KeyValidateForInteger(sender, e);
 }
Esempio n. 4
0
 private void txt_Amount_KeyPress(object sender, KeyPressEventArgs e)
 {
     UIControl.KeyValidateForDecimal(sender, e);
 }
 private void FormatDataGridViewStyle()
 {
     UIControl.FormatDataGridView(dgv_ProductList);
 }
 private void FormatDataGridViewStyle()
 {
     UIControl.FormatDataGridView(dgv_ExistingPermission);
     UIControl.FormatDataGridView(dgv_UserPermission);
     UIControl.FormatDataGridView(dgv_UserList);
 }
Esempio n. 7
0
 private void FormatDataGridViewStyle()
 {
     UIControl.FormatDataGridView(dgv_Customer);
 }
 private void FormatDataGridViewStyle()
 {
     UIControl.FormatDataGridView(dgv_ArrivalProduct);
 }
Esempio n. 9
0
 private void txt_ReorderCtn_KeyPress(object sender, KeyPressEventArgs e)
 {
     UIControl.KeyValidateForInteger(sender, e);
 }
Esempio n. 10
0
 private void txt_CartonPrice2_KeyPress(object sender, KeyPressEventArgs e)
 {
     UIControl.KeyValidateForDecimal(sender, e);
 }