emaildlg.h

来自「蓝天盲人电脑软件」· C头文件 代码 · 共 67 行

H
67
字号
#if !defined(AFX_EMAILDLG_H__C85D8710_EDC8_434E_89D4_C7B1521DFF80__INCLUDED_)
#define AFX_EMAILDLG_H__C85D8710_EDC8_434E_89D4_C7B1521DFF80__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// EmailDlg.h : header file
//

#include "eci.h"
/////////////////////////////////////////////////////////////////////////////
// CEmailDlg dialog

class CEmailDlg : public CDialog
{
// Construction
	CBrush brush;
	void ClipWindow();
public:
	char* GetEmailAttachment(char *pMail, DWORD len);
	int index;
	CString EmailName;
	POSITION pos;
	CEmailDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CEmailDlg)
	enum { IDD = IDD_EMAILDLG_DIALOG };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CEmailDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	char pointchar;
	char* pText;

	// Generated message map functions
	//{{AFX_MSG(CEmailDlg)
	virtual void OnOK();
	virtual void OnCancel();
	virtual BOOL OnInitDialog();
	afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	afx_msg void OnMouseMove(UINT nFlags, CPoint point);
	afx_msg void OnPaint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	char* GetEmailBodyText(char* pMail, DWORD len);
	void ReadEmail();
	CString m_EmailText;
	CStringList EmailList;
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_EMAILDLG_H__C85D8710_EDC8_434E_89D4_C7B1521DFF80__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?