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

📄 myabout.h

📁 Ov511+摄像头驱动源码 摄像头芯片必需为OV511+(如:网眼v2000),适用于Windows2000/Xp 1.运行本代码需安装windriver7.00和VC6.0
💻 H
字号:
#if !defined(AFX_MYABOUT_H__4D06CDBF_9243_4689_AE47_17BA517F999D__INCLUDED_)
#define AFX_MYABOUT_H__4D06CDBF_9243_4689_AE47_17BA517F999D__INCLUDED_

#include "CCreditsScroller.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MyAbout.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CMyAbout dialog

class CMyAbout : public CDialog
{
// Construction
public:
	int* pStatus;
	CCreditsScroller m_Scroller;
	CMyAbout(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CMyAbout)
	enum { IDD = IDD_MYDIALOG };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CMyAbout)
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_MYABOUT_H__4D06CDBF_9243_4689_AE47_17BA517F999D__INCLUDED_)

⌨️ 快捷键说明

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