Searched refs:m_spin_current_screen (Results 1 – 2 of 2) sorted by relevance
187 m_spin_current_screen.SetRange(1, mpProject->mHeader.num_displays); in OnInitDialog()188 m_spin_current_screen.SetBuddy(GetDlgItem(IDC_SELECTED_DISPLAY)); in OnInitDialog()189 m_spin_current_screen.SetPos(m_current_display + 1); in OnInitDialog()233 DDX_Control(pDX, IDC_SPIN_SCREEN_SELECT, m_spin_current_screen); in DoDataExchange()940 m_spin_current_screen.SetRange(1, val); in OnEnEditNumScreens()941 m_spin_current_screen.Invalidate(); in OnEnEditNumScreens()1079 m_spin_current_screen.SetRange(1, iVal); in OnDeltaposSpinNumScreens()1081 m_spin_current_screen.Invalidate(); in OnDeltaposSpinNumScreens()1107 m_spin_current_screen.GetRange(lower, upper); in OnDeltaposSpinScreenSelect()1530 hdr.hwndFrom = m_spin_current_screen.m_hWnd; in OnTestMessage()[all …]
55 CSpinButtonCtrl m_spin_current_screen; variable