📄 simplemp3.h
字号:
/*
* Copyright (c) 2002, Bcdliang
* All rights reserved.
*
* 文件名称:SimpleMP3.h
* 摘 要:类CSimpleMP3App的声明
*
* 当前版本:1.01
* 作 者:LIANG Zheng
* 完成日期:2002年8月11日
*/
#if !defined(AFX_SIMPLEMP3_H__A9B927F5_3B3F_4FB2_8B68_88FEA09E60EE__INCLUDED_)
#define AFX_SIMPLEMP3_H__A9B927F5_3B3F_4FB2_8B68_88FEA09E60EE__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 "SimpleMP3Dlg.h"
/////////////////////////////////////////////////////////////////////////////
// CSimpleMP3App:
// See SimpleMP3.cpp for the implementation of this class
//
class CSimpleMP3App : public CWinApp
{
public:
CSimpleMP3App();
// HWND ghDlg; // Handle to main dialog box
// HACCEL ghAccelTable; // Handle to accelerator table
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSimpleMP3App)
public:
virtual BOOL InitInstance();
virtual int ExitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CSimpleMP3App)
// 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()
protected:
CSimpleMP3Dlg * m_pMainDlg;
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -