adosample.h

来自「windows mobile ado simple 开发环境:evc4.0」· C头文件 代码 · 共 56 行

H
56
字号
// AdoSample.h : main header file for the ADOSAMPLE application
//

#if !defined(AFX_ADOSAMPLE_H__73DECBEC_A1F1_44E3_AA2F_4A4AEED048D2__INCLUDED_)
#define AFX_ADOSAMPLE_H__73DECBEC_A1F1_44E3_AA2F_4A4AEED048D2__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 "ado.h"


/////////////////////////////////////////////////////////////////////////////
// CAdoSampleApp:
// See AdoSample.cpp for the implementation of this class
//

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

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

// Implementation

	//{{AFX_MSG(CAdoSampleApp)
	afx_msg void OnAppAbout();
	afx_msg void OnFileNew();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


extern CADODatabase	g_db;	// The global db object


/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_ADOSAMPLE_H__73DECBEC_A1F1_44E3_AA2F_4A4AEED048D2__INCLUDED_)

⌨️ 快捷键说明

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