#if !defined(AFX_MSGSET_H__5CC27F12_F3AD_41BD_A90F_218432F0E879__INCLUDED_) #define AFX_MSGSET_H__5CC27F12_F3AD_41BD_A90F_218432F0E879__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // MsgSet.h : header file // ///////////////////////////////////////////////////////////////////////////// // MsgSet dialog /* */ class MsgSet : public CDialog { BOOL m_bMsgNotFinish; // Construction public: MsgSet(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(MsgSet) #ifdef CHILD_VERSION enum { IDD = IDD_DLGMsgSet2 }; #else enum { IDD = IDD_DLGMsgSet }; #endif CSpinButtonCtrl m_spin4; CSpinButtonCtrl m_spin2; CSpinButtonCtrl m_spin1; CString m_account; CString m_psw; CString m_balance; CString m_used; int m_msgsendtype; BOOL m_check1; BOOL m_check2; UINT m_days1; UINT m_days2; CString m_content1; CString m_content2; BOOL m_check3; CString m_content3; CString m_msgcontent5; BOOL m_check4; BOOL m_msgcheck5; BOOL m_msgcheck13; BOOL m_msgcheck14; BOOL m_msgcheck15; BOOL m_msgcheck16; BOOL m_msgcheck17; BOOL m_msgcheck11; BOOL m_msgcheck12; CString m_msgcontent6; CString m_msgcontent13; CString m_msgcontent14; CString m_msgcontent15; CString m_msgcontent17; CString m_msgcontent11; CString m_msgcontent12; BOOL m_msgcheck6; BOOL m_msgcheck7; CString m_phones; CString m_msgphones2; UINT m_time; CString m_companyname; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(MsgSet) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(MsgSet) virtual void OnOK(); virtual BOOL OnInitDialog(); afx_msg void OnChangeEDITcontent1(); afx_msg void OnChangeEDITcontent2(); afx_msg void OnChangeEDITcontent3(); afx_msg void OnChangeEDITcontent11(); afx_msg void OnChangeEDITcontent12(); afx_msg void OnChangeEDITcontent13(); afx_msg void OnChangeEDITcontent14(); afx_msg void OnChangeEDITcontent15(); afx_msg void OnChangeEDITcontent17(); afx_msg void OnRadio1(); afx_msg void OnRadio2(); afx_msg void OnCheck7(); afx_msg void OnButton4(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_MSGSET_H__5CC27F12_F3AD_41BD_A90F_218432F0E879__INCLUDED_)