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

📄 dlglimit.h

📁 电力系统无功自动补偿的操作系统程序
💻 H
字号:
#if !defined(AFX_DLGLIMIT_H__1F423442_FA4B_11D3_B475_00C04F0B36A1__INCLUDED_)
#define AFX_DLGLIMIT_H__1F423442_FA4B_11D3_B475_00C04F0B36A1__INCLUDED_

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

#include "vqc.h"

// dlglimit.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// dlglimit dialog

class dlglimit : public CDialog
{
public:
	VQCMUXI_DBS	*mxSet;
	char		*dlgName;
	void	InitDataDefineProc();
	void	EndDataDefineProc();
	void	SaveCurrSeasonSet();
// Construction
public:
	dlglimit(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(dlglimit)
	enum { IDD = IDD_LIMITDEF };
	CListBox	m_UTimeSect;
	CListBox	m_QTimeSect;
	float	m_QfValue1;
	float	m_QfValue2;
	float	m_QLockDownLimit;
	float	m_QLockUpLimit;
	float	m_QOweValue;
	int		m_QTimeSectNum;
	UINT	m_QWeight1;
	UINT	m_QOweWeight;
	UINT	m_QWeight2;
	float	m_UfValue1;
	float	m_UfValue2;
	float	m_ULockDownLimit;
	float	m_ULockUpLimit;
	float	m_UOweValue;
	UINT	m_UOweWeight;
	UINT	m_UWeight1;
	UINT	m_UWeight2;
	int		m_SeasonNo;
	int		m_UTimeSectNum;
	BYTE	m_QCtrlPercent;
	BYTE	m_UCtrlPercent;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(dlglimit)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(dlglimit)
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	afx_msg void OnSamemx1();
	afx_msg void OnSelchangeQTimeSectNum();
	afx_msg void OnSelchangeUTimeSectNum();
	afx_msg void OnDblclkUTimeSect();
	afx_msg void OnSelchangeSeason();
	afx_msg void OnSameseason1();
	afx_msg void OnDblclkQTimeSect();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DLGLIMIT_H__1F423442_FA4B_11D3_B475_00C04F0B36A1__INCLUDED_)

⌨️ 快捷键说明

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