unit DesignerStr; {$mode objfpc}{$H+} interface resourcestring // component editors commands liscAdd = '&Add'; liscDelete = '&Delete'; implementation end.