123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- #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
- class SendInsideMsg2 : public CDialog
- {
- int m_pos;
- public:
- void ShowFile(CStringArray *patharray);
- void MarkRead();
- SendInsideMsg2(CWnd* pParent = NULL);
- CString sender;
- CString time;
- BOOL m_bShow;
- CArray<CStringArray, CStringArray>*m_pArray;
-
- enum { IDD = IDD_DLGSendInsideMsg2 };
- CString m_content;
- CString m_path;
-
-
-
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
-
- protected:
-
-
- virtual BOOL OnInitDialog();
- afx_msg void OnBtnSend();
- afx_msg void OnButton1();
- afx_msg void OnButton2();
- afx_msg void OnButton3();
-
- DECLARE_MESSAGE_MAP()
- };
- #endif
|