📄 securitysetting.h
字号:
#if !defined(AFX_SECURITYSETTING_H__6E4DF566_F409_459E_8117_68D662C14DAA__INCLUDED_)
#define AFX_SECURITYSETTING_H__6E4DF566_F409_459E_8117_68D662C14DAA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SecuritySetting.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSecuritySetting dialog
class CSecuritySetting : public CDialog
{
// Construction
public:
CSecuritySetting(IPDFSecuritySetting* pPDFSecuritySetting,CWnd* pParent = NULL); // standard constructor
IPDFSecuritySetting* m_pPDFSecuritySetting;
long lencryptionlevel;
long lprintallowed;
long lchangeallowed;
// Dialog Data
//{{AFX_DATA(CSecuritySetting)
enum { IDD = IDD_SECURITYSETTING };
CComboBox m_printallowed;
CComboBox m_encryptionlevel;
CComboBox m_changeallowed;
BOOL m_canannotate;
BOOL m_cancontentaforvi;
BOOL m_cancontentce;
BOOL m_cancopy;
BOOL m_canmodify;
BOOL m_canprint;
CString m_openpassword;
CString m_ownerpassword;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSecuritySetting)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSecuritySetting)
virtual void OnOK();
virtual BOOL OnInitDialog();
afx_msg void OnSetsecurity();
afx_msg void OnRemovesecurity();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SECURITYSETTING_H__6E4DF566_F409_459E_8117_68D662C14DAA__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -