0031622: Samples - update MFC Animation sample with proper frame updates
[occt.git] / samples / mfc / standard / 09_Animation / src / Sensitivity.h
1 #if !defined(AFX_SENSITIVITY_H__F3897393_7D55_11D2_8E5F_0800369C8A03__INCLUDED_)
2 #define AFX_SENSITIVITY_H__F3897393_7D55_11D2_8E5F_0800369C8A03__INCLUDED_
3
4 #if _MSC_VER >= 1000
5 #pragma once
6 #endif // _MSC_VER >= 1000
7 // Sensitivity.h : header file
8 //
9
10 /////////////////////////////////////////////////////////////////////////////
11 // CSensitivity dialog
12
13 class CSensitivity : public CDialog
14 {
15 // Construction
16 public:
17         CSensitivity(CWnd* pParent = NULL);   // standard constructor
18
19 // Dialog Data
20         //{{AFX_DATA(CSensitivity)
21         enum { IDD = IDD_SENS };
22         double  m_SensFly;
23         double  m_SensTurn;
24         //}}AFX_DATA
25
26
27 // Overrides
28         // ClassWizard generated virtual function overrides
29         //{{AFX_VIRTUAL(CSensitivity)
30         protected:
31         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
32         //}}AFX_VIRTUAL
33
34 // Implementation
35 protected:
36
37         // Generated message map functions
38         //{{AFX_MSG(CSensitivity)
39         afx_msg void OnDeltaposSpin1(NMHDR* pNMHDR, LRESULT* pResult);
40         afx_msg void OnDeltaposSpin2(NMHDR* pNMHDR, LRESULT* pResult);
41         //}}AFX_MSG
42         DECLARE_MESSAGE_MAP()
43 };
44
45 //{{AFX_INSERT_LOCATION}}
46 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
47
48 #endif // !defined(AFX_SENSITIVITY_H__F3897393_7D55_11D2_8E5F_0800369C8A03__INCLUDED_)