54 lines
1.4 KiB
C++
54 lines
1.4 KiB
C++
#if !defined(AFX_DIALCESPTNEW3PVES_H__B290A732_A3B6_4D0F_93DE_0FBD5D534659__INCLUDED_)
|
|
#define AFX_DIALCESPTNEW3PVES_H__B290A732_A3B6_4D0F_93DE_0FBD5D534659__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// DialCesptNew3PVes.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CDialCesptNew3PVes dialog
|
|
class CFloatEdit;
|
|
class CDialCesptNew3PVes : public CDialog
|
|
{
|
|
// Construction
|
|
public:
|
|
CDialCesptNew3PVes(CWnd* pParent = NULL); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(CDialCesptNew3PVes)
|
|
enum { IDD = IDD_OP_CESPT_NEW_3P_VES };
|
|
CFloatEdit m_edB;
|
|
CFloatEdit m_edA;
|
|
CString m_strStacking;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(CDialCesptNew3PVes)
|
|
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(CDialCesptNew3PVes)
|
|
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
|
|
//}}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_DIALCESPTNEW3PVES_H__B290A732_A3B6_4D0F_93DE_0FBD5D534659__INCLUDED_)
|