md5testdlg.h

来自「让程序启动时用Md5的加密解密算法来验证本程序的资源是否被更改过。是一个完整的v」· C头文件 代码 · 共 50 行

H
50
字号
// Md5TestDlg.h : header file
//

#if !defined(AFX_MD5TESTDLG_H__86B5154F_5088_4401_9C58_9BA6F3959844__INCLUDED_)
#define AFX_MD5TESTDLG_H__86B5154F_5088_4401_9C58_9BA6F3959844__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CMd5TestDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CMd5TestDlg)
	enum { IDD = IDD_MD5TEST_DIALOG };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CMd5TestDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_MD5TESTDLG_H__86B5154F_5088_4401_9C58_9BA6F3959844__INCLUDED_)

⌨️ 快捷键说明

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