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

📄 ptcpowerdc.h

📁 MDF监控源码2
💻 H
字号:
#pragma once
#include  "adodb.h"
#include "system.h"

//##ModelId=4652869E02AF
class CPtcPowerDC
{
public:
	//##ModelId=4652869E02B0
	CPtcPowerDC(void);
	//##ModelId=4652869E02C0
	~CPtcPowerDC(void);
	//##ModelId=4652869E02C2
	int SetParent(CWnd * m_wnd);
	//##ModelId=4652869E02CE
	int DataAnalyse(CInfoFrame frame);

private:
	// 父窗体对象,送出事件
	//##ModelId=4652869E02D1
	CWnd *m_pWnd;
	// 数据存储对象
	//##ModelId=4652869E02DE
	CAdoDB *m_pAdoDB;

};

⌨️ 快捷键说明

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