home *** CD-ROM | disk | FTP | other *** search
- // dbengsam.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CDBENGSAMP dialog
-
- class CDBENGSAMP : public CDialog
- {
- // Construction
- public:
- CDBENGSAMP(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CDBENGSAMP)
- enum { IDD = IDD_DIALOG1 };
- CVBControl* m_dbengine;
- CString m_id;
- CString m_lastname;
- CString m_firstname;
- CString m_mi;
- //}}AFX_DATA
-
- // Implementation
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- void FillForm();
- void PutForm();
- void DisplayError();
-
- // Generated message map functions
- //{{AFX_MSG(CDBENGSAMP)
- afx_msg void OnCreateTable();
- afx_msg void OnCreateIndex();
- afx_msg void OnOpenTable();
- afx_msg void OnCloseTable();
- afx_msg void OnTop();
- afx_msg void OnBottom();
- afx_msg void OnNext();
- afx_msg void OnPrevious();
- afx_msg void OnInsert();
- afx_msg void OnUpdate();
- afx_msg void OnDelete();
- afx_msg void OnClear();
- afx_msg void OnHide();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-