📄 searchdg.h
字号:
#if !defined(AFX_SEARCHDG_H__9270FE21_7EB4_11D6_9DFE_5254AB1C303A__INCLUDED_)
#define AFX_SEARCHDG_H__9270FE21_7EB4_11D6_9DFE_5254AB1C303A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SearchDg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSearchDg dialog
#include <afxtempl.h>
#include "Employee.h"
#include "MainFrm.h"
#include "EmployDoc.h"
class CSearchDg : public CDialog
{
// Construction
public:
CList<CEmploy,CEmploy &> ResultList;
CSearchDg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSearchDg)
enum { IDD = IDD_SEEK };
CButton m_DelCtrl;
CSpinButtonCtrl m_SprecordCtrl;
CString m_sAddressIn;
CString m_sAddressOut;
CString m_sBirthOut;
CString m_sDutyIn;
CString m_sDutyOut;
CString m_sEduIn;
CString m_sEduOut;
CString m_sMemoIn;
CString m_sMemoOut;
CString m_sNameIn;
CString m_sNameOut;
CString m_sPhoneIn;
CString m_sPhoneOut;
CString m_sSexOut;
CString m_sWorkOut;
int m_iTotalNum;
int m_iSexIn;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSearchDg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void SetToPrint(const CEmploy & temp);
// Generated message map functions
//{{AFX_MSG(CSearchDg)
afx_msg void OnStart();
afx_msg void OnDeltaposSprecord(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDelete();
virtual BOOL OnInitDialog();
afx_msg void OnDestroy();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SEARCHDG_H__9270FE21_7EB4_11D6_9DFE_5254AB1C303A__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -