TAChart: Trivial updates to drag-drop demo

git-svn-id: trunk@28537 -
This commit is contained in:
ask 2010-11-28 15:35:07 +00:00
parent e83b1a817d
commit fed2915490
2 changed files with 7 additions and 10 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0"?>
<CONFIG>
<ProjectOptions>
<Version Value="9"/>
<PathDelim Value="\"/>
<Version Value="8"/>
<General>
<Flags>
<SaveClosedFiles Value="False"/>
@ -10,13 +10,15 @@
</Flags>
<SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
<TargetFileExt Value=".exe"/>
<Title Value="Chart mouse events demo"/>
<ResourceType Value="res"/>
</General>
<VersionInfo>
<StringTable Comments="" CompanyName="" FileDescription="" FileVersion="0.0.0.0" InternalName="" LegalCopyright="" LegalTrademarks="" OriginalFilename="" ProductName="" ProductVersion=""/>
<StringTable ProductVersion=""/>
</VersionInfo>
<BuildModes Count="1">
<Item1 Name="default" Default="True"/>
</BuildModes>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
@ -57,7 +59,7 @@
<Version Value="9"/>
<PathDelim Value="\"/>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)\"/>
<IncludeFiles Value="$(ProjOutDir)"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
@ -73,9 +75,6 @@
</Options>
</Linking>
<Other>
<CompilerMessages>
<UseMsgFile Value="True"/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>

View File

@ -16,8 +16,7 @@ object Form1: TForm1
Width = 483
AxisList = <
item
Alignment = calLeft
Title.Font.Orientation = 900
Title.LabelFont.Orientation = 900
end
item
Alignment = calBottom
@ -42,7 +41,6 @@ object Form1: TForm1
Pointer.HorizSize = 6
Pointer.Style = psDiamond
Pointer.VertSize = 6
SeriesColor = clBlack
ShowPoints = True
end
end