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 // _MSC_VER > 1000
- // SendMsgDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // SendMsgDlg dialog
- class SendMsgDlg : public CDialog
- {
- int m_count;
- int m_nMobile;
- int m_nPhone;
- // Construction
- public:
- int m_sendmode;
- int m_mode;
- CStringArray *m_pArray; // ÊÖ»ú´®;
- CStringArray *m_pIdArray;
- SendMsgDlg(CWnd* pParent = NULL); // standard constructor
- CString m_phone1;
- CString m_phone2;
- // Dialog Data
- //{{AFX_DATA(SendMsgDlg)
- enum { IDD = IDD_DLGSendMsgDlg };
- int m_radio;
- CString m_strRecvMobi;
- CString m_strSendSms;
- int m_mobicount;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(SendMsgDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(SendMsgDlg)
- 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();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SENDMSGDLG_H__B6928A7F_3BD6_4184_A7FE_41AC3A94BC5A__INCLUDED_)
|