1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- #if !defined(AFX_SENDMSGDLG_H__B6928A7F_3BD6_4184_A7FE_41AC3A94BC5A__INCLUDED_)
- #define AFX_SENDMSGDLG_H__B6928A7F_3BD6_4184_A7FE_41AC3A94BC5A__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- class SendMsgDlg : public CDialog
- {
- int m_count;
- int m_nMobile;
- int m_nPhone;
- public:
- int m_sendmode;
- int m_mode;
- CStringArray *m_pArray;
- CStringArray *m_pIdArray;
- SendMsgDlg(CWnd* pParent = NULL);
- CString m_phone1;
- CString m_phone2;
-
- enum { IDD = IDD_DLGSendMsgDlg };
- int m_radio;
- CString m_strRecvMobi;
- CString m_strSendSms;
- int m_mobicount;
-
-
-
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
-
- protected:
-
-
- virtual BOOL OnInitDialog();
- afx_msg void OnChangeEdtSms();
- afx_msg void OnRadio1();
- afx_msg void OnRadio2();
- afx_msg void OnRadio9();
- afx_msg void OnBUTclose();
- afx_msg void OnBtnSend();
- afx_msg void OnBtnSel();
-
- DECLARE_MESSAGE_MAP()
- };
- #endif
|