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_dmg;
26   BOOL  m_gb;
27   BOOL  m_gba;
28   BOOL  m_gbc;
29   BOOL  m_sgb;
30   //}}AFX_DATA
31 
32 
33   // Overrides
34   // ClassWizard generated virtual function overrides
35   //{{AFX_VIRTUAL(Associate)
36  protected:
37   virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
38   //}}AFX_VIRTUAL
39 
40   // Implementation
41  protected:
42 
43   // Generated message map functions
44   //{{AFX_MSG(Associate)
45   virtual BOOL OnInitDialog();
46   afx_msg void OnCancel();
47   afx_msg void OnOk();
48   //}}AFX_MSG
49   DECLARE_MESSAGE_MAP()
50 };
51 
52     //{{AFX_INSERT_LOCATION}}
53     // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
54 
55 #endif // !defined(AFX_ASSOCIATE_H__3326525B_B405_40A7_82C4_B2594669A930__INCLUDED_)
56