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

📄 brushchildtablefunction.h

📁 用VC加ADO操作ACCESS数据库
💻 H
字号:
#if !defined(BRUSHCHILDTABLEFUNCTION_DEFINE)
#define BRUSHCHILDTABLEFUNCTION_DEFINE

class BrushChildTableFunction
{
public:
	void BrushStlFrameTable(_RecordsetPtr &pRecordset,CListCtrl &listcontrol);

};

struct BrushChildTableMap{
	LPTSTR  functionname;
	void    (BrushChildTableFunction::*pfn)(_RecordsetPtr &pRecordset,CListCtrl &listcontrol) ;
};

static	struct BrushChildTableMap  _BrushChildTableMapEntries[]=
{
	"钢筋骨架分类" ,	BrushChildTableFunction::BrushStlFrameTable,

};

#endif // !defined(BRUSHCHILDTABLEFUNCTION_DEFINE)

⌨️ 快捷键说明

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