Mercurial > vba-linux
view src/win32/Associate.h @ 8:08a8e09ca414
add files required by automake
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:54:39 -0600 |
parents | f9f4f1b99eed |
children |
line wrap: on
line source
1 #if !defined(AFX_ASSOCIATE_H__3326525B_B405_40A7_82C4_B2594669A930__INCLUDED_)2 #define AFX_ASSOCIATE_H__3326525B_B405_40A7_82C4_B2594669A930__INCLUDED_4 #if _MSC_VER > 10005 #pragma once6 #endif // _MSC_VER > 10007 // Associate.h : header file8 //10 /////////////////////////////////////////////////////////////////////////////11 // Associate dialog13 class Associate : public CDialog14 {15 // Construction16 public:17 Associate(CWnd*pParent = NULL); // standard constructor19 // Dialog Data20 //{{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_DATA31 // Overrides32 // ClassWizard generated virtual function overrides33 //{{AFX_VIRTUAL(Associate)34 protected:35 virtual void DoDataExchange(CDataExchange*pDX); // DDX/DDV support36 //}}AFX_VIRTUAL38 // Implementation39 protected:40 // Generated message map functions41 //{{AFX_MSG(Associate)42 virtual BOOL OnInitDialog();43 afx_msg void OnCancel();44 afx_msg void OnOk();45 //}}AFX_MSG46 DECLARE_MESSAGE_MAP()47 };49 //{{AFX_INSERT_LOCATION}}50 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.52 #endif // !defined(AFX_ASSOCIATE_H__3326525B_B405_40A7_82C4_B2594669A930__INCLUDED_)