mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 22:56:46 +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"/>
|
<MainUnit Value="0"/>
|
||||||
<TargetFileExt Value=".exe"/>
|
<TargetFileExt Value=".exe"/>
|
||||||
<Title Value="TAChart 3D look demo"/>
|
<Title Value="TAChart 3D look demo"/>
|
||||||
<Icon Value="0"/>
|
|
||||||
<UseXPManifest Value="True"/>
|
<UseXPManifest Value="True"/>
|
||||||
</General>
|
</General>
|
||||||
<VersionInfo>
|
<VersionInfo>
|
||||||
|
@ -8,13 +8,12 @@ uses
|
|||||||
{$ENDIF}{$ENDIF}
|
{$ENDIF}{$ENDIF}
|
||||||
Interfaces, // this includes the LCL widgetset
|
Interfaces, // this includes the LCL widgetset
|
||||||
Forms
|
Forms
|
||||||
{ you can add units after this }, main, LResources, TAChartLazarusPkg;
|
{ you can add units after this }, main, TAChartLazarusPkg;
|
||||||
|
|
||||||
{$IFDEF WINDOWS}{$R zdemo.rc}{$ENDIF}
|
{$IFDEF WINDOWS}{$R zdemo.rc}{$ENDIF}
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Application.Title := 'TAChart 3D look demo';
|
Application.Title := 'TAChart 3D look demo';
|
||||||
{$I zdemo.lrs}
|
|
||||||
Application.Initialize;
|
Application.Initialize;
|
||||||
Application.CreateForm(TForm1, Form1);
|
Application.CreateForm(TForm1, Form1);
|
||||||
Application.Run;
|
Application.Run;
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
<MainUnit Value="0"/>
|
<MainUnit Value="0"/>
|
||||||
<TargetFileExt Value=".exe"/>
|
<TargetFileExt Value=".exe"/>
|
||||||
<Title Value="TAChart function series demo"/>
|
<Title Value="TAChart function series demo"/>
|
||||||
<Icon Value="0"/>
|
|
||||||
<UseXPManifest Value="True"/>
|
<UseXPManifest Value="True"/>
|
||||||
</General>
|
</General>
|
||||||
<VersionInfo>
|
<VersionInfo>
|
||||||
|
@ -8,13 +8,12 @@ uses
|
|||||||
{$ENDIF}{$ENDIF}
|
{$ENDIF}{$ENDIF}
|
||||||
Interfaces, // this includes the LCL widgetset
|
Interfaces, // this includes the LCL widgetset
|
||||||
Forms
|
Forms
|
||||||
{ you can add units after this }, main, LResources, TAChartLazarusPkg;
|
{ you can add units after this }, main, TAChartLazarusPkg;
|
||||||
|
|
||||||
{$IFDEF WINDOWS}{$R funcdemo.rc}{$ENDIF}
|
{$IFDEF WINDOWS}{$R funcdemo.rc}{$ENDIF}
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Application.Title := 'TAChart function series demo';
|
Application.Title := 'TAChart function series demo';
|
||||||
{$I funcdemo.lrs}
|
|
||||||
Application.Initialize;
|
Application.Initialize;
|
||||||
Application.CreateForm(TForm1, Form1);
|
Application.CreateForm(TForm1, Form1);
|
||||||
Application.Run;
|
Application.Run;
|
||||||
|
Loading…
Reference in New Issue
Block a user