⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 setprintdlg.h

📁 i am server im imi mim im im
💻 H
字号:
#if !defined(AFX_SETPRINTDLG_H__B4293AE7_1B8E_49BB_BA81_37A04A346FD3__INCLUDED_)
#define AFX_SETPRINTDLG_H__B4293AE7_1B8E_49BB_BA81_37A04A346FD3__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SetPrintDlg.h : header file
//
#include "TextznPDFPrintDLLDlg.h"
#include "EventHandler.h"

/////////////////////////////////////////////////////////////////////////////
// CSetPrintDlg dialog

class CSetPrintDlg : public CDialog
{
// Construction
public:
	CSetPrintDlg(CWnd* pParent = NULL);   // standard constructor
	CPDFPrintEvent m_pPrintevent;
	CTextznPDFPrintDLLDlg *pMainDlg;
	int  m_ContextEnum;
	int  m_PageRangeEnum;
	int  m_PageScalingEnum;
	int  m_TileCutmarkEnum;
	int  m_NupEnum;
	int  m_EvenOddEnum;
	int  iPrintPageRange,iPrintUpSelector,iPrintOddEvenRange,iPrintContent,IPrintPageScaling,IPrintCutMarks;
	long m_lastpagev,m_firstpagev;
//	bool m_printAsImageb;
// Dialog Data
	//{{AFX_DATA(CSetPrintDlg)
	enum { IDD = IDD_DIALOG1 };
	CEdit	m_tileoverlapC;
	CEdit	m_tilescaleC;
	CButton	m_autorotateandcenter;
	CButton	m_waitforcomplete;
	CButton	m_tileLables;
	CButton	m_reverse;
	CButton	m_collate;
	CButton	m_removeWhiteMargin;
	CButton		m_printAsImage;
	CComboBox	m_evenodd;
	CComboBox	m_nup;
	CComboBox	m_tilecutmark;
	CComboBox	m_pagescaling;
	CComboBox	m_pagerange;
	CComboBox	m_context;
	long	m_copies;
	long	m_tilescale;
	float	m_tileoverlap;
	BOOL	m_removeWhiteMarginb;
	BOOL	m_printAsImageb;
	BOOL	m_collateb;
	BOOL	m_reverseb;
	BOOL	m_tileLabelsb;
	BOOL	m_waitforcompleteb;
	BOOL	m_autorotateandcenterb;
	BOOL	m_bPrint;
	BOOL	m_bPrintAsDC;
	CString	m_PageRange;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSetPrintDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSetPrintDlg)
	afx_msg void OnPrint();
	afx_msg void OnCancel2();
	virtual BOOL OnInitDialog();
	afx_msg void OnSelchangeCombo3();
	afx_msg void OnSelchangeCombo2();
	afx_msg void OnCheck1();
	afx_msg void OnCheck2();
	afx_msg void OnDestroy();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SETPRINTDLG_H__B4293AE7_1B8E_49BB_BA81_37A04A346FD3__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -