arjcrackdlg.h
来自「解密arj压缩文件密码的程序,对于ARJ压缩,值得研究」· C头文件 代码 · 共 55 行
H
55 行
// ARJCRACKDlg.h : header file
//
#if !defined(AFX_ARJCRACKDLG_H__A7BF32C8_3781_11D2_B7B2_C0E0562BBC10__INCLUDED_)
#define AFX_ARJCRACKDLG_H__A7BF32C8_3781_11D2_B7B2_C0E0562BBC10__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
// CARJCRACKDlg dialog
class CARJCRACKDlg : public CDialog
{
// Construction
public:
CARJCRACKDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CARJCRACKDlg)
enum { IDD = IDD_ARJCRACK_DIALOG };
CEdit m_psw;
CEdit m_protect;
CEdit m_normal;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CARJCRACKDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CARJCRACKDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButton1();
afx_msg void OnButton2();
afx_msg void OnButton3();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ARJCRACKDLG_H__A7BF32C8_3781_11D2_B7B2_C0E0562BBC10__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?