GME
13
|
00001 #if !defined(AFX_CLOSURESMART_H__17980AEC_7C70_49EC_80A0_CF0733E7FF6E__INCLUDED_) 00002 #define AFX_CLOSURESMART_H__17980AEC_7C70_49EC_80A0_CF0733E7FF6E__INCLUDED_ 00003 00004 #if _MSC_VER > 1000 00005 #pragma once 00006 #endif // _MSC_VER > 1000 00007 00008 #include "resource.h" 00009 00010 // ClosureSmart.h : header file 00011 // 00012 00014 // CClosureSmart dialog 00015 00016 class CClosureSmart 00017 : public CDialog 00018 //: public CPropertyPage 00019 { 00020 // Construction 00021 public: 00022 CClosureSmart(CWnd* pParent = NULL); // standard constructor 00023 bool m_disable; 00024 00025 // Dialog Data 00026 //{{AFX_DATA(CClosureSmart) 00027 enum { IDD = IDD_CLOSURESMARTCP }; 00028 BOOL m_bConns; 00029 BOOL m_bRefs; 00030 BOOL m_bSets; 00031 //}}AFX_DATA 00032 00033 00034 // Overrides 00035 // ClassWizard generated virtual function overrides 00036 //{{AFX_VIRTUAL(CClosureSmart) 00037 protected: 00038 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 00039 //}}AFX_VIRTUAL 00040 00041 // Implementation 00042 protected: 00043 00044 // Generated message map functions 00045 //{{AFX_MSG(CClosureSmart) 00046 virtual BOOL OnInitDialog(); 00047 afx_msg void OnInvert(); 00048 //}}AFX_MSG 00049 DECLARE_MESSAGE_MAP() 00050 protected: 00051 CButton m_atomsAndModels; 00052 00053 }; 00054 00055 //{{AFX_INSERT_LOCATION}} 00056 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00057 00058 #endif // !defined(AFX_CLOSURESMART_H__17980AEC_7C70_49EC_80A0_CF0733E7FF6E__INCLUDED_)