// VecProp.h : header file // ///////////////////////////////////////////////////////////////////////////// // CVecPropDlg dialog class CVecPropDlg : public CDialog { // Construction public: CVecPropDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CVecPropDlg) enum { IDD = IDD_VECPROP }; int m_iEngine; BOOL m_bDoubleBuffer; double m_dblMaxX; double m_dblMaxY; double m_dblMaxZ; double m_dblMinX; double m_dblMinY; double m_dblMinZ; //}}AFX_DATA BOOL m_bNew; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CVecPropDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CVecPropDlg) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };