mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 10:18:05 +02:00
Examples, Barchart: removed LRS file
git-svn-id: trunk@37608 -
This commit is contained in:
parent
972a963a50
commit
14a95ba91b
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -3549,7 +3549,6 @@ examples/autosize/childsizinglayout/mainunit.pas svneol=native#text/plain
|
||||
examples/barchart/chartdemo.lpi svneol=native#text/plain
|
||||
examples/barchart/chartdemo.lpr svneol=native#text/pascal
|
||||
examples/barchart/frmmain.lfm svneol=native#text/plain
|
||||
examples/barchart/frmmain.lrs svneol=native#text/pascal
|
||||
examples/barchart/frmmain.pas svneol=native#text/pascal
|
||||
examples/bidi/project1.lpi svneol=native#text/plain
|
||||
examples/bidi/project1.lpr svneol=native#text/plain
|
||||
|
@ -8,9 +8,10 @@
|
||||
<SaveOnlyProjectUnits Value="True"/>
|
||||
<LRSInOutputDirectory Value="False"/>
|
||||
</Flags>
|
||||
<SessionStorage Value="InProjectDir"/>
|
||||
<MainUnit Value="0"/>
|
||||
<Title Value="chartdemo"/>
|
||||
<ActiveWindowIndexAtStart Value="0"/>
|
||||
<ResourceType Value="res"/>
|
||||
</General>
|
||||
<BuildModes Count="1">
|
||||
<Item1 Name="default" Default="True"/>
|
||||
@ -38,27 +39,19 @@
|
||||
<Filename Value="chartdemo.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="chartdemo"/>
|
||||
<UsageCount Value="20"/>
|
||||
</Unit0>
|
||||
<Unit1>
|
||||
<Filename Value="frmmain.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<ComponentName Value="Form1"/>
|
||||
<HasResources Value="True"/>
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<UnitName Value="frmmain"/>
|
||||
<IsVisibleTab Value="True"/>
|
||||
<EditorIndex Value="0"/>
|
||||
<WindowIndex Value="0"/>
|
||||
<TopLine Value="1"/>
|
||||
<CursorPos X="73" Y="8"/>
|
||||
<UsageCount Value="20"/>
|
||||
<Loaded Value="True"/>
|
||||
<LoadedDesigner Value="True"/>
|
||||
</Unit1>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
<Version Value="10"/>
|
||||
<Version Value="11"/>
|
||||
<SearchPaths>
|
||||
<SrcPath Value="$(LazarusDir)/lcl;$(LazarusDir)/lcl/interfaces/$(LCLWidgetType)"/>
|
||||
</SearchPaths>
|
||||
@ -67,6 +60,13 @@
|
||||
<UseAnsiStrings Value="False"/>
|
||||
</SyntaxOptions>
|
||||
</Parsing>
|
||||
<Linking>
|
||||
<Options>
|
||||
<Win32>
|
||||
<GraphicApplication Value="True"/>
|
||||
</Win32>
|
||||
</Options>
|
||||
</Linking>
|
||||
<Other>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
|
@ -1,11 +0,0 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TForm1','FORMDATA',[
|
||||
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3#184#1#6'Height'#3','#1#3'Top'#3#209#0#5'W'
|
||||
+'idth'#3#144#1#18'HorzScrollBar.Page'#3#145#1#18'VertScrollBar.Page'#3'-'#1#7
|
||||
+'Caption'#6#5'Form1'#12'ClientHeight'#3','#1#11'ClientWidth'#3#144#1#6'OnSho'
|
||||
+'w'#7#9'Form1Show'#10'LCLVersion'#6#6'0.9.31'#0#9'TBarChart'#9'BarChart1'#4
|
||||
+'Left'#2#16#6'Height'#3#0#1#3'Top'#2#16#5'Width'#3'p'#1#7'Caption'#6#7'My Da'
|
||||
+'ta'#11'FullRepaint'#8#8'TabOrder'#2#0#4'Bars'#14#0#5'Depth'#2#20#13'LabelPo'
|
||||
+'sition'#7#6'plLeft'#0#0#0
|
||||
]);
|
@ -5,7 +5,7 @@ unit frmmain;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, BarChart;
|
||||
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, BarChart;
|
||||
|
||||
type
|
||||
TForm1 = class(TForm)
|
||||
@ -22,6 +22,8 @@ var
|
||||
|
||||
implementation
|
||||
|
||||
{$R *.lfm}
|
||||
|
||||
{ TForm1 }
|
||||
|
||||
procedure TForm1.Form1Show(Sender: TObject);
|
||||
@ -33,8 +35,5 @@ begin
|
||||
BarChart1.AddBar('2004',400,clGreen);
|
||||
end;
|
||||
|
||||
initialization
|
||||
{$I frmmain.lrs}
|
||||
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user