📄 dlgconnect.h
字号:
/********************************************************************
created: 2002/08/07
created: 7:8:2002 15:18
filename: e:\WORK\0806\DvsUser\DlgConnect.h
file path: e:\WORK\0806\DvsUser
file base: DlgConnect
file ext: h
author: Sun_J
purpose:
*********************************************************************/
#if !defined(AFX_DLGCONNECT_H__57156C94_A485_44EC_93B4_5DDFC6D9ED40__INCLUDED_)
#define AFX_DLGCONNECT_H__57156C94_A485_44EC_93B4_5DDFC6D9ED40__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgConnect.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgConnect dialog
class CDlgViewConnect;
class CDlgConnect : public CDialog
{
// Construction
public:
CDlgConnect(CWnd* pParent = NULL); // standard constructor
~CDlgConnect();
INT OnStartInit(int nSelect);
INT OnStartReady(int nSelect);
INT OnStartStart(int nSelect);
INT OnStartAlert(int nSelect);
INT OnStartRecycle(int nSelect);
INT OnStartError(int nSelect);
private:
VOID InitControl();
VOID SetList(int iCard);
VOID RefreshList(int iBrance);
CDlgViewConnect* pDlgView;
private:
int nCurrentCard;
int nCurrentView;
HICON hMonitor;
HICON hCard;
HICON hBrance;
CImageList imageMonitor;
CImageList imageCard;
CImageList imageBrance;
// Dialog Data
//{{AFX_DATA(CDlgConnect)
enum { IDD = IDD_DLG_CONNECT };
CComboBoxEx m_monitor_combo;
CComboBoxEx m_card_combo;
CListCtrl m_video_list;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgConnect)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgConnect)
virtual BOOL OnInitDialog();
afx_msg void OnStartvideoView();
afx_msg void OnSelchangeStartvideoMonitor();
afx_msg void OnSelchangeStartvideoCard();
virtual void OnOK();
virtual void OnCancel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGCONNECT_H__57156C94_A485_44EC_93B4_5DDFC6D9ED40__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -