private void checkBoxRXDCBlockEnable_CheckedChanged(object sender, EventArgs e)
 {
     DttSP.SetRXDCBlock(0, 0, checkBoxRXDCBlockEnable.Checked);
 }