currency_cedlg.h
来自「《Windows CE 应用程序设计》 书上的第六章第二节实例——货币兑换比率查」· C头文件 代码 · 共 65 行
H
65 行
// Currency_CEDlg.h : header file
//
#if !defined(AFX_CURRENCY_CEDLG_H__63859607_67C5_11D2_8362_0000210056C3__INCLUDED_)
#define AFX_CURRENCY_CEDLG_H__63859607_67C5_11D2_8362_0000210056C3__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
// CCurrency_CEDlg dialog
class CCurrency_CEDlg : public CDialog
{
// Construction
public:
CCurrency_CEDlg(CWnd* pParent = NULL); // standard constructor
virtual void OnOK( );
virtual void OnCancel( );
// Dialog Data
//{{AFX_DATA(CCurrency_CEDlg)
enum { IDD = IDD_CURRENCY_CE_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCurrency_CEDlg)
public:
virtual BOOL DestroyWindow();
virtual int DoModal();
virtual BOOL OnCmdMsg(UINT nID, int nCode, void* pExtra, AFX_CMDHANDLERINFO* pHandlerInfo);
virtual BOOL OnChildNotify(UINT message, WPARAM wParam, LPARAM lParam, LRESULT* pLResult);
virtual void OnFinalRelease();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual LRESULT DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam);
virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);
virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult);
virtual void PostNcDestroy();
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CCurrency_CEDlg)
virtual BOOL OnInitDialog();
afx_msg void OnDestroy();
afx_msg void OnClose();
afx_msg void OnCancelMode();
afx_msg void OnChar(UINT nChar, UINT nRepCnt, UINT nFlags);
afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CURRENCY_CEDLG_H__63859607_67C5_11D2_8362_0000210056C3__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?