// OLEDragDlg.h : header file // //{{AFX_INCLUDES() #include "leadrasterview.h" //}}AFX_INCLUDES #if !defined(AFX_OLEDRAGDLG_H__FEDFCA34_C2C6_403D_A972_0728E36CD2D3__INCLUDED_) #define AFX_OLEDRAGDLG_H__FEDFCA34_C2C6_403D_A972_0728E36CD2D3__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // COLEDragDlg dialog class COLEDragDlg : public CDialog { // Construction public: COLEDragDlg(CWnd* pParent = NULL); // standard constructor ILEADRasterDlgKrn * m_pRasterDlgKrn; ILEADRasterDlgFile* m_pRasterDlgFile; // Dialog Data //{{AFX_DATA(COLEDragDlg) enum { IDD = IDD_OLEDRAG_DIALOG }; CButton m_ClearHistoryBtn; CButton m_DisableDragBtn; CButton m_EnableDragBtn; CListBox m_HistoryList; CLEADRasterView m_RasterView1; CLEADRasterView m_RasterView2; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(COLEDragDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; int m_nPageNum; void EnableClearHistory(); // Generated message map functions //{{AFX_MSG(COLEDragDlg) virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnFileExit(); afx_msg void OnFileOpen(); afx_msg void OnEnabledrag(); afx_msg void OnDisabledrag(); afx_msg void OnHelpAbout(); afx_msg void OnOLEStartDragLeadrasterview1(short Button, short Shift, long x, long y); afx_msg void OnOLECompleteDragLeadrasterview1(short Button, short Shift, long x, long y); afx_msg void OnOLEGiveFeedbackLeadrasterview1(); afx_msg void OnOLEDragOverLeadrasterview1(short Button, short Shift, long x, long y); afx_msg void OnOLEStartDragLeadrasterview2(short Button, short Shift, long x, long y); afx_msg void OnOLECompleteDragLeadrasterview2(short Button, short Shift, long x, long y); afx_msg void OnOLEDragOverLeadrasterview2(short Button, short Shift, long x, long y); afx_msg void OnOLEGiveFeedbackLeadrasterview2(); afx_msg void OnClearhistory(); 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_OLEDRAGDLG_H__FEDFCA34_C2C6_403D_A972_0728E36CD2D3__INCLUDED_)