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

📄 textwatermarkinfo.h

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

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TextWatermarkInfo.h : header file
//
#include "PDFCMDSampleDlg.h"
/////////////////////////////////////////////////////////////////////////////
// CTextWatermarkInfo dialog

class CTextWatermarkInfo : public CDialog
{
//	friend class CTextWatermarkInfo ;CPDFCMDSampleDlg;
// Construction
public:

	CTextWatermarkInfo(CWnd* pParent = NULL);   // standard constructor
	int m_iUnit,m_iBinding,m_iEvenOdd,m_iAnchor;
// Dialog Data
	//{{AFX_DATA(CTextWatermarkInfo)
	enum { IDD = IDD_TEXTWATERMARKINFO };
	CComboBox	m_EvenOdd;
	CComboBox	m_Anchor;
	CComboBox	m_Binding;
	CComboBox	m_Unit;
	CButton	m_CButton_OutlineOnly;
	CComboBox	m_Ctrl_TextStyle;
	CString	m_String_Text;
	CString	m_String_TextFont;
	long	m_long_TextSize;
	long	m_long_TextColorBlue;
	long	m_long_TextColorGreen;
	long	m_long_TextColorRed;
	long	m_long_TextAngle;
	double	m_double_TextOpacity;
	BOOL	m_BOOL_OutlineOnly;
	int		m_int_TextStyle;
	double	m_XOffset;
	double	m_YOffset;
	double	m_Clearance;
	double	m_Position;
	long	m_Angle;
	CString	m_PageRange;
	double	m_Opacity;
	BOOL	m_ShowOnPrint;
	BOOL	m_ShowOnScreen;
	BOOL	m_Background;
	BOOL	m_CrossPage;
	BOOL	m_Duplex;
	CPDFCMDSampleDlg  *pPDFCMDSampleDlg;
	BOOL	m_OutlineOnly;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CTextWatermarkInfo)
	virtual BOOL OnInitDialog();
	afx_msg void OnDestroy();
	afx_msg void OnAddWaterMark();
	afx_msg void OnRedo();
	afx_msg void OnUndo();
	afx_msg void OnUnitSelchange();
	afx_msg void OnEvenOddSelchange();
	afx_msg void OnAnchorSelchange();
	afx_msg void OnBindingSelchange();
	afx_msg void OnAddTextWatermark();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_TEXTWATERMARKINFO_H__B0070867_C759_4397_9ED6_CEC69F242A72__INCLUDED_)

⌨️ 快捷键说明

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