コード例 #1
0
 private void FormatDataGridViewStyle()
 {
     UIControl.FormatDataGridView(dgv_Result);
 }
コード例 #2
0
 private void FormatDataGridViewStyle()
 {
     UIControl.FormatDataGridView(dgv_Catagory);
 }
コード例 #3
0
 private void txt_NoOfUnits_KeyPress(object sender, KeyPressEventArgs e)
 {
     UIControl.KeyValidateForInteger(sender, e);
 }
コード例 #4
0
 private void txt_Amount_KeyPress(object sender, KeyPressEventArgs e)
 {
     UIControl.KeyValidateForDecimal(sender, e);
 }
コード例 #5
0
 private void FormatDataGridViewStyle()
 {
     UIControl.FormatDataGridView(dgv_ProductList);
 }
コード例 #6
0
 private void FormatDataGridViewStyle()
 {
     UIControl.FormatDataGridView(dgv_ExistingPermission);
     UIControl.FormatDataGridView(dgv_UserPermission);
     UIControl.FormatDataGridView(dgv_UserList);
 }
コード例 #7
0
 private void FormatDataGridViewStyle()
 {
     UIControl.FormatDataGridView(dgv_Customer);
 }
コード例 #8
0
 private void FormatDataGridViewStyle()
 {
     UIControl.FormatDataGridView(dgv_ArrivalProduct);
 }
コード例 #9
0
 private void txt_ReorderCtn_KeyPress(object sender, KeyPressEventArgs e)
 {
     UIControl.KeyValidateForInteger(sender, e);
 }
コード例 #10
0
 private void txt_CartonPrice2_KeyPress(object sender, KeyPressEventArgs e)
 {
     UIControl.KeyValidateForDecimal(sender, e);
 }