ParameterSettingDlg.h
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:1k
源码类别:

游戏

开发平台:

Visual C++

  1. #if !defined(AFX_PARAMETERSETTINGDLG_H__6DD28982_0B7C_423C_A912_A2D8CB8B592D__INCLUDED_)
  2. #define AFX_PARAMETERSETTINGDLG_H__6DD28982_0B7C_423C_A912_A2D8CB8B592D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ParameterSettingDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CParameterSettingDlg dialog
  10. class CCartonRippleView;
  11. class CParameterSettingDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CParameterSettingDlg(CWnd* pParent = NULL);   // standard constructor
  16. void Init(CCartonRippleView * view)
  17. {
  18. m_pView=view;
  19. }
  20. CCartonRippleView * m_pView;
  21. // Dialog Data
  22. //{{AFX_DATA(CParameterSettingDlg)
  23. enum { IDD = IDD_DIALOG2 };
  24. // NOTE: the ClassWizard will add data members here
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CParameterSettingDlg)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CParameterSettingDlg)
  36. afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
  37. virtual BOOL OnInitDialog();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_PARAMETERSETTINGDLG_H__6DD28982_0B7C_423C_A912_A2D8CB8B592D__INCLUDED_)