📄 addressbrowse.h
字号:
#if !defined(AFX_ADDRESSBROWSE_H__C55161BA_5F70_41CC_9E9F_F88DF5999697__INCLUDED_)
#define AFX_ADDRESSBROWSE_H__C55161BA_5F70_41CC_9E9F_F88DF5999697__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AddressBrowse.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CAddressBrowse dialog
struct ObjectData
{
CString m_sId;
CString m_sAddress;
CString m_sCellphone;
CString m_sCounty;
CString m_sEmail;
CString m_sName;
CString m_sPostcode;
CString m_sProvince;
CString m_sSex;
CString m_sTelphone;
CString m_cBirthday;
};
class CAddressBrowse : public CDialog
{
// Construction
public:
CAddressBrowse(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CAddressBrowse)
enum { IDD = IDD_ADDRESSBROWSE };
CListCtrl m_cListAddress;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAddressBrowse)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CAddressBrowse)
virtual BOOL OnInitDialog();
afx_msg void OnAmenddata();
afx_msg void OnDelete();
afx_msg void OnRefurbish();
afx_msg void OnClickAddresslist(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
int m_IndexInFieldList;
};
extern CPIMApp theApp;
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ADDRESSBROWSE_H__C55161BA_5F70_41CC_9E9F_F88DF5999697__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -