00001 #if !defined(AFX_POINTSPROPDIALOG_H__F83DDA1D_53B7_457E_B354_02462E1C8568__INCLUDED_)
00002 #define AFX_POINTSPROPDIALOG_H__F83DDA1D_53B7_457E_B354_02462E1C8568__INCLUDED_
00003
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007
00008
00009
00011
00012
00013 class CPointsPropDialog : public CDialog
00014 {
00015
00016 public:
00017 CPointsPropDialog(CWnd* pParent = NULL);
00018
00019
00020
00021 enum { IDD = IDD_POINTPROP_DLG };
00022 int m_iPointsHeight;
00023 int m_iPointsWidth;
00024 int m_iPointsType;
00025
00026
00027
00028
00029
00030
00031 protected:
00032 virtual void DoDataExchange(CDataExchange* pDX);
00033
00034
00035
00036 protected:
00037
00038
00039
00040 virtual void OnCancel();
00041 virtual void OnOK();
00042 virtual BOOL OnInitDialog();
00043
00044 DECLARE_MESSAGE_MAP()
00045 };
00046
00047
00048
00049
00050 #endif // !defined(AFX_POINTSPROPDIALOG_H__F83DDA1D_53B7_457E_B354_02462E1C8568__INCLUDED_)