SendInsideMsg2.h 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #if !defined(AFX_SendInsideMsg2_H__DFC6777E_55F1_43E5_A4D4_8A4716AC18FD__INCLUDED_)
  2. #define AFX_SendInsideMsg2_H__DFC6777E_55F1_43E5_A4D4_8A4716AC18FD__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SendInsideMsg2.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SendInsideMsg2 dialog
  10. class SendInsideMsg2 : public CDialog
  11. {
  12. int m_pos;
  13. // Construction
  14. public:
  15. void ShowFile(CStringArray *patharray);
  16. void MarkRead();
  17. SendInsideMsg2(CWnd* pParent = NULL); // standard constructor
  18. CString sender;
  19. CString time;
  20. BOOL m_bShow;
  21. CArray<CStringArray, CStringArray>*m_pArray;
  22. // Dialog Data
  23. //{{AFX_DATA(SendInsideMsg2)
  24. enum { IDD = IDD_DLGSendInsideMsg2 };
  25. CString m_content;
  26. CString m_path;
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(SendInsideMsg2)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(SendInsideMsg2)
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnBtnSend();
  40. afx_msg void OnButton1();
  41. afx_msg void OnButton2();
  42. afx_msg void OnButton3();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_SendInsideMsg2_H__DFC6777E_55F1_43E5_A4D4_8A4716AC18FD__INCLUDED_)