⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainfrm.h

📁 模拟银行信用卡的业务流程
💻 H
字号:
// MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_MAINFRM_H__333341D4_3E84_11D5_918A_E6FBF5596A53__INCLUDED_)
#define AFX_MAINFRM_H__333341D4_3E84_11D5_918A_E6FBF5596A53__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CMainFrame : public CFrameWnd
{
	
protected: // create from serialization only
	CMainFrame();
	DECLARE_DYNCREATE(CMainFrame)

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMainFrame)
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	//}}AFX_VIRTUAL

// Implementation
public:
	BOOL m_EnableMenu;
	virtual ~CMainFrame();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:  // control bar embedded members
	CStatusBar  m_wndStatusBar;
	CToolBar    m_wndToolBar;

// Generated message map functions
protected:
	//{{AFX_MSG(CMainFrame)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnSearchCard();
	afx_msg void OnClientSpan();
	afx_msg void OnClientMachine();
	afx_msg void OnSearchClient();
	afx_msg void OnSearchAccount();
	afx_msg void OnSearchMachine();
	afx_msg void OnClientModify();
	afx_msg void OnClientOpen();
	afx_msg void OnClientDelete();
	afx_msg void OnClientCardopen();
	afx_msg void OnClientCardinvalid();
	afx_msg void OnClientWithdraw();
	afx_msg void OnClientDeposit();
	afx_msg void OnMachineInstall();
	afx_msg void OnMachineDestory();
	afx_msg void OnMachineLocation();
	afx_msg void OnMachineSpancost();
	afx_msg void OnMachineClientcost();
	afx_msg void OnUserConsume();
	afx_msg void OnReportClient();
	afx_msg void OnReportConsume();
	afx_msg void OnReportMachine();
	afx_msg void OnStatisticsClient();
	afx_msg void OnStatisticsMachine();
	afx_msg void OnStatisticsConsume();
	afx_msg void OnManageInterests();
	afx_msg void OnManageridentify();
	afx_msg void OnUpdateSearchClient(CCmdUI* pCmdUI);
	afx_msg void OnUpdateSearchCard(CCmdUI* pCmdUI);
	afx_msg void OnUpdateSearchAccount(CCmdUI* pCmdUI);
	afx_msg void OnUpdateSearchMachine(CCmdUI* pCmdUI);
	afx_msg void OnUpdateClientOpen(CCmdUI* pCmdUI);
	afx_msg void OnUpdateClientModify(CCmdUI* pCmdUI);
	afx_msg void OnUpdateClientDelete(CCmdUI* pCmdUI);
	afx_msg void OnUpdateClientCardopen(CCmdUI* pCmdUI);
	afx_msg void OnUpdateClientCardinvalid(CCmdUI* pCmdUI);
	afx_msg void OnUpdateClientWithdraw(CCmdUI* pCmdUI);
	afx_msg void OnUpdateClientDeposit(CCmdUI* pCmdUI);
	afx_msg void OnUpdateMachineInstall(CCmdUI* pCmdUI);
	afx_msg void OnUpdateMachineDestory(CCmdUI* pCmdUI);
	afx_msg void OnUpdateMachineLocation(CCmdUI* pCmdUI);
	afx_msg void OnUpdateMachineSpancost(CCmdUI* pCmdUI);
	afx_msg void OnUpdateMachineClientcost(CCmdUI* pCmdUI);
	afx_msg void OnUpdateStatisticsClient(CCmdUI* pCmdUI);
	afx_msg void OnUpdateStatisticsMachine(CCmdUI* pCmdUI);
	afx_msg void OnUpdateStatisticsConsume(CCmdUI* pCmdUI);
	afx_msg void OnUpdateReportClient(CCmdUI* pCmdUI);
	afx_msg void OnUpdateReportMachine(CCmdUI* pCmdUI);
	afx_msg void OnUpdateReportConsume(CCmdUI* pCmdUI);
	afx_msg void OnUpdateManageInterests(CCmdUI* pCmdUI);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MAINFRM_H__333341D4_3E84_11D5_918A_E6FBF5596A53__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -