This commit is contained in:
2013-10-20 10:04:24 +00:00
parent b7306cb084
commit d63efb5f21
5 changed files with 163 additions and 68 deletions

View File

@@ -17,6 +17,9 @@
#include "TickerSocket.h"
#include <map>
#include <string>
#define WM_ICON_NOTIFY WM_USER+10
@@ -112,7 +115,9 @@ private:
void HLStockWindowShow( CString strJCode, CString strExtraData = "" );
void ShowHideLockControlDlg( BOOL bShow );
CLockControlDlg * m_pLCDlg;
CString GetLastWord(const CString& strSource) const;
CLockControlDlg* m_pLCDlg;
CFont m_LockUnlockBtnFont;