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