SmsManager/DLG_Corp_PayToUser_Print.h

56 lines
1.7 KiB
C
Raw Normal View History

2025-01-14 10:46:18 +08:00
#if !defined(AFX_DLG_CORP_PAYTOUSER_PRINT_H__18BBCA26_76B6_4DE8_BBEC_E5B9D8936125__INCLUDED_)
#define AFX_DLG_CORP_PAYTOUSER_PRINT_H__18BBCA26_76B6_4DE8_BBEC_E5B9D8936125__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_Corp_PayToUser_Print.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_Corp_PayToUser_Print dialog
class DLG_Corp_PayToUser_Print : public CDialog
{
public:
ANS_PayToUserData m_PayData;
// Construction
public:
static void OnPreparePrinting2(CPrintInfo *pInfo);
static void On_Print2(CDC *pDC, CPrintInfo *pInfo, void *pVoid);
static void On_BeginPrint2(CDC *pDC, CPrintInfo *pInfo, void *pVoid);
RECT MakeRect(long x, long y, long w, long h);
void SetParam( ANS_PayToUserData * pPayData);
DLG_Corp_PayToUser_Print(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_Corp_PayToUser_Print)
enum { IDD = IDD_CORP_PAYTOUSER_PRINT };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_Corp_PayToUser_Print)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_Corp_PayToUser_Print)
virtual BOOL OnInitDialog();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnCorpLxrprintSf();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_CORP_PAYTOUSER_PRINT_H__18BBCA26_76B6_4DE8_BBEC_E5B9D8936125__INCLUDED_)