87 lines
2.3 KiB
C
87 lines
2.3 KiB
C
|
#if !defined(AFX_DLG_CORP_LXR_PRINTHT_H__90541961_3E3A_4A88_A5F3_FB4B91AC8E76__INCLUDED_)
|
||
|
#define AFX_DLG_CORP_LXR_PRINTHT_H__90541961_3E3A_4A88_A5F3_FB4B91AC8E76__INCLUDED_
|
||
|
|
||
|
#if _MSC_VER > 1000
|
||
|
#pragma once
|
||
|
#endif // _MSC_VER > 1000
|
||
|
// DLG_Corp_LXR_PrintHT.h : header file
|
||
|
//
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// DLG_Corp_LXR_PrintHT dialog
|
||
|
|
||
|
class DLG_Corp_LXR_PrintHT : public CDialog
|
||
|
{
|
||
|
// Construction
|
||
|
public:
|
||
|
RECT MakeRect(long x, long y, long w, long h);
|
||
|
static void OnPreparePrinting2(CPrintInfo *pInfo);
|
||
|
static void On_BeginPrint2(CDC *pDC, CPrintInfo *pInfo, void *pVoid);
|
||
|
static void On_Print2(CDC *pDC, CPrintInfo *pInfo, void *pVoid);
|
||
|
DLG_Corp_LXR_PrintHT(CWnd* pParent = NULL); // standard constructor
|
||
|
|
||
|
// Dialog Data
|
||
|
//{{AFX_DATA(DLG_Corp_LXR_PrintHT)
|
||
|
enum { IDD = IDD_CORP_LXR_PRINTHT };
|
||
|
CString m_strAgentName;
|
||
|
CString m_strAgentNo;
|
||
|
CString m_strCorpAddr;
|
||
|
CString m_strCorpCFD;
|
||
|
CString m_strCorpDB;
|
||
|
CString m_strCorpFax;
|
||
|
CString m_strCorpHY;
|
||
|
CString m_strCorpLXDH;
|
||
|
CString m_strCorpLXR;
|
||
|
CString m_strCorpLXRJW;
|
||
|
CString m_strCorpName;
|
||
|
CString m_strCorpPostCode;
|
||
|
CString m_strCorpJS;
|
||
|
CString m_strCorpYGS;
|
||
|
CString m_strCorpZJHM;
|
||
|
CString m_strFuncAdmin;
|
||
|
CString m_strFuncAgent;
|
||
|
CString m_strFuncSmsCode;
|
||
|
BOOL m_bFuncBD;
|
||
|
CString m_strFuncCM;
|
||
|
BOOL m_bFuncCW;
|
||
|
BOOL m_bFuncDel;
|
||
|
CString m_strFuncEmail;
|
||
|
CString m_strFuncMobile;
|
||
|
BOOL m_bFuncMobile;
|
||
|
BOOL m_bFuncReset;
|
||
|
CString m_strFuncTel;
|
||
|
BOOL m_bFuncType;
|
||
|
int m_lCorpZJType;
|
||
|
BOOL m_bFuncAdd;
|
||
|
int m_lTC;
|
||
|
int m_lTCMon;
|
||
|
int m_lTCYear;
|
||
|
COleDateTime m_tDateSL;
|
||
|
COleDateTime m_tDateGJ;
|
||
|
//}}AFX_DATA
|
||
|
|
||
|
|
||
|
// Overrides
|
||
|
// ClassWizard generated virtual function overrides
|
||
|
//{{AFX_VIRTUAL(DLG_Corp_LXR_PrintHT)
|
||
|
protected:
|
||
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||
|
//}}AFX_VIRTUAL
|
||
|
|
||
|
// Implementation
|
||
|
protected:
|
||
|
|
||
|
// Generated message map functions
|
||
|
//{{AFX_MSG(DLG_Corp_LXR_PrintHT)
|
||
|
virtual BOOL OnInitDialog();
|
||
|
afx_msg void OnCorpLxrprintSf3();
|
||
|
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_LXR_PRINTHT_H__90541961_3E3A_4A88_A5F3_FB4B91AC8E76__INCLUDED_)
|