protect.h

来自「变压器监控程序」· C头文件 代码 · 共 34 行

H
34
字号
// Protect.h: interface for the CProtect class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_PROTECT_H__4197CA55_1751_4826_B96E_B620B0EB2599__INCLUDED_)
#define AFX_PROTECT_H__4197CA55_1751_4826_B96E_B620B0EB2599__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CProtect  
{
public:
	CString DiffTime;
	CString FlowLoad;
	CString Gas;
	CString PatrolTime;
	CString ProtectId;
	CString Trem;
	CString ZeroI;
	CString ZeroV;
public:
	void sql_insert();
	void sql_updata(CString cProtectId);
	void sql_delete(CString cProtectId);
	void GetData(CString cProtectId);
	CProtect();
	virtual ~CProtect();

};

#endif // !defined(AFX_PROTECT_H__4197CA55_1751_4826_B96E_B620B0EB2599__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?