static void OnAutoZoom(CheckBoxControl &control) { wdf->SetAutoZoom(control.get_checked()); }
static void OnNorthUp(CheckBoxControl &control) { wdf->SetNorthUp(control.get_checked()); }
static void OnUserLevel(CheckBoxControl &control) { Profile::Set(szProfileUserLevel, control.get_checked()); wf->FilterAdvanced(control.get_checked()); }