?? smbcrackdlg.h
字號:
// SMBCrackDlg.h : header file
//
#if !defined(AFX_SMBCRACKDLG_H__73678F87_8EE8_11D3_BB35_00C0DFB194B8__INCLUDED_)
#define AFX_SMBCRACKDLG_H__73678F87_8EE8_11D3_BB35_00C0DFB194B8__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
// CSMBCrackDlg dialog
#include "CrackPwd.h"
class CSMBCrackDlg : public CDialog
{
// Construction
public:
int m_vEnums;
int m_vMaxThreads;
UINT m_vStatus;
int m_vThreads;
SmbCrackStruct m_vCrackStruct;
void CrackDone(UINT , LONG);
void EnumOut(UINT, LONG);
void CrackOut(UINT, LONG);
int PrepareResource(void);
void OnHotkey(UINT , LONG);
CSMBCrackDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSMBCrackDlg)
enum { IDD = IDD_SMBCRACK_DIALOG };
CEdit m_cEndYear;
CEdit m_cUserName;
CButton m_cUseDictionary;
CButton m_cLetter;
CStatic m_cThreads;
CButton m_cSymbol;
CStatic m_cStatus;
CEdit m_cStartYear;
CSpinButtonCtrl m_cStartSpin;
CListCtrl m_cResource;
CButton m_cRemove;
CButton m_cNumber;
CSliderCtrl m_cMaxThreads;
CSpinButtonCtrl m_cEndSpin;
CEdit m_cDictionaryFile;
CButton m_cDate;
CButton m_cCrack;
CButton m_cClear;
CButton m_cBrowse;
CButton m_cAdd;
int m_vEndYear;
int m_vStartYear;
int m_vPwdLength;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSMBCrackDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CSMBCrackDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnCrack();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnClose();
afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
afx_msg void OnUsedictionary();
afx_msg void OnBrowse();
afx_msg void OnAdd();
afx_msg void OnRemove();
afx_msg void OnEndlabeleditResouce(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnClear();
afx_msg void OnDate();
afx_msg void OnItemchangedResouce(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnChangeEndyear();
afx_msg void OnChangeStartyear();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SMBCRACKDLG_H__73678F87_8EE8_11D3_BB35_00C0DFB194B8__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -