📄 page1.h
字号:
#if !defined(AFX_PAGE1_H__1E15DF7F_518D_47C3_AB80_1110514F3CA4__INCLUDED_)
#define AFX_PAGE1_H__1E15DF7F_518D_47C3_AB80_1110514F3CA4__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Page1.h : header file
//
#include "AttendanceRS.h"
/////////////////////////////////////////////////////////////////////////////
// CPage1 dialog
class CPage1 : public CDialog
{
// Construction
public:
void IO_Add(CString strPersonID);
void UpdateList(CAttendanceRS& rs);
CPage1(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CPage1)
enum { IDD = IDD_PROPPAGE_1 };
CProgressCtrl m_cProgress;
CListCtrl m_cList;
CString m_strIOTime;
CString m_strDepartID;
CString m_strDepartName;
CString m_strPersonID;
CString m_strPersonName;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPage1)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void CalcWindowRect(LPRECT lpClientRect, UINT nAdjustType = adjustBorder);
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPage1)
virtual BOOL OnInitDialog();
afx_msg void OnChangeEdtDepartid();
afx_msg void OnChangeEdtPersonid();
afx_msg void OnBtnAddperson();
afx_msg void OnBtnAdddepart();
afx_msg void OnBtnAddall();
afx_msg void OnBtnDeleteattend();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PAGE1_H__1E15DF7F_518D_47C3_AB80_1110514F3CA4__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -