📄 实验3dlg.h
字号:
// 实验3Dlg.h : header file
//
#if !defined(AFX_3DLG_H__00AFB1D2_EA9E_42A7_878C_30715B11F927__INCLUDED_)
#define AFX_3DLG_H__00AFB1D2_EA9E_42A7_878C_30715B11F927__INCLUDED_
#include "BigInt.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CMy3Dlg dialog
class CMy3Dlg : public CDialog
{
// Construction
public:
int seed;
int ready;
CBigInt Q;
CBigInt P;
CBigInt N;
CBigInt E;
CBigInt D;
CMy3Dlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMy3Dlg)
enum { IDD = IDD_MY3_DIALOG };
CEdit m_read2;
CEdit m_read1;
CEdit m_read;
CString m_filename;
CString m_md5key;
int m_len;
CString m_d;
CString m_e;
CString m_n;
CString m_savename;
CString m_out;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMy3Dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMy3Dlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnFastRead();
afx_msg void OnButtonMd5();
afx_msg void OnBGetRnd();
afx_msg void OnB4();
afx_msg void OnBPut();
afx_msg void OnBCheck();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_3DLG_H__00AFB1D2_EA9E_42A7_878C_30715B11F927__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -