Mercurial > vba-clojure
comparison src/win32/Associate.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_ASSOCIATE_H__3326525B_B405_40A7_82C4_B2594669A930__INCLUDED_) | |
2 #define AFX_ASSOCIATE_H__3326525B_B405_40A7_82C4_B2594669A930__INCLUDED_ | |
3 | |
4 #if _MSC_VER > 1000 | |
5 #pragma once | |
6 #endif // _MSC_VER > 1000 | |
7 // Associate.h : header file | |
8 // | |
9 | |
10 ///////////////////////////////////////////////////////////////////////////// | |
11 // Associate dialog | |
12 | |
13 class Associate : public CDialog | |
14 { | |
15 // Construction | |
16 public: | |
17 Associate(CWnd*pParent = NULL); // standard constructor | |
18 | |
19 // Dialog Data | |
20 //{{AFX_DATA(Associate) | |
21 enum { IDD = IDD_ASSOCIATIONS }; | |
22 BOOL m_agb; | |
23 BOOL m_bin; | |
24 BOOL m_cgb; | |
25 BOOL m_gb; | |
26 BOOL m_gba; | |
27 BOOL m_gbc; | |
28 BOOL m_sgb; | |
29 //}}AFX_DATA | |
30 | |
31 // Overrides | |
32 // ClassWizard generated virtual function overrides | |
33 //{{AFX_VIRTUAL(Associate) | |
34 protected: | |
35 virtual void DoDataExchange(CDataExchange*pDX); // DDX/DDV support | |
36 //}}AFX_VIRTUAL | |
37 | |
38 // Implementation | |
39 protected: | |
40 // Generated message map functions | |
41 //{{AFX_MSG(Associate) | |
42 virtual BOOL OnInitDialog(); | |
43 afx_msg void OnCancel(); | |
44 afx_msg void OnOk(); | |
45 //}}AFX_MSG | |
46 DECLARE_MESSAGE_MAP() | |
47 }; | |
48 | |
49 //{{AFX_INSERT_LOCATION}} | |
50 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. | |
51 | |
52 #endif // !defined(AFX_ASSOCIATE_H__3326525B_B405_40A7_82C4_B2594669A930__INCLUDED_) |