📄 pictureshow.h
字号:
#if !defined(AFX_PICTURESHOW_H__7793A38E_85D4_4B5F_A430_4E67E4436F93__INCLUDED_)
#define AFX_PICTURESHOW_H__7793A38E_85D4_4B5F_A430_4E67E4436F93__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PictureShow.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPictureShow dialog
#include "IPicture.h"
#include "PicSmall.h"
#include "DlgStruct.h"
#include "FixtureAddDlg.h"
#include "PcAddDlg.h"
class CPictureShow : public CDialog
{
// Construction
public:
CToolTipCtrl *tipCtrl ;
CPictureShow(CWnd* pParent = NULL); // standard constructor
CPicSmall *pPicS[300] ;
CFixtureAddDlg *pFixDlg ;
static CPictureShow* picshow;
// CPicVidicon *pPicV ;
int px,py ;
int movNo ;
char *lpstrFile;
BOOL bUsed ;
char *strFile ;
int x ;
CDlgStruct DlgStr[300] ;
char str0[250] ;
CString addrstr1,addrstr2,addrstr3,addrstr4,addrstr5,addrstr6,addrstr7,addrstr8 ;
BOOL OnAlarm( ULONG,int,int,int,int ) ;
// void ShowVidicon(int) ;
~CPictureShow() ;
// Dialog Data
//{{AFX_DATA(CPictureShow)
enum { IDD = IDD_PICTURESHOW_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPictureShow)
public:
virtual BOOL Create(CWnd* pParentWnd);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void PostNcDestroy();
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPictureShow)
afx_msg void OnPaint();
afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
afx_msg void OnInsertmenuThansducer();
afx_msg void OnInsertmenuVidicon();
afx_msg void OnInsertmenuPc();
afx_msg void OnInsertmenuChose();
afx_msg void OnDeleteAll(WPARAM wParam, LPARAM lParam);
afx_msg void OnMove(WPARAM wParam, LPARAM lParam);
afx_msg void OnAlarmSENSOR(WPARAM wParam, LPARAM lParam);
afx_msg void OnAlarmMOTION(WPARAM wParam, LPARAM lParam);
afx_msg void OnAlarmVLOST(WPARAM wParam, LPARAM lParam);
afx_msg void OnAlarmRECORD(WPARAM wParam, LPARAM lParam);
afx_msg void OnSave(WPARAM wParam, LPARAM lParam);
afx_msg void OnShowAll(WPARAM wParam, LPARAM lParam);
afx_msg void OnDelete(WPARAM wParam, LPARAM lParam);
virtual BOOL OnInitDialog();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PICTURESHOW_H__7793A38E_85D4_4B5F_A430_4E67E4436F93__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -