brushchildtablefunction.h
来自「用VC加ADO操作ACCESS数据库」· C头文件 代码 · 共 23 行
H
23 行
#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 + =
减小字号Ctrl + -
显示快捷键?