ParameterSettingDlg.h
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:1k
- #if !defined(AFX_PARAMETERSETTINGDLG_H__6DD28982_0B7C_423C_A912_A2D8CB8B592D__INCLUDED_)
- #define AFX_PARAMETERSETTINGDLG_H__6DD28982_0B7C_423C_A912_A2D8CB8B592D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ParameterSettingDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CParameterSettingDlg dialog
- class CCartonRippleView;
- class CParameterSettingDlg : public CDialog
- {
- // Construction
- public:
- CParameterSettingDlg(CWnd* pParent = NULL); // standard constructor
- void Init(CCartonRippleView * view)
- {
- m_pView=view;
- }
- CCartonRippleView * m_pView;
- // Dialog Data
- //{{AFX_DATA(CParameterSettingDlg)
- enum { IDD = IDD_DIALOG2 };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CParameterSettingDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CParameterSettingDlg)
- afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PARAMETERSETTINGDLG_H__6DD28982_0B7C_423C_A912_A2D8CB8B592D__INCLUDED_)