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

📄 picturelist.h

📁 无线图象监控系统(用VC++编程)用数据库ACCESS存储图象
💻 H
字号:
#if !defined(AFX_PICTURELIST_H__525A1978_17CB_4925_964E_9EF054392AF7__INCLUDED_)
#define AFX_PICTURELIST_H__525A1978_17CB_4925_964E_9EF054392AF7__INCLUDED_

#include "Picrecord.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PictureList.h : header file
//
#define WM_DRAWPIC WM_USER+3
/////////////////////////////////////////////////////////////////////////////
// CPictureList dialog
#include"dib.h"
#include "PicEdit.h"	// Added by ClassView
#include "ConentBase.h"
class CPictureList : public CDialog
{
// Construction
public:
	BYTE objectid;
    CConentBase serch;
	COleDateTime m_endtime;
	COleDateTime m_begintime;
	CDib dibview;
	CPicEdit picview;
	CBrush m_brush;
	int i;
	CPicrecord picrs;
	CDib dib[16];
	CString datetime[16];
	CPictureList(CWnd* pParent = NULL); 
	// standard constructor
LRESULT OnDrawPic(WPARAM wParam,LPARAM lParam);
// Dialog Data
	//{{AFX_DATA(CPictureList)
	enum { IDD = IDD_PICLIST };
	CButton	m_last;
	CButton	m_next;
	CString	m_picnum;
	CString	m_note;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPictureList)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult);
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPictureList)
	afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg void OnSize(UINT nType, int cx, int cy);
	virtual void OnOK();
	virtual void OnCancel();
	afx_msg void OnClose();
	afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
	afx_msg void OnMove(int x, int y);
	afx_msg void OnButton1();
	afx_msg void OnFirst();
	afx_msg void OnNextpage();
	afx_msg void OnLastpage();
	afx_msg void OnEnd();
	afx_msg void OnPic1();
	afx_msg void OnPic2();
	afx_msg void OnPic3();
	afx_msg void OnPic4();
	afx_msg void OnPic5();
	afx_msg void OnPic6();
	afx_msg void OnPic7();
	afx_msg void OnPic8();
	afx_msg void OnPic9();
	afx_msg void OnPic10();
	afx_msg void OnPic11();
	afx_msg void OnPic12();
	afx_msg void OnPic13();
	afx_msg void OnPic14();
	afx_msg void OnPic15();
	afx_msg void OnPic16();
	afx_msg void OnDatetime();
	afx_msg void OnPlay();
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnButton7();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	afx_msg void OnMouseMove(UINT nFlags, CPoint point);
	afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_PICTURELIST_H__525A1978_17CB_4925_964E_9EF054392AF7__INCLUDED_)

⌨️ 快捷键说明

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