a
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
#if !defined(AFX_OPCESPT3PVESDLG_H__A8C9A88B_8F2F_40CC_B108_D31FD05B6534__INCLUDED_)
|
||||
#define AFX_OPCESPT3PVESDLG_H__A8C9A88B_8F2F_40CC_B108_D31FD05B6534__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// opcespt3pvesdlg.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// COpCESpt3PVESDlg dialog
|
||||
class CFloatEdit;
|
||||
class COpCESpt3PVESDlg : public CDialog
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
COpCESpt3PVESDlg(CWnd* pParent = NULL); // standard constructor
|
||||
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(COpCESpt3PVESDlg)
|
||||
enum { IDD = IDD_OP_CESPT_3PVES };
|
||||
CFloatEdit m_edB;
|
||||
CFloatEdit m_edA;
|
||||
CString m_strStacking;
|
||||
//}}AFX_DATA
|
||||
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(COpCESpt3PVESDlg)
|
||||
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(COpCESpt3PVESDlg)
|
||||
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
|
||||
virtual BOOL OnInitDialog();
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
public:
|
||||
UINT m_unIterNum;
|
||||
};
|
||||
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||
|
||||
#endif // !defined(AFX_OPCESPT3PVESDLG_H__A8C9A88B_8F2F_40CC_B108_D31FD05B6534__INCLUDED_)
|
||||
Reference in New Issue
Block a user