excercisepage.h

来自「学生考勤统计软件」· C头文件 代码 · 共 62 行

H
62
字号
#include "afxcmn.h"
#include "afxwin.h"
#include "ADOConn.h"
#if !defined(AFX_EXCERCISEPAGE_H__9F5DD23C_6003_4F86_ABE2_1000CCFABDF4__INCLUDED_)
#define AFX_EXCERCISEPAGE_H__9F5DD23C_6003_4F86_ABE2_1000CCFABDF4__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CExcercisePage dialog

class CExcercisePage : public CPropertyPage
{
	DECLARE_DYNCREATE(CExcercisePage)

// Construction
public:
	ADOConn m_CurAdo;
	CExcercisePage();
	~CExcercisePage();

// Dialog Data
	//{{AFX_DATA(CExcercisePage)
	enum { IDD = IDD_DIALOG_EXCERCISE };
		// NOTE - ClassWizard will add data members here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_DATA


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

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CExcercisePage)
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

public:
	CListCtrl m_ctrlExcercise;
	CString m_strTotal;
	CButton m_btnQuery;
	afx_msg void OnBnClickedButtonQuery();	
	void UpdateList();
	
};

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

#endif // !defined(AFX_EXCERCISEPAGE_H__9F5DD23C_6003_4F86_ABE2_1000CCFABDF4__INCLUDED_)

⌨️ 快捷键说明

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