/reactos/dll/shellext/shellbtrfs/ |
H A D | balance.cpp | 130 EnableWindow(GetDlgItem(hwndDlg, IDC_PAUSE_BALANCE), true); in StartBalance() 131 EnableWindow(GetDlgItem(hwndDlg, IDC_CANCEL_BALANCE), true); in StartBalance() 133 EnableWindow(GetDlgItem(hwndDlg, IDC_DATA), false); in StartBalance() 134 EnableWindow(GetDlgItem(hwndDlg, IDC_METADATA), false); in StartBalance() 135 EnableWindow(GetDlgItem(hwndDlg, IDC_SYSTEM), false); in StartBalance() 140 EnableWindow(GetDlgItem(hwndDlg, IDC_START_BALANCE), false); in StartBalance() 241 EnableWindow(GetDlgItem(hwndDlg, IDC_DATA), true); in RefreshBalanceDlg() 243 EnableWindow(GetDlgItem(hwndDlg, IDC_SYSTEM), true); in RefreshBalanceDlg() 299 EnableWindow(GetDlgItem(hwndDlg, IDC_DATA), false); in RefreshBalanceDlg() 300 EnableWindow(GetDlgItem(hwndDlg, IDC_METADATA), false); in RefreshBalanceDlg() [all …]
|
H A D | send.cpp | 194 EnableWindow(GetDlgItem(hwnd, IDOK), true); in Thread() 195 EnableWindow(GetDlgItem(hwnd, IDC_STREAM_DEST), true); in Thread() 196 EnableWindow(GetDlgItem(hwnd, IDC_BROWSE), true); in Thread() 214 EnableWindow(GetDlgItem(hwnd, IDOK), true); in Thread() 215 EnableWindow(GetDlgItem(hwnd, IDC_STREAM_DEST), true); in Thread() 216 EnableWindow(GetDlgItem(hwnd, IDC_BROWSE), true); in Thread() 265 EnableWindow(GetDlgItem(hwnd, IDOK), false); in StartSend() 266 EnableWindow(GetDlgItem(hwnd, IDC_STREAM_DEST), false); in StartSend() 267 EnableWindow(GetDlgItem(hwnd, IDC_BROWSE), false); in StartSend() 418 EnableWindow(GetDlgItem(hwnd, IDC_CLONE_REMOVE), false); in RemoveClone() [all …]
|
/reactos/dll/cpl/input/ |
H A D | key_sequence_dialog.c | 29 EnableWindow(GetDlgItem(hwndDlg, IDC_CTRL_LANG), FALSE); in ChangeKeySeqDialogProc() 30 EnableWindow(GetDlgItem(hwndDlg, IDC_LEFT_ALT_LANG), FALSE); in ChangeKeySeqDialogProc() 49 EnableWindow(GetDlgItem(hwndDlg, IDC_CTRL_LAYOUT), FALSE); in ChangeKeySeqDialogProc() 50 EnableWindow(GetDlgItem(hwndDlg, IDC_LEFT_ALT_LAYOUT), FALSE); in ChangeKeySeqDialogProc() 79 EnableWindow(GetDlgItem(hwndDlg, IDC_CTRL_LANG), TRUE); in ChangeKeySeqDialogProc() 80 EnableWindow(GetDlgItem(hwndDlg, IDC_LEFT_ALT_LANG), TRUE); in ChangeKeySeqDialogProc() 84 EnableWindow(GetDlgItem(hwndDlg, IDC_CTRL_LANG), FALSE); in ChangeKeySeqDialogProc() 85 EnableWindow(GetDlgItem(hwndDlg, IDC_LEFT_ALT_LANG), FALSE); in ChangeKeySeqDialogProc() 97 EnableWindow(GetDlgItem(hwndDlg, IDC_CTRL_LAYOUT), TRUE); in ChangeKeySeqDialogProc() 98 EnableWindow(GetDlgItem(hwndDlg, IDC_LEFT_ALT_LAYOUT), TRUE); in ChangeKeySeqDialogProc() [all …]
|
/reactos/modules/rosapps/lib/vfdlib/ |
H A D | vfdguisave.c | 282 EnableWindow(GetDlgItem(hDlg, IDOK), FALSE); in OnTarget() 325 EnableWindow(GetDlgItem(hDlg, IDOK), FALSE); in OnTarget() 341 EnableWindow(GetDlgItem(hDlg, IDOK), TRUE); in OnTarget() 348 EnableWindow(GetDlgItem(hDlg, IDOK), FALSE); in OnTarget() 365 EnableWindow(GetDlgItem(hDlg, IDOK), FALSE); in OnTarget() 371 EnableWindow(GetDlgItem(hDlg, IDC_OVERWRITE), TRUE); in OnTarget() 376 EnableWindow(GetDlgItem(hDlg, IDC_TRUNCATE), TRUE); in OnTarget() 386 EnableWindow(GetDlgItem(hDlg, IDOK), FALSE); in OnTarget() 389 EnableWindow(GetDlgItem(hDlg, IDOK), TRUE); in OnTarget() 456 EnableWindow(GetDlgItem(hDlg, IDOK), FALSE); in OnOverwrite() [all …]
|
H A D | vfdshprop.cpp | 337 EnableWindow(GetDlgItem(hDlg, IDC_WRITE_PROTECTED), FALSE); in UpdateImageInfo() 338 EnableWindow(GetDlgItem(hDlg, IDC_OPEN), TRUE); in UpdateImageInfo() 339 EnableWindow(GetDlgItem(hDlg, IDC_SAVE), FALSE); in UpdateImageInfo() 340 EnableWindow(GetDlgItem(hDlg, IDC_CLOSE), FALSE); in UpdateImageInfo() 341 EnableWindow(GetDlgItem(hDlg, IDC_FORMAT), FALSE); in UpdateImageInfo() 399 EnableWindow(GetDlgItem(hDlg, IDC_WRITE_PROTECTED), TRUE); in UpdateImageInfo() 400 EnableWindow(GetDlgItem(hDlg, IDC_OPEN), FALSE); in UpdateImageInfo() 401 EnableWindow(GetDlgItem(hDlg, IDC_SAVE), TRUE); in UpdateImageInfo() 402 EnableWindow(GetDlgItem(hDlg, IDC_CLOSE), TRUE); in UpdateImageInfo() 403 EnableWindow(GetDlgItem(hDlg, IDC_FORMAT), TRUE); in UpdateImageInfo()
|
/reactos/dll/cpl/mmsys/ |
H A D | voice.c | 31 EnableWindow(GetDlgItem(hwndDlg, IDC_DEVICE_VOICE_LIST), FALSE); in VoiceDlgProc() 32 EnableWindow(GetDlgItem(hwndDlg, IDC_DEVICE_VOICE_REC_LIST), FALSE); in VoiceDlgProc() 33 EnableWindow(GetDlgItem(hwndDlg, IDC_VOLUME4_BTN), FALSE); in VoiceDlgProc() 34 EnableWindow(GetDlgItem(hwndDlg, IDC_ADV4_BTN), FALSE); in VoiceDlgProc() 35 EnableWindow(GetDlgItem(hwndDlg, IDC_VOLUME5_BTN), FALSE); in VoiceDlgProc() 36 EnableWindow(GetDlgItem(hwndDlg, IDC_ADV5_BTN), FALSE); in VoiceDlgProc() 37 EnableWindow(GetDlgItem(hwndDlg, IDC_TEST_HARDWARE), FALSE); in VoiceDlgProc()
|
H A D | audio.c | 266 EnableWindow(GetDlgItem(hwndDlg, IDC_DEVICE_PLAY_LIST), FALSE); in AudioDlgProc() 267 EnableWindow(GetDlgItem(hwndDlg, IDC_DEVICE_REC_LIST), FALSE); in AudioDlgProc() 268 EnableWindow(GetDlgItem(hwndDlg, IDC_DEVICE_MIDI_LIST), FALSE); in AudioDlgProc() 269 EnableWindow(GetDlgItem(hwndDlg, IDC_DEFAULT_DEV_CHECKBOX), FALSE); in AudioDlgProc() 270 EnableWindow(GetDlgItem(hwndDlg, IDC_VOLUME1_BTN), FALSE); in AudioDlgProc() 271 EnableWindow(GetDlgItem(hwndDlg, IDC_ADV2_BTN), FALSE); in AudioDlgProc() 272 EnableWindow(GetDlgItem(hwndDlg, IDC_VOLUME2_BTN), FALSE); in AudioDlgProc() 273 EnableWindow(GetDlgItem(hwndDlg, IDC_ADV1_BTN), FALSE); in AudioDlgProc() 274 EnableWindow(GetDlgItem(hwndDlg, IDC_VOLUME3_BTN), FALSE); in AudioDlgProc() 275 EnableWindow(GetDlgItem(hwndDlg, IDC_ADV3_BTN), FALSE); in AudioDlgProc() [all …]
|
/reactos/base/applications/msconfig_new/ |
H A D | systempage.cpp | 404 EnableWindow(GetDlgItem(hDlg, IDC_BTN_SYSTEM_UP), TRUE); in Update_Btn_States() 406 EnableWindow(GetDlgItem(hDlg, IDC_BTN_SYSTEM_UP), FALSE); in Update_Btn_States() 409 EnableWindow(GetDlgItem(hDlg, IDC_BTN_SYSTEM_DOWN), TRUE); in Update_Btn_States() 411 EnableWindow(GetDlgItem(hDlg, IDC_BTN_SYSTEM_DOWN), FALSE); in Update_Btn_States() 419 EnableWindow(GetDlgItem(hDlg, IDC_BTN_SYSTEM_ENABLE) , TRUE); in Update_Btn_States() 425 EnableWindow(GetDlgItem(hDlg, IDC_BTN_SYSTEM_DISABLE), TRUE); in Update_Btn_States() 429 EnableWindow(GetDlgItem(hDlg, IDC_BTN_SYSTEM_ENABLE) , TRUE); in Update_Btn_States() 430 EnableWindow(GetDlgItem(hDlg, IDC_BTN_SYSTEM_DISABLE), TRUE); in Update_Btn_States() 468 EnableWindow(GetDlgItem(hDlg, IDC_BTN_SYSTEM_FIND) , TRUE); in Update_Btn_States() 469 EnableWindow(GetDlgItem(hDlg, IDC_BTN_SYSTEM_EDIT) , TRUE); in Update_Btn_States() [all …]
|
H A D | generalpage.c | 27 EnableWindow(GetDlgItem(hGeneralPage, IDC_CBX_LOAD_SYSTEM_SERVICES), bEnable); in EnableSelectiveStartupControls() 28 EnableWindow(GetDlgItem(hGeneralPage, IDC_CBX_LOAD_STARTUP_ITEMS) , bEnable); in EnableSelectiveStartupControls() 30 EnableWindow(GetDlgItem(hGeneralPage, IDC_CBX_USE_ORIGINAL_BOOTCFG), bEnable); in EnableSelectiveStartupControls() 35 EnableWindow(GetDlgItem(hGeneralPage, IDC_CBX_SYSTEM_INI), bEnable); in EnableSelectiveStartupControls() 36 EnableWindow(GetDlgItem(hGeneralPage, IDC_CBX_WIN_INI) , bEnable); in EnableSelectiveStartupControls() 129 …EnableWindow(GetDlgItem(hGeneralPage, IDC_CBX_USE_ORIGINAL_BOOTCFG), !bIsOriginalBootIni /*FALSE*/… in GeneralPageWndProc()
|
/reactos/base/applications/rapps/ |
H A D | settingsdlg.cpp | 119 EnableWindow(GetDlgItem(hDlg, IDC_PROXY_SERVER), TRUE); in InitSettingsControls() 120 EnableWindow(GetDlgItem(hDlg, IDC_NO_PROXY_FOR), TRUE); in InitSettingsControls() 124 EnableWindow(GetDlgItem(hDlg, IDC_PROXY_SERVER), FALSE); in InitSettingsControls() 125 EnableWindow(GetDlgItem(hDlg, IDC_NO_PROXY_FOR), FALSE); in InitSettingsControls() 130 EnableWindow(GetDlgItem(hDlg, IDC_SOURCE_URL), Info->bUseSource); in InitSettingsControls() 183 EnableWindow(GetDlgItem(hDlg, IDC_PROXY_SERVER), FALSE); in SettingsDlgProc() 184 EnableWindow(GetDlgItem(hDlg, IDC_NO_PROXY_FOR), FALSE); in SettingsDlgProc() 189 EnableWindow(GetDlgItem(hDlg, IDC_PROXY_SERVER), FALSE); in SettingsDlgProc() 190 EnableWindow(GetDlgItem(hDlg, IDC_NO_PROXY_FOR), FALSE); in SettingsDlgProc() 195 EnableWindow(GetDlgItem(hDlg, IDC_PROXY_SERVER), TRUE); in SettingsDlgProc() [all …]
|
/reactos/dll/cpl/access/ |
H A D | sound.c | 31 EnableWindow(GetDlgItem(hwndDlg, IDC_SENTRY_BOX), FALSE); in OnInitDialog() 32 EnableWindow(GetDlgItem(hwndDlg, IDC_SENTRY_TEXT), FALSE); in OnInitDialog() 33 EnableWindow(GetDlgItem(hwndDlg, IDC_SENTRY_COMBO), FALSE); in OnInitDialog() 43 EnableWindow(GetDlgItem(hwndDlg, IDC_SENTRY_TEXT), FALSE); in OnInitDialog() 44 EnableWindow(GetDlgItem(hwndDlg, IDC_SENTRY_COMBO), FALSE); in OnInitDialog() 80 …EnableWindow(GetDlgItem(hwndDlg, IDC_SENTRY_TEXT), (pGlobalData->ssSoundSentry.dwFlags & SSF_SOUND… in SoundPageProc() 81 …EnableWindow(GetDlgItem(hwndDlg, IDC_SENTRY_COMBO), (pGlobalData->ssSoundSentry.dwFlags & SSF_SOUN… in SoundPageProc()
|
H A D | keyboard.c | 303 EnableWindow(GetDlgItem(hwndDlg, IDC_REPEAT_DELAY_COMBO), FALSE); in RepeatKeysDlgProc() 304 EnableWindow(GetDlgItem(hwndDlg, IDC_REPEAT_REPEAT_COMBO), FALSE); in RepeatKeysDlgProc() 329 EnableWindow(GetDlgItem(hwndDlg, IDC_REPEAT_DELAY_COMBO), FALSE); in RepeatKeysDlgProc() 330 EnableWindow(GetDlgItem(hwndDlg, IDC_REPEAT_REPEAT_COMBO), FALSE); in RepeatKeysDlgProc() 334 EnableWindow(GetDlgItem(hwndDlg, IDC_REPEAT_DELAY_COMBO), TRUE); in RepeatKeysDlgProc() 335 EnableWindow(GetDlgItem(hwndDlg, IDC_REPEAT_REPEAT_COMBO), TRUE); in RepeatKeysDlgProc() 430 EnableWindow(GetDlgItem(hwndDlg, IDC_FILTER_BOUNCE_BUTTON), TRUE); in FilterKeysDlgProc() 431 EnableWindow(GetDlgItem(hwndDlg, IDC_FILTER_REPEAT_BUTTON), FALSE); in FilterKeysDlgProc() 436 EnableWindow(GetDlgItem(hwndDlg, IDC_FILTER_BOUNCE_BUTTON), FALSE); in FilterKeysDlgProc() 437 EnableWindow(GetDlgItem(hwndDlg, IDC_FILTER_REPEAT_BUTTON), TRUE); in FilterKeysDlgProc() [all …]
|
/reactos/dll/win32/netcfgx/ |
H A D | tcpipconf_notify.c | 240 EnableWindow(GetDlgItem(hwndDlg, AddButton), FALSE); in InitFilterListBox() 241 EnableWindow(GetDlgItem(hwndDlg, DelButton), FALSE); in InitFilterListBox() 691 EnableWindow(GetDlgItem(hwndDlg, IDC_IPADD), FALSE); in InitializeTcpipAdvancedIpDlg() 698 EnableWindow(GetDlgItem(hwndDlg, IDC_IPMOD), FALSE); in InitializeTcpipAdvancedIpDlg() 699 EnableWindow(GetDlgItem(hwndDlg, IDC_IPDEL), FALSE); in InitializeTcpipAdvancedIpDlg() 707 EnableWindow(GetDlgItem(hwndDlg, IDC_GWMOD), FALSE); in InitializeTcpipAdvancedIpDlg() 708 EnableWindow(GetDlgItem(hwndDlg, IDC_GWDEL), FALSE); in InitializeTcpipAdvancedIpDlg() 2181 EnableWindow(GetDlgItem(hwndDlg, IDC_DNS1), TRUE); in InitializeTcpipAltDlgCtrls() 2182 EnableWindow(GetDlgItem(hwndDlg, IDC_DNS2), TRUE); in InitializeTcpipAltDlgCtrls() 2509 EnableWindow(GetDlgItem(hwndDlg, IDC_DNS1), TRUE); in InitializeTcpipBasicDlgCtrls() [all …]
|
/reactos/dll/win32/shell32/dialogs/ |
H A D | drive.cpp | 533 EnableWindow(GetDlgItem(hwndDlg, IDOK), FALSE); in DoFormatDrive() 535 EnableWindow(GetDlgItem(hwndDlg, 28673), FALSE); in DoFormatDrive() 536 EnableWindow(GetDlgItem(hwndDlg, 28677), FALSE); in DoFormatDrive() 537 EnableWindow(GetDlgItem(hwndDlg, 28680), FALSE); in DoFormatDrive() 538 EnableWindow(GetDlgItem(hwndDlg, 28679), FALSE); in DoFormatDrive() 544 EnableWindow(GetDlgItem(hwndDlg, IDOK), TRUE); in DoFormatDrive() 546 EnableWindow(GetDlgItem(hwndDlg, 28673), TRUE); in DoFormatDrive() 547 EnableWindow(GetDlgItem(hwndDlg, 28677), TRUE); in DoFormatDrive() 548 EnableWindow(GetDlgItem(hwndDlg, 28680), TRUE); in DoFormatDrive() 549 EnableWindow(GetDlgItem(hwndDlg, 28679), TRUE); in DoFormatDrive() [all …]
|
H A D | general.cpp | 235 EnableWindow(GetDlgItem(hDlg, IDC_FOLDER_OPTIONS_ULBROWSER), TRUE); in GeneralDlg_UpdateIcons() 236 EnableWindow(GetDlgItem(hDlg, IDC_FOLDER_OPTIONS_ULPOINT), TRUE); in GeneralDlg_UpdateIcons() 242 EnableWindow(GetDlgItem(hDlg, IDC_FOLDER_OPTIONS_ULBROWSER), FALSE); in GeneralDlg_UpdateIcons() 243 EnableWindow(GetDlgItem(hDlg, IDC_FOLDER_OPTIONS_ULPOINT), FALSE); in GeneralDlg_UpdateIcons() 251 …EnableWindow(GetDlgItem(hwndDlg, IDC_FOLDER_OPTIONS_COMMONTASKS), bUseCommonTasks); // FIXME: ROS … in GeneralDlg_StoreToUI() 270 EnableWindow(GetDlgItem(hwndDlg, IDC_FOLDER_OPTIONS_ULBROWSER), TRUE); in GeneralDlg_StoreToUI() 271 EnableWindow(GetDlgItem(hwndDlg, IDC_FOLDER_OPTIONS_ULPOINT), TRUE); in GeneralDlg_StoreToUI() 279 EnableWindow(GetDlgItem(hwndDlg, IDC_FOLDER_OPTIONS_ULBROWSER), FALSE); in GeneralDlg_StoreToUI() 280 EnableWindow(GetDlgItem(hwndDlg, IDC_FOLDER_OPTIONS_ULPOINT), FALSE); in GeneralDlg_StoreToUI()
|
/reactos/dll/cpl/sysdm/ |
H A D | startrec.c | 39 EnableWindow(GetDlgItem(hwndDlg, IDC_STRRECLISTUPDWN), FALSE); in SetTimeout() 40 EnableWindow(GetDlgItem(hwndDlg, IDC_STRRECLISTEDIT), FALSE); in SetTimeout() 44 EnableWindow(GetDlgItem(hwndDlg, IDC_STRRECLISTUPDWN), TRUE); in SetTimeout() 45 EnableWindow(GetDlgItem(hwndDlg, IDC_STRRECLISTEDIT), TRUE); in SetTimeout() 56 EnableWindow(GetDlgItem(hwndDlg, IDC_STRRECRECUPDWN), FALSE); in SetRecoveryTimeout() 57 EnableWindow(GetDlgItem(hwndDlg, IDC_STRRECRECEDIT), FALSE); in SetRecoveryTimeout() 61 EnableWindow(GetDlgItem(hwndDlg, IDC_STRRECRECUPDWN), TRUE); in SetRecoveryTimeout() 62 EnableWindow(GetDlgItem(hwndDlg, IDC_STRRECRECEDIT), TRUE); in SetRecoveryTimeout() 529 EnableWindow(GetDlgItem(hwnd, IDC_STRRECDUMPFILE), FALSE); in SetCrashDlgItems() 535 EnableWindow(GetDlgItem(hwnd, IDC_STRRECDUMPFILE), TRUE); in SetCrashDlgItems() [all …]
|
/reactos/dll/win32/netid/ |
H A D | netid.c | 245 EnableWindow(GetDlgItem(hDlg, IDOK), FALSE); in DNSSuffixPropDlgProc() 255 EnableWindow(GetDlgItem(hDlg, IDOK), TRUE); in DNSSuffixPropDlgProc() 263 EnableWindow(GetDlgItem(hDlg, IDOK), TRUE); in DNSSuffixPropDlgProc() 306 EnableWindow(GetDlgItem(hDlg, 116), IsDomain); in SetRadioBtnState() 307 EnableWindow(GetDlgItem(hDlg, 1007), !IsDomain); in SetRadioBtnState() 314 EnableWindow(GetDlgItem(hDlg, 1008), FALSE); 315 EnableWindow(GetDlgItem(hDlg, 1004), FALSE); 316 EnableWindow(GetDlgItem(hDlg, 116), FALSE); 317 EnableWindow(GetDlgItem(hDlg, 1007), FALSE); 544 EnableWindow(GetDlgItem(hDlg, IDOK), FALSE); in NetworkPropDlgProc() [all …]
|
/reactos/base/applications/mscutils/servman/ |
H A D | propsheet_logon.c | 37 EnableWindow(GetDlgItem(hwndDlg, IDC_LOGON_INTERACTIVE), bLocalSystem); in SetControlStates() 38 EnableWindow(GetDlgItem(hwndDlg, IDC_LOGON_ACCOUNTNAME), !bLocalSystem); in SetControlStates() 39 EnableWindow(GetDlgItem(hwndDlg, IDC_LOGON_SEARCH), FALSE /*!bLocalSystem*/); in SetControlStates() 40 EnableWindow(GetDlgItem(hwndDlg, IDC_LOGON_PW1TEXT), !bLocalSystem); in SetControlStates() 41 EnableWindow(GetDlgItem(hwndDlg, IDC_LOGON_PASSWORD1), !bLocalSystem); in SetControlStates() 42 EnableWindow(GetDlgItem(hwndDlg, IDC_LOGON_PW2TEXT), !bLocalSystem); in SetControlStates() 43 EnableWindow(GetDlgItem(hwndDlg, IDC_LOGON_PASSWORD2), !bLocalSystem); in SetControlStates() 277 EnableWindow(GetDlgItem(hwndDlg, IDC_LOGON_HWPROFILE), FALSE); in LogonPageProc()
|
H A D | propsheet_recovery.c | 88 EnableWindow(GetDlgItem(hwndDlg, id), FALSE); in InitRecoveryPage() 197 EnableWindow(GetDlgItem(hwndDlg, id), TRUE); in ShowFailureActions() 203 EnableWindow(GetDlgItem(hwndDlg, IDC_RESTART_OPTIONS), TRUE); in ShowFailureActions() 210 EnableWindow(GetDlgItem(hwndDlg, id), TRUE); in ShowFailureActions() 333 EnableWindow(GetDlgItem(hwndDlg, id), bRestartService); in UpdateFailureActions() 336 EnableWindow(GetDlgItem(hwndDlg, id), bRunProgram); in UpdateFailureActions() 338 EnableWindow(GetDlgItem(hwndDlg, IDC_RESTART_OPTIONS), bRebootComputer); in UpdateFailureActions()
|
H A D | propsheet_general.c | 38 EnableWindow (hButton, FALSE); in SetButtonStates() 46 EnableWindow (hButton, TRUE); in SetButtonStates() 51 EnableWindow (hButton, TRUE); in SetButtonStates() 56 EnableWindow (hButton, TRUE); in SetButtonStates() 60 …EnableWindow(hButton, (State == SERVICE_STOPPED && lpServiceConfig && lpServiceConfig->dwStartType… in SetButtonStates() 211 EnableWindow(GetDlgItem(hwndDlg, IDC_EDIT), TRUE); in InitGeneralPage() 408 EnableWindow(GetDlgItem(hwndDlg, IDC_START_PARAM), FALSE); in GeneralPageProc() 466 EnableWindow(GetDlgItem(hwndDlg, IDC_EDIT), FALSE); in GeneralPageProc()
|
/reactos/base/applications/msconfig/ |
H A D | generalpage.c | 18 EnableWindow(GetDlgItem(hDlg, IDC_CBX_SYSTEM_INI), bEnable); in EnableCheckboxControls() 19 EnableWindow(GetDlgItem(hDlg, IDC_CBX_SYSTEM_SERVICE), bEnable); in EnableCheckboxControls() 20 EnableWindow(GetDlgItem(hDlg, IDC_CBX_STARTUP_ITEM), bEnable); in EnableCheckboxControls()
|
/reactos/dll/cpl/desk/ |
H A D | advappdlg.c | 88 EnableWindow(GetDlgItem(hwndDlg, ID), TRUE); in UpdateButtonColor() 93 EnableWindow(GetDlgItem(hwndDlg, ID), FALSE); in UpdateButtonColor() 214 … EnableWindow(GetDlgItem(hwndDlg, IDC_ADVAPPEARANCE_SIZE_E), (g_Assignment[iElement].Size != -1)); in UpdateControls() 215 … EnableWindow(GetDlgItem(hwndDlg, IDC_ADVAPPEARANCE_SIZE_UD), (g_Assignment[iElement].Size != -1)); in UpdateControls() 216 … EnableWindow(GetDlgItem(hwndDlg, IDC_ADVAPPEARANCE_SIZE_T), (g_Assignment[iElement].Size != -1)); in UpdateControls() 217 …EnableWindow(GetDlgItem(hwndDlg, IDC_ADVAPPEARANCE_COLOR1_T), (g_Assignment[iElement].Color1 != -1… in UpdateControls() 218 …EnableWindow(GetDlgItem(hwndDlg, IDC_ADVAPPEARANCE_COLOR2_T), (g_Assignment[iElement].Color2 != -1… in UpdateControls() 219 … EnableWindow(GetDlgItem(hwndDlg, IDC_ADVAPPEARANCE_FONT_T), (g_Assignment[iElement].Font != -1)); in UpdateControls() 220 … EnableWindow(GetDlgItem(hwndDlg, IDC_ADVAPPEARANCE_FONT_C), (g_Assignment[iElement].Font != -1)); in UpdateControls() 221 …EnableWindow(GetDlgItem(hwndDlg, IDC_ADVAPPEARANCE_FONTSIZE_T), (g_Assignment[iElement].Font != -1… in UpdateControls() [all …]
|
/reactos/modules/rosapps/applications/fraginator/ |
H A D | MainDialog.cpp | 184 EnableWindow (GetDlgItem (Dlg, IDC_DRIVES_LIST), FALSE); in SetDisables() 185 EnableWindow (GetDlgItem (Dlg, IDC_METHODS_LIST), FALSE); in SetDisables() 190 EnableWindow (GetDlgItem (Dlg, IDC_STARTSTOP), TRUE); in SetDisables() 191 EnableWindow (GetDlgItem (Dlg, IDC_QUIT), TRUE); in SetDisables() 192 EnableWindow (GetDlgItem (Dlg, IDC_DRIVES_LIST), TRUE); in SetDisables() 193 EnableWindow (GetDlgItem (Dlg, IDC_METHODS_LIST), TRUE); in SetDisables() 520 EnableWindow (GetDlgItem (Dlg, IDC_QUIT), FALSE); in MainDialogProc() 565 EnableWindow (GetDlgItem (Dlg, IDC_STARTSTOP), FALSE); in MainDialogProc() 566 EnableWindow (GetDlgItem (Dlg, IDC_QUIT), FALSE); in MainDialogProc()
|
/reactos/modules/rostests/apitests/user32/ |
H A D | GW_ENABLEDPOPUP.c | 29 EnableWindow(s_hwndChild3, FALSE); in DoTestBody() 33 EnableWindow(s_hwndChild2, FALSE); in DoTestBody() 37 EnableWindow(s_hwndChild2, TRUE); in DoTestBody() 53 EnableWindow(s_hwndChild1, TRUE); in DoTestBody()
|
/reactos/dll/cpl/usrmgr/ |
H A D | userprops.c | 68 EnableWindow(GetDlgItem(hwndDlg, IDC_USER_PROFILE_DRIVE), FALSE); in GetUserProfileData() 69 EnableWindow(GetDlgItem(hwndDlg, IDC_USER_PROFILE_REMOTE_PATH), FALSE); in GetUserProfileData() 181 EnableWindow(GetDlgItem(hwndDlg, IDC_USER_PROFILE_LOCAL_PATH), TRUE); in UserProfilePageProc() 182 EnableWindow(GetDlgItem(hwndDlg, IDC_USER_PROFILE_DRIVE), FALSE); in UserProfilePageProc() 187 EnableWindow(GetDlgItem(hwndDlg, IDC_USER_PROFILE_LOCAL_PATH), FALSE); in UserProfilePageProc() 188 EnableWindow(GetDlgItem(hwndDlg, IDC_USER_PROFILE_DRIVE), TRUE); in UserProfilePageProc() 309 EnableWindow(GetDlgItem(hwndDlg, IDC_USER_MEMBERSHIP_REMOVE), FALSE); in RemoveGroupFromUser() 640 EnableWindow(GetDlgItem(hwndDlg, IDC_USER_GENERAL_CANNOT_CHANGE), in UpdateUserOptions() 642 EnableWindow(GetDlgItem(hwndDlg, IDC_USER_GENERAL_NEVER_EXPIRES), in UpdateUserOptions() 644 EnableWindow(GetDlgItem(hwndDlg, IDC_USER_GENERAL_FORCE_CHANGE), in UpdateUserOptions() [all …]
|