GME  13
ClosureRes.h
Go to the documentation of this file.
00001 #if !defined(AFX_CLOSURERES_H__C9DCEADD_A5A5_451B_9EB2_4BD2B6F6C9C4__INCLUDED_)
00002 #define AFX_CLOSURERES_H__C9DCEADD_A5A5_451B_9EB2_4BD2B6F6C9C4__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // ClosureRes.h : header file
00008 //
00009 
00010 #include "resource.h"
00011 #include <vector>
00012 #include <string>
00014 // ClosureRes dialog
00015 
00016 class CClosureRes : public CDialog
00017 {
00018 // Construction
00019 public:
00020         CClosureRes(CWnd* pParent = NULL);   // standard constructor
00021         std::vector< std::wstring >     m_metaKindsAndFolders;
00022 
00023 // Dialog Data
00024         //{{AFX_DATA(CClosureRes)
00025         enum { IDD = IDD_CLOSURERES };
00026         CListBox        m_ctrlList;
00027         //}}AFX_DATA
00028 
00029 
00030 // Overrides
00031         // ClassWizard generated virtual function overrides
00032         //{{AFX_VIRTUAL(CClosureRes)
00033         protected:
00034         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00035         //}}AFX_VIRTUAL
00036 
00037 // Implementation
00038 protected:
00039 
00040         // Generated message map functions
00041         //{{AFX_MSG(CClosureRes)
00042         virtual BOOL OnInitDialog();
00043         //}}AFX_MSG
00044         DECLARE_MESSAGE_MAP()
00045 };
00046 
00047 //{{AFX_INSERT_LOCATION}}
00048 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00049 
00050 #endif // !defined(AFX_CLOSURERES_H__C9DCEADD_A5A5_451B_9EB2_4BD2B6F6C9C4__INCLUDED_)