mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 11:19:26 +02:00
TAChart: Update "basic" demo
git-svn-id: trunk@38565 -
This commit is contained in:
parent
fa8507e364
commit
48b4ff9a85
@ -56,13 +56,14 @@
|
||||
<Filename Value="unit1.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<ComponentName Value="Form1"/>
|
||||
<HasResources Value="True"/>
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<UnitName Value="unit1"/>
|
||||
</Unit1>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
<Version Value="10"/>
|
||||
<Version Value="11"/>
|
||||
<PathDelim Value="\"/>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
||||
@ -75,7 +76,7 @@
|
||||
</Parsing>
|
||||
<Linking>
|
||||
<Debugging>
|
||||
<GenerateDebugInfo Value="True"/>
|
||||
<DebugInfoType Value="dsStabs"/>
|
||||
</Debugging>
|
||||
<LinkSmart Value="True"/>
|
||||
<Options>
|
||||
|
@ -7,7 +7,7 @@ object Form1: TForm1
|
||||
ClientHeight = 494
|
||||
ClientWidth = 585
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.31'
|
||||
LCLVersion = '1.1'
|
||||
object Chart1: TChart
|
||||
Left = 0
|
||||
Height = 392
|
||||
@ -72,41 +72,41 @@ object Form1: TForm1
|
||||
TabOrder = 0
|
||||
object lblAdd: TLabel
|
||||
Left = 13
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 10
|
||||
Width = 24
|
||||
Width = 23
|
||||
Caption = 'Add:'
|
||||
ParentColor = False
|
||||
end
|
||||
object lblClear: TLabel
|
||||
Left = 13
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 40
|
||||
Width = 30
|
||||
Width = 29
|
||||
Caption = 'Clear:'
|
||||
ParentColor = False
|
||||
end
|
||||
object lblAddCount: TLabel
|
||||
Left = 288
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 8
|
||||
Width = 58
|
||||
Width = 57
|
||||
Caption = 'Multiple add'
|
||||
ParentColor = False
|
||||
end
|
||||
object lblMarkStyle: TLabel
|
||||
Left = 48
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 80
|
||||
Width = 78
|
||||
Width = 77
|
||||
Caption = 'Add with marks:'
|
||||
ParentColor = False
|
||||
end
|
||||
object lblReticule: TLabel
|
||||
Left = 360
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 80
|
||||
Width = 43
|
||||
Width = 42
|
||||
Caption = 'Reticule:'
|
||||
ParentColor = False
|
||||
end
|
||||
|
@ -80,7 +80,7 @@ implementation
|
||||
{$R *.lfm}
|
||||
|
||||
uses
|
||||
Math, TAChartUtils, TATypes;
|
||||
Math, TAChartUtils, TATextElements, TATypes;
|
||||
|
||||
{ TForm1 }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user