mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 02:17:15 +01:00
parent
26fb3f2b19
commit
b5ef5a6a06
@ -2,19 +2,19 @@
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit alllclunits;
|
||||
unit AllLCLUnits;
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
CheckLst, Clipbrd, ColorBox, ComCtrls, Controls, CustomTimer, DBActns,
|
||||
DbCtrls, DBGrids, DefaultTranslator, Dialogs, DynamicArray, DynHashArray,
|
||||
DynQueue, ExtCtrls, ExtDlgs, ExtendedStrings, extgraphics, FileCtrl, Forms,
|
||||
DynQueue, ExtCtrls, ExtDlgs, ExtendedStrings, ExtGraphics, FileCtrl, Forms,
|
||||
Graphics, GraphMath, GraphType, GraphUtil, Grids, HelpIntfs, IcnsTypes,
|
||||
ImageListCache, ImgList, IniPropStorage, InterfaceBase, IntfGraphics,
|
||||
LazHelpHTML, LazHelpIntf, LazLinkedList, LCLClasses, LCLIntf, LCLMemManager,
|
||||
LCLMessageGlue, LCLProc, LCLResCache, LCLStrConsts, LCLType, Menus,
|
||||
LCLUnicodeData, LCLVersion, LMessages, LResources, maps, MaskEdit,
|
||||
LCLUnicodeData, LCLVersion, LMessages, LResources, Maps, MaskEdit,
|
||||
PairSplitter, PopupNotifier, PostScriptCanvas, PostScriptPrinter,
|
||||
postscriptunicode, Printers, PropertyStorage, RubberBand, ShellCtrls, Spin,
|
||||
StdActns, StdCtrls, StringHashList, TextStrings, Themes, TmSchema, Toolwin,
|
||||
@ -23,10 +23,10 @@ uses
|
||||
WSExtDlgs, WSFactory, WSForms, WSGrids, WSImgList, WSLCLClasses, WSMenus,
|
||||
WSPairSplitter, WSProc, WSReferences, WSSpin, WSStdCtrls, WSToolwin,
|
||||
ActnList, AsyncProcess, ButtonPanel, Buttons, Calendar, RegisterLCL,
|
||||
ValEdit, lazcanvas, lazdialogs, lazregions, customdrawn_common,
|
||||
customdrawncontrols, customdrawndrawers, lazdeviceapis, LDockTree,
|
||||
LazFreeTypeIntfDrawer, customdrawn_winxp, customdrawn_android, Arrow,
|
||||
EditBtn, ComboEx, DBExtCtrls, customdrawn_mac, LazarusPackageIntf;
|
||||
ValEdit, LazCanvas, LazDialogs, LazRegions, CustomDrawn_Common,
|
||||
CustomDrawnControls, CustomDrawnDrawers, LazDeviceApis, LDockTree,
|
||||
LazFreeTypeIntfDrawer, CustomDrawn_WinXP, CustomDrawn_Android, Arrow,
|
||||
EditBtn, ComboEx, DBExtCtrls, CustomDrawn_Mac, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
unit customdrawn_android;
|
||||
unit CustomDrawn_Android;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{ $define CD_UseImageResources}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
unit customdrawn_common;
|
||||
unit CustomDrawn_Common;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
unit customdrawn_mac;
|
||||
unit CustomDrawn_Mac;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
unit customdrawn_winxp;
|
||||
unit CustomDrawn_WinXP;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
such as a custom drawn version of TButton, of TEdit, of TPageControl, etc,
|
||||
eventually forming a full set of custom drawn components.
|
||||
}
|
||||
unit customdrawncontrols;
|
||||
unit CustomDrawnControls;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
unit customdrawndrawers;
|
||||
unit CustomDrawnDrawers;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
for details about the license.
|
||||
*****************************************************************************
|
||||
}
|
||||
unit extgraphics;
|
||||
unit ExtGraphics;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
Dont use anything from the LCL here as this unit should be kept strictly independent
|
||||
only LCLProc for DebugLn is allowed, but only during debuging
|
||||
}
|
||||
unit lazcanvas;
|
||||
unit LazCanvas;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{ $define lazcanvas_debug}
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
License: The same modified LGPL as the rest of the LCL
|
||||
}
|
||||
unit lazdeviceapis;
|
||||
unit LazDeviceApis;
|
||||
|
||||
{$mode delphi}
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
unit lazdialogs;
|
||||
unit LazDialogs;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
Author: Felipe Monteiro de Carvalho
|
||||
}
|
||||
unit lazregions;
|
||||
unit LazRegions;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
The ID can be signed or unsigned, with a size of 1,2,4,8,16 or 32 bytes
|
||||
The data can be of any (constant) size.
|
||||
}
|
||||
unit maps;
|
||||
unit Maps;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
Author: Jesus Reyes Aguilar
|
||||
}
|
||||
unit postscriptunicode;
|
||||
unit PostScriptUnicode;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user