mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-29 06:22:44 +02:00
15 lines
187 B
ObjectPascal
15 lines
187 B
ObjectPascal
unit DesignerStr;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
interface
|
|
|
|
resourcestring
|
|
|
|
// component editors commands
|
|
liscAdd = '&Add';
|
|
liscDelete = '&Delete';
|
|
|
|
implementation
|
|
|
|
end. |