#if !defined(AFX_ADDDELETEDLG_H__5E8A3DC4_736B_11D4_9D93_00001C3C0073__INCLUDED_) #define AFX_ADDDELETEDLG_H__5E8A3DC4_736B_11D4_9D93_00001C3C0073__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // AddDeleteDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // AddDeleteDlg dialog class AddDeleteDlg : public CDialog { // Construction public: AddDeleteDlg(CWnd* pParent = NULL); // standard constructor CKBEditorsDoc * m_Doc; void SeeDoc(CKBEditorsDoc*Doc,CTable *TObj); CTable *TableObj; // Dialog Data //{{AFX_DATA(AddDeleteDlg) enum { IDD = IDD_ColumnDlg }; CListBox m_ValueLstCtrl; CListBox m_PropertyLstCtrl; CListBox m_ConceptLstCtrl; CString m_Result; BOOL FlxResultChanged ; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(AddDeleteDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation private: protected: // Generated message map functions //{{AFX_MSG(AddDeleteDlg) virtual BOOL OnInitDialog(); afx_msg void OnSelchangeConceptLstCtrl(); afx_msg void OnAddSchema(); afx_msg void OnAddResult(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_ADDDELETEDLG_H__5E8A3DC4_736B_11D4_9D93_00001C3C0073__INCLUDED_)