📄 person.h
字号:
#if !defined(AFX_PERSON_H__AD6136CD_F48C_4C7E_BD5D_2D29A5F55C6A__INCLUDED_)
#define AFX_PERSON_H__AD6136CD_F48C_4C7E_BD5D_2D29A5F55C6A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PERSON.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// PERSON dialog
class PERSON : public CDialog
{
// Construction
public:
PERSON(CWnd* pParent = NULL); // standard constructor
BOOL OnInitDialog();
CDatabase m_database;
int person_id;
CString p_query;
void RefreshData();
bool change1;
void theperson(int aa);
int bb;
// Dialog Data
//{{AFX_DATA(PERSON)
enum { IDD = IDD_DIALOG5 };
CListCtrl m_book1;
CString m_field;
CString m_relation;
CString m_content;
int m_pid1;
CString m_pname1;
CString m_psex1;
CString m_pyuan1;
CString m_pli1;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(PERSON)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(PERSON)
afx_msg void OnPeradd();
afx_msg void OnPersub();
afx_msg void OnPermod();
afx_msg void OnPerchaxun();
afx_msg void OnItemchangedList1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnButton1();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PERSON_H__AD6136CD_F48C_4C7E_BD5D_2D29A5F55C6A__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -