www.pudn.com > MediaPlayer.rar > MessageDlg.h
#if !defined(AFX_MESSAGEDLG_H__A21848A2_1FF5_40E3_A2F4_733C68F69832__INCLUDED_) #define AFX_MESSAGEDLG_H__A21848A2_1FF5_40E3_A2F4_733C68F69832__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // MessageDlg.h : header file // #include "BitmapDialog.h" #include///////////////////////////////////////////////////////////////////////////// // MessageDlg dialog class MessageDlg : public CBitmapDialog { // Construction public: void SendMessage(CString Info); CBitmapButton m_BtnCLOSE,m_BtnOK; MessageDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(MessageDlg) enum { IDD = IDD_MESSAGE }; CString m_Message; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(MessageDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: BOOL OnInitDialog(); // Generated message map functions //{{AFX_MSG(MessageDlg) afx_msg void OnButtonClose(); afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_MESSAGEDLG_H__A21848A2_1FF5_40E3_A2F4_733C68F69832__INCLUDED_)