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

📄 watch.h

📁 数据加密算法
💻 H
字号:
#pragma once

class CDancerDoc ;

// show detail information for single record
class CWatchDialog : public CDialog
{
	DECLARE_MESSAGE_MAP ( )

public :
	// attribute
	CDancerDoc* m_pDancerDoc ;
	CEdit m_xBasicInfo ;
	CButton m_xPause ;
	CTreeCtrl m_xTree ;
	CListBox m_xReg , m_xRegPost ;

	BOOL m_bNotify ;
	int m_nItem ;

public :
	CWatchDialog ( CDancerDoc* pDancerDoc , BOOL bNotify );
	~CWatchDialog ( ) ;

	// operation
	void LocateAt ( int item ) ;

	// override
	virtual BOOL OnInitDialog ( ) ;

protected :
	virtual void DoDataExchange ( CDataExchange* pDX ) ; 

	// msg handler
	afx_msg void OnForwardClick ( ) ;
	afx_msg void OnBackwardClick ( ) ;
} ;

⌨️ 快捷键说明

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