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