//{{AFX_INCLUDES() #include "msflexgrid.h" //}}AFX_INCLUDES #if !defined(AFX_KBDBDLG_H__83D707C8_F765_41CA_98C5_FE5E9475FE8A__INCLUDED_) #define AFX_KBDBDLG_H__83D707C8_F765_41CA_98C5_FE5E9475FE8A__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // KBDBDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CKBDBDlg dialog class CConcept; class CKBDBDlg : public CDialog { // Construction public: CKBDBDlg(CWnd* pParent = NULL); // standard constructor CKBEditorsDoc*m_Doc; void SeeDoc(CKBEditorsDoc*Doc); void DrawCptTree(); BOOL CptHasDBProp(CConcept* Cpt); CDBHandle DB; void ClearGrid(); void FillGrid(); CString FilePath; CString FileName; CString strPath; // Dialog Data //{{AFX_DATA(CKBDBDlg) enum { IDD = IDD_DBDialog }; CListBox m_Fields; CListBox m_Tables; CTreeCtrl m_CptTree; CMSFlexGrid m_FlexGrid; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CKBDBDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CKBDBDlg) virtual BOOL OnInitDialog(); afx_msg void OnButton1(); virtual void OnOK(); afx_msg void OnSelchangeList2(); virtual void OnCancel(); afx_msg void OnDelAll(); afx_msg void OnClose(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_KBDBDLG_H__83D707C8_F765_41CA_98C5_FE5E9475FE8A__INCLUDED_)