📄 topdlg.h
字号:
#if !defined(AFX_TOPDLG_H__B66F0DED_7552_47EC_BC68_AE674E87ED52__INCLUDED_)
#define AFX_TOPDLG_H__B66F0DED_7552_47EC_BC68_AE674E87ED52__INCLUDED_
#include "CeBtnST.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TopDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTopDlg dialog
class CTopDlg : public CDialog
{
// Construction
public:
CTopDlg(CWnd* pParent = NULL); // standard constructor
CCeButtonST m_btnCash;
CCeButtonST m_btnAccount;
CCeButtonST m_btnStock;
CCeButtonST m_btnStat;
CCeButtonST m_btnSet;
CCeButtonST m_btnPlan;
CWnd *m_pParent;
// Dialog Data
//{{AFX_DATA(CTopDlg)
enum { IDD = IDD_DIALOG_TOP };
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTopDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CTopDlg)
virtual BOOL OnInitDialog();
afx_msg void OnBtnCash();
afx_msg void OnBtnStat();
afx_msg void OnBtnStock();
afx_msg void OnBtnAccount();
afx_msg void OnPaint();
afx_msg void OnBtnplan();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TOPDLG_H__B66F0DED_7552_47EC_BC68_AE674E87ED52__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -