56 lines
1.4 KiB
C++
56 lines
1.4 KiB
C++
#if !defined(AFX_OPCESPTRECTGLDLG_H__1E184AB2_2EB8_47EF_BF50_53307C00048A__INCLUDED_)
|
|
#define AFX_OPCESPTRECTGLDLG_H__1E184AB2_2EB8_47EF_BF50_53307C00048A__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// opcesptrectgldlg.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// COpCESptRECTGLDlg dialog
|
|
class CFloatEdit;
|
|
class COpCESptRECTGLDlg : public CDialog
|
|
{
|
|
// Construction
|
|
public:
|
|
COpCESptRECTGLDlg(CWnd* pParent = NULL); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(COpCESptRECTGLDlg)
|
|
enum { IDD = IDD_OP_CESPT_RECTGL };
|
|
CEdit m_edRowSpace;
|
|
CEdit m_edColSpace;
|
|
CFloatEdit m_edB;
|
|
CFloatEdit m_edA;
|
|
CString m_strStacking;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(COpCESptRECTGLDlg)
|
|
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(COpCESptRECTGLDlg)
|
|
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_OPCESPTRECTGLDLG_H__1E184AB2_2EB8_47EF_BF50_53307C00048A__INCLUDED_)
|