SendMsg.h 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. #if !defined(AFX_SendMsg_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_SendMsg_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SendMsg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SendMsg form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. #include "MultiLineListBox.h"
  14. class SendMsg : public MyFormView // Jeff : ¶ÌÐÅȺ·¢¶Ô»°¿ò;
  15. {
  16. int m_count;
  17. int m_nMobile;
  18. int m_nPhone;
  19. CStringArray m_selitemarray;
  20. int g_nYearposTemp;
  21. protected:
  22. SendMsg(); // protected constructor used by dynamic creation
  23. DECLARE_DYNCREATE(SendMsg)
  24. // Form Data
  25. public:
  26. //{{AFX_DATA(SendMsg)
  27. enum { IDD = IDD_DLGSendMsg };
  28. CMultiLineListBox m_List1;
  29. CStatic m_static1;
  30. CString m_strRecvMobi;
  31. CString m_strSendSms;
  32. int m_mobicount;
  33. //}}AFX_DATA
  34. // Attributes
  35. public:
  36. // Operations
  37. public:
  38. // Overrides
  39. // ClassWizard generated virtual function overrides
  40. //{{AFX_VIRTUAL(SendMsg)
  41. public:
  42. virtual void OnInitialUpdate();
  43. virtual BOOL PreTranslateMessage(MSG* pMsg);
  44. protected:
  45. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  46. //}}AFX_VIRTUAL
  47. // Implementation
  48. protected:
  49. virtual ~SendMsg();
  50. #ifdef _DEBUG
  51. virtual void AssertValid() const;
  52. virtual void Dump(CDumpContext& dc) const;
  53. #endif
  54. // Generated message map functions
  55. //{{AFX_MSG(SendMsg)
  56. afx_msg void OnBUTclose();
  57. afx_msg void OnBtnSend();
  58. afx_msg void OnBtnSel();
  59. afx_msg void OnChangeEdtSms();
  60. afx_msg void OnButton2();
  61. afx_msg void OnButton5();
  62. afx_msg void OnSelAll();
  63. afx_msg void OnReset();
  64. afx_msg void OnSelchangeList1();
  65. afx_msg void OnButton1();
  66. afx_msg void OnButton6();
  67. //}}AFX_MSG
  68. DECLARE_MESSAGE_MAP()
  69. };
  70. /////////////////////////////////////////////////////////////////////////////
  71. //{{AFX_INSERT_LOCATION}}
  72. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  73. #endif // !defined(AFX_SendMsg_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)