#if !defined(AFX_VECDLG_H__525A0936_0B09_11D4_812A_00105A07EA1C__INCLUDED_) #define AFX_VECDLG_H__525A0936_0B09_11D4_812A_00105A07EA1C__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // VecDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CVectorDlg dialog class CVectorDlg : public CDialog { // Construction public: CVectorDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CVectorDlg) enum { IDD = IDD_NEW_VECTOR }; CComboBox m_cbEngine; BOOL m_bDoubleBuffer; double m_MaxX; double m_MaxY; double m_MaxZ; double m_MinX; double m_MinY; double m_MinZ; //}}AFX_DATA int m_nEngine; int m_bUseEngine; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CVectorDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CVectorDlg) virtual BOOL OnInitDialog(); virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_VECDLG_H__525A0936_0B09_11D4_812A_00105A07EA1C__INCLUDED_)