SelMsgContent2.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. #if !defined(AFX_SelMsgContent2_H__A65B919D_6870_4494_B646_47AF9D5A65CC__INCLUDED_)
  2. #define AFX_SelMsgContent2_H__A65B919D_6870_4494_B646_47AF9D5A65CC__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SelMsgContent2.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SelMsgContent2 dialog
  10. class SelMsgContent2 : public CDialog
  11. {
  12. CArray<CStringArray, CStringArray>m_List1array;
  13. // Construction
  14. public:
  15. SelMsgContent2(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(SelMsgContent2)
  18. enum { IDD = IDD_DLGSelMsgContent2 };
  19. CListBox m_List1;
  20. CString m_content;
  21. CString m_title;
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(SelMsgContent2)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(SelMsgContent2)
  33. virtual BOOL OnInitDialog();
  34. virtual void OnOK();
  35. afx_msg void OnSelchangeList1();
  36. afx_msg void OnButton1();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_SelMsgContent2_H__A65B919D_6870_4494_B646_47AF9D5A65CC__INCLUDED_)