From 00afa75d6df6ba85fb0ee77dca280b922ce6f31b Mon Sep 17 00:00:00 2001 From: ask Date: Mon, 4 May 2009 17:35:59 +0000 Subject: [PATCH] TAChart: Do not use icons for demo programs. git-svn-id: trunk@19803 - --- components/tachart/demo/3d/zdemo.lpi | 1 - components/tachart/demo/3d/zdemo.lpr | 3 +-- components/tachart/demo/func/funcdemo.lpi | 1 - components/tachart/demo/func/funcdemo.lpr | 3 +-- 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/components/tachart/demo/3d/zdemo.lpi b/components/tachart/demo/3d/zdemo.lpi index 80dec885fc..6512b84277 100644 --- a/components/tachart/demo/3d/zdemo.lpi +++ b/components/tachart/demo/3d/zdemo.lpi @@ -11,7 +11,6 @@ - <Icon Value="0"/> <UseXPManifest Value="True"/> </General> <VersionInfo> diff --git a/components/tachart/demo/3d/zdemo.lpr b/components/tachart/demo/3d/zdemo.lpr index b2c4898622..5592c4fe44 100644 --- a/components/tachart/demo/3d/zdemo.lpr +++ b/components/tachart/demo/3d/zdemo.lpr @@ -8,13 +8,12 @@ uses {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset Forms - { you can add units after this }, main, LResources, TAChartLazarusPkg; + { you can add units after this }, main, TAChartLazarusPkg; {$IFDEF WINDOWS}{$R zdemo.rc}{$ENDIF} begin Application.Title := 'TAChart 3D look demo'; - {$I zdemo.lrs} Application.Initialize; Application.CreateForm(TForm1, Form1); Application.Run; diff --git a/components/tachart/demo/func/funcdemo.lpi b/components/tachart/demo/func/funcdemo.lpi index f28f739607..5d64c0cc36 100644 --- a/components/tachart/demo/func/funcdemo.lpi +++ b/components/tachart/demo/func/funcdemo.lpi @@ -8,7 +8,6 @@ <MainUnit Value="0"/> <TargetFileExt Value=".exe"/> <Title Value="TAChart function series demo"/> - <Icon Value="0"/> <UseXPManifest Value="True"/> </General> <VersionInfo> diff --git a/components/tachart/demo/func/funcdemo.lpr b/components/tachart/demo/func/funcdemo.lpr index 90c0c21f69..ed4a09a916 100644 --- a/components/tachart/demo/func/funcdemo.lpr +++ b/components/tachart/demo/func/funcdemo.lpr @@ -8,13 +8,12 @@ uses {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset Forms - { you can add units after this }, main, LResources, TAChartLazarusPkg; + { you can add units after this }, main, TAChartLazarusPkg; {$IFDEF WINDOWS}{$R funcdemo.rc}{$ENDIF} begin Application.Title := 'TAChart function series demo'; - {$I funcdemo.lrs} Application.Initialize; Application.CreateForm(TForm1, Form1); Application.Run;