view src/win32/Throttle.h @ 1:f9f4f1b99eed

importing src directory
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Mar 2012 10:31:27 -0600
parents
children
line wrap: on
line source
1 #if !defined(AFX_THROTTLE_H__5F03B6E9_0C43_4933_A7BC_1618428C2B7F__INCLUDED_)
2 #define AFX_THROTTLE_H__5F03B6E9_0C43_4933_A7BC_1618428C2B7F__INCLUDED_
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // Throttle.h : header file
8 //
10 /////////////////////////////////////////////////////////////////////////////
11 // Throttle dialog
13 class Throttle : public CDialog
14 {
15 // Construction
16 public:
17 Throttle(CWnd*pParent = NULL); // standard constructor
19 // Dialog Data
20 //{{AFX_DATA(Throttle)
21 enum { IDD = IDD_THROTTLE };
22 int m_throttle;
23 //}}AFX_DATA
25 // Overrides
26 // ClassWizard generated virtual function overrides
27 //{{AFX_VIRTUAL(Throttle)
28 protected:
29 virtual void DoDataExchange(CDataExchange*pDX); // DDX/DDV support
30 //}}AFX_VIRTUAL
32 // Implementation
33 protected:
34 // Generated message map functions
35 //{{AFX_MSG(Throttle)
36 virtual BOOL OnInitDialog();
37 afx_msg void OnCancel();
38 afx_msg void OnOk();
39 //}}AFX_MSG
40 DECLARE_MESSAGE_MAP()
41 };
43 //{{AFX_INSERT_LOCATION}}
44 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
46 #endif // !defined(AFX_THROTTLE_H__5F03B6E9_0C43_4933_A7BC_1618428C2B7F__INCLUDED_)