/reactos/drivers/wdm/audio/drivers/CMIDriver/cmicontrol/ |
H A D | main.cpp | 507 ShowWindow(GetDlgItem(hWndChild[0], IDC_BLEFT), SW_HIDE); in updateChannelBoxes() 510 ShowWindow(GetDlgItem(hWndChild[0], IDC_SUB), SW_HIDE); in updateChannelBoxes() 511 ShowWindow(GetDlgItem(hWndChild[0], IDC_CLEFT), SW_HIDE); in updateChannelBoxes() 516 ShowWindow(GetDlgItem(hWndChild[0], IDC_BLEFT), SW_SHOW); in updateChannelBoxes() 519 ShowWindow(GetDlgItem(hWndChild[0], IDC_SUB), SW_HIDE); in updateChannelBoxes() 520 ShowWindow(GetDlgItem(hWndChild[0], IDC_CLEFT), SW_HIDE); in updateChannelBoxes() 528 ShowWindow(GetDlgItem(hWndChild[0], IDC_SUB), SW_SHOW); in updateChannelBoxes() 537 ShowWindow(GetDlgItem(hWndChild[0], IDC_SUB), SW_SHOW); in updateChannelBoxes() 567 hWndItem = GetDlgItem(hWndChild[0], IDCB_CHANNELCONFIG); in setDlgItems() 675 hWndTab = GetDlgItem(hWnd,IDC_TAB); in initDialog() [all …]
|
/reactos/modules/rostests/apitests/user32/ |
H A D | SetFocus.c | 28 ok_int(GetMainThreadFocus() == GetDlgItem(hwnd, IDOK), TRUE); in thread_proc_0() 36 ok_int(GetMainThreadFocus() == GetDlgItem(hwnd, psh1), TRUE); in thread_proc_0() 40 ok_int(GetMainThreadFocus() == GetDlgItem(hwnd, IDOK), TRUE); in thread_proc_0() 44 ok_int(GetMainThreadFocus() == GetDlgItem(hwnd, psh1), TRUE); in thread_proc_0() 49 ok_int(GetMainThreadFocus() == GetDlgItem(hwnd, IDOK), TRUE); in thread_proc_0() 122 SetFocus(GetDlgItem(hwnd, IDOK)); in DialogProc_0() 123 ok_int(GetFocus() == GetDlgItem(hwnd, IDOK), TRUE); in DialogProc_0() 129 ok_int(GetFocus() == GetDlgItem(hwnd, IDOK), TRUE); in DialogProc_0() 139 SetFocus(GetDlgItem(hwnd, IDCANCEL)); in DialogProc_0() 169 SetFocus(GetDlgItem(hwnd, IDCANCEL)); in DialogProc_1() [all …]
|
H A D | NextDlgItem.c | 56 hCtrl = GetDlgItem(hwnd, rad1); in DoTest1() 58 hCtrl = GetDlgItem(hwnd, rad2); in DoTest1() 60 hCtrl = GetDlgItem(hwnd, rad3); in DoTest1() 62 hCtrl = GetDlgItem(hwnd, psh1); in DoTest1() 64 hCtrl = GetDlgItem(hwnd, rad5); in DoTest1() 66 hCtrl = GetDlgItem(hwnd, rad6); in DoTest1() 68 hCtrl = GetDlgItem(hwnd, rad7); in DoTest1() 70 hCtrl = GetDlgItem(hwnd, IDOK); in DoTest1() 76 hRad1 = GetDlgItem(hwnd, rad1); in DoTest1() 77 hRad2 = GetDlgItem(hwnd, rad2); in DoTest1() [all …]
|
/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() 299 EnableWindow(GetDlgItem(hwndDlg, IDC_DATA), false); in RefreshBalanceDlg() 300 EnableWindow(GetDlgItem(hwndDlg, IDC_METADATA), false); in RefreshBalanceDlg() 301 EnableWindow(GetDlgItem(hwndDlg, IDC_SYSTEM), false); in RefreshBalanceDlg() [all …]
|
/reactos/base/applications/msconfig_new/ |
H A D | systempage.cpp | 91 SetFocus(GetDlgItem(hDlg, IDC_TXT_FIND_TEXT)); in FindDialogWndProc() 92 Edit_SetSel(GetDlgItem(hDlg, IDC_TXT_FIND_TEXT), 0, -1); in FindDialogWndProc() 147 SetFocus(GetDlgItem(hDlg, IDC_TXT_FIND_TEXT)); in FindDialogWndProc() 394 HWND hTree = GetDlgItem(hDlg, IDC_SYSTEM_TREE); in Update_Btn_States() 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() 493 HWND hSystemTree = GetDlgItem(hDlg, IDC_SYSTEM_TREE); in CommonWndProc() 517 TreeView_Cleanup(GetDlgItem(hDlg, IDC_SYSTEM_TREE)); in CommonWndProc() 523 HWND hSystemTree = GetDlgItem(hDlg, IDC_SYSTEM_TREE); in CommonWndProc() [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() 45 …Button_SetCheck(GetDlgItem(hGeneralPage, IDC_CBX_LOAD_SYSTEM_SERVICES), (bCheck ? BST_CHECKED : BS… in CheckSelectiveStartupControls() 46 …Button_SetCheck(GetDlgItem(hGeneralPage, IDC_CBX_LOAD_STARTUP_ITEMS) , (bCheck ? BST_CHECKED : BS… in CheckSelectiveStartupControls() 47 …Button_SetCheck(GetDlgItem(hGeneralPage, IDC_CBX_USE_ORIGINAL_BOOTCFG), (bCheck ? BST_CHECKED : BS… in CheckSelectiveStartupControls() 48 …Button_SetCheck(GetDlgItem(hGeneralPage, IDC_CBX_SYSTEM_INI) , (bCheck ? BST_CHECKED : BS… in CheckSelectiveStartupControls() 69 Button_Enable(GetDlgItem(hGeneralPage, IDC_BTN_SYSTEM_RESTORE_START), TRUE); in GeneralPageWndProc() [all …]
|
H A D | fileextractdialog.c | 77 cabPathNum = GetWindowTextLengthW(GetDlgItem(hDlg, IDC_DRP_CAB_FILE)) + 1; in FileExtractDialogWndProc() 81 … fileNameNum = GetWindowTextLengthW(GetDlgItem(hDlg, IDC_TXT_FILE_TO_RESTORE)) + 1; in FileExtractDialogWndProc() 85 destDirNum = GetWindowTextLengthW(GetDlgItem(hDlg, IDC_DRP_DEST_DIR)) + 1; in FileExtractDialogWndProc() 178 … Edit_SetText(GetDlgItem(hDlg, IDC_TXT_FILE_TO_RESTORE), lpszFilePatterns); in FileExtractDialogWndProc() 179 AddStringToComboList(GetDlgItem(hDlg, IDC_DRP_DEST_DIR), szPath); in FileExtractDialogWndProc() 181 SetFocus(GetDlgItem(hDlg, IDC_TXT_FILE_TO_RESTORE)); in FileExtractDialogWndProc() 182 Edit_SetSel(GetDlgItem(hDlg, IDC_TXT_FILE_TO_RESTORE), 0, -1); in FileExtractDialogWndProc() 212 AddStringToComboList(GetDlgItem(hDlg, IDC_DRP_CAB_FILE), szPath); in FileExtractDialogWndProc() 213 SetFocus(GetDlgItem(hDlg, IDC_DRP_CAB_FILE)); in FileExtractDialogWndProc() 236 AddStringToComboList(GetDlgItem(hDlg, IDC_DRP_DEST_DIR), szPath); in FileExtractDialogWndProc() [all …]
|
/reactos/base/applications/rapps/ |
H A D | settingsdlg.cpp | 111 HWND hCtl = GetDlgItem(hDlg, IDC_DOWNLOAD_DIR_EDIT); in InitSettingsControls() 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() 132 SetWindowTextW(GetDlgItem(hDlg, IDC_SOURCE_URL), Info->szSourceURL); in InitSettingsControls() 133 SetWindowTextW(GetDlgItem(hDlg, IDC_PROXY_SERVER), Info->szProxyServer); in InitSettingsControls() 134 SetWindowTextW(GetDlgItem(hDlg, IDC_NO_PROXY_FOR), Info->szNoProxyFor); in InitSettingsControls() 195 EnableWindow(GetDlgItem(hDlg, IDC_PROXY_SERVER), TRUE); in SettingsDlgProc() [all …]
|
/reactos/modules/rosapps/applications/devutils/gdihv/ |
H A D | mainwnd.c | 34 hProcessListctrl = GetDlgItem(hMainWnd, IDC_PROCESSLIST); in MainWindow_OnSize() 35 hHandleListCtrl = GetDlgItem(hMainWnd, IDC_HANDLELIST); in MainWindow_OnSize() 36 hProcessRefresh = GetDlgItem(hMainWnd, IDC_REFRESHPROCESS); in MainWindow_OnSize() 37 hHandleRefresh = GetDlgItem(hMainWnd, IDC_REFRESHHANDLE); in MainWindow_OnSize() 69 (void)ListView_GetItem(GetDlgItem(hWnd, IDC_PROCESSLIST), &item); in MainWnd_OnNotify() 70 HandleList_Update(GetDlgItem(hWnd, IDC_HANDLELIST), (HANDLE)item.lParam); in MainWnd_OnNotify() 94 HandleList_Create(GetDlgItem(hMainWnd, IDC_HANDLELIST)); in MainWindow_WndProc() 95 ProcessList_Create(GetDlgItem(hMainWnd, IDC_PROCESSLIST)); in MainWindow_WndProc() 116 HWND hProcessListCtrl = GetDlgItem(hMainWnd, IDC_PROCESSLIST); in MainWindow_WndProc() 121 HandleList_Update(GetDlgItem(hMainWnd, IDC_HANDLELIST), (HANDLE)item.lParam); in MainWindow_WndProc() [all …]
|
/reactos/dll/cpl/mmsys/ |
H A D | audio.c | 40 hCB = GetDlgItem(hwnd, IDC_DEVICE_PLAY_LIST); in InitAudioDlg() 81 hCB = GetDlgItem(hwnd, IDC_DEVICE_REC_LIST); in InitAudioDlg() 123 hCB = GetDlgItem(hwnd, IDC_DEVICE_MIDI_LIST); in InitAudioDlg() 167 HWND hwndCombo = GetDlgItem(hwnd, ctrl); in UpdateRegistryString() 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() [all …]
|
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 | sounds.c | 405 ComboBox_SetCurSel(GetDlgItem(hwndDlg, IDC_SOUND_SCHEME), lResult); in AddSoundProfile() 476 hwndComboBox = GetDlgItem(hwndDlg, IDC_SOUND_SCHEME); in FindSoundProfile() 509 hwndComboBox = GetDlgItem(hwndDlg, IDC_SOUND_SCHEME); in FreeSoundProfiles() 830 ComboBox_AddString(GetDlgItem(hwndDlg, IDC_SOUND_LIST), szList); in LoadSoundFiles() 885 hwndComboBox = GetDlgItem(hwndDlg, IDC_SOUND_LIST); in FreeSoundFiles() 911 hwndComboBox = GetDlgItem(hwndDlg, IDC_SOUND_LIST); in FindSoundFileInList() 942 hDlgCtrl = GetDlgItem(hwndDlg, IDC_SOUND_SCHEME); in ShowSoundScheme() 943 hList = GetDlgItem(hwndDlg, IDC_SCHEME_LIST); in ShowSoundScheme() 1028 hDlgCtrl = GetDlgItem(hwndDlg, IDC_SOUND_SCHEME); in ApplyChanges() 1293 if (wParam == (WPARAM)GetDlgItem(hwndDlg, IDC_SOUND_SCHEME)) in SoundsDlgProc() [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() 679 GetClientRect(GetDlgItem(hwndDlg, IDC_IPLIST), &rect); in InitializeTcpipAdvancedIpDlg() 698 EnableWindow(GetDlgItem(hwndDlg, IDC_IPMOD), FALSE); in InitializeTcpipAdvancedIpDlg() 699 EnableWindow(GetDlgItem(hwndDlg, IDC_IPDEL), FALSE); in InitializeTcpipAdvancedIpDlg() 702 GetClientRect(GetDlgItem(hwndDlg, IDC_IPLIST), &rect); 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() [all …]
|
/reactos/modules/rosapps/lib/vfdlib/ |
H A D | vfdguisave.c | 247 OnTarget(hDlg, GetDlgItem(hDlg, IDC_TARGETFILE)); in OnInit() 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() 386 EnableWindow(GetDlgItem(hDlg, IDOK), FALSE); in OnTarget() 389 EnableWindow(GetDlgItem(hDlg, IDOK), TRUE); in OnTarget() 441 SetFocus(GetDlgItem(hDlg, IDC_TARGETFILE)); in OnBrowse() 456 EnableWindow(GetDlgItem(hDlg, IDOK), FALSE); in OnOverwrite() [all …]
|
H A D | vfdshprop.cpp | 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() 343 SendMessage(GetDlgItem(hDlg, IDC_OPEN), in UpdateImageInfo() 346 SetFocus(GetDlgItem(hDlg, IDC_OPEN)); 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() 405 SendMessage(GetDlgItem(hDlg, IDC_CLOSE), in UpdateImageInfo() [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/dll/cpl/powercfg/ |
H A D | powershemes.c | 215 ShowWindow(GetDlgItem(hwndDlg, IDC_STANDBY), in Pos_InitData() 217 ShowWindow(GetDlgItem(hwndDlg, IDC_STANDBYACLIST), in Pos_InitData() 223 ShowWindow(GetDlgItem(hwndDlg, IDC_HIBERNATE), in Pos_InitData() 256 EnableWindow(GetDlgItem(hwndDlg, IDC_DELETE_BTN), in LoadConfig() 294 hwndCtrl = GetDlgItem(hwndDlg, IDC_DISKACLIST); in LoadConfig() 440 hwndCtrl = GetDlgItem(hwndDlg, IDC_MONITORACLIST); in Pos_SaveData() 450 hwndCtrl = GetDlgItem(hwndDlg, IDC_MONITORDCLIST); in Pos_SaveData() 460 hwndCtrl = GetDlgItem(hwndDlg, IDC_DISKACLIST); in Pos_SaveData() 470 hwndCtrl = GetDlgItem(hwndDlg, IDC_DISKDCLIST); in Pos_SaveData() 540 hList = GetDlgItem(hwnd, IDC_ENERGYLIST); in DelScheme() [all …]
|
H A D | advanced.c | 231 ShowCurrentPowerActionPolicy(GetDlgItem(hwndDlg, IDC_LIDCLOSE), in ShowCurrentPowerActionPolicies() 238 ShowCurrentPowerActionPolicy(GetDlgItem(hwndDlg, IDC_POWERBUTTON), in ShowCurrentPowerActionPolicies() 245 ShowCurrentPowerActionPolicy(GetDlgItem(hwndDlg, IDC_SLEEPBUTTON), in ShowCurrentPowerActionPolicies() 254 ShowCurrentPowerActionPolicy(GetDlgItem(hwndDlg, IDC_LIDCLOSE), in ShowCurrentPowerActionPolicies() 317 hList1 = GetDlgItem(hwndDlg, IDC_LIDCLOSE); in Adv_InitDialog() 337 ShowWindow(GetDlgItem(hwndDlg, IDC_VIDEODIMDISPLAY), FALSE); in Adv_InitDialog() 338 ShowWindow(GetDlgItem(hwndDlg, IDC_SLIDCLOSE), FALSE); in Adv_InitDialog() 342 hList2 = GetDlgItem(hwndDlg, IDC_POWERBUTTON); in Adv_InitDialog() 368 ShowWindow(GetDlgItem(hwndDlg, IDC_SPOWERBUTTON), FALSE); in Adv_InitDialog() 372 hList3 = GetDlgItem(hwndDlg, IDC_SLEEPBUTTON); in Adv_InitDialog() [all …]
|
/reactos/base/applications/taskmgr/ |
H A D | perfpage.c | 128 hTotalsFrame = GetDlgItem(hDlg, IDC_TOTALS_FRAME); in PerformancePageWndProc() 129 hCommitChargeFrame = GetDlgItem(hDlg, IDC_COMMIT_CHARGE_FRAME); in PerformancePageWndProc() 130 hKernelMemoryFrame = GetDlgItem(hDlg, IDC_KERNEL_MEMORY_FRAME); in PerformancePageWndProc() 131 hPhysicalMemoryFrame = GetDlgItem(hDlg, IDC_PHYSICAL_MEMORY_FRAME); in PerformancePageWndProc() 133 hCpuUsageFrame = GetDlgItem(hDlg, IDC_CPU_USAGE_FRAME); in PerformancePageWndProc() 134 hMemUsageFrame = GetDlgItem(hDlg, IDC_MEM_USAGE_FRAME); in PerformancePageWndProc() 138 hCommitChargeTotalEdit = GetDlgItem(hDlg, IDC_COMMIT_CHARGE_TOTAL); in PerformancePageWndProc() 139 hCommitChargeLimitEdit = GetDlgItem(hDlg, IDC_COMMIT_CHARGE_LIMIT); in PerformancePageWndProc() 140 hCommitChargePeakEdit = GetDlgItem(hDlg, IDC_COMMIT_CHARGE_PEAK); in PerformancePageWndProc() 151 hCpuUsageGraph = GetDlgItem(hDlg, IDC_CPU_USAGE_GRAPH); in PerformancePageWndProc() [all …]
|
/reactos/dll/cpl/timedate/ |
H A D | dateandtime.c | 80 if (DateTime_GetSystemtime(GetDlgItem(hwnd, in SetLocalSystemTime() 83 SendMessageW(GetDlgItem(hwnd, in SetLocalSystemTime() 95 SendMessageW(GetDlgItem(hwnd, in SetLocalSystemTime() 240 FillMonthsComboBox(GetDlgItem(hwndDlg, in AutoUpdateMonthCal() 276 FillMonthsComboBox(GetDlgItem(hwndDlg, in DateTimePageProc() 281 … SendMessageW(GetDlgItem(hwndDlg, IDC_YEAR), UDM_SETPOS, 0, MAKELONG( (short) st.wYear, 0)); in DateTimePageProc() 301 ChangeMonthCalDate(GetDlgItem(hwndDlg, in DateTimePageProc() 312 if ((HWND)lParam == GetDlgItem(hwndDlg, IDC_YEARTEXT)) in DateTimePageProc() 329 … wYear = (SHORT)SendMessageW(GetDlgItem(hwndDlg, IDC_YEAR), UDM_GETPOS, 0, 0); in DateTimePageProc() 332 ChangeMonthCalDate(GetDlgItem(hwndDlg, in DateTimePageProc() [all …]
|
/reactos/modules/rostests/win32/user32/kbdlayout/ |
H A D | kbdlayout.c | 78 SetWindowText(GetDlgItem(hDlg, IDC_ACTIVE), buf2); in UpdateData() 80 hList = GetDlgItem(hDlg, IDC_LIST); in UpdateData() 204 hList = GetDlgItem(hDlg, IDC_LIST); in GetSelectedLayout() 235 SubclassWnd(GetDlgItem(hDlg, IDC_LIST), L"List"); in MainDialogProc() 236 SubclassWnd(GetDlgItem(hDlg, IDC_EDIT1), L"Edit1"); in MainDialogProc() 237 SubclassWnd(GetDlgItem(hDlg, IDC_KLID), L"Klid"); in MainDialogProc() 238 SubclassWnd(GetDlgItem(hDlg, ID_CANCEL), L"CancelB"); in MainDialogProc() 242 SubclassWnd(GetDlgItem(hDlg, IDC_LOAD), L"LoadB"); in MainDialogProc() 248 SetWindowText(GetDlgItem(hDlg, IDC_CURTHREAD), Buf); in MainDialogProc() 250 SetWindowText(GetDlgItem(hDlg, IDC_DELAY), L"0"); in MainDialogProc() [all …]
|
/reactos/dll/win32/shell32/dialogs/ |
H A D | drive.cpp | 172 hDlgCtrl = GetDlgItem(hwndDlg, 28677); in InsertDefaultClusterSizeForFs() 331 hwndFileSystems = GetDlgItem(hwndDlg, 28677); in InitializeFormatDriveDlg() 411 hDlgCtrl = GetDlgItem(hwndDlg, 28677); in FormatDrive() 447 hDlgCtrl = GetDlgItem(hwndDlg, 28680); in FormatDrive() 461 hDlgCtrl = GetDlgItem(hwndDlg, 28680); in FormatDrive() 533 EnableWindow(GetDlgItem(hwndDlg, IDOK), 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() [all …]
|
/reactos/modules/rosapps/applications/fraginator/ |
H A D | MainDialog.cpp | 60 DlgItem = GetDlgItem (Dlg, IDC_DRIVES_LIST); in InitDialog() 68 DlgItem = GetDlgItem (Dlg, IDC_METHODS_LIST); in InitDialog() 75 DlgItem = GetDlgItem (Dlg, IDC_PRIORITY_LIST); in InitDialog() 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() 493 SendMessage (GetDlgItem (Dlg, IDC_QUIT), BM_CLICK, 0, 0); in MainDialogProc() [all …]
|
/reactos/dll/win32/netid/ |
H A D | netid.c | 245 EnableWindow(GetDlgItem(hDlg, IDOK), FALSE); in DNSSuffixPropDlgProc() 271 SetFocus(GetDlgItem(hDlg, 1011)); 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); 422 ShowWindow(GetDlgItem(hwndDlg, IDC_RESTARTICON), nShow); in CheckForChangedNames() 423 ShowWindow(GetDlgItem(hwndDlg, IDC_RESTARTTEXT), nShow); in CheckForChangedNames() [all …]
|
/reactos/dll/cpl/console/ |
H A D | colors.c | 114 InvalidateRect(GetDlgItem(hDlg, IDC_STATIC_COLOR1 + colorIndex), NULL, TRUE); in ColorsProc() 115 InvalidateRect(GetDlgItem(hDlg, IDC_STATIC_SCREEN_COLOR), NULL, TRUE); in ColorsProc() 116 InvalidateRect(GetDlgItem(hDlg, IDC_STATIC_POPUP_COLOR) , NULL, TRUE); in ColorsProc() 168 … InvalidateRect(GetDlgItem(hDlg, IDC_STATIC_COLOR1 + ActiveStaticControl), NULL, TRUE); in ColorsProc() 170 … InvalidateRect(GetDlgItem(hDlg, IDC_STATIC_COLOR1 + ActiveStaticControl), NULL, TRUE); in ColorsProc() 206 … InvalidateRect(GetDlgItem(hDlg, IDC_STATIC_COLOR1 + ActiveStaticControl), NULL, TRUE); in ColorsProc() 209 InvalidateRect(GetDlgItem(hDlg, IDC_STATIC_SCREEN_COLOR), NULL, TRUE); in ColorsProc() 210 InvalidateRect(GetDlgItem(hDlg, IDC_STATIC_POPUP_COLOR) , NULL, TRUE); in ColorsProc() 253 InvalidateRect(GetDlgItem(hDlg, IDC_STATIC_COLOR1 + colorIndex), NULL, TRUE); in ColorsProc() 254 InvalidateRect(GetDlgItem(hDlg, IDC_STATIC_SCREEN_COLOR), NULL, TRUE); in ColorsProc() [all …]
|