vchelper.h
来自「cj60lib界面库 ,ado数据库编程 使用方法: 调试代码必须装有cj60l」· C头文件 代码 · 共 69 行
H
69 行
// vchelper.h : main header file for the VCHELPER application
//
#if !defined(AFX_VCHELPER_H__E2800F8C_DB51_425E_923D_B8C5B96C53C6__INCLUDED_)
#define AFX_VCHELPER_H__E2800F8C_DB51_425E_923D_B8C5B96C53C6__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
/////////////////////////////////////////////////////////////////////////////
// CVchelperApp:
// See vchelper.cpp for the implementation of this class
//
typedef struct{
TCHAR FilePath[MAX_PATH]; //数据库文件路径名
} CFG_INFO;
struct INFRCD{
CString strName;
int typeID1;
int typeID2;
};
class CVchelperApp : public CWinApp
{
public:
CVchelperApp();
virtual ~CVchelperApp();
void UpdateCfgInfo();
CString GetCfgFilePath();
BOOL OpenDb();
CString GetDbName();
CString m_Dbname;
CImageList m_imagelist;
CFG_INFO* m_pCfgInfo;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVchelperApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CVchelperApp)
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()
};
extern CVchelperApp theApp;
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_VCHELPER_H__E2800F8C_DB51_425E_923D_B8C5B96C53C6__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?