Home
last modified time | relevance | path

Searched refs:IDC_VRANGE (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/shellext/shellbtrfs/
H A Dresource.h269 #define IDC_VRANGE 1043 macro
H A Dbalance.cpp437 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 Dshellbtrfs.rc230 CONTROL "&Virtual range:",IDC_VRANGE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,104,49,59,10