CSEP
buttonRect.OffsetToSelf(Bounds().Width() - CSEP - buttonWidth,
Bounds().Height() - CSEP - BH);
infoRect.right = buttonRect.left - CSEP + 5;
r.Set(CSEP, CSEP, LW, Bounds().Height() - 3 * CSEP - BH);
r.Set(LW + 30, Bounds().top + CSEP,
Bounds().right - CSEP, Bounds().top + CSEP + CSEP);
r.OffsetBySelf(0, CSEP + CSEP);
r.OffsetBySelf(0, CSEP + CSEP);
buttonRect.OffsetBySelf(CSEP, -CSEP);
buttonRect.OffsetBySelf(CSEP + fHaltButton->Frame().Width(), 0);
infoRect.OffsetBySelf(fRebootButton->Frame().Width() + CSEP, 0);