📄 brushchildtablefunction.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 + -