OptionDlg.h
上传用户:onward9999
上传日期:2022-06-27
资源大小:989k
文件大小:1k
源码类别:

其他游戏

开发平台:

Visual C++

  1. #if !defined(AFX_OPTIONDLG_H__778CB660_250D_11D4_9933_8EC28E61C20D__INCLUDED_)
  2. #define AFX_OPTIONDLG_H__778CB660_250D_11D4_9933_8EC28E61C20D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // OptionDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // COptionDlg dialog
  10. class COptionDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. COptionDlg(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(COptionDlg)
  17. enum { IDD = IDD_OPTION };
  18. CCoolButton m_btOK;
  19. CCoolButton m_btReset;
  20. CCoolButton m_btCancel;
  21. CSpinButtonCtrl m_spinLevel;
  22. int m_nMode;
  23. int m_CORM0;
  24. int m_CORM1;
  25. int m_nLevel;
  26. //}}AFX_DATA
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(COptionDlg)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. // Generated message map functions
  36. //{{AFX_MSG(COptionDlg)
  37. virtual BOOL OnInitDialog();
  38. afx_msg void OnReset();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_OPTIONDLG_H__778CB660_250D_11D4_9933_8EC28E61C20D__INCLUDED_)