📄 demodlg.h
字号:
// DemoDlg.h : header file
//
//{{AFX_INCLUDES()
#include "zkfpengx.h"
//}}AFX_INCLUDES
#if !defined(AFX_DEMODLG_H__CCFDAC80_A8D2_40AA_B4F2_413AF751CF94__INCLUDED_)
#define AFX_DEMODLG_H__CCFDAC80_A8D2_40AA_B4F2_413AF751CF94__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include <comdef.h>
/////////////////////////////////////////////////////////////////////////////
// CDemoDlg dialog
class CDemoDlg : public CDialog
{
// Construction
public:
CDemoDlg(CWnd* pParent = NULL); // standard constructor
VARIANT FRegTemplate;
long FingerCount;
long fpcHandle;
char FFingerNames[100][20];
long FMatchType;
CString s_zkfp;
char s_zkfp1[2000];
// Dialog Data
//{{AFX_DATA(CDemoDlg)
enum { IDD = IDD_DEMO_DIALOG };
CZKFPEngX m_zkfp;
CString m_Used;
CString m_SN;
CString m_COUNT;
CString m_Regname;
CString m_Hint;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDemoDlg)
public:
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CDemoDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBTNInit();
afx_msg void OnOnImageReceivedZkfpengx2(BOOL FAR* AImageValid);
afx_msg void OnBTNSave();
afx_msg void OnBTNReg();
afx_msg void OnBTNIdentify();
afx_msg void OnBTNVer();
afx_msg void OnOnCaptureZkfpengx2(BOOL ActionResult, const VARIANT FAR& ATemplate);
afx_msg void OnOnEnrollZkfpengx2(BOOL ActionResult, const VARIANT FAR& ATemplate);
afx_msg void OnOnFeatureInfoZkfpengx2(long AQuality);
DECLARE_EVENTSINK_MAP()
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DEMODLG_H__CCFDAC80_A8D2_40AA_B4F2_413AF751CF94__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -