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

📄 preferencedlg.h

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

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PreferenceDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CPreferenceDlg dialog

class CPreferenceDlg : public CDialog
{
// Construction
public:
	CPreferenceDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CPreferenceDlg)
	enum { IDD = IDD_PREFERENCE };
	CComboBox	m_CComboBox_Unit;
	CComboBox	m_CComboBox_StandardSize;
	CComboBox	m_CComboBox_Resolution;
	CComboBox	m_CComboBox_Compatible;
	CComboBox	m_CComboBox_ColorRsmpMethod;
	CComboBox	m_CComboBox_ColorCmprsMethod;
	double	m_double_Height;
	double	m_double_Margin;
	double	m_double_Width;
	int		m_int_Orientation;
	int		m_int_StandardSize;
	int		m_int_PaperSize;
	int		m_int_Unit;
	BOOL	m_BOOL_CompressColor;
	BOOL	m_BOOL_OptimizePDF;
	BOOL	m_BOOL_ResampleColor;
	BOOL	m_BOOL_ViewPDF;
	int		m_int_ColorCmprsMethod;
	int		m_int_ColorRsmpMethod;
	int		m_int_Compatible;
	int		m_int_Resolution;
	long	m_long_ColorAutoRate;
	long	m_long_Scale;
	int		m_int_ColorCompression;
	long	m_long_ColorRsmpResolution;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPreferenceDlg)
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_PREFERENCEDLG_H__FFA1098C_3317_4557_86E1_06E9DEE0D826__INCLUDED_)

⌨️ 快捷键说明

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