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

📄 configattendpage.h

📁 基于指纹技术的学生考勤系统
💻 H
字号:
#if !defined(AFX_CONFIGATTENDPAGE_H__CEA5D7F4_9F5B_4C2B_8DDE_4ECAEB4BA816__INCLUDED_)
#define AFX_CONFIGATTENDPAGE_H__CEA5D7F4_9F5B_4C2B_8DDE_4ECAEB4BA816__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CConfigAttendPage dialog

class CConfigAttendPage : public CPropertyPage
{
	DECLARE_DYNCREATE(CConfigAttendPage)

// Construction
public:
	CString m_PreID;
	void InsertItemData(CString AttendID, CString AttendType);
	void InitCtrlData();
	CConfigAttendPage();
	~CConfigAttendPage();

// Dialog Data
	//{{AFX_DATA(CConfigAttendPage)
	enum { IDD = IDD_DIALOG_CONFIG_ATTEND };
	CListCtrl	m_listAttend;
	CString	m_strType;
	CString	m_strSymbol;
	CString	m_strLeave;
	CString	m_strLate;
	CString	m_strAbsent;
	//}}AFX_DATA


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

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CConfigAttendPage)
	afx_msg void OnBtnAdd();
	afx_msg void OnBtnDel();
	afx_msg void OnBtnMod();
	virtual BOOL OnInitDialog();
	afx_msg void OnClickListAttend(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnChangeEditLate();
	afx_msg void OnChangeEditLeave();
	afx_msg void OnChangeEditAbsent();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

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

#endif // !defined(AFX_CONFIGATTENDPAGE_H__CEA5D7F4_9F5B_4C2B_8DDE_4ECAEB4BA816__INCLUDED_)

⌨️ 快捷键说明

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