addressgrid.h
来自「Palm_OS的代码」· C头文件 代码 · 共 19 行
H
19 行
// Declaration of Address grid class
#ifndef __AddressGrid_H__
#define __AddressGrid_H__
// Address grid class
class CAddressGrid : public CDBGrid
{
public:
// Returns pointer to item's text or NULL value if no text
virtual const Char* GetItemText(Int16 wAbsoluteRow, Int16 wColumn);
protected:
// Text buffer used for filling grid
CString m_strName;
CString m_strPhone;
};
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?