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

📄 ~rightlr.~h

📁 实时监控
💻 ~H
字号:
#if !defined(AFX_RIGHTLC_H__3DC50ACA_30AF_4D77_A797_AB4560AA8299__INCLUDED_)
#define AFX_RIGHTLC_H__3DC50ACA_30AF_4D77_A797_AB4560AA8299__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// RightLC.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CRightLR dialog
#include "../utils/DriveInfo.h"
#include "../utils/filter_accel.h"
#include "../utils/GridStatic.h"
#include "../utils/GridStatic.h"
#include "../utils/label.h"
#include "../utils/TransButton.h"
#include "../utils/transck.h"
#include "../utils/TransGroup.h"
#include "../utils/TransRadio.h"
#include "../utils/update_data.h"
#include "../utils/Separator.h"
#include "em_dlg.h"
#include "notif_opt.h"
class video_channel;

/*
 *	LC: Local Record
 */
class CRightLR : public em_dlg<accel_dlg<CDialog> >
{
	void get_drivers();
	
	video_channel* vc;

	static CRightLR* self;

	virtual void on_join();
	
// Construction
public:
	CRightLR(CWnd* pParent = NULL);   // standard constructor
	virtual ~CRightLR();
	
	static CRightLR* the_one();
	
// Dialog Data
	//{{AFX_DATA(CRightLR)
	enum { IDD = IDD_RIGHT_LC };
	CLabel	m_7;
	CLabel	m_chnl_info;
	CLabel	m_4;
	CSeparator	m_s;
	CTransCK	m_ck_rec;
	CTransGroup	m_6;
	CLabel	m_3;
	CLabel	m_2;
	CLabel	m_title;
	CLabel	m_1;
	CComboBox	m_cbdrives;
	CDriveInfo	m_di;
	int		m_drive;
	BOOL	m_rec;
	CString	m_ctrl;
	CString	m_str_chnl_info;
	//}}AFX_DATA


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

// Implementation
protected:

	LRESULT on_update_data(WPARAM, LPARAM);
	// Generated message map functions
	//{{AFX_MSG(CRightLR)
	virtual BOOL OnInitDialog();
	afx_msg void OnSelchangeDrives();
	afx_msg void OnRec();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_RIGHTLC_H__3DC50ACA_30AF_4D77_A797_AB4560AA8299__INCLUDED_)

⌨️ 快捷键说明

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