⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 protect.h

📁 变压器监控程序
💻 H
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -