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

📄 pkidlg.h

📁 该程序能实现将数字签名嵌入到BMP图片中形成数字印章
💻 H
字号:
// PKIDlg.h : header file
#include "DIB.h"
#if !defined(AFX_PKIDLG_H__B7370CE9_6E01_485A_8965_8724B4694182__INCLUDED_)
#define AFX_PKIDLG_H__B7370CE9_6E01_485A_8965_8724B4694182__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CPKIDlg dialog

class CPKIDlg : public CDialog
{
// Construction
public:
	CPKIDlg(CWnd* pParent = NULL);	// standard constructor
    
// Dialog Data
	//{{AFX_DATA(CPKIDlg)
	enum { IDD = IDD_PKI_DIALOG };
	CStatic	mPicture;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;
    CDib m_Dib;
    bool embed,pick;
	bool show_contrast;
	bool have_open_a_file;
	// Generated message map functions
	//{{AFX_MSG(CPKIDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnAboutMenu();
	afx_msg void OnCancelMenu();
	afx_msg void OnChooseMenu();
	afx_msg void OnButtonDES();
	afx_msg void OnButtonAES();
	afx_msg void OnButton3();
	afx_msg void OnButtondes();
	afx_msg void OnButtonAes();
	afx_msg void OnButtonaes();
	afx_msg void OnButtonsign();
	afx_msg void OnButtonarcsign();
	afx_msg void OnButtonLoadPicture();
	afx_msg void OnButtonInsertMessage();
	afx_msg void OnPick();
	afx_msg void OnButton4();
	afx_msg void OnButton5();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_PKIDLG_H__B7370CE9_6E01_485A_8965_8724B4694182__INCLUDED_)

⌨️ 快捷键说明

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