1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- #if !defined(AFX_SENDINSIDEMSG_H__DFC6777E_55F1_43E5_A4D4_8A4716AC18FD__INCLUDED_)
- #define AFX_SENDINSIDEMSG_H__DFC6777E_55F1_43E5_A4D4_8A4716AC18FD__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SendInsideMsg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // SendInsideMsg dialog
- #include "MultiLineListBox.h"
- class SendInsideMsg : public CDialog
- {
- CArray<CStringArray, CStringArray>m_List1array;
- // Construction
- public:
- SendInsideMsg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(SendInsideMsg)
- enum { IDD = IDD_DLGSendInsideMsg };
- CComboBox m_combobm;
- CMultiLineListBox m_List1;
- CString m_strRecvMobi;
- UINT m_count;
- CString m_content;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(SendInsideMsg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(SendInsideMsg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSelchangeCombo1();
- afx_msg void OnSelchangeList1();
- afx_msg void OnBtnSend();
- afx_msg void OnEditchangeCombo1();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SENDINSIDEMSG_H__DFC6777E_55F1_43E5_A4D4_8A4716AC18FD__INCLUDED_)
|