mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-25 16:09:33 +02:00

- IDE main menu switched from using bitmap per item to one imagelist git-svn-id: trunk@11045 -
64 lines
1.5 KiB
ObjectPascal
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.
|
|
|