GME
13
|
00001 #if !defined(AFX_CLOSUREKINDSEL_H__E19FB4C7_A578_4BD4_95D3_D632A022A13E__INCLUDED_) 00002 #define AFX_CLOSUREKINDSEL_H__E19FB4C7_A578_4BD4_95D3_D632A022A13E__INCLUDED_ 00003 00004 #if _MSC_VER > 1000 00005 #pragma once 00006 #endif // _MSC_VER > 1000 00007 // ClosureKindSel.h : header file 00008 // 00009 #include "resource.h" 00010 00012 // CClosureKindSel dialog 00013 00014 class CClosureKindSel : public CDialog 00015 { 00016 // Construction 00017 public: 00018 CClosureKindSel(bool fld, bool mdl, bool atm, bool set, bool ref, CWnd* pParent = NULL); // standard constructor 00019 00020 // Dialog Data 00021 //{{AFX_DATA(CClosureKindSel) 00022 enum { IDD = IDD_CLOSUREKINDSEL }; 00023 BOOL m_folder; 00024 BOOL m_model; 00025 BOOL m_atom; 00026 BOOL m_set; 00027 BOOL m_ref; 00028 //}}AFX_DATA 00029 00030 00031 // Overrides 00032 // ClassWizard generated virtual function overrides 00033 //{{AFX_VIRTUAL(CClosureKindSel) 00034 protected: 00035 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 00036 //}}AFX_VIRTUAL 00037 00038 // Implementation 00039 protected: 00040 /*bool m_fld; 00041 bool m_mdl; 00042 bool m_atm; 00043 bool m_set; 00044 bool m_ref;*/ 00045 // Generated message map functions 00046 //{{AFX_MSG(CClosureKindSel) 00047 virtual BOOL OnInitDialog(); 00048 //}}AFX_MSG 00049 DECLARE_MESSAGE_MAP() 00050 }; 00051 00052 //{{AFX_INSERT_LOCATION}} 00053 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00054 00055 #endif // !defined(AFX_CLOSUREKINDSEL_H__E19FB4C7_A578_4BD4_95D3_D632A022A13E__INCLUDED_)