#if !defined(AFX_INFERENCEDLG_H__F3326073_CEEF_11D3_9139_0040C7772D6B__INCLUDED_) #define AFX_INFERENCEDLG_H__F3326073_CEEF_11D3_9139_0040C7772D6B__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // InferenceDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CInferenceDlg dialog class CInferenceDlg : public CDialog { // Construction public: CInferenceDlg(CWnd* pParent = NULL); // standard constructor CKBEditorsDoc*m_Doc; void SeeDoc(CKBEditorsDoc*Doc); void FillClusterList() ; void FillTableList() ; void FillFunctionList(); // Dialog Data //{{AFX_DATA(CInferenceDlg) enum { IDD = IDD_INFERENCE }; CListBox m_FunctionListBox; CListBox m_TableListBox; CListBox m_StaticRoleListBox; CListBox m_ClusterListBox; CComboBox m_InfCombo; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CInferenceDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CInferenceDlg) virtual BOOL OnInitDialog(); afx_msg void OnAddinference(); afx_msg void OnDelinference(); afx_msg void OnAddRelation(); afx_msg void OnSelchangeInferencelist(); afx_msg void OnDelRelation(); afx_msg void OnSetfocusInferencelist(); afx_msg void OnDblclkClusters(); afx_msg void OnDown(); afx_msg void OnUp(); afx_msg void OnADDTable(); afx_msg void OnDgbtn(); afx_msg void OnAddFunctions(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_INFERENCEDLG_H__F3326073_CEEF_11D3_9139_0040C7772D6B__INCLUDED_)