adoview.h
来自「人力资源管理系统」· C头文件 代码 · 共 25 行
H
25 行
// ADOView.h: interface for the CADOView class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ADOVIEW_H__D59A745B_E8E9_400F_983A_B626F6DE2980__INCLUDED_)
#define AFX_ADOVIEW_H__D59A745B_E8E9_400F_983A_B626F6DE2980__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CADOView
{
public:
CADOView();
virtual ~CADOView();
public:
static void ShowItemMenu(BOOL isLanded, int x, int y, CWnd* wnd);
virtual BOOL SetRow(int row, CString *strArray, int count) = 0;
virtual BOOL DeleteAllRows() = 0;
};
#endif // !defined(AFX_ADOVIEW_H__D59A745B_E8E9_400F_983A_B626F6DE2980__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?