SendMsgDlg.h 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. #if !defined(AFX_SENDMSGDLG_H__B6928A7F_3BD6_4184_A7FE_41AC3A94BC5A__INCLUDED_)
  2. #define AFX_SENDMSGDLG_H__B6928A7F_3BD6_4184_A7FE_41AC3A94BC5A__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SendMsgDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SendMsgDlg dialog
  10. class SendMsgDlg : public CDialog
  11. {
  12. int m_count;
  13. int m_nMobile;
  14. int m_nPhone;
  15. // Construction
  16. public:
  17. int m_sendmode;
  18. int m_mode;
  19. CStringArray *m_pArray; // ÊÖ»ú´®;
  20. CStringArray *m_pIdArray;
  21. SendMsgDlg(CWnd* pParent = NULL); // standard constructor
  22. CString m_phone1;
  23. CString m_phone2;
  24. // Dialog Data
  25. //{{AFX_DATA(SendMsgDlg)
  26. enum { IDD = IDD_DLGSendMsgDlg };
  27. int m_radio;
  28. CString m_strRecvMobi;
  29. CString m_strSendSms;
  30. int m_mobicount;
  31. //}}AFX_DATA
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(SendMsgDlg)
  35. protected:
  36. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. // Generated message map functions
  41. //{{AFX_MSG(SendMsgDlg)
  42. virtual BOOL OnInitDialog();
  43. afx_msg void OnChangeEdtSms();
  44. afx_msg void OnRadio1();
  45. afx_msg void OnRadio2();
  46. afx_msg void OnRadio9();
  47. afx_msg void OnBUTclose();
  48. afx_msg void OnBtnSend();
  49. afx_msg void OnBtnSel();
  50. //}}AFX_MSG
  51. DECLARE_MESSAGE_MAP()
  52. };
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_SENDMSGDLG_H__B6928A7F_3BD6_4184_A7FE_41AC3A94BC5A__INCLUDED_)