Searched refs:GetTextResource (Results 1 – 5 of 5) sorted by relevance
17 std::wstring pingyin_res = CCommon::GetTextResource(IDR_CHINESE_PINGYIN, CodeType::UTF8_NO_BOM); in Init()
219 dlg.SetMessageText(CCommon::GetTextResource(IDR_LICENSE, CodeType::UTF8_NO_BOM)); in OnNMClickLicenseSyslink()318 << CCommon::GetTextResource(IDR_ACKNOWLEDGEMENT, CodeType::UTF8_NO_BOM); in OnNMClickAcknowledgementSyslink()
28 m_ini_str = CCommon::GetTextResource(id, code_type); in CIniHelper()
428 static wstring GetTextResource(UINT id, CodeType code_type);
1794 wstring CCommon::GetTextResource(UINT id, CodeType code_type) in GetTextResource() function in CCommon1911 wstring compile_time = GetTextResource(IDR_COMPILE_TIME, CodeType::ANSI); in GetLastCompileTime()