00001 #if !defined(AFX_MYPERFORMANCEOPTDIALOG_H__8BAB7DFF_E653_449A_BED8_466367B2736B__INCLUDED_)
00002 #define AFX_MYPERFORMANCEOPTDIALOG_H__8BAB7DFF_E653_449A_BED8_466367B2736B__INCLUDED_
00003
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007
00008
00009
00011
00012
00014 class MyPerformanceOptDialog : public CDialog
00015 {
00016
00017 public:
00019 void SetMinDistPerc(float minDistPerc);
00021 float GetMinDistPerc();
00023 void SetUseDisplayLists(bool useDisplayLists);
00025 void SetIsCorrectOrder(bool isCorrectOrder);
00027 bool GetIsCorrectOrder();
00029 bool GetUseDisplayLists();
00031 MyPerformanceOptDialog(CWnd* pParent = NULL);
00032
00033
00034
00035 enum { IDD = IDD_PERFORMANCEOPTDIALOG };
00036 BOOL m_UseDisplayLists;
00037 BOOL m_IsCorrectOrder;
00038 int m_MinDistPerc;
00039
00040
00041
00042
00043
00044
00045 protected:
00046 virtual void DoDataExchange(CDataExchange* pDX);
00047
00048
00049
00050 protected:
00051
00052
00053
00054 virtual BOOL OnInitDialog();
00055
00056 DECLARE_MESSAGE_MAP()
00057 };
00058
00059
00060
00061
00062 #endif // !defined(AFX_MYPERFORMANCEOPTDIALOG_H__8BAB7DFF_E653_449A_BED8_466367B2736B__INCLUDED_)