// OLEDBDlg.h : header file // //{{AFX_INCLUDES() #include "lead.h" #include "adodc.h" #include "ltodbctl.h" //#include "leaddlg.h" #include "ltodbctl.h" //}}AFX_INCLUDES #if !defined(AFX_OLEDBDLG_H__64D3B816_620A_11D2_BBD3_0020AF26F0CB__INCLUDED_) #define AFX_OLEDBDLG_H__64D3B816_620A_11D2_BBD3_0020AF26F0CB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // COLEDBDlg dialog class COLEDBDlg : public CDialog { // Construction public: COLEDBDlg(CWnd* pParent = NULL); // standard constructor BOOL m_bDataDirty; BOOL m_bValid; BOOL m_bDeleted; BOOL m_bQuit; ILEADRasterDlgKrn_D * m_pRasterKrnDlg; ILEADRasterDlgFile_D * m_pRasterFileDlg; int DisplayLEADError(int nCode); // Dialog Data //{{AFX_DATA(COLEDBDlg) enum { IDD = IDD_OLEDB_DIALOG }; CEdit m_Text1; CEdit m_Text2; CLead m_LEAD1; CAdodc m_ADODC1; BOOL m_bNoDataBase; // CLeadDlg m_LEADDlg1; Cltodbctl m_LEADOLEDB1; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(COLEDBDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(COLEDBDlg) virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnFlip(); afx_msg void OnWillMoveAdodc1(long adReason, long FAR* adStatus, LPDISPATCH pRecordset); afx_msg void OnMoveCompleteAdodc1(long adReason, LPDISPATCH pError, long FAR* adStatus, LPDISPATCH pRecordset); afx_msg void OnAnnLockedLeadctrl1(long hObject); afx_msg void OnAnnUnlockedLeadctrl1(long hObject); afx_msg void OnAnnChangeLeadctrl1(long hObject); afx_msg void OnAnnDestroyLeadctrl1(long hObject); afx_msg void OnAnnCreateLeadctrl1(long hObject); afx_msg void OnEditToolAudio(); afx_msg void OnEditToolButton(); afx_msg void OnEditToolEllipse(); afx_msg void OnEditToolFreehand(); afx_msg void OnEditToolHilite(); afx_msg void OnEditToolHotspot(); afx_msg void OnEditToolLine(); afx_msg void OnEditToolNote(); afx_msg void OnEditToolPointer(); afx_msg void OnEditToolPolygon(); afx_msg void OnEditToolPolyline(); afx_msg void OnEditToolRect(); afx_msg void OnEditToolRedact(); afx_msg void OnEditToolRuler(); afx_msg void OnEditToolSelect(); afx_msg void OnEditToolStamp(); afx_msg void OnEditToolText(); afx_msg void OnEditUsermodeDesign(); afx_msg void OnEditUsermodeNone(); afx_msg void OnEditUsermodeRun(); afx_msg void OnAddrec(); afx_msg void OnDelrec(); afx_msg void OnFindrec(); afx_msg void OnErrorAdodc1(long ErrorNumber, BSTR FAR* Description, long Scode, LPCTSTR Source, LPCTSTR HelpFile, long HelpContext, BOOL FAR* fCancelDisplay); afx_msg void OnClickLeadctrl1(); afx_msg void OnDataLoadedLeadoledbctrl1(short nStatus); afx_msg void OnDataSavedLeadoledbctrl1(short nStatus); afx_msg void OnProgressStatusLeadoledbctrl1(short nPercent); afx_msg void OnDestroy(); DECLARE_EVENTSINK_MAP() //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_OLEDBDLG_H__64D3B816_620A_11D2_BBD3_0020AF26F0CB__INCLUDED_)