64 lines
1.8 KiB
C++
64 lines
1.8 KiB
C++
#if !defined(AFX_DLG_CORP_LXR_PRINT_H__809DF2E1_8314_4F5D_A2DA_783FF84D4B73__INCLUDED_)
|
|
#define AFX_DLG_CORP_LXR_PRINT_H__809DF2E1_8314_4F5D_A2DA_783FF84D4B73__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// DLG_Corp_LXR_Print.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// DLG_Corp_LXR_Print dialog
|
|
|
|
class DLG_Corp_LXR_Print : public CDialog
|
|
{
|
|
public:
|
|
static long m_lPrintType;
|
|
// Construction
|
|
public:
|
|
static void OnPreparePrinting2(CPrintInfo* pInfo);
|
|
RECT MakeRect(long x , long y , long w , long h);
|
|
static void On_BeginPrint2(CDC *pDC, CPrintInfo *pInfo, void *pVoid);
|
|
static void On_Print2(CDC *pDC, CPrintInfo *pInfo, void *pVoid);
|
|
DLG_Corp_LXR_Print(CWnd* pParent = NULL); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(DLG_Corp_LXR_Print)
|
|
enum { IDD = IDD_CORP_LXR_PRINT };
|
|
CString m_strAddress;
|
|
CString m_strCorpName;
|
|
CString m_strPostCode;
|
|
CString m_strTelNum;
|
|
CString m_strLXR;
|
|
CString m_strCorpName2;
|
|
CString m_strAddress2;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(DLG_Corp_LXR_Print)
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(DLG_Corp_LXR_Print)
|
|
virtual void OnOK();
|
|
virtual BOOL OnInitDialog();
|
|
afx_msg void OnCorpLxrprintSf();
|
|
afx_msg void OnCorpLxrprintSf2();
|
|
afx_msg void OnCorpLxrprintSf3();
|
|
afx_msg void OnCorpLxrprintSf4();
|
|
//}}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_PRINT_H__809DF2E1_8314_4F5D_A2DA_783FF84D4B73__INCLUDED_)
|