lazarus/ideintf/allideintf.pas
paul 48cce57d5d - added interfaces to common IDE imagelists
- IDE main menu switched from using bitmap per item to one imagelist

git-svn-id: trunk@11045 -
2007-05-02 08:55:41 +00:00

64 lines
1.5 KiB
ObjectPascal

{ Copyright (C) 2004
*****************************************************************************
* *
* 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. *
* *
*****************************************************************************
Dummy unit to compile all IDE interface units.
}
unit AllIDEIntf;
{$mode objfpc}{$H+}
interface
uses
ActionsEditor,
BaseIDEIntf,
ComponentEditors,
ComponentReg,
ComponentTreeView,
DBPropEdits,
FieldsEditor,
FormEditingIntf,
FrmSelectProps,
GraphPropEdits,
HelpFPDoc,
IDECommands,
IDEDialogs,
IDEExternToolIntf,
IDEHelpIntf,
IDEImagesIntf,
IDEMsgIntf,
IDETextConverter,
IDEWindowIntf,
ImageListEditor,
LazIDEIntf,
ListViewPropEdit,
MacroIntf,
MaskPropEdit,
MenuIntf,
NewItemIntf,
ObjectInspector,
ObjInspStrConsts,
PackageIntf,
ProjectIntf,
PropEdits,
SrcEditorIntf,
StringsPropEditDlg,
LazStringGridEdit,
TextTools,
TreeViewPropEdit;
implementation
end.