mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-30 13:09:28 +02:00
TAChart: Fix examples compilation by removing obsolete {$R projectname.rc} directive.
Patch by Tomasz Wieckowski, issue #17054 git-svn-id: trunk@26918 -
This commit is contained in:
parent
b3d3fb2050
commit
292ccf8960
@ -10,8 +10,6 @@ uses
|
|||||||
Forms
|
Forms
|
||||||
{ you can add units after this }, main, TAChartLazarusPkg;
|
{ you can add units after this }, main, TAChartLazarusPkg;
|
||||||
|
|
||||||
{$IFDEF WINDOWS}{$R zdemo.rc}{$ENDIF}
|
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Application.Title := 'TAChart 3D look demo';
|
Application.Title := 'TAChart 3D look demo';
|
||||||
Application.Initialize;
|
Application.Initialize;
|
||||||
|
@ -10,8 +10,6 @@ uses
|
|||||||
Forms, Main, TAChartLazarusPkg
|
Forms, Main, TAChartLazarusPkg
|
||||||
{ you can add units after this };
|
{ you can add units after this };
|
||||||
|
|
||||||
{$IFDEF WINDOWS}{$R chartsourcedemo.rc}{$ENDIF}
|
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Application.Initialize;
|
Application.Initialize;
|
||||||
Application.CreateForm(TForm1, Form1);
|
Application.CreateForm(TForm1, Form1);
|
||||||
|
@ -10,8 +10,6 @@ uses
|
|||||||
Forms, Main, MemDSLaz, TAChartLazarusPkg
|
Forms, Main, MemDSLaz, TAChartLazarusPkg
|
||||||
{ you can add units after this };
|
{ you can add units after this };
|
||||||
|
|
||||||
{$IFDEF WINDOWS}{$R dbdemo.rc}{$ENDIF}
|
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Application.Title := 'Chart db-aware demo';
|
Application.Title := 'Chart db-aware demo';
|
||||||
Application.Initialize;
|
Application.Initialize;
|
||||||
|
@ -10,8 +10,6 @@ uses
|
|||||||
Forms, Main, TAChartLazarusPkg
|
Forms, Main, TAChartLazarusPkg
|
||||||
{ you can add units after this };
|
{ you can add units after this };
|
||||||
|
|
||||||
{$IFDEF WINDOWS}{$R dragdropdemo.rc}{$ENDIF}
|
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Application.Title := 'Chart mouse events demo';
|
Application.Title := 'Chart mouse events demo';
|
||||||
Application.Initialize;
|
Application.Initialize;
|
||||||
|
@ -9,8 +9,6 @@ uses
|
|||||||
Interfaces, // this includes the LCL widgetset
|
Interfaces, // this includes the LCL widgetset
|
||||||
Forms, main, TAChartLazarusPkg;
|
Forms, main, TAChartLazarusPkg;
|
||||||
|
|
||||||
{$IFDEF WINDOWS}{$R extentdemo.rc}{$ENDIF}
|
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Application.Initialize;
|
Application.Initialize;
|
||||||
Application.CreateForm(TForm1, Form1);
|
Application.CreateForm(TForm1, Form1);
|
||||||
|
@ -10,8 +10,6 @@ uses
|
|||||||
Forms
|
Forms
|
||||||
{ you can add units after this }, main, TAChartLazarusPkg;
|
{ you can add units after this }, main, TAChartLazarusPkg;
|
||||||
|
|
||||||
{$IFDEF WINDOWS}{$R funcdemo.rc}{$ENDIF}
|
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Application.Title := 'TAChart function series demo';
|
Application.Title := 'TAChart function series demo';
|
||||||
Application.Initialize;
|
Application.Initialize;
|
||||||
|
@ -10,8 +10,6 @@ uses
|
|||||||
Forms, main, TAChartLazarusPkg
|
Forms, main, TAChartLazarusPkg
|
||||||
{ you can add units after this };
|
{ you can add units after this };
|
||||||
|
|
||||||
{$IFDEF WINDOWS}{$R legenddemo.rc}{$ENDIF}
|
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Application.Title := 'TAChart legend demo';
|
Application.Title := 'TAChart legend demo';
|
||||||
Application.Initialize;
|
Application.Initialize;
|
||||||
|
@ -10,8 +10,6 @@ uses
|
|||||||
Forms, main, TAChartLazarusPkg
|
Forms, main, TAChartLazarusPkg
|
||||||
{ you can add units after this };
|
{ you can add units after this };
|
||||||
|
|
||||||
{$IFDEF WINDOWS}{$R savedemo.rc}{$ENDIF}
|
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Application.Title := 'Saving chart as image demo';
|
Application.Title := 'Saving chart as image demo';
|
||||||
Application.Initialize;
|
Application.Initialize;
|
||||||
|
Loading…
Reference in New Issue
Block a user