12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- #if !defined(AFX_SetChildMsg_H__D0D56FDB_04DB_4D8B_AE4F_326F94B06263__INCLUDED_)
- #define AFX_SetChildMsg_H__D0D56FDB_04DB_4D8B_AE4F_326F94B06263__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SetChildMsg.h : header file
- /////////////////////////////////////////////////////////////////////////////
- // SetChildMsg dialog
- class SetChildMsg : public CDialog
- {
- CString m_olddays;
- CStringArray daysarray;
- CStringArray contentarray;
- CArray<int,int>checkarray;
- // Construction
- public:
- int m_mode;
- void GetData();
- BOOL HasDay(CString days);
- SetChildMsg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(SetChildMsg)
- enum { IDD = IDD_DLGSetChildMsg };
- CComboBox m_combo1;
- CListBox m_List1;
- BOOL m_check1;
- CString m_days;
- CString m_content;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(SetChildMsg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(SetChildMsg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSelchangeList1();
- afx_msg void OnBUTadd();
- afx_msg void OnBUTdel();
- afx_msg void OnChangeEdit1();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SetChildMsg_H__D0D56FDB_04DB_4D8B_AE4F_326F94B06263__INCLUDED_)
|