#if !defined(AFX_DGDLG_H__C3D987B4_6F74_46AA_9326_A8D2AEB98328__INCLUDED_) #define AFX_DGDLG_H__C3D987B4_6F74_46AA_9326_A8D2AEB98328__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DGDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDGDlg dialog class CDGDlg : public CDialog { // Construction public: CDGDlg(CWnd* pParent = NULL); // standard constructor CKBEditorsDoc * m_Doc; void SeeDoc(CKBEditorsDoc*Doc); // Dialog Data //{{AFX_DATA(CDGDlg) enum { IDD = IDD_DGDLG }; CComboBox m_LinkList; CEdit m_ConditionEdit; CComboBox m_SVTypeList; CListBox m_SVList; CListBox m_PropertyLstCtrl; CListBox m_ConceptLstCtrl; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDGDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CDGDlg) virtual BOOL OnInitDialog(); afx_msg void OnSelchangeConceptLstCtrl(); afx_msg void OnSelchangeCombo1(); afx_msg void OnAddlink(); afx_msg void OnSelchangePropertyLstCtrl(); afx_msg void OnSelchangeLinklist(); afx_msg void OnButton1(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DGDLG_H__C3D987B4_6F74_46AA_9326_A8D2AEB98328__INCLUDED_)