#if !defined(AFX_FPAY_H__4B041C18_E700_4FBE_AE35_644FF0151140__INCLUDED_) #define AFX_FPAY_H__4B041C18_E700_4FBE_AE35_644FF0151140__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // FBill.h : header file // ///////////////////////////////////////////////////////////////////////////// // CFPay dialog #include "..\public\reportctrl\ReportCtrl.h" class CMainFrame; class CProcessSocket; class CFPay : public CDialog { protected: CImageList m_Image; CMainFrame * m_pMainFrame; CProcessSocket * m_pSocket; BOOL m_bRefresh; //是否已刷新过数据 BOOL m_bInit; //是否已初始化 CAdoRecordSet m_AdoRS; // Construction public: long ProcessSocket(Socket_Head *pHead); BOOL RefreshInfo(); BOOL ReHide(); BOOL ReShow(BOOL bRefresh=false); CFPay(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CFPay) enum { IDD = IDD_PAY }; CButton m_S_S1; CComboBox m_L_Month; CReportCtrl m_wndList; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CFPay) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CFPay) virtual BOOL OnInitDialog(); afx_msg void OnSize(UINT nType, int cx, int cy); afx_msg void OnBillQuery(); virtual void OnOK(); virtual void OnCancel(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_FPAY_H__4B041C18_E700_4FBE_AE35_644FF0151140__INCLUDED_)