?? dataxs.h
字號:
// DataXS.h: interface for the CDataXS class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DATAXS_H__ACA3A48F_A8F0_4BC7_9B1D_C3F1284A10A6__INCLUDED_)
#define AFX_DATAXS_H__ACA3A48F_A8F0_4BC7_9B1D_C3F1284A10A6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "DataTable.h"
class CDataXS : public CDataTable
{
public:
bool IsNumberField(CString field);
CDataXS(int state);
virtual ~CDataXS();
bool IsCurValueIn(){return true;};
bool DeleteCurValue(){return true;};
bool InsertCurValue(){return true;};
bool UpdateCurValue(){return true;};
int m_iState;
};
#endif // !defined(AFX_DATAXS_H__ACA3A48F_A8F0_4BC7_9B1D_C3F1284A10A6__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -