📄 quantizationdlg.h
字号:
#if !defined(AFX_QUANTIZATIONDLG_H__AF9B275D_E70B_45C5_8848_7CF854D06B0D__INCLUDED_)
#define AFX_QUANTIZATIONDLG_H__AF9B275D_E70B_45C5_8848_7CF854D06B0D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// QuantizationDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CQuantizationDlg dialog
class CQuantizationDlg : public CDialog
{
// Construction
public:
CQuantizationDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CQuantizationDlg)
enum { IDD = IDD_QUANTIZATIONDLG };
int m_quantization;
CString m_coifmax;
CString m_coifmin;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CQuantizationDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
public:
double *m_level;
double m_levelmax;
double m_graymax,m_graymin;
// Implementation
protected:
CRect m_precthis;
// Generated message map functions
//{{AFX_MSG(CQuantizationDlg)
afx_msg void OnPaint();
virtual BOOL OnInitDialog();
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_QUANTIZATIONDLG_H__AF9B275D_E70B_45C5_8848_7CF854D06B0D__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -