Update the changelog
[opencv] / apps / HMMDemo / MiscParams.h
1 #if !defined(AFX_MISCPARAMS_H__6D476418_B4C1_499A_BA4F_B49A0938741E__INCLUDED_)
2 #define AFX_MISCPARAMS_H__6D476418_B4C1_499A_BA4F_B49A0938741E__INCLUDED_
3
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // MiscParams.h : header file
8 //
9
10 /////////////////////////////////////////////////////////////////////////////
11 // CMiscParams dialog
12
13 class CMiscParams : public CPropertyPage
14 {
15         DECLARE_DYNCREATE(CMiscParams)
16
17 // Construction
18 public:
19         CMiscParams();
20         ~CMiscParams();
21
22 // Dialog Data
23         //{{AFX_DATA(CMiscParams)
24         enum { IDD = IDD_MISC_PARAM_DLG };
25         int             m_FixedWidth;
26         int             m_FixedHeight;
27         BOOL    m_useHeight;
28         BOOL    m_useWidth;
29         BOOL    m_SuppressIntensity;
30         //}}AFX_DATA
31
32
33 // Overrides
34         // ClassWizard generate virtual function overrides
35         //{{AFX_VIRTUAL(CMiscParams)
36         protected:
37         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
38         //}}AFX_VIRTUAL
39
40 // Implementation
41 protected:
42         // Generated message map functions
43         //{{AFX_MSG(CMiscParams)
44                 // NOTE: the ClassWizard will add member functions here
45         //}}AFX_MSG
46         DECLARE_MESSAGE_MAP()
47
48 };
49
50 //{{AFX_INSERT_LOCATION}}
51 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
52
53 #endif // !defined(AFX_MISCPARAMS_H__6D476418_B4C1_499A_BA4F_B49A0938741E__INCLUDED_)