123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- #if !defined(AFX_SELMSGCONTENT_H__A65B919D_6870_4494_B646_47AF9D5A65CC__INCLUDED_)
- #define AFX_SELMSGCONTENT_H__A65B919D_6870_4494_B646_47AF9D5A65CC__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SelMsgContent.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // SelMsgContent dialog
- class SelMsgContent : public CDialog
- {
- CArray<CStringArray, CStringArray>m_List1array;
- // Construction
- public:
- SelMsgContent(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(SelMsgContent)
- enum { IDD = IDD_DLGSelMsgContent };
- CListBox m_List1;
- CString m_content;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(SelMsgContent)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(SelMsgContent)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- afx_msg void OnSelchangeList1();
- afx_msg void OnButton1();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SELMSGCONTENT_H__A65B919D_6870_4494_B646_47AF9D5A65CC__INCLUDED_)
|