a
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
#if !defined(AFX_OPCESPT4PVESDLG_H__2C8AA45A_C773_407C_91B4_A3B2674B4F76__INCLUDED_)
|
||||
#define AFX_OPCESPT4PVESDLG_H__2C8AA45A_C773_407C_91B4_A3B2674B4F76__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// opcespt4pvesdlg.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// COpCESpt4PVESDlg dialog
|
||||
class CFloatEdit;
|
||||
class COpCESpt4PVESDlg : public CDialog
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
COpCESpt4PVESDlg(CWnd* pParent = NULL); // standard constructor
|
||||
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(COpCESpt4PVESDlg)
|
||||
enum { IDD = IDD_OP_CESPT_4PVES };
|
||||
CFloatEdit m_edA;
|
||||
CFloatEdit m_edB;
|
||||
CString m_strStacking;
|
||||
//}}AFX_DATA
|
||||
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(COpCESpt4PVESDlg)
|
||||
public:
|
||||
virtual BOOL PreTranslateMessage(MSG* pMsg);
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
protected:
|
||||
|
||||
// Generated message map functions
|
||||
//{{AFX_MSG(COpCESpt4PVESDlg)
|
||||
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
|
||||
virtual BOOL OnInitDialog();
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
public:
|
||||
int m_unIterNum;
|
||||
};
|
||||
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||
|
||||
#endif // !defined(AFX_OPCESPT4PVESDLG_H__2C8AA45A_C773_407C_91B4_A3B2674B4F76__INCLUDED_)
|
||||
Reference in New Issue
Block a user