CorpSms/FPay.h

71 lines
1.6 KiB
C
Raw Permalink Normal View History

2025-02-27 16:58:16 +08:00
#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; //<2F>Ƿ<EFBFBD><C7B7><EFBFBD>ˢ<EFBFBD>¹<EFBFBD><C2B9><EFBFBD><EFBFBD><EFBFBD>
BOOL m_bInit; //<2F>Ƿ<EFBFBD><C7B7>ѳ<EFBFBD>ʼ<EFBFBD><CABC>
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_)