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

📄 dlgrateset.h

📁 本程序源码是为日本一家地震监测机构编写的
💻 H
字号:
#if !defined(AFX_DLGRATESET_H__BA8F3EC9_8488_4CDD_ABF9_34F6D4EA8300__INCLUDED_)
#define AFX_DLGRATESET_H__BA8F3EC9_8488_4CDD_ABF9_34F6D4EA8300__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CDlgRateSet dialog

class CDlgRateSet : public CResizableDialog
{
// Construction
public:
	CDlgRateSet(CWnd* pParent = NULL);   // standard constructor
	CControlInterface* m_pInterface;
private:
	void SetRate(UINT uRate);
	UINT ReadRate();
// Dialog Data
	//{{AFX_DATA(CDlgRateSet)
	enum { IDD = IDD_DLG_RATESETTINGS };
	CSliderCtrl	m_Slider4;
	CSliderCtrl	m_Slider2;
	CSliderCtrl	m_Slider1;
	CStatic	m_Static4;
	CStatic	m_Static2;
	CStatic	m_Static1;
	CStatic	m_StaticCur;
	CButton	m_ButtonDef;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDlgRateSet)
	virtual BOOL OnInitDialog();
	afx_msg void OnCustomdrawSliderRate1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnCustomdrawSliderRate2(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnCustomdrawSliderRate4(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnButtonSetdefault();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DLGRATESET_H__BA8F3EC9_8488_4CDD_ABF9_34F6D4EA8300__INCLUDED_)

⌨️ 快捷键说明

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