#if !defined(AFX_LISTDLG_H__669BCE69_70B5_4E94_AB49_A804C882694A__INCLUDED_) #define AFX_LISTDLG_H__669BCE69_70B5_4E94_AB49_A804C882694A__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ListDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CListDlg dialog #include "..\public\reportctrl\ReportCtrl.h" #include "DLG_Process.h" #include "TabDlg.h" typedef CTypedPtrList CListData; #define MENU_LIST_SEE WM_USER + 250 #define MENU_LIST_ADDBACK WM_USER + 251 #define MENU_LIST_CORPLIST WM_USER + 252 #define MENU_LIST_CORPOFF WM_USER + 253 #define MENU_LIST_EXPORT WM_USER + 254 #define MENU_LIST_COPY WM_USER + 255 #define MENU_LIST_SENDBBS WM_USER + 256 #define MENU_LIST_RESORT WM_USER + 258 #define MENU_LIST_RESEND WM_USER + 259 class CMainFrame; class CProcessSocket; class CListDlg : public CDialog { public: long m_lQueryCorpID; long m_lQueryReSendID; CString m_strQueryReSendMobile; protected: CMainFrame * m_pMainFrame; CProcessSocket * m_pSocket; CImageList m_Image; CCorpName m_Corp; CListData m_ListData; BOOL m_bRefresh; BOOL m_bInit; //ÊÇ·ñÒѳõʼ»¯ //DLG_Process m_Process; //BOOL m_bProcess; // Construction public: void Close_ListData(); void Close_Corp(); long GetCurrentSelected(); void ShowRMenu(); void Close(); BOOL ProcessSocket(Socket_Head *pHead); BOOL RefreshInfo(); BOOL ReHide(); BOOL ReShow(BOOL bRefresh=false); CListDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CListDlg) enum { IDD = IDD_LIST }; CEdit m_E_Mobile; CEdit m_E_CorpID; CButton m_S_S1; CComboBox m_L_Corp; CReportCtrl m_wndList; int m_lCorp; COleDateTime m_tBegin; COleDateTime m_tEnd; int m_lMobileType; BOOL m_bOld; int m_lMsgType; BOOL m_bJF; int m_lTop; CString m_strMobile; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CListDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation public: afx_msg void OnListQuery(); protected: // Generated message map functions //{{AFX_MSG(CListDlg) virtual BOOL OnInitDialog(); afx_msg void OnSize(UINT nType, int cx, int cy); afx_msg void OnDblclkListList(NMHDR* pNMHDR, LRESULT* pResult); afx_msg void OnListQuery2(); afx_msg void OnRclickListList(NMHDR* pNMHDR, LRESULT* pResult); //}}AFX_MSG afx_msg void On_User_See(); afx_msg void On_User_AddBack(); afx_msg void On_User_SendBBS(); afx_msg void On_User_Export(); afx_msg void On_User_CorpList(); afx_msg void On_User_CorpOFF(); afx_msg void On_User_Copy(); afx_msg void On_User_Resort(); afx_msg void On_User_ReSend(); DECLARE_MESSAGE_MAP() public: COleDateTime m_tBegin2; COleDateTime m_tEnd2; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LISTDLG_H__669BCE69_70B5_4E94_AB49_A804C882694A__INCLUDED_)