SelMsgContent3.h 1.5 KB

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