This commit is contained in:
Daveo 2001-05-01 16:54:13 +00:00
parent 1a9ca66995
commit ebdb695b89
5 changed files with 30 additions and 30 deletions

View file

@ -30,9 +30,9 @@ void CGUIResize::DoDataExchange(CDataExchange* pDX)
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CGUIResize)
DDX_Text(pDX, IDC_MAPSIZE_HEIGHT, m_Height);
DDV_MinMaxUInt(pDX, m_Height, 34, 1024);
DDV_MinMaxUInt(pDX, m_Height, 24, 32000);
DDX_Text(pDX, IDC_MAPSIZE_WIDTH, m_Width);
DDV_MinMaxUInt(pDX, m_Width, 24, 1024);
DDV_MinMaxUInt(pDX, m_Width, 34, 32000);
//}}AFX_DATA_MAP
}