📄 propertydlg.h
字号:
#if !defined(AFX_PROPERTYDLG_H__A715F908_22C1_486C_AAB0_4CCC821FDD77__INCLUDED_)
#define AFX_PROPERTYDLG_H__A715F908_22C1_486C_AAB0_4CCC821FDD77__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PropertyDlg.h : header file
//
#include "hvdevice.h"
/////////////////////////////////////////////////////////////////////////////
// CPropertyDlg dialog
class CPropertyDlg : public CDialog
{
// Construction
public:
CPropertyDlg(CHVDevice& Device, CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CPropertyDlg)
enum { IDD = IDD_PROPERTIES };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPropertyDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual void OnOK();
BOOL PreTranslateMessage(LPMSG lpMsg);
void UpdateSlider(HWND hwnd);
// Generated message map functions
//{{AFX_MSG(CPropertyDlg)
virtual BOOL OnInitDialog();
afx_msg void OnCustomdrawSlidershutter(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnCustomdrawSlidergain(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnCustomdrawSlideru(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnCustomdrawSliderv(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnSelchangeComboMode();
afx_msg void OnSelchangeComboadclevel();
afx_msg void OnSelchangeComboBayer();
afx_msg void OnSelchangeComboType();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CHVDevice& m_Device;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PROPERTYDLG_H__A715F908_22C1_486C_AAB0_4CCC821FDD77__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -