Choose.h
资源名称:POP3SMTP.rar [点击查看]
上传用户:pyhyhg
上传日期:2022-08-11
资源大小:56k
文件大小:1k
源码类别:
Email客户端
开发平台:
Visual C++
- #if !defined(AFX_CHOOSE_H__C8EB95F8_668D_4FC4_8DDE_74CDB17B2DD2__INCLUDED_)
- #define AFX_CHOOSE_H__C8EB95F8_668D_4FC4_8DDE_74CDB17B2DD2__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Choose.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CChoose dialog
- class CChooseDlg : public CDialog
- {
- // Construction
- public:
- CChooseDlg(CWnd* pParent = NULL); // standard constructor
- void AddToList(CString s);
- // Dialog Data
- //{{AFX_DATA(CChooseDlg)
- enum { IDD = IDD_CHOOSE };
- CComboBox m_list;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CChooseDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CChooseDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CHOOSE_H__C8EB95F8_668D_4FC4_8DDE_74CDB17B2DD2__INCLUDED_)