mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 13:09:20 +02:00
MakeResStrDialog: remove hardcoded default colors, use system colors instead
This commit is contained in:
parent
3a13f819f7
commit
58bab52639
@ -36,7 +36,6 @@ object MakeResStrDialog: TMakeResStrDialog
|
|||||||
BorderSpacing.Top = 2
|
BorderSpacing.Top = 2
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'ResStrSectionLabel'
|
Caption = 'ResStrSectionLabel'
|
||||||
ParentColor = False
|
|
||||||
end
|
end
|
||||||
object ResStrWithSameValueLabel: TLabel
|
object ResStrWithSameValueLabel: TLabel
|
||||||
AnchorSideLeft.Control = IdentifierGroupBox
|
AnchorSideLeft.Control = IdentifierGroupBox
|
||||||
@ -50,7 +49,6 @@ object MakeResStrDialog: TMakeResStrDialog
|
|||||||
BorderSpacing.Top = 2
|
BorderSpacing.Top = 2
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'ResStrWithSameValueLabel'
|
Caption = 'ResStrWithSameValueLabel'
|
||||||
ParentColor = False
|
|
||||||
end
|
end
|
||||||
object AppendResStrRadioButton: TRadioButton
|
object AppendResStrRadioButton: TRadioButton
|
||||||
AnchorSideLeft.Control = ConversionGroupBox
|
AnchorSideLeft.Control = ConversionGroupBox
|
||||||
@ -154,7 +152,6 @@ object MakeResStrDialog: TMakeResStrDialog
|
|||||||
BorderSpacing.Top = 2
|
BorderSpacing.Top = 2
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'IdentLengthLabel'
|
Caption = 'IdentLengthLabel'
|
||||||
ParentColor = False
|
|
||||||
end
|
end
|
||||||
object IdentPrefixLabel: TLabel
|
object IdentPrefixLabel: TLabel
|
||||||
AnchorSideLeft.Control = IdentifierGroupBox
|
AnchorSideLeft.Control = IdentifierGroupBox
|
||||||
@ -168,7 +165,6 @@ object MakeResStrDialog: TMakeResStrDialog
|
|||||||
BorderSpacing.Top = 2
|
BorderSpacing.Top = 2
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'IdentPrefixLabel'
|
Caption = 'IdentPrefixLabel'
|
||||||
ParentColor = False
|
|
||||||
end
|
end
|
||||||
object IdentifierEdit: TEdit
|
object IdentifierEdit: TEdit
|
||||||
AnchorSideLeft.Control = IdentPrefixLabel
|
AnchorSideLeft.Control = IdentPrefixLabel
|
||||||
@ -263,8 +259,9 @@ object MakeResStrDialog: TMakeResStrDialog
|
|||||||
Width = 621
|
Width = 621
|
||||||
Align = alClient
|
Align = alClient
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Font.Color = clBlack
|
|
||||||
Font.Height = -13
|
Font.Height = -13
|
||||||
|
Color = clWindow
|
||||||
|
Font.Color = clWindowText
|
||||||
Font.Name = 'Courier'
|
Font.Name = 'Courier'
|
||||||
Font.Pitch = fpFixed
|
Font.Pitch = fpFixed
|
||||||
Font.Quality = fqNonAntialiased
|
Font.Quality = fqNonAntialiased
|
||||||
@ -800,8 +797,9 @@ object MakeResStrDialog: TMakeResStrDialog
|
|||||||
Width = 621
|
Width = 621
|
||||||
Align = alClient
|
Align = alClient
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Font.Color = clBlack
|
|
||||||
Font.Height = -13
|
Font.Height = -13
|
||||||
|
Color = clWindow
|
||||||
|
Font.Color = clWindowText
|
||||||
Font.Name = 'Courier'
|
Font.Name = 'Courier'
|
||||||
Font.Pitch = fpFixed
|
Font.Pitch = fpFixed
|
||||||
Font.Quality = fqNonAntialiased
|
Font.Quality = fqNonAntialiased
|
||||||
|
Loading…
Reference in New Issue
Block a user