Searched refs:m_spin_num_screens (Results 1 – 2 of 2) sorted by relevance
184 m_spin_num_screens.SetRange(1, 4); in OnInitDialog()185 m_spin_num_screens.SetBuddy(GetDlgItem(IDC_NUM_DISPLAYS)); in OnInitDialog()234 DDX_Control(pDX, IDC_SPIN_NUM_SCREENS, m_spin_num_screens); in DoDataExchange()1074 m_spin_num_screens.GetRange(lower, upper); in OnDeltaposSpinNumScreens()1516 hdr.hwndFrom = m_spin_num_screens.m_hWnd; in OnTestMessage()1521 NMUpDown.iPos = m_spin_num_screens.GetPos(); in OnTestMessage()1524 m_spin_num_screens.SetPos(lParam); in OnTestMessage()
56 CSpinButtonCtrl m_spin_num_screens; variable