www.pudn.com > RMS2000_C.rar > DocSizeDlg.h
#if !defined(AFX_DOCSIZEDLG_H__550F3560_3220_11D5_9EA0_0000E8252515__INCLUDED_)
#define AFX_DOCSIZEDLG_H__550F3560_3220_11D5_9EA0_0000E8252515__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DocSizeDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDocSizeDlg dialog
class CDocSizeDlg : public CDialog
{
// Construction
public:
CDocSizeDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDocSizeDlg)
enum { IDD = IDD_DOC_SIZE };
int m_height;
int m_width;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDocSizeDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDocSizeDlg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DOCSIZEDLG_H__550F3560_3220_11D5_9EA0_0000E8252515__INCLUDED_)