00001 #if !defined(AFX_EVENTSDIAL_H__6AEC715F_5884_4DB8_AB81_DE6C33BF3BF4__INCLUDED_) 00002 #define AFX_EVENTSDIAL_H__6AEC715F_5884_4DB8_AB81_DE6C33BF3BF4__INCLUDED_ 00003 00004 #if _MSC_VER > 1000 00005 #pragma once 00006 #endif // _MSC_VER > 1000 00007 00008 #include <afxcmn.h> 00009 #include "resource.h" 00010 00011 00013 // EventsDial dialog 00014 00015 class EventsDial : public CDialog 00016 { 00017 // Construction 00018 public: 00019 EventsDial(CWnd* pParent = NULL); // standard constructor 00020 00021 // Dialog Data 00022 //{{AFX_DATA(EventsDial) 00023 enum { IDD = IDD_EVENTSDLG }; 00024 BOOL m_chkCreated; 00025 BOOL m_chkDestroyed; 00026 BOOL m_chkAttr; 00027 BOOL m_chkNewchild; 00028 BOOL m_chkRelation; 00029 BOOL m_chkProperties; 00030 BOOL m_chkSubtinst; 00031 BOOL m_chkParent; 00032 BOOL m_chkLostchild; 00033 BOOL m_chkReferenced; 00034 BOOL m_chkConnected; 00035 BOOL m_chkIncludeInSet; 00036 BOOL m_chkDisconnect; 00037 BOOL m_chkUnrefer; 00038 BOOL m_chkExcludeFromSet; 00039 BOOL m_chkCloseModel; 00040 //}}AFX_DATA 00041 00042 00043 // Overrides 00044 // ClassWizard generated virtual function overrides 00045 //{{AFX_VIRTUAL(EventsDial) 00046 protected: 00047 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 00048 //}}AFX_VIRTUAL 00049 00050 // Implementation 00051 protected: 00052 00053 // Generated message map functions 00054 //{{AFX_MSG(EventsDial) 00055 virtual BOOL OnInitDialog(); 00056 virtual void OnOK(); 00057 //}}AFX_MSG 00058 DECLARE_MESSAGE_MAP() 00059 public: 00060 static int m_valCreated; 00061 static int m_valDestroyed; 00062 static int m_valAttr; 00063 static int m_valRegistry; 00064 static int m_valNewchild; 00065 static int m_valRelation; 00066 static int m_valProperties; 00067 static int m_valSubtinst; 00068 static int m_valBase; 00069 static int m_valPosition; 00070 static int m_valParent; 00071 static int m_valLostchild; 00072 static int m_valReferenced; 00073 static int m_valConnected; 00074 static int m_valSetIncluded; 00075 static int m_valRefReleased; 00076 static int m_valDisconnected; 00077 static int m_valSetExcluded; 00078 static int m_valUserBits; 00079 static int m_valCloseModel; 00080 00081 // the sum of all values 00082 int m_sumAll; 00083 00084 }; 00085 00086 //{{AFX_INSERT_LOCATION}} 00087 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00088 00089 #endif // !defined(AFX_EVENTSDIAL_H__6AEC715F_5884_4DB8_AB81_DE6C33BF3BF4__INCLUDED_)