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

📄 tabadlg.h

📁 类似QQ的聊天软件源程序
💻 H
字号:
#if !defined(AFX_TABADLG_H__39B00874_04F4_4559_923C_36F0B03CCB22__INCLUDED_)
#define AFX_TABADLG_H__39B00874_04F4_4559_923C_36F0B03CCB22__INCLUDED_

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

#include "ExtendClass\\BeautyGroupCtrlEx.h"

/////////////////////////////////////////////////////////////////////////////
// CTabADlg dialog

class CTabADlg : public CDialog
{
// Construction
public:
	CTabADlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CTabADlg)
	enum { IDD = IDD_DIALOG_TAB_A };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CTabADlg)
	afx_msg void OnSize(UINT nType, int cx, int cy);

	afx_msg void OnGroupRDown(WPARAM wParam, LPARAM lParam);
	afx_msg void OnNodeLDBDown(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnNodeLDown(WPARAM wParam, LPARAM lParam);
	afx_msg void OnNodeRDown(WPARAM wParam, LPARAM lParam);

	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

protected:
	void InitialCtrl(void);							// Initial all the Ctrl

private:
	CRect					m_rtClient;				// client rect of the window
	CBeautyGroupCtrlEx		*m_pGroups;				// pointer of the group ctrl 
	CTreeCtrl               m_tree1;				// user list/tree
	CImageList				m_imagelist;			// ImageList attach with the tree-Icon style
	CImageList				m_imagelistBmp;			// ImageList attach with the tree-Bmp style
};

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

#endif // !defined(AFX_TABADLG_H__39B00874_04F4_4559_923C_36F0B03CCB22__INCLUDED_)

⌨️ 快捷键说明

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