📄 recordsettable.h
字号:
// RecordSetTable.h: interface for the CRecordSetTable class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_RECORDSETTABLE_H__A2909785_7F14_41CC_842D_47185AC42BD5__INCLUDED_)
#define AFX_RECORDSETTABLE_H__A2909785_7F14_41CC_842D_47185AC42BD5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CRecordSetTable : public CObject
{
public:
void UpdateLineSet( int iLineID,CString strPhone, int bReEab, int bReMode );
void GetChannelInfoByLineID( CString &strphone,CString &strreEab,CString &strreMode,const int iLineID);
CRecordSetTable();
virtual ~CRecordSetTable();
};
#endif // !defined(AFX_RECORDSETTABLE_H__A2909785_7F14_41CC_842D_47185AC42BD5__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -