Commit 2c4c7d50cc004cd7c57e71cae5b9057b44eebf71

Authored by xiemeng
1 parent 1837e688

新一轮测试清空上次测试结果

Showing 1 changed file with 5 additions and 0 deletions
@@ -618,6 +618,11 @@ void CSNWriterDlg::OnBtnStart() @@ -618,6 +618,11 @@ void CSNWriterDlg::OnBtnStart()
618 618
619 CString strText; 619 CString strText;
620 ((CWnd*)GetDlgItem(IDC_BTN_START))->GetWindowText(strText); 620 ((CWnd*)GetDlgItem(IDC_BTN_START))->GetWindowText(strText);
  621 + GetDlgItem(IDC_RSLT_SW)->SetWindowText("");
  622 + GetDlgItem(IDC_RSLT_CFT)->SetWindowText("");
  623 + GetDlgItem(IDC_RSLT_SMT)->SetWindowText("");
  624 + GetDlgItem(IDC_RSLT_QC)->SetWindowText("");
  625 + GetDlgItem(IDC_RSLT_WRITE_IMEI)->SetWindowText("");
621 626
622 if (strText == "Start") 627 if (strText == "Start")
623 { 628 {
Please register or login to post a comment