#if !defined(AFX_DLG_COMPDB_H__6B493B5D_755A_4528_A9EB_D4A61904CD09__INCLUDED_) #define AFX_DLG_COMPDB_H__6B493B5D_755A_4528_A9EB_D4A61904CD09__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DLG_CompDB.h : header file // ///////////////////////////////////////////////////////////////////////////// // DLG_CompDB dialog class DLG_CompDB : public CDialog { // Construction public: DLG_CompDB(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(DLG_CompDB) enum { IDD = IDD_COMPDB }; CEdit m_E_S1; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(DLG_CompDB) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(DLG_CompDB) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DLG_COMPDB_H__6B493B5D_755A_4528_A9EB_D4A61904CD09__INCLUDED_)