📄 pageatnmanage.h
字号:
#if !defined(AFX_PAGEATNMANAGE_H__22BC99FA_15D2_4C1D_8423_77B42B346093__INCLUDED_)
#define AFX_PAGEATNMANAGE_H__22BC99FA_15D2_4C1D_8423_77B42B346093__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PageAtnManage.h : header file
//
#include "ResizablePage.h"
/////////////////////////////////////////////////////////////////////////////
// CPageAtnManage dialog
class CPageAtnManage : public CResizablePage
{
DECLARE_DYNCREATE(CPageAtnManage)
// Construction
public:
CPageAtnManage();
~CPageAtnManage();
public:
void FillAtnList();
void DelAllColumns();
// Dialog Data
//{{AFX_DATA(CPageAtnManage)
enum { IDD = IDD_DIALOG_ATTENDANCE_MANAGE };
CListCtrl m_ctrlAtn;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CPageAtnManage)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPageAtnManage)
virtual BOOL OnInitDialog();
afx_msg void OnButtonHistory();
afx_msg void OnButtonToday();
afx_msg void OnButtonSet();
afx_msg void OnRclickListAtn(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnButtonShowtable();
afx_msg void OnButtonShowall();
afx_msg void OnButtonDel();
afx_msg void OnAtnDel();
afx_msg void OnAtnHistory();
afx_msg void OnAtnImport();
afx_msg void OnAtnSet();
afx_msg void OnAtnToday();
afx_msg void OnAtnShowall();
afx_msg void OnAtnShowtbl();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PAGEATNMANAGE_H__22BC99FA_15D2_4C1D_8423_77B42B346093__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -