📄 veridlg.h
字号:
#if !defined(AFX_VERIDLG_H__FF55C141_D986_4ADB_BF29_AA53F4402497__INCLUDED_)
#define AFX_VERIDLG_H__FF55C141_D986_4ADB_BF29_AA53F4402497__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// VeriDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CVeriDlg dialog
class CVeriDlg : public CDialog
{
// Construction
public:
unsigned int m_prov_veri;
int m_session_type;
int m_prov_type;
int m_hash_type;
CString GetProvType(unsigned int prov);
CString GetSessionType(unsigned int session);
CString GetHashType(unsigned int hash);
unsigned int m_hash_veri;
unsigned int m_alg_id_veri;
CVeriDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CVeriDlg)
enum { IDD = IDD_VERY_DIALOG };
CString m_file_veri;
CString m_letter_veri;
CString m_pkey_veri;
CString m_signed_veri;
CString m_state_veri;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVeriDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CVeriDlg)
afx_msg void OnVeriButton();
afx_msg void OnLetterVeriButton();
afx_msg void OnPubKeyVeriButton();
afx_msg void OnSignFileVeriButton();
afx_msg void OnFileVeriButton();
afx_msg void OnYuanwenFileButton();
afx_msg void OnLetButton();
afx_msg void OnSetVeriButton();
virtual void OnCancel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_VERIDLG_H__FF55C141_D986_4ADB_BF29_AA53F4402497__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -