dbexp.h
来自「本人买的<<VC++项目开发实例>>源代码配套光盘.」· C头文件 代码 · 共 68 行
H
68 行
// DBExp.h : main header file for the DBEXP application
//
#if !defined(AFX_DBEXP_H__8C7A9D82_34C5_42DB_B7DA_A0883930B057__INCLUDED_)
#define AFX_DBEXP_H__8C7A9D82_34C5_42DB_B7DA_A0883930B057__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 "DBExp_i.h"
/////////////////////////////////////////////////////////////////////////////
// CVicApp:
// See DBExp.cpp for the implementation of this class
//
//##ModelId=3C37413F01A0
class CVicApp : public CWinApp
{
public:
//##ModelId=3C41296201BD
const char * GetAppPath();
//##ModelId=3C37413F0326
CVicApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVicApp)
public:
//##ModelId=3C37413F0330
virtual BOOL InitInstance();
//##ModelId=3C5350B30207
virtual int ExitInstance();
//}}AFX_VIRTUAL
// Implementation
//##ModelId=3CCC33700186
COleTemplateServer m_server;
// Server object for document creation
//{{AFX_MSG(CVicApp)
afx_msg void OnAppAbout();
afx_msg void OnHowtodo();
afx_msg void OnHelp();
afx_msg void OnHelpUsing();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
//##ModelId=3C5350B40013
BOOL m_bATLInited;
private:
//##ModelId=3C5350B4003B
BOOL InitATL();
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DBEXP_H__8C7A9D82_34C5_42DB_B7DA_A0883930B057__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?