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

📄 dlgdataview.h

📁 电子监控的网络编程实例
💻 H
字号:
//{{AFX_INCLUDES()
#include "mci.h"
//}}AFX_INCLUDES
#if !defined(AFX_DLGDATAVIEW_H__4CE9239A_F38D_4113_8B96_E2D64CFA8261__INCLUDED_)
#define AFX_DLGDATAVIEW_H__4CE9239A_F38D_4113_8B96_E2D64CFA8261__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgDataView.h : header file
//
#include "DIB.h"
#include "ADODB.h"

/////////////////////////////////////////////////////////////////////////////
// CDlgDataView dialog

class CDlgDataView : public CDialog
{
// Construction
public:
	void PreparePrint();
	BOOL ZDJC;
	BOOL RecordChange(int pos, BOOL IfShowBox=TRUE);
	BOOL OpenRecord(long id);
	CString bmpFile[12];
	CString HPTP;
	CString sHPHM;
	long m_lRecordID;
	CDlgDataView(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDlgDataView)
	enum { IDD = IDD_DATA_VIEW };
	CComboBox	m_color;
	CComboBox	m_LastLicense2;
	CComboBox	m_FirstLicense2;
	Cmci	m_avi;
	CString	m_sPDate;
	CString m_sPrintParam;
	long    m_sPPath;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDlgDataView)
	public:
	virtual BOOL DestroyWindow();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDlgDataView)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg void OnChangeCarType();
	afx_msg void OnChangeEditAlarm();
	virtual void OnOK();
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnDelete();
	afx_msg void OnPre();
	afx_msg void OnNext();
	afx_msg void OnFirst();
	afx_msg void OnLast();
	afx_msg void OnButtonPrintPre();
	afx_msg void OnButtonPrint();
	afx_msg void OnPlayClickMmcontrol(short FAR* Cancel);
	afx_msg void OnChangeLicense2();
	afx_msg void OnCloseupComboFirstLicense2();
	afx_msg void OnCloseupComboLastLicense2();
	afx_msg void OnButtonSend();
	afx_msg void OnCloseupComboCarType();
	afx_msg void OnCloseupComboAlarm();
	afx_msg void OnButtonBk();
	DECLARE_EVENTSINK_MAP()
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	int m_CLBJ;
	long thisNum;
	BOOL IsAVI;
	bool SaveToDB();
	CADODataset* pRstGlobal;
	CDC RedFrameDC;
	int bigBMP;
	CDIB* m_pDib[12];
	CDIB* m_pHaoPai;
	CString YJTP;

};

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

#endif // !defined(AFX_DLGDATAVIEW_H__4CE9239A_F38D_4113_8B96_E2D64CFA8261__INCLUDED_)

⌨️ 快捷键说明

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