SetChildMsg.h 890 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #if !defined(AFX_SetChildMsg_H__D0D56FDB_04DB_4D8B_AE4F_326F94B06263__INCLUDED_)
  2. #define AFX_SetChildMsg_H__D0D56FDB_04DB_4D8B_AE4F_326F94B06263__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif
  6. class SetChildMsg : public CDialog
  7. {
  8. CString m_olddays;
  9. CStringArray daysarray;
  10. CStringArray contentarray;
  11. CArray<int,int>checkarray;
  12. // Construction
  13. public:
  14. int m_mode;
  15. void GetData();
  16. BOOL HasDay(CString days);
  17. SetChildMsg(CWnd* pParent = NULL); // standard constructor
  18. enum { IDD = IDD_DLGSetChildMsg };
  19. CComboBox m_combo1;
  20. CListBox m_List1;
  21. BOOL m_check1;
  22. CString m_days;
  23. CString m_content;
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  26. protected:
  27. virtual BOOL OnInitDialog();
  28. afx_msg void OnSelchangeList1();
  29. afx_msg void OnBUTadd();
  30. afx_msg void OnBUTdel();
  31. afx_msg void OnChangeEdit1();
  32. DECLARE_MESSAGE_MAP()
  33. };
  34. #endif