?? dlgviewkh.h
字號:
#if !defined(AFX_DLGVIEWKH_H__7A5DA1E4_D27E_4D37_932C_7F7D08B2F91D__INCLUDED_)
#define AFX_DLGVIEWKH_H__7A5DA1E4_D27E_4D37_932C_7F7D08B2F91D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgViewKH.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgViewKH dialog
class CDlgViewKH : public CDialog
{
// Construction
public:
CDlgViewKH(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgViewKH)
enum { IDD = IDD_DLG_VIEWKH };
CListCtrl m_list;
CString m_gender;
CString m_company;
CString m_job;
CString m_name;
CString m_no;
CString m_tel;
float m_year;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgViewKH)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgViewKH)
afx_msg void OnBtnKhadd();
afx_msg void OnBtnKhdel();
afx_msg void OnBtnKhupd();
afx_msg void OnClickListKh(NMHDR* pNMHDR, LRESULT* pResult);
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
void RefreshData();
void Setup(_ConnectionPtr cnnt)
{
m_DBCnt = cnnt;
}
protected:
_ConnectionPtr m_DBCnt;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGVIEWKH_H__7A5DA1E4_D27E_4D37_932C_7F7D08B2F91D__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -