Started PanningWindow implementation

Fixed some resource files

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@140 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2007-04-04 18:09:47 +00:00
parent 2090bf84b2
commit 28313808a3
34 changed files with 1526 additions and 1017 deletions

View File

@@ -8,7 +8,7 @@ uses
{$ENDIF}{$ENDIF}
Interfaces, // this includes the LCL widgetset
Forms
{ add your units here }, Main,vtlogger,ipcchannel;
{ add your units here }, Main,vtlogger,ipcchannel, lclextensions_package;
begin
Logger.Channels.Add(TIPCChannel.Create);