Showing
1 changed file
with
5 additions
and
0 deletions
| ... | ... | @@ -618,6 +618,11 @@ void CSNWriterDlg::OnBtnStart() |
| 618 | 618 | |
| 619 | 619 | CString strText; |
| 620 | 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 | 627 | if (strText == "Start") |
| 623 | 628 | { | ... | ... |
Please
register
or
login
to post a comment