Searched refs:mInfoText (Results 1 – 2 of 2) sorted by relevance
18 CString GetInfoText(){ return mInfoText; }; in GetInfoText()28 CString mInfoText; variable
2963 mInfoText = info->app_name; in BEGIN_MESSAGE_MAP()2982 mInfoText.Format(_T("%s.%s"), parent->app_name, mpInfo->app_name); in BEGIN_MESSAGE_MAP()3044 dc.DrawText(mInfoText, &rect, DT_SINGLELINE | DT_VCENTER); in OnPaint()