SendInsideMsg.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #if !defined(AFX_SENDINSIDEMSG_H__DFC6777E_55F1_43E5_A4D4_8A4716AC18FD__INCLUDED_)
  2. #define AFX_SENDINSIDEMSG_H__DFC6777E_55F1_43E5_A4D4_8A4716AC18FD__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SendInsideMsg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SendInsideMsg dialog
  10. #include "MultiLineListBox.h"
  11. class SendInsideMsg : public CDialog
  12. {
  13. CArray<CStringArray, CStringArray>m_List1array;
  14. // Construction
  15. public:
  16. SendInsideMsg(CWnd* pParent = NULL); // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(SendInsideMsg)
  19. enum { IDD = IDD_DLGSendInsideMsg };
  20. CComboBox m_combobm;
  21. CMultiLineListBox m_List1;
  22. CString m_strRecvMobi;
  23. UINT m_count;
  24. CString m_content;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(SendInsideMsg)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(SendInsideMsg)
  36. virtual BOOL OnInitDialog();
  37. afx_msg void OnSelchangeCombo1();
  38. afx_msg void OnSelchangeList1();
  39. afx_msg void OnBtnSend();
  40. afx_msg void OnEditchangeCombo1();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_SENDINSIDEMSG_H__DFC6777E_55F1_43E5_A4D4_8A4716AC18FD__INCLUDED_)