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

📄 sha12dlldlg.h

📁 通过SHA1
💻 H
字号:
// SHA12dllDlg.h : header file
//

#if !defined(AFX_SHA12DLLDLG_H__BB738039_E548_4D15_B304_259D1ED919AC__INCLUDED_)
#define AFX_SHA12DLLDLG_H__BB738039_E548_4D15_B304_259D1ED919AC__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CSHA12dllDlg dialog
static CString HexArr[]={"0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F"};
class CSHA12dllDlg : public CDialog
{
// Construction
public:
	CSHA12dllDlg(CWnd* pParent = NULL);	// standard constructor
	CString  Int10_To_Hexstr(unsigned pInt,int ws);
	int  Binstr_To_Int10(CString Iput);
	CString Int10_To_Bitstr(unsigned pInt);
// Dialog Data
	//{{AFX_DATA(CSHA12dllDlg)
	enum { IDD = IDD_SHA12DLL_DIALOG };
	CString	m_Input_HEX;
	CString	m_Input_CS;
	CString	m_Output_CS;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

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

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

#endif // !defined(AFX_SHA12DLLDLG_H__BB738039_E548_4D15_B304_259D1ED919AC__INCLUDED_)

⌨️ 快捷键说明

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