lazarus/lcl/interfaces/customdrawn/alllclintfunits.pas
sekelsenmat 6b2e9132e3 customdrawnws: more structural code
git-svn-id: trunk@33364 -
2011-11-06 08:38:37 +00:00

33 lines
599 B
ObjectPascal

{ This unit was automatically created by update_allunits }
unit AllLCLIntfUnits;
{$HINTS OFF}
interface
uses
//win32wsdialogs,
//win32extra,
//win32wsextdlgs,
//win32wsarrow,
//win32wschecklst,
//win32wsstdctrls,
//win32wscalendar,
//win32def,
//win32wstoolwin,
interfaces,
//win32proc,
//win32wspairsplitter,
{ win32themes,
win32wsmenus,
win32debug,}
customdrawnwscontrols,
customdrawnwsfactory,
{win32wsextctrls,
win32wscomctrls,
win32wsgrids,
win32wsimglist,}
customdrawnint,
{win32wsspin,
win32wsbuttons,}
customdrawnwsforms;
implementation
end.