提交 ceab1183 编写于 作者: qcy摇摇's avatar qcy摇摇

上传新文件

上级 74d9467a
#if !defined(AFX_FREECOPYPOINT_H__10ADC112_36FA_4EE2_AF98_8A17278298B6__INCLUDED_)
#define AFX_FREECOPYPOINT_H__10ADC112_36FA_4EE2_AF98_8A17278298B6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FreeCopyPoint.h : header file
//
#include "define_wm.h"
/////////////////////////////////////////////////////////////////////////////
// CFreeCopyPoint dialog
class CFreeCopyPoint : public CDialog
{
// Construction
public:
long m_PointNum;
CFreeCopyPoint(CWnd* pParent = NULL); // standard constructor
CString m_info;
// Dialog Data
//{{AFX_DATA(CFreeCopyPoint)
enum { IDD = IDD_DIALOG_FREECOPYPOINT };
int m_LineDistance;
int m_LineSum;
int m_PointAngle;
int m_PointDistance;
int m_PointSum;
int m_LineAngle;
BOOL m_CutOutRegPoints;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFreeCopyPoint)
public:
virtual void OnFinalRelease();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CFreeCopyPoint)
afx_msg void OnButtonGetcopypoint();
afx_msg void OnKillfocusEditPointsum();
afx_msg void OnKillfocusEditPointdistance();
afx_msg void OnKillfocusEditLinesum();
afx_msg void OnKillfocusEditLinedistance();
virtual void OnOK();
afx_msg void OnKillfocusEditPointangle();
afx_msg void OnKillfocusEditLineangle();
virtual BOOL OnInitDialog();
afx_msg void OnCheckCutOutregPnt();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
// Generated OLE dispatch map functions
//{{AFX_DISPATCH(CFreeCopyPoint)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_DISPATCH
DECLARE_DISPATCH_MAP()
DECLARE_INTERFACE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FREECOPYPOINT_H__10ADC112_36FA_4EE2_AF98_8A17278298B6__INCLUDED_)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册