mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-25 12:09:16 +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
|
||||
{ you can add units after this }, main, TAChartLazarusPkg;
|
||||
|
||||
{$IFDEF WINDOWS}{$R zdemo.rc}{$ENDIF}
|
||||
|
||||
begin
|
||||
Application.Title := 'TAChart 3D look demo';
|
||||
Application.Initialize;
|
||||
|
@ -10,8 +10,6 @@ uses
|
||||
Forms, Main, TAChartLazarusPkg
|
||||
{ you can add units after this };
|
||||
|
||||
{$IFDEF WINDOWS}{$R chartsourcedemo.rc}{$ENDIF}
|
||||
|
||||
begin
|
||||
Application.Initialize;
|
||||
Application.CreateForm(TForm1, Form1);
|
||||
|
@ -10,8 +10,6 @@ uses
|
||||
Forms, Main, MemDSLaz, TAChartLazarusPkg
|
||||
{ you can add units after this };
|
||||
|
||||
{$IFDEF WINDOWS}{$R dbdemo.rc}{$ENDIF}
|
||||
|
||||
begin
|
||||
Application.Title := 'Chart db-aware demo';
|
||||
Application.Initialize;
|
||||
|
@ -10,8 +10,6 @@ uses
|
||||
Forms, Main, TAChartLazarusPkg
|
||||
{ you can add units after this };
|
||||
|
||||
{$IFDEF WINDOWS}{$R dragdropdemo.rc}{$ENDIF}
|
||||
|
||||
begin
|
||||
Application.Title := 'Chart mouse events demo';
|
||||
Application.Initialize;
|
||||
|
@ -9,8 +9,6 @@ uses
|
||||
Interfaces, // this includes the LCL widgetset
|
||||
Forms, main, TAChartLazarusPkg;
|
||||
|
||||
{$IFDEF WINDOWS}{$R extentdemo.rc}{$ENDIF}
|
||||
|
||||
begin
|
||||
Application.Initialize;
|
||||
Application.CreateForm(TForm1, Form1);
|
||||
|
@ -10,8 +10,6 @@ uses
|
||||
Forms
|
||||
{ you can add units after this }, main, TAChartLazarusPkg;
|
||||
|
||||
{$IFDEF WINDOWS}{$R funcdemo.rc}{$ENDIF}
|
||||
|
||||
begin
|
||||
Application.Title := 'TAChart function series demo';
|
||||
Application.Initialize;
|
||||
|
@ -10,8 +10,6 @@ uses
|
||||
Forms, main, TAChartLazarusPkg
|
||||
{ you can add units after this };
|
||||
|
||||
{$IFDEF WINDOWS}{$R legenddemo.rc}{$ENDIF}
|
||||
|
||||
begin
|
||||
Application.Title := 'TAChart legend demo';
|
||||
Application.Initialize;
|
||||
|
@ -10,8 +10,6 @@ uses
|
||||
Forms, main, TAChartLazarusPkg
|
||||
{ you can add units after this };
|
||||
|
||||
{$IFDEF WINDOWS}{$R savedemo.rc}{$ENDIF}
|
||||
|
||||
begin
|
||||
Application.Title := 'Saving chart as image demo';
|
||||
Application.Initialize;
|
||||
|
Loading…
Reference in New Issue
Block a user