lazarus/designer/objinspstrconsts.pas
2002-11-29 17:51:07 +00:00

36 lines
1.1 KiB
ObjectPascal

{
*****************************************************************************
* *
* See the file COPYING.modifiedLGPL, included in this distribution, *
* for details about the copyright. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* *
*****************************************************************************
}
unit ObjInspStrConsts;
{$mode objfpc}{$H+}
interface
resourcestring
//
oisObjectInspector = 'Object Inspector';
oisItemsSelected = ' items selected';
oiscAdd = '&Add';
oiscDelete = '&Delete';
// component editors commands
oisProperties='Properties';
oisEvents='Events';
implementation
end.