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

📄 jiliangstatewnd.h

📁 援非洲刚果共和国电力监控系统VC实现二(测量/计量信息汇总刷新显示)
💻 H
字号:
#if !defined(AFX_JILIANGSTATEWND_H__42FF6C5D_6EC8_48A1_A55F_978A2064EA96__INCLUDED_)
#define AFX_JILIANGSTATEWND_H__42FF6C5D_6EC8_48A1_A55F_978A2064EA96__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// JiLiangStateWnd.h : header file
//
#include "Digistatic.h" 
#include "DigiUtil.h"
#include "cdxCDynamicDialog.h" 

#define GetRandom( min, max ) ((rand() % (int)(((max)+1) - (min))) + (min))
/////////////////////////////////////////////////////////////////////////////
// CJiLiangStateWnd window

class CJiLiangStateWnd : public CWnd
{
// Construction
public:
	CJiLiangStateWnd();
	CRect           m_PartEditRect[14][6]; 
	CDigiStatic     m_PartEdit[14][6];
	float			fVal[14][6];

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CJiLiangStateWnd)
	protected:
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	//}}AFX_VIRTUAL

// Implementation
public:
	void ShowDevice(BOOL bShow);
	void RefreshMsg();
	virtual ~CJiLiangStateWnd();

	// Generated message map functions
protected:
	void CreateDevice();
	void InitDeviceRect();
	//{{AFX_MSG(CJiLiangStateWnd)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_JILIANGSTATEWND_H__42FF6C5D_6EC8_48A1_A55F_978A2064EA96__INCLUDED_)

⌨️ 快捷键说明

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