www.pudn.com > aes_encrypt.rar > MyDlg1.h


#if !defined(AFX_MYDLG1_H__45E73EA6_13CD_4355_BE40_AF443027250E__INCLUDED_) 
#define AFX_MYDLG1_H__45E73EA6_13CD_4355_BE40_AF443027250E__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// MyDlg1.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CMyDlg1 dialog 
 
class CMyDlg1 : public CDialog 
{ 
// Construction 
public: 
	CMyDlg1(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CMyDlg1) 
	enum { IDD = IDD_DIALOG1 }; 
	CEdit	m_ctrKey; 
	CString	m_str3; 
	BOOL	m_bIsUseMask; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMyDlg1) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CMyDlg1) 
	afx_msg void OnCheck1(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MYDLG1_H__45E73EA6_13CD_4355_BE40_AF443027250E__INCLUDED_)