📄 authentication.h
字号:
#if !defined(AFX_AUTHENTICATION_H__440D2757_C6AD_4201_9F31_921EFFAB7B7D__INCLUDED_)
#define AFX_AUTHENTICATION_H__440D2757_C6AD_4201_9F31_921EFFAB7B7D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Authentication.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CAuthentication form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include "scan_bmp.h"
class CAuthentication : public CFormView
{
protected:
CAuthentication(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CAuthentication)
// Form Data
public:
//{{AFX_DATA(CAuthentication)
enum { IDD = IDD_AUTHENTICATION };
CStatic m_Image2;
CStatic m_Image1;
//}}AFX_DATA
// Attributes
public:
Scan_Bmp *sbmp1,*sbmp2;
unsigned char *m_Minutia1,*m_Minutia2;
int quli1,type1,quli2,type2;
int cenx1,ceny1,cenx2,ceny2;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAuthentication)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void OnDraw(CDC* pDC);
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CAuthentication();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CAuthentication)
afx_msg void OnInportBmpfile1();
afx_msg void OnInportBmpfile2();
afx_msg void OnInportCapture2();
afx_msg void OnOK();
afx_msg void OnAuthenticate();
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnSetReader();
afx_msg void OnWriteIc();
afx_msg void OnIcAuthenticate();
afx_msg void OnIcInquire();
afx_msg void OnIcMatch();
afx_msg void OnInportCapture1();
afx_msg void OnSetPort();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_AUTHENTICATION_H__440D2757_C6AD_4201_9F31_921EFFAB7B7D__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -