Searched refs:IDC_VRANGE (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/shellext/shellbtrfs/ |
H A D | resource.h | 269 #define IDC_VRANGE 1043 macro
|
H A D | balance.cpp | 437 if (IsDlgButtonChecked(hwndDlg, IDC_VRANGE) == BST_CHECKED) { in SaveBalanceOpts() 678 …CheckDlgButton(hwndDlg, IDC_VRANGE, opts->flags & BTRFS_BALANCE_OPTS_VRANGE ? BST_CHECKED : BST_UN… in BalanceOptsDlgProc() 688 EnableWindow(GetDlgItem(hwndDlg, IDC_VRANGE), balance_started ? false : true); in BalanceOptsDlgProc() 793 case IDC_VRANGE: { in BalanceOptsDlgProc() 794 … bool enabled = IsDlgButtonChecked(hwndDlg, IDC_VRANGE) == BST_CHECKED ? true : false; in BalanceOptsDlgProc()
|
H A D | shellbtrfs.rc | 230 CONTROL "&Virtual range:",IDC_VRANGE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,104,49,59,10
|