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

📄 duoshi2.h

📁 功能进化对于设计人员来说有着及其重要的作用
💻 H
字号:
// duoshi2.h : main header file for the DUOSHI2 application
//

#if !defined(AFX_DUOSHI2_H__34A613CE_4243_4387_8502_64F227C81778__INCLUDED_)
#define AFX_DUOSHI2_H__34A613CE_4243_4387_8502_64F227C81778__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
#import "C:\program files\common files\system\ado\msado15.dll" \
	no_namespace \
rename ("EOF", "adoEOF")
/////////////////////////////////////////////////////////////////////////////
// CDuoshi2App:
// See duoshi2.cpp for the implementation of this class
//

class CDuoshi2App : public CWinApp
{
public:
	CDuoshi2App();
public:
	//声明一个指向要创建的ADO对象的智能指针
_ConnectionPtr m_pConnection;
BOOL ConnectionDb();
public:

	COLORREF m_clr;
	CString m_strFontName;
	CFont m_font;
	int m_nLineStyle;
	UINT m_nLineWidth;


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDuoshi2App)
	public:
	virtual BOOL InitInstance();
	virtual BOOL InitApplication();
	virtual int ExitInstance();
	//}}AFX_VIRTUAL

// Implementation
	//{{AFX_MSG(CDuoshi2App)
	afx_msg void OnAppAbout();
	afx_msg void OnProductDefine();
	afx_msg void OnFunctionDeployment();
	afx_msg void OnColorSet();
	afx_msg void OnFontSet();
	afx_msg void OnLineSet();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


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

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

#endif // !defined(AFX_DUOSHI2_H__34A613CE_4243_4387_8502_64F227C81778__INCLUDED_)

⌨️ 快捷键说明

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