📄 fingerdbm.h
字号:
#if !defined(AFX_FINGERDBM_H__CB31B9CB_2181_40CC_AF61_1E4DC55DBF6C__INCLUDED_)
#define AFX_FINGERDBM_H__CB31B9CB_2181_40CC_AF61_1E4DC55DBF6C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FingerDBM.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CFingerDBM record view
#include "FingerDemoSet.h"
#include "scan_bmp.h"
class CFingerDBM : public CRecordView
{
protected:
CFingerDBM(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CFingerDBM)
// Form Data
public:
int m_quality;
int m_serial;
int m_type;
int m_centerx,m_centery;
Scan_Bmp *sbmp,*cbmp;
unsigned char *m_Minutia;
//{{AFX_DATA(CFingerDBM)
enum { IDD = IDD_FINGERDBM_VIEW };
CStatic m_CutImage;
CStatic m_Image;
CFingerDemoSet* m_pSet;
CString m_idcard;
int m_capnum;
CString m_name;
CString m_sql;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
bool SaveData();
bool BindData();
CFingerDemoSet* GetRecordset();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFingerDBM)
// NOTE - the ClassWizard will add and remove member functions here.
public:
virtual CRecordset* OnGetRecordset();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void OnInitialUpdate();
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CFingerDBM();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CFingerDBM)
afx_msg void OnNext();
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
afx_msg void OnPaint();
afx_msg void OnPrevior();
afx_msg void OnUpdatedb();
afx_msg void OnAdd();
afx_msg void OnDelete();
afx_msg void OnChangeDb();
afx_msg void OnInportBmpfile();
afx_msg void OnRecordFirst();
afx_msg void OnRecordLast();
afx_msg void OnRecordNext();
afx_msg void OnRecordPrev();
afx_msg void OnRequryDb();
afx_msg void OnKeyUp(UINT nChar, UINT nRepCnt, UINT nFlags);
afx_msg void OnTitezheng();
afx_msg void OnInportCapture();
afx_msg void OnCreateFeature();
afx_msg void OnUpdateCreateFeature(CCmdUI* pCmdUI);
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FINGERDBM_H__CB31B9CB_2181_40CC_AF61_1E4DC55DBF6C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -