Commit 732d2bb88099fd8f7ac70b0bd7d05026b03e304b

Authored by Echo
1 parent abaf1f3f

调整UI

No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
... ... @@ -288,7 +288,7 @@ META_RESULT SmartPhoneSN::WriteNvramLoop()
288 288
289 289 //g_pMainDlg->myrslt_imei= _T("PASS");
290 290
291   - if(iRet ||iRet2)
  291 + if (iRet == META_SUCCESS || iRet2 == META_SUCCESS)
292 292 {
293 293 UpdateUIMsg("IMEI read successfully "+str_imei);
294 294 }
... ...
No preview for this file type
1   ----- myrslt_smt Matches (6 in 3 files) ----
2   -SN WriterDlg.cpp: myrslt_smt = _T("");
3   -SN WriterDlg.cpp: DDX_Text(pDX, IDC_RSLT_SMT, myrslt_smt);
4   -SN WriterDlg.h: CString myrslt_smt;
5   -SNbase.cpp (execute): g_pMainDlg->SetDlgItemText(IDC_RSLT_SMT, g_pMainDlg->myrslt_smt);
6   -SNbase.cpp (execute): g_pMainDlg->myrslt_smt= _T("PASS");
7   -SNbase.cpp (execute): g_pMainDlg->myrslt_smt= _T("FAIL");
  1 +---- IMEI read successfully Matches (1 in 1 files) ----
  2 +SPexc.cpp (execute): UpdateUIMsg("IMEI read successfully "+str_imei);
... ...
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
... ... @@ -6,7 +6,7 @@
6 6 --------------------Configuration: SN Writer - Win32 Debug--------------------
7 7 </h3>
8 8 <h3>Command Lines</h3>
9   -Creating temporary file "C:\Users\echo\AppData\Local\Temp\RSPD65A.tmp" with contents
  9 +Creating temporary file "C:\Users\echo\AppData\Local\Temp\RSP8602.tmp" with contents
10 10 [
11 11 shlwapi.lib "./mtklib/meta/lib/*.lib" "./mtklib/Eboot/lib/*.lib" "./mtklib/Security/lib/*.lib" "./mtklib/SNFstream/lib/*.lib" "./mtklib/DebugTrace/lib/*.lib" "./mtklib/usbswitchtool/lib/*.lib" /nologo /subsystem:windows /incremental:yes /pdb:"Output/SN Writer.pdb" /debug /machine:I386 /out:"Output/SN Writer.exe" /pdbtype:sept
12 12 .\Debug\Common.obj
... ... @@ -32,7 +32,7 @@ shlwapi.lib "./mtklib/meta/lib/*.lib" "./mtklib/Eboot/lib/*.lib" "./mtklib/Secur
32 32 .\Debug\StdAfx.obj
33 33 ".\Debug\SN Writer.res"
34 34 ]
35   -Creating command line "link.exe @C:\Users\echo\AppData\Local\Temp\RSPD65A.tmp"
  35 +Creating command line "link.exe @C:\Users\echo\AppData\Local\Temp\RSP8602.tmp"
36 36 <h3>Output Window</h3>
37 37 Linking...
38 38
... ...
... ... @@ -304,10 +304,10 @@ BEGIN
304 304 PUSHBUTTON "Select",IDC_BTN_BP_PATH,240,55,44,12
305 305 GROUPBOX "",IDC_STATIC,6,28,285,44
306 306 CONTROL 133,IDC_BITMAP_RESAULT,"Static",SS_BITMAP,154,84,93,45
307   - LTEXT "SW",IDC_STATIC,9,91,11,9
  307 + LTEXT "SW",IDC_STATIC,6,91,11,9
308 308 LTEXT "CFT",IDC_STATIC,5,115,12,9
309 309 LTEXT "SMT MMI",IDC_STATIC,5,139,30,9
310   - LTEXT "Write IMEI",IDC_STATIC,5,187,32,9
  310 + LTEXT "IMEI",IDC_STATIC,5,187,32,9
311 311 LTEXT "QC1",IDC_STATIC,5,163,13,9
312 312 EDITTEXT IDC_RSLT_SW,47,91,104,15,ES_AUTOHSCROLL | ES_READONLY
313 313 EDITTEXT IDC_RSLT_CFT,47,115,104,15,ES_AUTOHSCROLL | ES_READONLY
... ...
Please register or login to post a comment