usermandlg.h

来自「本学期的一个小项目学校收费管理系统」· C头文件 代码 · 共 56 行

H
56
字号
//{{AFX_INCLUDES()
#include "adodc.h"
#include "datagrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_USERMANDLG_H__AC2D3176_3840_4356_8974_48522E070427__INCLUDED_)
#define AFX_USERMANDLG_H__AC2D3176_3840_4356_8974_48522E070427__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CUserManDlg dialog

class CUserManDlg : public CDialog
{
// Construction
public:
	CUserManDlg(CWnd* pParent = NULL);   // standard constructor
	void RefreshData();
	
// Dialog Data
	//{{AFX_DATA(CUserManDlg)
	enum { IDD = IDD_USER_MAN_DIALOG };
	CAdodc	m_Adodc;
	CDataGrid	m_Datagrid;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CUserManDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CUserManDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnAddButton();
	afx_msg void OnModiButton();
	afx_msg void OnDelButton();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_USERMANDLG_H__AC2D3176_3840_4356_8974_48522E070427__INCLUDED_)

⌨️ 快捷键说明

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