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

📄 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 "../map/AddrMapDlg.h"
#include "../utils/TransButton.h"
#include "../utils/TransGroup.h"
#include "../utils/filter_accel.h"
#include "../utils/Separator.h"
#include "../utils/BtnST.h"
#include "CreateUsers.h"
#include "MyPropertySheet2.h"
#include "MyPropertySheet3.h"
#include "toolbartime.h"


//##ModelId=3F90BAA80365
class CToolbarBottom : public em_dlg<accel_dlg<tip_dlg<CDialog> > >
{
	//##ModelId=3F90BAA8038E
	CToolbarTime tb_time;
	
	//##ModelId=3F90BAA80397
	bool alarming;
	//##ModelId=3F90BAA803A1
	bool warning;
	
	
// Construction
public:
	//##ModelId=3F90BAA9001D
	CToolbarBottom(CWnd* pParent = NULL);   // standard constructor
    static CToolbarBottom * m_ptool;
	//##ModelId=3F90BAA90028
	void start_warning();
	//##ModelId=3F90BAA90031
	void stop_warning();


// Dialog Data
	//{{AFX_DATA(CToolbarBottom)
	enum { IDD = IDD_BOTTOM_TOOLBAR };
	CButtonST	m_warning;
	CButtonST    m_talking;

	CButtonST    m_playershow;
	CButtonST	m_mute;
	//CTransButton	m_25;
	CTransButton	m_16;
	CTransButton	m_btn_fullscr;
	CTransButton	m_btn_seq;
	CTransButton    m_btn_add_new;
	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;
	CTransButton	m_btn_min;
	//}}AFX_DATA


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

// Implementation
protected:

    LRESULT Ontalking(WPARAM, LPARAM);
	 
	// Generated message map functions
	//{{AFX_MSG(CToolbarBottom)
	afx_msg void OnMin();
	//##ModelId=3F90BAA9028A
	afx_msg void OnExit();
	//##ModelId=3F90BAA90294
	afx_msg void OnSwitch();
	//##ModelId=3F90BAA9029E
	virtual BOOL OnInitDialog();
	//##ModelId=3F90BAA902A8
	afx_msg void OnLogin();
	//##ModelId=3F90BAA902B2
	afx_msg void OnSystem();
	//##ModelId=3F90BAA902BC
	afx_msg void OnMd();
	//##ModelId=3F90BAA902C6
	afx_msg void OnAlarm();
	//##ModelId=3F90BAA902C8
	afx_msg void OnBackup();
	//##ModelId=3F90BAA902D1
	afx_msg void OnCamera();
	//##ModelId=3F90BAA902DB
	afx_msg void OnChannel();
	//##ModelId=3F90BAA902E5
	afx_msg void OnRecord();
	//##ModelId=3F90BAA902EF
	afx_msg void OnSched();
	//##ModelId=3F90BAA902F9
	afx_msg void OnVod();
	//##ModelId=3F90BAA90302
	afx_msg void OnLc();
	//##ModelId=3F90BAA9030C
	afx_msg void OnSnap();
	//##ModelId=3F90BAA90316
	afx_msg void OnClientSetup();
	//##ModelId=3F90BAA90321
	afx_msg void OnSeq();
	//##ModelId=3F90BAA9032A
	afx_msg void OnFullscr();
	//##ModelId=3F90BAA90334
	afx_msg void On16();
	//##ModelId=3F90BAA9033E
	//afx_msg void On25();
	//##ModelId=3F90BAA90348
	afx_msg void OnMute();
	//##ModelId=3F90BAA90352
	afx_msg void OnTimer(UINT nIDEvent);
	//##ModelId=3F90BAA90366
	afx_msg void OnDestroy();
	//##ModelId=3F90BAA90370
	afx_msg void OnWarning();

	afx_msg void OnShowNewadd();

	afx_msg void OnShowPlayer();

	afx_msg void OnTalk();
	
	//}}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 + -