57 lines
1.4 KiB
C++
57 lines
1.4 KiB
C++
#if !defined(AFX_OPCESPTCUSTOMDLG_H__674476CC_300A_415E_8A4F_E4DDB0CE962B__INCLUDED_)
|
|
#define AFX_OPCESPTCUSTOMDLG_H__674476CC_300A_415E_8A4F_E4DDB0CE962B__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// opcesptcustomdlg.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// COpCESptCUSTOMDlg dialog
|
|
class CFloatEdit;
|
|
class COpCESptCUSTOMDlg : public CDialog
|
|
{
|
|
// Construction
|
|
public:
|
|
COpCESptCUSTOMDlg(CWnd* pParent = NULL); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(COpCESptCUSTOMDlg)
|
|
enum { IDD = IDD_OP_CESPT_CUSTOM };
|
|
CFloatEdit m_edK;
|
|
CFloatEdit m_edY;
|
|
CFloatEdit m_edX;
|
|
CFloatEdit m_edB;
|
|
CFloatEdit m_edA;
|
|
CString m_strStacking;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(COpCESptCUSTOMDlg)
|
|
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(COpCESptCUSTOMDlg)
|
|
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_OPCESPTCUSTOMDLG_H__674476CC_300A_415E_8A4F_E4DDB0CE962B__INCLUDED_)
|