play_sdes.h

来自「通过编程实现S-DES算法的加密与解密过程」· C头文件 代码 · 共 32 行

H
32
字号
#if !defined(AFX_PLAY_SDES_H__455BA890_3188_487B_AAF6_930D194AF25A__INCLUDED_)
#define AFX_PLAY_SDES_H__455BA890_3188_487B_AAF6_930D194AF25A__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// play_sdes dialog

class play_sdes : public CColorDialog
{
	DECLARE_DYNAMIC(play_sdes)

public:
	play_sdes(COLORREF clrInit = 0, DWORD dwFlags = 0,
			CWnd* pParentWnd = NULL);

protected:
	//{{AFX_MSG(play_sdes)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_PLAY_SDES_H__455BA890_3188_487B_AAF6_930D194AF25A__INCLUDED_)

⌨️ 快捷键说明

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