GME  13
AggregateOptionsDlg.h
Go to the documentation of this file.
00001 #if !defined(AFX_AGGREGATEOPTIONSDLG_H__DF07E3D2_2E00_4356_81C6_48902597DFDE__INCLUDED_)
00002 #define AFX_AGGREGATEOPTIONSDLG_H__DF07E3D2_2E00_4356_81C6_48902597DFDE__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // AggregateOptionsDlg.h : header file
00008 //
00009 
00011 // CAggregateOptionsDlg dialog
00012 
00013 class CAggregateOptionsDlg : public CDialog
00014 {
00015 // Construction
00016 public:
00017         BOOL m_bIsResortNeeded;
00018         BOOL m_bIsRefreshNeeded;
00019         CAggregateOptionsDlg(CWnd* pParent = NULL);   // standard constructor
00020 
00021 // Dialog Data
00022         //{{AFX_DATA(CAggregateOptionsDlg)
00023         enum { IDD = IDD_OPTIONS_DIALOG };
00024         BOOL    m_bDisplayAtoms;
00025         BOOL    m_bDisplayConnections;
00026         BOOL    m_bDisplayModels;
00027         BOOL    m_bDisplayReferences;
00028         BOOL    m_bDisplaySets;
00029         int             m_SortOptions;
00030         BOOL    m_bStoreTreeInRegistry;
00031         //}}AFX_DATA
00032 
00033 
00034 // Overrides
00035         // ClassWizard generated virtual function overrides
00036         //{{AFX_VIRTUAL(CAggregateOptionsDlg)
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(CAggregateOptionsDlg)
00046         virtual void OnOK();
00047         virtual void OnCancel();
00048         virtual BOOL OnInitDialog();
00049         //}}AFX_MSG
00050         DECLARE_MESSAGE_MAP()
00051 };
00052 
00053 //{{AFX_INSERT_LOCATION}}
00054 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00055 
00056 #endif // !defined(AFX_AGGREGATEOPTIONSDLG_H__DF07E3D2_2E00_4356_81C6_48902597DFDE__INCLUDED_)