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

📄 atm.h

📁 一个模仿ATM提款机的MFC程序
💻 H
字号:
// ATM.h : main header file for the ATM application
//

#if !defined(AFX_ATM_H__BF38165B_D018_4E2C_9079_C3B62D35237C__INCLUDED_)
#define AFX_ATM_H__BF38165B_D018_4E2C_9079_C3B62D35237C__INCLUDED_

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

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"		
#include "EnterPaswd.h"
#include "Account.h"
#include "urrentAccnt.h"
#include "Check1.h"
#include "Checkchoose.h"
#include "Passworderror1.h"
#include "Withdraw5.h"
#include "Suggest.h"
#include "Print.h"
#include "Chanegpass.h"
#include "Changepassword2.h"
#include "Continue.h"
#include "Changesuccess.h"
#include "Difpass.h"
#include "Phoneuser.h"
#include "Surrogate.h"
#include "Phoneno.h"
#include "Phoneno2.h"
#include "Print2.h"
#include "TELEPHONE.h"
#include "End.h"
#include "Transfer.h"
#include "Accountno1.h"
#include "Accountno2.h"
#include "Tranamount.h"
#include "Print3.h"
#include "Tranmis.h"
#include "Exaccount.h"
#include "Text.h"
#include "Alarm.h"
/////////////////////////////////////////////////////////////////////////////
// CATMApp:
// See ATM.cpp for the implementation of this class
//

class CATMApp : public CWinApp
{
public:
	CATMApp();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CATMApp)
	public:
	virtual BOOL InitInstance();
	//}}AFX_VIRTUAL

// Implementation

	//{{AFX_MSG(CATMApp)
		// NOTE - the ClassWizard will add and remove member functions here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


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

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

#endif // !defined(AFX_ATM_H__BF38165B_D018_4E2C_9079_C3B62D35237C__INCLUDED_)

⌨️ 快捷键说明

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