knc_mis.h

来自「基于SQLSERVER2000的机械工艺数据库系统」· C头文件 代码 · 共 62 行

H
62
字号
// KNC_MIS.h : main header file for the KNC_MIS application
//

#if !defined(AFX_KNC_MIS_H__80B8DE4D_BF9F_44F5_AA0D_7B5F764BAC88__INCLUDED_)
#define AFX_KNC_MIS_H__80B8DE4D_BF9F_44F5_AA0D_7B5F764BAC88__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 "MainFrm.h"
#include "LOGINDLG.h"
/////////////////////////////////////////////////////////////////////////////
// CKNC_MISApp:
// See KNC_MIS.cpp for the implementation of this class
//

class CKNC_MISApp : public CWinApp
{
public:
	bool ADOExecute(_RecordsetPtr &ADOSet, _variant_t &strSQL);
	int m_iLoginCount;
	CString m_sCurrentUser;
	_RecordsetPtr m_pADOSet;
	CKNC_MISApp();

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

// Implementation
	//{{AFX_MSG(CKNC_MISApp)
	afx_msg void OnAppAbout();
		// 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()
private:
	_ConnectionPtr ADOConn;
};

extern CKNC_MISApp theApp;




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

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

#endif // !defined(AFX_KNC_MIS_H__80B8DE4D_BF9F_44F5_AA0D_7B5F764BAC88__INCLUDED_)

⌨️ 快捷键说明

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