⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 demodlg.h

📁 中控指纹识别软件开发包Biokey SDK 3.0 PRO 提供1:1 和1:3000的指纹比对 目前应用范围广 这是一前做项目的时候花了1W银子买来的噢
💻 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 + -