GME  13
ClosureSimple.h
Go to the documentation of this file.
00001 #pragma once
00002 #include "afxwin.h"
00003 #include "resource.h"
00004 
00005 // CClosureSimple dialog
00006 
00007 class CClosureSimple : public CDialog
00008 {
00009         DECLARE_DYNAMIC(CClosureSimple)
00010 
00011 public:
00012         CClosureSimple(CWnd* pParent = NULL);   // standard constructor
00013         virtual ~CClosureSimple();
00014 
00015 // Dialog Data
00016         enum { IDD = IDD_CLOSURESIMPLECP };
00017         bool m_enableContainChkBox;
00018         bool m_enableFolderChkBox;
00019 
00020 protected:
00021         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00022         virtual BOOL OnInitDialog();
00023         DECLARE_MESSAGE_MAP()
00024 public:
00025         CButton m_cont;
00026         CButton m_foldCont;
00027         BOOL m_bCont;
00028         BOOL m_bFoldCont;
00029         
00030         // exclude connections?
00031         BOOL m_bConn;
00032         // exclude references?
00033         BOOL m_bRef;
00034         // exclude atoms?
00035         BOOL m_bAtom;
00036         // exclude sets?
00037         BOOL m_bSet;
00038 };