DBpParamater.h
资源名称:network.rar [点击查看]
上传用户:zjyq009
上传日期:2022-07-10
资源大小:3154k
文件大小:1k
源码类别:
图形/文字识别
开发平台:
Visual C++
- #if !defined(AFX_DBPPARAMATER_H__19AC59FE_976C_4187_9F25_1C1197E7FA4C__INCLUDED_)
- #define AFX_DBPPARAMATER_H__19AC59FE_976C_4187_9F25_1C1197E7FA4C__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DBpParamater.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CDBpParamater dialog
- class CDBpParamater : public CDialog
- {
- // Construction
- public:
- CDBpParamater(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDBpParamater)
- enum { IDD = IDD_DIALOG2 };
- double m_a;
- double m_eta;
- int m_hn;
- double m_ex;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDBpParamater)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDBpParamater)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DBPPARAMATER_H__19AC59FE_976C_4187_9F25_1C1197E7FA4C__INCLUDED_)
English
