📄 getemaildlg.h
字号:
//////////////////////////////////////////////////////////////////////////////
//类名:CGetEmailDlg
//功能:读取通讯薄内容(类型、呢称、名字、EMAIL)
//编写:徐景周(jingzhou_xu@163.net)
//组织:未来工作室(Future Studio)
//日期:2003.4.21
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_GETEMAILDLG_H__7B809DC5_AE7D_43E7_9DB4_7B34C77A3276__INCLUDED_)
#define AFX_GETEMAILDLG_H__7B809DC5_AE7D_43E7_9DB4_7B34C77A3276__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "XPButton.h" // 加入XP风格按钮
#include "PPToolTip.h" // 加入阴影工具提示
/////////////////////////////////////////////////////////////////////////////
// CGetEmailDlg dialog
class CGetEmailDlg : public CDialog
{
// Construction
public:
CGetEmailDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CGetEmailDlg)
enum { IDD = IDD_GETEMAIL_DIALOG };
CXPButton m_Outlook;
CXPButton m_OK;
CXPButton m_Cancel;
CListBox m_ListEmail;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGetEmailDlg)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
CPPToolTip m_tooltip; // 定义阴影工具提示变量
// Generated message map functions
//{{AFX_MSG(CGetEmailDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
virtual void OnOK();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnOutlook2000();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GETEMAILDLG_H__7B809DC5_AE7D_43E7_9DB4_7B34C77A3276__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -