beautyqqdlg.h

来自「类似QQ的聊天软件源程序」· C头文件 代码 · 共 72 行

H
72
字号
// BeautyQQDlg.h : header file
//

#if !defined(AFX_BEAUTYQQDLG_H__5A7E5AFA_D62B_4719_A4B9_A41E787137ED__INCLUDED_)
#define AFX_BEAUTYQQDLG_H__5A7E5AFA_D62B_4719_A4B9_A41E787137ED__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "ExtendClass\\BeautyToolBarEx.h"
#include "ExtendClass\\BeautyTabCtrlEx.h"
#include "ExtendClass\\BeautyGroupCtrlEx.h"

#include "TabADlg.h"
#include "TabBDlg.h"
#include "TabCDlg.h"
#include "TabDDlg.h"
#include "UserInfoDlg.h"

/////////////////////////////////////////////////////////////////////////////
// CBeautyQQDlg dialog

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

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

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

protected :
	CTabADlg			m_Tab_A;                //Tab child A
	CTabBDlg			m_Tab_B;                //Tab child B
	CTabCDlg			m_Tab_C;                //Tab child C
	CTabDDlg			m_Tab_D;                //Tab child D

	CUserInfoDlg		m_UserInfo;             //dlg-userInfo

	CImageList			m_imageTool;			//imageList of toolBar
	CBeautyToolBarEx	m_wndTool;				//ToolBar 
	CBeautyTabCtrlEx	 *m_pTab;               //tab Ctrl 

	CRect				m_rtClient;				//client rect
	CRect				m_rtUserInfo;			//userInfo dlg rect
	CRect				m_rtTool;				//toolbar rect
	CRect               m_rtTab;				//tab ctrl rect

	void InitialAllCtrl(void);
	void ResizeAllCtrl(void);

protected:
	// Generated message map functions
	//{{AFX_MSG(CBeautyQQDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSize(UINT nType, int cx, int cy);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#endif // !defined(AFX_BEAUTYQQDLG_H__5A7E5AFA_D62B_4719_A4B9_A41E787137ED__INCLUDED_)

⌨️ 快捷键说明

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