accountdlg.h

来自「课程设计的简单Access学生数据库系统」· C头文件 代码 · 共 63 行

H
63
字号
#if !defined(AFX_ACCOUNTDLG_H__4F0CE4FD_4CCF_414B_B680_FBC95B50992D__INCLUDED_)
#define AFX_ACCOUNTDLG_H__4F0CE4FD_4CCF_414B_B680_FBC95B50992D__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AccountDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CAccountDlg dialog
class AccountList;
//##ModelId=40A481F703D9
class CAccountDlg : public CDialog
{
// Construction
public:
	//##ModelId=40A481F80001
	CAccountDlg(CWnd* pParent = NULL);   // standard constructor
	//##ModelId=40A481F80011
	AccountList * pList;
// Dialog Data
	//{{AFX_DATA(CAccountDlg)
	enum { IDD = IDD_ACCOUNT_DIALOG };
	//##ModelId=40A481F80020
	CListCtrl	m_List;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CAccountDlg)
	protected:
	//##ModelId=40A481F80024
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CAccountDlg)
	//##ModelId=40A481F8002F
	virtual BOOL OnInitDialog();
	//##ModelId=40A481F80031
	afx_msg void OnDestroy();
	//##ModelId=40A481F8003F
	afx_msg void OnNew();
	//##ModelId=40A481F8004E
	afx_msg void OnEdit();
	//##ModelId=40A481F80050
	afx_msg void OnDelete();
	//##ModelId=40A481F8005D
	afx_msg void OnCancel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_ACCOUNTDLG_H__4F0CE4FD_4CCF_414B_B680_FBC95B50992D__INCLUDED_)

⌨️ 快捷键说明

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