This commit is contained in:
parent
1a9ca66995
commit
ebdb695b89
5 changed files with 30 additions and 30 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue