#ifndef AFX_DIALLISTDETAILINFO_H__00E783F1_A0A7_4A1E_91CC_4E8AE79322E5__INCLUDED_ #define AFX_DIALLISTDETAILINFO_H__00E783F1_A0A7_4A1E_91CC_4E8AE79322E5__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DialListMeasuGR.h : header file // #include "cpp/socket/NetRequestDialog.h" #include "cpp/ctrl/CListTextColorCtrl.h" ///////////////////////////////////////////////////////////////////////////// // CDialListDetailInfoGR dialog class CDialListDetailInfoGR : public CNetRequestDialog { // Construction public: CDialListDetailInfoGR(CWnd* pParent = NULL); // standard constructor void SetSptType(int iSptType){m_iSptType = iSptType;} void InitiShowGR(); void GetGRRequest(STRemTaskArg stTaskArg); // Dialog Data //{{AFX_DATA(CDialListDetailInfoGR) enum { IDD = IDD_DIALOG_LIST_DETAIL_INFO_GR }; //CListCtrl m_listData; CListTextColorCtrl m_listData; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDialListDetailInfoGR) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CDialListDetailInfoGR) virtual BOOL OnInitDialog(); afx_msg void OnShowWindow(BOOL bShow, UINT nStatus); //}}AFX_MSG DECLARE_MESSAGE_MAP() void PreNetResponse(WPARAM wParam, LPARAM lParam); protected: int m_iSptType; STRemTaskArg m_stTaskArg; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DIALLISTMEASUGR_H__00E783F1_A0A7_4A1E_91CC_4E8AE79322E5__INCLUDED_)