#if !defined(AFX_SendInsideMsg2_H__DFC6777E_55F1_43E5_A4D4_8A4716AC18FD__INCLUDED_) #define AFX_SendInsideMsg2_H__DFC6777E_55F1_43E5_A4D4_8A4716AC18FD__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // SendInsideMsg2.h : header file // ///////////////////////////////////////////////////////////////////////////// // SendInsideMsg2 dialog class SendInsideMsg2 : public CDialog { int m_pos; // Construction public: void ShowFile(CStringArray *patharray); void MarkRead(); SendInsideMsg2(CWnd* pParent = NULL); // standard constructor CString sender; CString time; BOOL m_bShow; CArray*m_pArray; // Dialog Data //{{AFX_DATA(SendInsideMsg2) enum { IDD = IDD_DLGSendInsideMsg2 }; CString m_content; CString m_path; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(SendInsideMsg2) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(SendInsideMsg2) virtual BOOL OnInitDialog(); afx_msg void OnBtnSend(); afx_msg void OnButton1(); afx_msg void OnButton2(); afx_msg void OnButton3(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SendInsideMsg2_H__DFC6777E_55F1_43E5_A4D4_8A4716AC18FD__INCLUDED_)