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

Method OnBnClickedButtonGb2uni

app/jencode/JencodeDlg.cpp:254–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void CJencodeDlg::OnBnClickedButtonGb2uni()
255{
256 // TODO: 在此添加控件通知处理程序代码
257 if (!CheckPath()) {
258 MessageBox(m_sPath);
259 return;
260 }
261
262 return;
263
264 static CGb2Utf8 gb2uni("gbk", "UCS2LE");
265
266 gb2uni.Init(this->GetSafeHwnd(), m_sPath, m_dPath);
267 gb2uni.OnTransEnd(WM_USER_TRANS_OVER);
268 gb2uni.start();
269 m_wndStatus.SetText("运行", 0, 0);
270 m_nBegin = time(NULL);
271 ButtonsDisable();
272}
273
274void CJencodeDlg::OnBnClickedButton2()
275{

Callers

nothing calls this directly

Calls 4

InitMethod · 0.45
OnTransEndMethod · 0.45
startMethod · 0.45
SetTextMethod · 0.45

Tested by

no test coverage detected