mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 16:25:59 +02:00
TAChart: Do not use icons for demo programs.
git-svn-id: trunk@19803 -
This commit is contained in:
parent
3d95973a6c
commit
00afa75d6d
@ -11,7 +11,6 @@
|
||||
<MainUnit Value="0"/>
|
||||
<TargetFileExt Value=".exe"/>
|
||||
<Title Value="TAChart 3D look demo"/>
|
||||
<Icon Value="0"/>
|
||||
<UseXPManifest Value="True"/>
|
||||
</General>
|
||||
<VersionInfo>
|
||||
|
@ -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;
|
||||
|
@ -8,7 +8,6 @@
|
||||
<MainUnit Value="0"/>
|
||||
<TargetFileExt Value=".exe"/>
|
||||
<Title Value="TAChart function series demo"/>
|
||||
<Icon Value="0"/>
|
||||
<UseXPManifest Value="True"/>
|
||||
</General>
|
||||
<VersionInfo>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user