getcodedlg.h

来自「穷举型密码破译器。可以自定义词典」· C头文件 代码 · 共 71 行

H
71
字号
// GetCodeDlg.h : header file
//

#if !defined(AFX_GETCODEDLG_H__B5583AA8_7FDB_11D3_BF20_D9C0F13E2367__INCLUDED_)
#define AFX_GETCODEDLG_H__B5583AA8_7FDB_11D3_BF20_D9C0F13E2367__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CGetCodeDlg dialog



class CGetCodeDlg : public CDialog
{
// Construction
public:
	CGetCodeDlg(CWnd* pParent = NULL);	// standard constructor
	
	// Dialog Data
	//{{AFX_DATA(CGetCodeDlg)
	enum { IDD = IDD_GETCODE_DIALOG };
	CButton	m_Quit;
	CEdit	m_EditPath;
	CButton	m_BtnBrowser;
	CButton	m_Pause;
	CButton	m_OK;
	UINT	m_nThreadCount;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;
	

	


	// Generated message map functions
	//{{AFX_MSG(CGetCodeDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnOK();
	afx_msg void OnCANCEL();
	afx_msg void OnPause();
	afx_msg void OnBrowse();
	afx_msg void OnRadio7();
	afx_msg void OnRadio1();
	afx_msg void OnRadio2();
	afx_msg void OnRadio3();
	afx_msg void OnRadio4();
	afx_msg void OnRadio5();
	afx_msg void OnRadio6();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_GETCODEDLG_H__B5583AA8_7FDB_11D3_BF20_D9C0F13E2367__INCLUDED_)

⌨️ 快捷键说明

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