You've already forked lazarus-ccr
jvcllaz: Fix background color of JvXPBar demo in Linux
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6330 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<ProjectOptions>
|
<ProjectOptions>
|
||||||
<Version Value="10"/>
|
<Version Value="11"/>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<General>
|
<General>
|
||||||
<SessionStorage Value="InProjectDir"/>
|
<SessionStorage Value="InProjectDir"/>
|
||||||
@ -20,9 +20,10 @@
|
|||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
</PublishOptions>
|
</PublishOptions>
|
||||||
<RunParams>
|
<RunParams>
|
||||||
<local>
|
<FormatVersion Value="2"/>
|
||||||
<FormatVersion Value="1"/>
|
<Modes Count="1">
|
||||||
</local>
|
<Mode0 Name="default"/>
|
||||||
|
</Modes>
|
||||||
</RunParams>
|
</RunParams>
|
||||||
<RequiredPackages Count="2">
|
<RequiredPackages Count="2">
|
||||||
<Item1>
|
<Item1>
|
||||||
@ -50,12 +51,16 @@
|
|||||||
<Version Value="11"/>
|
<Version Value="11"/>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<Target>
|
<Target>
|
||||||
<Filename Value="JvID3v1Demo"/>
|
<Filename Value="..\..\bin\JvID3v1Demo"/>
|
||||||
</Target>
|
</Target>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
||||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<Linking>
|
<Linking>
|
||||||
|
<Debugging>
|
||||||
|
<UseExternalDbgSyms Value="True"/>
|
||||||
|
</Debugging>
|
||||||
<Options>
|
<Options>
|
||||||
<Win32>
|
<Win32>
|
||||||
<GraphicApplication Value="True"/>
|
<GraphicApplication Value="True"/>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<ProjectOptions>
|
<ProjectOptions>
|
||||||
<Version Value="10"/>
|
<Version Value="11"/>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<General>
|
<General>
|
||||||
<SessionStorage Value="InProjectDir"/>
|
<SessionStorage Value="InProjectDir"/>
|
||||||
@ -20,9 +20,10 @@
|
|||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
</PublishOptions>
|
</PublishOptions>
|
||||||
<RunParams>
|
<RunParams>
|
||||||
<local>
|
<FormatVersion Value="2"/>
|
||||||
<FormatVersion Value="1"/>
|
<Modes Count="1">
|
||||||
</local>
|
<Mode0 Name="default"/>
|
||||||
|
</Modes>
|
||||||
</RunParams>
|
</RunParams>
|
||||||
<RequiredPackages Count="2">
|
<RequiredPackages Count="2">
|
||||||
<Item1>
|
<Item1>
|
||||||
@ -57,13 +58,16 @@
|
|||||||
<Version Value="11"/>
|
<Version Value="11"/>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<Target>
|
<Target>
|
||||||
<Filename Value="JvId3v2Demo"/>
|
<Filename Value="..\..\bin\JvId3v2Demo"/>
|
||||||
</Target>
|
</Target>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
||||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<Linking>
|
<Linking>
|
||||||
|
<Debugging>
|
||||||
|
<UseExternalDbgSyms Value="True"/>
|
||||||
|
</Debugging>
|
||||||
<Options>
|
<Options>
|
||||||
<Win32>
|
<Win32>
|
||||||
<GraphicApplication Value="True"/>
|
<GraphicApplication Value="True"/>
|
||||||
|
@ -267,7 +267,7 @@ object frmMain: TfrmMain
|
|||||||
Caption = 'Information'
|
Caption = 'Information'
|
||||||
Collapsed = True
|
Collapsed = True
|
||||||
Colors.BorderColor = clGray
|
Colors.BorderColor = clGray
|
||||||
Colors.BodyColor = clInfoBk
|
Colors.BodyColor = clCream
|
||||||
Colors.GradientFrom = clBtnFace
|
Colors.GradientFrom = clBtnFace
|
||||||
Colors.GradientTo = clWindowText
|
Colors.GradientTo = clWindowText
|
||||||
Colors.SeparatorColor = clWindowText
|
Colors.SeparatorColor = clWindowText
|
||||||
@ -544,7 +544,7 @@ object frmMain: TfrmMain
|
|||||||
Width = 290
|
Width = 290
|
||||||
BoundLines = [blLeft, blTop, blRight, blBottom]
|
BoundLines = [blLeft, blTop, blRight, blBottom]
|
||||||
Caption = 'cntDetails'
|
Caption = 'cntDetails'
|
||||||
Color = clInfoBk
|
Color = clCream
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
Align = alClient
|
Align = alClient
|
||||||
object lbWelcome: TLabel
|
object lbWelcome: TLabel
|
||||||
@ -553,18 +553,15 @@ object frmMain: TfrmMain
|
|||||||
AnchorSideRight.Control = cntDetails
|
AnchorSideRight.Control = cntDetails
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 9
|
Left = 9
|
||||||
Height = 13
|
Height = 15
|
||||||
Top = 9
|
Top = 9
|
||||||
Width = 280
|
Width = 280
|
||||||
Alignment = taCenter
|
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 8
|
BorderSpacing.Left = 8
|
||||||
BorderSpacing.Top = 8
|
BorderSpacing.Top = 8
|
||||||
BorderSpacing.Bottom = 24
|
BorderSpacing.Bottom = 24
|
||||||
Caption = 'Welcome to the JVCL XP Controls Demo...'
|
Caption = 'Welcome to the JVCL XP Controls Demo...'
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
Font.Height = -11
|
|
||||||
Font.Name = 'MS Shell Dlg 2'
|
|
||||||
Font.Style = [fsBold]
|
Font.Style = [fsBold]
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
ParentFont = False
|
ParentFont = False
|
||||||
@ -575,7 +572,7 @@ object frmMain: TfrmMain
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 9
|
Left = 9
|
||||||
Height = 25
|
Height = 25
|
||||||
Top = 46
|
Top = 48
|
||||||
Width = 75
|
Width = 75
|
||||||
Caption = 'Collapse All'
|
Caption = 'Collapse All'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -587,7 +584,7 @@ object frmMain: TfrmMain
|
|||||||
AnchorSideTop.Control = btnCollapseAll
|
AnchorSideTop.Control = btnCollapseAll
|
||||||
Left = 92
|
Left = 92
|
||||||
Height = 25
|
Height = 25
|
||||||
Top = 46
|
Top = 48
|
||||||
Width = 75
|
Width = 75
|
||||||
Caption = 'Expand All'
|
Caption = 'Expand All'
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
@ -602,7 +599,7 @@ object frmMain: TfrmMain
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 9
|
Left = 9
|
||||||
Height = 25
|
Height = 25
|
||||||
Top = 79
|
Top = 81
|
||||||
Width = 158
|
Width = 158
|
||||||
Caption = 'Toggle Enable Mode'
|
Caption = 'Toggle Enable Mode'
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
@ -618,7 +615,7 @@ object frmMain: TfrmMain
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 9
|
Left = 9
|
||||||
Height = 25
|
Height = 25
|
||||||
Top = 112
|
Top = 114
|
||||||
Width = 158
|
Width = 158
|
||||||
Caption = 'Toggle Visible Mode'
|
Caption = 'Toggle Visible Mode'
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
@ -632,10 +629,11 @@ object frmMain: TfrmMain
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 9
|
Left = 9
|
||||||
Height = 17
|
Height = 17
|
||||||
Top = 161
|
Top = 163
|
||||||
Width = 97
|
Width = 97
|
||||||
Caption = 'Grouped'
|
Caption = 'Grouped'
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
|
BorderSpacing.Top = 24
|
||||||
OnClick = chkGroupedClick
|
OnClick = chkGroupedClick
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -651,8 +649,8 @@ object frmMain: TfrmMain
|
|||||||
SimplePanel = False
|
SimplePanel = False
|
||||||
end
|
end
|
||||||
object imlWinXPBar: TImageList
|
object imlWinXPBar: TImageList
|
||||||
left = 312
|
left = 128
|
||||||
top = 280
|
top = 272
|
||||||
Bitmap = {
|
Bitmap = {
|
||||||
4C69190000001000000010000000000000000000000000000000000000006858
|
4C69190000001000000010000000000000000000000000000000000000006858
|
||||||
50FF685850FF605848FF605848FF584840FF584840FF584840FF004050FF0000
|
50FF685850FF605848FF605848FF584840FF584840FF584840FF004050FF0000
|
||||||
@ -1459,8 +1457,8 @@ object frmMain: TfrmMain
|
|||||||
end
|
end
|
||||||
object aclWinXPBar: TActionList
|
object aclWinXPBar: TActionList
|
||||||
Images = imlWinXPBar
|
Images = imlWinXPBar
|
||||||
left = 80
|
left = 24
|
||||||
top = 280
|
top = 272
|
||||||
object acConnectRemoteServer: TAction
|
object acConnectRemoteServer: TAction
|
||||||
Category = 'Connect'
|
Category = 'Connect'
|
||||||
Caption = 'Remote-Server'
|
Caption = 'Remote-Server'
|
||||||
@ -1548,7 +1546,7 @@ object frmMain: TfrmMain
|
|||||||
Height = 19
|
Height = 19
|
||||||
Width = 19
|
Width = 19
|
||||||
left = 432
|
left = 432
|
||||||
top = 112
|
top = 104
|
||||||
Bitmap = {
|
Bitmap = {
|
||||||
4C69020000001300000013000000F800F800F800F800F800F800F800F800F800
|
4C69020000001300000013000000F800F800F800F800F800F800F800F800F800
|
||||||
F800F800F800F800F800F800F800F800F800F800F800F800F800F800F800F800
|
F800F800F800F800F800F800F800F800F800F800F800F800F800F800F800F800
|
||||||
@ -1645,8 +1643,8 @@ object frmMain: TfrmMain
|
|||||||
end
|
end
|
||||||
object ilWhiteButtons: TImageList
|
object ilWhiteButtons: TImageList
|
||||||
BkColor = clFuchsia
|
BkColor = clFuchsia
|
||||||
left = 232
|
left = 432
|
||||||
top = 198
|
top = 160
|
||||||
Bitmap = {
|
Bitmap = {
|
||||||
4C69040000001000000010000000F800F800F800F800F800F800F800F800F800
|
4C69040000001000000010000000F800F800F800F800F800F800F800F800F800
|
||||||
F800F800F800F800F800F800F800F800F800F800F800F800F800F800F800F800
|
F800F800F800F800F800F800F800F800F800F800F800F800F800F800F800F800
|
||||||
@ -1781,8 +1779,8 @@ object frmMain: TfrmMain
|
|||||||
end
|
end
|
||||||
object ilRedButtons: TImageList
|
object ilRedButtons: TImageList
|
||||||
BkColor = clFuchsia
|
BkColor = clFuchsia
|
||||||
left = 264
|
left = 432
|
||||||
top = 198
|
top = 280
|
||||||
Bitmap = {
|
Bitmap = {
|
||||||
4C69020000001000000010000000F800F800F800F800F800F800F800F800F800
|
4C69020000001000000010000000F800F800F800F800F800F800F800F800F800
|
||||||
F800F800F800F800F800F800F800F800F800F800F800F800F800F800F800F800
|
F800F800F800F800F800F800F800F800F800F800F800F800F800F800F800F800
|
||||||
@ -1853,8 +1851,8 @@ object frmMain: TfrmMain
|
|||||||
end
|
end
|
||||||
object ilBlackButtons: TImageList
|
object ilBlackButtons: TImageList
|
||||||
BkColor = clFuchsia
|
BkColor = clFuchsia
|
||||||
left = 296
|
left = 432
|
||||||
top = 198
|
top = 216
|
||||||
Bitmap = {
|
Bitmap = {
|
||||||
4C69060000001000000010000000F800F800F800F800F800F800F800F800F800
|
4C69060000001000000010000000F800F800F800F800F800F800F800F800F800
|
||||||
F800F800F800F800F800F800F800F800F800F800F800F800F800F800F800F800
|
F800F800F800F800F800F800F800F800F800F800F800F800F800F800F800F800
|
||||||
@ -2054,7 +2052,7 @@ object frmMain: TfrmMain
|
|||||||
object ilMSN: TImageList
|
object ilMSN: TImageList
|
||||||
Height = 15
|
Height = 15
|
||||||
Width = 15
|
Width = 15
|
||||||
left = 432
|
left = 336
|
||||||
top = 216
|
top = 216
|
||||||
Bitmap = {
|
Bitmap = {
|
||||||
4C69020000000F0000000F00000000000000000000000000000000000000E098
|
4C69020000000F0000000F00000000000000000000000000000000000000E098
|
||||||
@ -2119,7 +2117,7 @@ object frmMain: TfrmMain
|
|||||||
object ilMSN2: TImageList
|
object ilMSN2: TImageList
|
||||||
Height = 15
|
Height = 15
|
||||||
Width = 15
|
Width = 15
|
||||||
left = 432
|
left = 336
|
||||||
top = 272
|
top = 272
|
||||||
Bitmap = {
|
Bitmap = {
|
||||||
4C69020000000F0000000F00000000000000B06858FFB06858FFB06858FFB068
|
4C69020000000F0000000F00000000000000B06858FFB06858FFB06858FFB068
|
||||||
@ -2185,7 +2183,7 @@ object frmMain: TfrmMain
|
|||||||
BkColor = clFuchsia
|
BkColor = clFuchsia
|
||||||
Height = 15
|
Height = 15
|
||||||
Width = 15
|
Width = 15
|
||||||
left = 432
|
left = 336
|
||||||
top = 160
|
top = 160
|
||||||
Bitmap = {
|
Bitmap = {
|
||||||
4C69020000000F0000000F000000F800F800F800F800F800F800F800F800F0C8
|
4C69020000000F0000000F000000F800F800F800F800F800F800F800F800F0C8
|
||||||
|
@ -101,6 +101,7 @@ type
|
|||||||
property Align;
|
property Align;
|
||||||
property Anchors;
|
property Anchors;
|
||||||
//property AutoSize;
|
//property AutoSize;
|
||||||
|
property BorderSpacing;
|
||||||
property Constraints;
|
property Constraints;
|
||||||
property BiDiMode;
|
property BiDiMode;
|
||||||
property DragCursor;
|
property DragCursor;
|
||||||
|
@ -108,6 +108,7 @@ type
|
|||||||
published
|
published
|
||||||
property Alignment;
|
property Alignment;
|
||||||
property AutoSize;
|
property AutoSize;
|
||||||
|
property BorderSpacing;
|
||||||
property BorderWidth;
|
property BorderWidth;
|
||||||
property BoundColor;
|
property BoundColor;
|
||||||
property BoundLines;
|
property BoundLines;
|
||||||
|
Reference in New Issue
Block a user