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

📄 a16.h

📁 自定义控件
💻 H
字号:
// A16.h : main header file for the A16 application
//

#if !defined(AFX_A16_H__A4EABEB6_2E8C_11D1_B79F_00805F9ECE10__INCLUDED_)
#define AFX_A16_H__A4EABEB6_2E8C_11D1_B79F_00805F9ECE10__INCLUDED_

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

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"       // main symbols
#include "A16Label.h"

/////////////////////////////////////////////////////////////////////////////
// CA16App:
// See A16.cpp for the implementation of this class
//

class CA16App : public CWinApp
{
public:
	CA16App();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CA16App)
	public:
	virtual BOOL InitInstance();
	//}}AFX_VIRTUAL

// Implementation

	//{{AFX_MSG(CA16App)
		// NOTE - the ClassWizard will add and remove member functions here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


/////////////////////////////////////////////////////////////////////////////
// CAboutDlg dialog used for App About

class CAboutDlg : public CDialog
{
public:
	CAboutDlg();
	UINT m_nAngle;

// Dialog Data
	//{{AFX_DATA(CAboutDlg)
	enum { IDD = IDD_ABOUTBOX };
	CA16Label	m_lblRotate;
	CA16Label	m_tips;
	CA16Label	m_3D;
	CA16Label	m_3D2;
	CA16Label	m_lblTrans;
	CA16Label	m_link;
	CA16Label	m_flash;
	CA16Label	m_monty;
	CA16Label	m_fsize;
	CA16Label	m_sunken;
	CA16Label	m_border;
	CA16Label	m_bold;
	CA16Label	m_uline;
	CA16Label	m_tcolor;
	CA16Label	m_italics;
	CA16Label	m_fname;
	CA16Label	m_bcolor;
	//}}AFX_DATA

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

// Implementation
protected:
	//{{AFX_MSG(CAboutDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnButton1();
	afx_msg void OnTimer(UINT nIDEvent);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_A16_H__A4EABEB6_2E8C_11D1_B79F_00805F9ECE10__INCLUDED_)

⌨️ 快捷键说明

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