You've already forked lazarus-ccr
* update demo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1439 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,20 +1,22 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<ProjectOptions>
|
<ProjectOptions>
|
||||||
|
<Version Value="9"/>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<Version Value="7"/>
|
|
||||||
<General>
|
<General>
|
||||||
<Flags>
|
<Flags>
|
||||||
<AlwaysBuild Value="False"/>
|
<AlwaysBuild Value="False"/>
|
||||||
</Flags>
|
</Flags>
|
||||||
<SessionStorage Value="InProjectDir"/>
|
<SessionStorage Value="InProjectDir"/>
|
||||||
<MainUnit Value="0"/>
|
<MainUnit Value="0"/>
|
||||||
<TargetFileExt Value=".exe"/>
|
|
||||||
<UseXPManifest Value="True"/>
|
<UseXPManifest Value="True"/>
|
||||||
</General>
|
</General>
|
||||||
<VersionInfo>
|
<VersionInfo>
|
||||||
<ProjectVersion Value=""/>
|
<StringTable ProductVersion=""/>
|
||||||
</VersionInfo>
|
</VersionInfo>
|
||||||
|
<BuildModes Count="1">
|
||||||
|
<Item1 Name="default" Default="True"/>
|
||||||
|
</BuildModes>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
<IgnoreBinaries Value="False"/>
|
<IgnoreBinaries Value="False"/>
|
||||||
@ -52,12 +54,17 @@
|
|||||||
</Units>
|
</Units>
|
||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="8"/>
|
<Version Value="9"/>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<IncludeFiles Value="$(ProjOutDir)\"/>
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
||||||
<UnitOutputDirectory Value="out"/>
|
<UnitOutputDirectory Value="out"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
|
<Parsing>
|
||||||
|
<SyntaxOptions>
|
||||||
|
<UseAnsiStrings Value="False"/>
|
||||||
|
</SyntaxOptions>
|
||||||
|
</Parsing>
|
||||||
<Linking>
|
<Linking>
|
||||||
<Options>
|
<Options>
|
||||||
<Win32>
|
<Win32>
|
||||||
|
@ -12,44 +12,46 @@ object MainForm: TMainForm
|
|||||||
Height = 39
|
Height = 39
|
||||||
Top = 3
|
Top = 3
|
||||||
Width = 313
|
Width = 313
|
||||||
|
BeginColor = clLime
|
||||||
CaptionAlignment = taLeftJustify
|
CaptionAlignment = taLeftJustify
|
||||||
CaptionLayout = tlTop
|
CaptionLayout = tlTop
|
||||||
BevelInner = bvLowered
|
|
||||||
BevelOuter = bvNone
|
|
||||||
BeginColor = clLime
|
|
||||||
EndColor = 10841401
|
EndColor = 10841401
|
||||||
|
FlatBorder = True
|
||||||
Font.Style = [fsBold]
|
Font.Style = [fsBold]
|
||||||
Caption = 'Caption'
|
Caption = 'Caption'
|
||||||
TextTop = 0
|
TextTop = 0
|
||||||
TextLeft = 0
|
TextLeft = 0
|
||||||
|
SubCaption.Caption = 'SubCaption'
|
||||||
|
SubCaption.MarginLeft = 0
|
||||||
|
BorderWidth = 2
|
||||||
end
|
end
|
||||||
object NetGradient2: TNetGradient
|
object NetGradient2: TNetGradient
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 32
|
Height = 32
|
||||||
Top = 45
|
Top = 45
|
||||||
Width = 312
|
Width = 312
|
||||||
CaptionAlignment = taCenter
|
|
||||||
BevelInner = bvLowered
|
|
||||||
BevelOuter = bvLowered
|
BevelOuter = bvLowered
|
||||||
BeginColor = clSkyBlue
|
BeginColor = clSkyBlue
|
||||||
|
CaptionAlignment = taCenter
|
||||||
EndColor = clTeal
|
EndColor = clTeal
|
||||||
Font.Style = [fsBold]
|
Font.Style = [fsBold]
|
||||||
Caption = 'Caption'
|
Caption = 'Caption'
|
||||||
TextTop = 0
|
TextTop = 0
|
||||||
TextLeft = 0
|
TextLeft = 0
|
||||||
|
SubCaption.Caption = 'SubCaption 2'
|
||||||
end
|
end
|
||||||
object NetGradient3: TNetGradient
|
object NetGradient3: TNetGradient
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 47
|
Height = 47
|
||||||
Top = 78
|
Top = 78
|
||||||
Width = 312
|
Width = 312
|
||||||
CaptionAlignment = taLeftJustify
|
|
||||||
CaptionLayout = tlTop
|
|
||||||
BevelInner = bvLowered
|
BevelInner = bvLowered
|
||||||
BeginColor = clSilver
|
BeginColor = clSilver
|
||||||
|
CaptionAlignment = taLeftJustify
|
||||||
|
CaptionLayout = tlTop
|
||||||
EndColor = 10841401
|
EndColor = 10841401
|
||||||
Font.CharSet = ANSI_CHARSET
|
Font.CharSet = ANSI_CHARSET
|
||||||
Font.Color = clMenuHighlight
|
Font.Color = clHighlight
|
||||||
Font.Height = -16
|
Font.Height = -16
|
||||||
Font.Name = 'Arial'
|
Font.Name = 'Arial'
|
||||||
Font.Pitch = fpVariable
|
Font.Pitch = fpVariable
|
||||||
@ -57,35 +59,41 @@ object MainForm: TMainForm
|
|||||||
Font.Style = [fsBold]
|
Font.Style = [fsBold]
|
||||||
Caption = 'Caption'
|
Caption = 'Caption'
|
||||||
TextTop = 0
|
TextTop = 0
|
||||||
TextLeft = 5
|
TextLeft = 0
|
||||||
|
SubCaption.Caption = 'Sub Caption 3'
|
||||||
|
SubCaption.Font.Color = clBlue
|
||||||
|
SubCaption.Font.Style = [fsBold]
|
||||||
end
|
end
|
||||||
object NetGradient4: TNetGradient
|
object NetGradient4: TNetGradient
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 60
|
Height = 60
|
||||||
Top = 216
|
Top = 216
|
||||||
Width = 313
|
Width = 313
|
||||||
CaptionAlignment = taLeftJustify
|
|
||||||
BevelInner = bvRaised
|
BevelInner = bvRaised
|
||||||
BevelOuter = bvLowered
|
BevelOuter = bvLowered
|
||||||
BeginColor = clRed
|
BeginColor = clRed
|
||||||
|
CaptionAlignment = taLeftJustify
|
||||||
EndColor = clYellow
|
EndColor = clYellow
|
||||||
Font.Style = [fsBold]
|
Font.Style = [fsBold]
|
||||||
Caption = 'Caption'
|
Caption = 'Caption'
|
||||||
TextTop = 0
|
TextTop = 0
|
||||||
TextLeft = 2
|
TextLeft = 2
|
||||||
|
SubCaption.Caption = 'SubCaption 4'
|
||||||
|
SubCaption.Font.Color = clRed
|
||||||
|
SubCaption.Font.Style = [fsBold, fsItalic]
|
||||||
end
|
end
|
||||||
object NetGradient5: TNetGradient
|
object NetGradient5: TNetGradient
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 44
|
Height = 44
|
||||||
Top = 126
|
Top = 126
|
||||||
Width = 312
|
Width = 312
|
||||||
CaptionAlignment = taLeftJustify
|
|
||||||
CaptionLayout = tlTop
|
|
||||||
BevelInner = bvLowered
|
BevelInner = bvLowered
|
||||||
BeginColor = clSilver
|
BeginColor = clSilver
|
||||||
|
CaptionAlignment = taLeftJustify
|
||||||
|
CaptionLayout = tlTop
|
||||||
EndColor = 10841401
|
EndColor = 10841401
|
||||||
Font.CharSet = ANSI_CHARSET
|
Font.CharSet = ANSI_CHARSET
|
||||||
Font.Color = clMenuHighlight
|
Font.Color = clHighlight
|
||||||
Font.Height = -16
|
Font.Height = -16
|
||||||
Font.Name = 'Arial'
|
Font.Name = 'Arial'
|
||||||
Font.Pitch = fpVariable
|
Font.Pitch = fpVariable
|
||||||
@ -94,19 +102,22 @@ object MainForm: TMainForm
|
|||||||
Caption = 'Caption'
|
Caption = 'Caption'
|
||||||
TextTop = 0
|
TextTop = 0
|
||||||
TextLeft = 20
|
TextLeft = 20
|
||||||
|
SubCaption.Caption = 'Sub Caption 3'
|
||||||
|
SubCaption.Font.Color = clBlue
|
||||||
|
SubCaption.Font.Style = [fsBold]
|
||||||
end
|
end
|
||||||
object NetGradient6: TNetGradient
|
object NetGradient6: TNetGradient
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 44
|
Height = 44
|
||||||
Top = 171
|
Top = 171
|
||||||
Width = 312
|
Width = 312
|
||||||
CaptionAlignment = taRightJustify
|
|
||||||
CaptionLayout = tlTop
|
|
||||||
BevelInner = bvLowered
|
BevelInner = bvLowered
|
||||||
BeginColor = clSilver
|
BeginColor = clSilver
|
||||||
|
CaptionAlignment = taRightJustify
|
||||||
|
CaptionLayout = tlTop
|
||||||
EndColor = 10841401
|
EndColor = 10841401
|
||||||
Font.CharSet = ANSI_CHARSET
|
Font.CharSet = ANSI_CHARSET
|
||||||
Font.Color = clMenuHighlight
|
Font.Color = clHighlight
|
||||||
Font.Height = -16
|
Font.Height = -16
|
||||||
Font.Name = 'Arial'
|
Font.Name = 'Arial'
|
||||||
Font.Pitch = fpVariable
|
Font.Pitch = fpVariable
|
||||||
@ -114,38 +125,48 @@ object MainForm: TMainForm
|
|||||||
Font.Style = [fsBold]
|
Font.Style = [fsBold]
|
||||||
Caption = 'Caption'
|
Caption = 'Caption'
|
||||||
TextTop = 0
|
TextTop = 0
|
||||||
TextLeft = -20
|
TextLeft = 2
|
||||||
|
SubCaption.Caption = 'Sub Caption 3'
|
||||||
|
SubCaption.MarginTop = 20
|
||||||
|
SubCaption.Font.Color = clBlue
|
||||||
|
SubCaption.Font.Style = [fsBold]
|
||||||
end
|
end
|
||||||
object NetGradient8: TNetGradient
|
object NetGradient8: TNetGradient
|
||||||
Left = 5
|
Left = 6
|
||||||
Height = 60
|
Height = 60
|
||||||
Top = 336
|
Top = 336
|
||||||
Width = 313
|
Width = 313
|
||||||
CaptionAlignment = taLeftJustify
|
|
||||||
BevelInner = bvRaised
|
BevelInner = bvRaised
|
||||||
BevelOuter = bvLowered
|
BevelOuter = bvLowered
|
||||||
BeginColor = clRed
|
BeginColor = clRed
|
||||||
|
CaptionAlignment = taLeftJustify
|
||||||
EndColor = clYellow
|
EndColor = clYellow
|
||||||
FillDirection = ftBottomToTop
|
FillDirection = ftBottomToTop
|
||||||
Font.Style = [fsBold]
|
Font.Style = [fsBold]
|
||||||
Caption = 'Caption'
|
Caption = 'Caption'
|
||||||
TextTop = -20
|
TextTop = 0
|
||||||
TextLeft = 2
|
TextLeft = 2
|
||||||
|
SubCaption.Caption = 'SubCaption 4'
|
||||||
|
SubCaption.Font.Color = clBlue
|
||||||
|
SubCaption.Font.Style = [fsBold, fsItalic]
|
||||||
end
|
end
|
||||||
object NetGradient9: TNetGradient
|
object NetGradient9: TNetGradient
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 60
|
Height = 60
|
||||||
Top = 276
|
Top = 276
|
||||||
Width = 313
|
Width = 313
|
||||||
CaptionAlignment = taLeftJustify
|
|
||||||
BevelInner = bvRaised
|
BevelInner = bvRaised
|
||||||
BevelOuter = bvLowered
|
BevelOuter = bvLowered
|
||||||
BeginColor = clRed
|
BeginColor = clRed
|
||||||
|
CaptionAlignment = taLeftJustify
|
||||||
EndColor = clYellow
|
EndColor = clYellow
|
||||||
FillDirection = ftTopToBottom
|
FillDirection = ftTopToBottom
|
||||||
Font.Style = [fsBold]
|
Font.Style = [fsBold]
|
||||||
Caption = 'Caption'
|
Caption = 'Caption'
|
||||||
TextTop = -20
|
TextTop = 0
|
||||||
TextLeft = 2
|
TextLeft = 2
|
||||||
|
SubCaption.Caption = 'SubCaption 4'
|
||||||
|
SubCaption.Font.Color = clBlue
|
||||||
|
SubCaption.Font.Style = [fsBold, fsItalic]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user