#if !defined(AFX_C_DZ_H__95DD1BEA_9D0D_44A2_823A_1E11BCBB845C__INCLUDED_) #define AFX_C_DZ_H__95DD1BEA_9D0D_44A2_823A_1E11BCBB845C__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // C_DZ.h : header file // ///////////////////////////////////////////////////////////////////////////// // CC_DZ dialog #include "..\public\reportctrl\ReportCtrl.h" class CMainFrame; class CProcessSocket; class CC_DZ : public CDialog { public: CMainFrame * m_pMainFrame; CProcessSocket * m_pSocket; CImageList m_Image; BOOL m_bRefresh; BOOL m_bInit; //ÊÇ·ñÒѳõʼ»¯ // Construction public: BOOL ProcessSocket(Socket_Head *pHead); BOOL ReShow(BOOL bRefresh=false); BOOL ReHide(); BOOL RefreshInfo(); void Close(); CC_DZ(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CC_DZ) enum { IDD = IDD_C_DZ }; CReportCtrl m_wndList; CButton m_S_S1; COleDateTime m_tBegin; COleDateTime m_tEnd; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CC_DZ) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CC_DZ) virtual BOOL OnInitDialog(); afx_msg void OnSize(UINT nType, int cx, int cy); afx_msg void OnCTcQuery(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_C_DZ_H__95DD1BEA_9D0D_44A2_823A_1E11BCBB845C__INCLUDED_)