?? showstreamdlg.h
字號:
#if !defined(AFX_SHOWSTREAMDLG_H__CF7BF510_2B3C_4AE8_8778_B0942D39A3A4__INCLUDED_)
#define AFX_SHOWSTREAMDLG_H__CF7BF510_2B3C_4AE8_8778_B0942D39A3A4__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ShowStreamDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CShowStreamDlg dialog
class CShowStreamDlg : public CDialog//,CChildFrame
{
// Construction
public:
BYTE *pLastFrame;//pLastFrame[320*240*3]
BOOL Prsed;
WORD counts;
void DisplayGrayImage(const BITMAPINFO *pInfo,const BYTE *pBits);
CShowStreamDlg(CWnd* pParent = NULL); // standard constructor
void ShowStream(const BITMAPINFO * pInfo, const BYTE * pBits);
void SetShowWay(int iCardID, bool bIs4WayCard, int iWay=0);
// Dialog Data
//{{AFX_DATA(CShowStreamDlg)
enum { IDD = IDD_SHOWSTREAM };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CShowStreamDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void OnOK();
virtual void OnCancel();
//}}AFX_VIRTUAL
// Implementation
protected:
bool m_bIs4WayCard; //是否是四路實時卡
int m_iShowWay; //如果是四路實時卡,顯示第幾路圖像
// Generated message map functions
//{{AFX_MSG(CShowStreamDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSize(UINT nType, int cx, int cy);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SHOWSTREAMDLG_H__CF7BF510_2B3C_4AE8_8778_B0942D39A3A4__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -