configattendpage.h
来自「基于指纹技术的学生考勤系统」· C头文件 代码 · 共 65 行
H
65 行
#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 + =
减小字号Ctrl + -
显示快捷键?