www.pudn.com > Hough.rar > HoughDlg.h


// HoughDlg.h : header file
//

#if !defined(AFX_HOUGHDLG_H__7084CEE2_ADB6_418D_A5DF_998E8C44499F__INCLUDED_)
#define AFX_HOUGHDLG_H__7084CEE2_ADB6_418D_A5DF_998E8C44499F__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CHoughDlg dialog

class CHoughDlg : public CDialog
{
// Construction
public:
CHoughDlg(CWnd* pParent = NULL); // standard constructor

private:
CString m_FullFilename;

// Dialog Data
//{{AFX_DATA(CHoughDlg)
enum { IDD = IDD_HOUGH_DIALOG };
CStatic m_picSourceImg;
CString m_sCentersCoord;
//}}AFX_DATA

// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CHoughDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL

// Implementation
protected:
HICON m_hIcon;

// Generated message map functions
//{{AFX_MSG(CHoughDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnOpen();
afx_msg void OnConfig();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_HOUGHDLG_H__7084CEE2_ADB6_418D_A5DF_998E8C44499F__INCLUDED_)