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

📄 ~toolbarbottom.~h

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

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

/////////////////////////////////////////////////////////////////////////////
// CToolbarBottom dialog
#include "em_dlg.h"
#include "tip_dlg.h"
#include "../utils/Label.h"
#include "../utils/TransButton.h"
#include "../utils/TransGroup.h"
#include "../utils/filter_accel.h"
#include "../utils/Separator.h"
#include "toolbartime.h"

class CToolbarBottom : public em_dlg<accel_dlg<tip_dlg<CDialog> > >
{
	CToolbarTime tb_time;
	
	bool alarming;
	bool warning;
	HBITMAP no;
	HBITMAP on;
	HBITMAP off;
	HBITMAP mute;
	HBITMAP unmute;
	
// Construction
public:
	CToolbarBottom(CWnd* pParent = NULL);   // standard constructor

	void start_warning();
	void stop_warning();

// Dialog Data
	//{{AFX_DATA(CToolbarBottom)
	enum { IDD = IDD_BOTTOM_TOOLBAR };
	CStatic	m_warning;
	CStatic	m_mute;
	CTransButton	m_25;
	CTransButton	m_16;
	CTransButton	m_btn_fullscr;
	CTransButton	m_btn_seq;
	CSeparator	m_s;
	CTransButton	m_9;
	CTransButton	m_6;
	CTransButton	m_b4;
	CTransButton	m_b1;
	CTransButton	m_setup;
	CTransButton	m_btn_snap;
	CTransButton	m_lc;
	CTransButton	m_vod;
	CTransButton	m_system;
	CTransButton	m_sched;
	CTransButton	m_record;
	CTransButton	m_md;
	CTransButton	m_login;
	CTransButton	m_channel;
	CTransButton	m_camera;
	CTransButton	m_backup;
	CTransButton	m_alarm;
	CTransButton	m_btn_switch;
	CTransButton	m_btn_exit;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CToolbarBottom)
	afx_msg void OnExit();
	afx_msg void OnSwitch();
	virtual BOOL OnInitDialog();
	afx_msg void OnLogin();
	afx_msg void OnSystem();
	afx_msg void OnMd();
	afx_msg void OnAlarm();
	afx_msg void OnBackup();
	afx_msg void OnCamera();
	afx_msg void OnChannel();
	afx_msg void OnRecord();
	afx_msg void OnSched();
	afx_msg void OnVod();
	afx_msg void OnLc();
	afx_msg void OnSnap();
	afx_msg void OnClientSetup();
	afx_msg void OnSeq();
	afx_msg void OnFullscr();
	afx_msg void On16();
	afx_msg void On25();
	afx_msg void OnMute();
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnDestroy();
	afx_msg void OnWarning();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_TOOLBARBOTTOM_H__772C042D_E509_49DB_8F39_CCB1B15666B9__INCLUDED_)

⌨️ 快捷键说明

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