barfontuser.h

来自「面向软件工程的Visual C++网络程序开发」· C头文件 代码 · 共 67 行

H
67
字号
#if !defined(AFX_BARFONTUSER_H__4BF41F32_5355_468E_B731_399F17DC2492__INCLUDED_)
#define AFX_BARFONTUSER_H__4BF41F32_5355_468E_B731_399F17DC2492__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BarFontUser.h : header file
//
//#include "SkinWin\SkinWin.h"
//#include "SkinWin\SkinButton.h"
/////////////////////////////////////////////////////////////////////////////
// CBarFontUser dialog

class CBarFontUser : public CDialog
{
// Construction
public:
	CBarFontUser(CWnd* pParent = NULL);   // standard constructor
	DECLARE_DYNCREATE(CBarFontUser)
//	BOOL SetSkin(CString file);
//	BOOL SubClassButton( HWND hwnd );

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


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

// Implementation
protected:
/*	CSkinButtonResource		m_btnres;		//skin button resource
	CSkinWin				m_skinWin;		//skin win
	BOOL					m_bFirst;		//first time call
	CObList m_wndList;*/
	// Generated message map functions
	//{{AFX_MSG(CBarFontUser)
	virtual BOOL OnInitDialog();
	afx_msg void Ondinghuo();
	afx_msg void Onsoukuanpinju();
	afx_msg void Onsonghuo();
	afx_msg void Ondiaobodan();
	afx_msg void Onshouquweikuan();
	afx_msg void OnButton9();
	afx_msg void OnButton10();
	afx_msg void OnButton11();
	afx_msg void OnButton12();
	afx_msg void OnGengzhongdan();
	afx_msg void OnXsgzcx();
	afx_msg void OnGengzhongdan2();
	afx_msg void OnXsgzcx2();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_BARFONTUSER_H__4BF41F32_5355_468E_B731_399F17DC2492__INCLUDED_)

⌨️ 快捷键说明

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