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

📄 tryshotdlg.h

📁 手掌采集程序
💻 H
字号:
// tryshotDlg.h : header file
//

#if !defined(AFX_TRYSHOTDLG_H__20AC7547_A37A_446E_A751_58C9C6E37EA7__INCLUDED_)
#define AFX_TRYSHOTDLG_H__20AC7547_A37A_446E_A751_58C9C6E37EA7__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include <streams.h>
#include "DXConstruction.h"
#include "PalmPriintRec.h"



#include "hdg.h"


/////////////////////////////////////////////////////////////////////////////
// CTryshotDlg dialog


class CTryshotDlg : public CDialog
{
// Construction
public:
	CString GetSysDate();
	BOOL Close_Light();
	BOOL Flash_Light();
	void displaypic(BYTE*pD,HWND o_hwnd);
	void refreshsubwnd();
	BOOL Get_a_pic(CString strfname,BYTE * pD, HWND hwnd_nmb);
	BOOL Stop();
	BOOL Play();
	void DestroyGraph();
	void CreateGraph();
	
	CTryshotDlg(CWnd* pParent = NULL);	// standard constructor
	~CTryshotDlg();
// Dialog Data
	//{{AFX_DATA(CTryshotDlg)
	enum { IDD = IDD_TRYSHOT_DIALOG };
	CStatic	m_V4;
	CStatic	m_V3;
	CStatic	m_V2;
	CStatic	m_V1;
	CStatic	mVideoWindow;
	int		m_CaptureNumb;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CTryshotDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CTryshotDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg BOOL OnEraseBkgnd(CDC* pDC);
	virtual void OnOK();
	afx_msg void OnSetphotonumb();
	afx_msg void OnEmend();
	afx_msg void OnLoadPic();
	afx_msg void OnButtonInputname();
	afx_msg void OnButtonTestlight();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CDXConstruction          *    mFilterGraph;
	int                           m_naccumul;
	BYTE                     *    m_pBmem;
	BYTE                     *    m_pBback;
	BYTE                     *    m_pTemp;
	LONG                          lWidth;
	LONG                          lHeight;
	CPalmPriintRec                ppr;


	BYTE                     *    pnCtrlVal;//闪光等控制选择

	
	BOOL                          b_havesettingPersonalInformation;
	CString                       strfilename;
	CString                       photonumboftheperson;
	BOOL                          b_TestLightFlag;
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.


#endif // !defined(AFX_TRYSHOTDLG_H__20AC7547_A37A_446E_A751_58C9C6E37EA7__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -