MCPcopy Create free account
hub / github.com/acl-dev/acl / OnTransOver

Method OnTransOver

app/jencode/JencodeDlg.cpp:334–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334afx_msg LRESULT CJencodeDlg::OnTransOver(WPARAM uID, LPARAM lEvent)
335{
336 CString msg;
337
338 ButtonsEnable();
339 msg.Format("耗时:%d 秒", time(NULL) - m_nBegin);
340 m_wndStatus.SetText("完成", 0, 0);
341 m_wndStatus.SetText(msg, 1, 0);
342 return 0;
343}
344
345afx_msg LRESULT CJencodeDlg::OnTransOver2(WPARAM uID, LPARAM lEvent)
346{

Callers

nothing calls this directly

Calls 1

SetTextMethod · 0.45

Tested by

no test coverage detected