Lines Matching refs:mpParent

135     mpParent = pParent;  in IMPLEMENT_DYNAMIC()
524 …rmat has changed. The system color table will be remapped to the nearest match colors.", mpParent); in SaveDisplayConfig()
612 …tput color format has been changed, resetting all the pixelmap formats to the default.", mpParent); in SaveDisplayConfig()
616 …ify("The cpu type has been changed, resetting all the pixelmap formats to the default.", mpParent); in SaveDisplayConfig()
620 …phic accelerator has been disabled, resetting all the pixelmap formats to the default.", mpParent); in SaveDisplayConfig()
946 Notify("Invalid value for Number of Displays. Valid range is from 1 to 4.", mpParent); in OnEnEditNumScreens()
955 …Edit*)GetDlgItem(IDC_SCREEN_NAME), "Name", mpProject->mDisplays[m_current_display].name, mpParent)) in OnEnEditSelectedDisplay()
973 ErrorMsg("Selected display must be between 1 and the total number of displays", mpParent); in OnEnEditSelectedDisplay()
987 ErrorMsg("Invalid major version number. Must be 5 or 6", mpParent); in OnEnEditMajorVersion()
1002 ErrorMsg("Invalid minor version number. Must be a value between 0 and 99", mpParent); in OnEnEditMinorVersion()
1018 ErrorMsg("Invalid service pack number. Must be a value between 0 and 99", mpParent); in OnEnEditServicePack()
1113 …tName((CEdit *)GetDlgItem(IDC_SCREEN_NAME), "Name", mpProject->mDisplays[iVal - 1].name, mpParent)) in OnDeltaposSpinScreenSelect()
1196 synergy_settings_dlg dlg(mpParent, m_current_display); in OnAdvancedSettings()
1198 dlg.SetOwner(mpParent); in OnAdvancedSettings()
1260 Notify("X resolution is out of range, revert to previous value.", mpParent); in OnEditXRes()
1274 Notify("Y resolution is out of range, revert to previous value.", mpParent); in OnEditYRes()
1448 if (TestInputName(edit, "Name", mpProject->mDisplays[display_index].name, mpParent)) in Save()
1492 … ErrorMsg("Unacceptable Character. You can only type a number here.", mpParent); in PreTranslateMessage()