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

📄 curvecolor.h

📁 VC环境下电力系统故障录波数据管理系统
💻 H
字号:
#if !defined(AFX_CURVECOLOR_H__B67F5A44_69F1_11D2_A9B4_96E6119D7154__INCLUDED_)
#define AFX_CURVECOLOR_H__B67F5A44_69F1_11D2_A9B4_96E6119D7154__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// CurveColor.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CCurveColor dialog

#include "ownlist.h"

class CCurveColor : public CDialog
{

	CWgl_32Doc *pCWgl_32Doc;
// Construction
public:
	CCurveColor(CWgl_32Doc * p,CWnd* pParent = NULL);   // standard constructor

	BOOL bChange;
// Dialog Data
	//{{AFX_DATA(CCurveColor)
	enum { IDD = IDD_SETCOLORDIALOG };
	COwnerDrawListBox	m_ChannelList;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CCurveColor)
	afx_msg void OnApply();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CURVECOLOR_H__B67F5A44_69F1_11D2_A9B4_96E6119D7154__INCLUDED_)

⌨️ 快捷键说明

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