crytestdlg.h
来自「EJB,business logic 处理程序。 主要想找一点关于加密方面的程序」· C头文件 代码 · 共 45 行
H
45 行
// CrytestDlg.h : 僿僢僟乕 僼傽僀儖
//
#pragma once
#include "afxcmn.h"
bool CALLBACK MyCallback(int, LPARAM);
// CCrytestDlg 僟僀傾儘僌
class CCrytestDlg : public CDialog
{
// 僐儞僗僩儔僋僔儑儞
public:
CCrytestDlg(CWnd* pParent = NULL); // 昗弨僐儞僗僩儔僋僞
// 僟僀傾儘僌 僨乕僞
enum { IDD = IDD_CRYTEST_DIALOG };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 僒億乕僩
// 幚憰
protected:
HICON m_hIcon;
// 惗惉偝傟偨丄儊僢僙乕僕妱傝摉偰娭悢
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
DECLARE_MESSAGE_MAP()
public:
CString m_strDir;
CString m_strInput1;
CString m_strOutput1;
CString m_strInput2;
CString m_strOutput2;
bool m_bAbort;
CProgressCtrl m_cPlog;
afx_msg void OnBnClickedButton1();
afx_msg void OnBnClickedButton2();
afx_msg void OnBnClickedButton3();
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?