?? stkdemo.h
字號:
#if !defined(AFX_STKDEMO_H__58975303_DC58_11D1_A883_00C04FCCA334__INCLUDED_)
#define AFX_STKDEMO_H__58975303_DC58_11D1_A883_00C04FCCA334__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// StkDemo.h : header file
//
#define My_Msg_StkData WM_APP + 1
/////////////////////////////////////////////////////////////////////////////
// CStkDemo window
class CStkDemo : public CWnd
{
// Construction
public:
CStkDemo();
enum {StkBufNum = 8};
// Data
public:
CString m_Stock[StkBufNum]; // 股票數據
int m_StkPtr; // 數據指針
CString m_Min; // 分時數據
CString m_File; // 文件數據
BOOL m_bRunFlag; //
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CStkDemo)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CStkDemo();
// Generated message map functions
protected:
//{{AFX_MSG(CStkDemo)
afx_msg void OnPaint();
afx_msg void OnDestroy();
//}}AFX_MSG
afx_msg LONG OnStkDataOK(UINT wFileType,LONG lPara);
DECLARE_MESSAGE_MAP()
public:
MyCreate(CWnd* pWnd);
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STKDEMO_H__58975303_DC58_11D1_A883_00C04FCCA334__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -