MakeResStrDialog: remove hardcoded default colors, use system colors instead

This commit is contained in:
Bernd Kreuss 2021-09-27 10:32:56 +02:00 committed by Maxim Ganetsky
parent 3a13f819f7
commit 58bab52639

View File

@ -36,7 +36,6 @@ object MakeResStrDialog: TMakeResStrDialog
BorderSpacing.Top = 2
BorderSpacing.Around = 6
Caption = 'ResStrSectionLabel'
ParentColor = False
end
object ResStrWithSameValueLabel: TLabel
AnchorSideLeft.Control = IdentifierGroupBox
@ -50,7 +49,6 @@ object MakeResStrDialog: TMakeResStrDialog
BorderSpacing.Top = 2
BorderSpacing.Around = 6
Caption = 'ResStrWithSameValueLabel'
ParentColor = False
end
object AppendResStrRadioButton: TRadioButton
AnchorSideLeft.Control = ConversionGroupBox
@ -154,7 +152,6 @@ object MakeResStrDialog: TMakeResStrDialog
BorderSpacing.Top = 2
BorderSpacing.Around = 6
Caption = 'IdentLengthLabel'
ParentColor = False
end
object IdentPrefixLabel: TLabel
AnchorSideLeft.Control = IdentifierGroupBox
@ -168,7 +165,6 @@ object MakeResStrDialog: TMakeResStrDialog
BorderSpacing.Top = 2
BorderSpacing.Around = 6
Caption = 'IdentPrefixLabel'
ParentColor = False
end
object IdentifierEdit: TEdit
AnchorSideLeft.Control = IdentPrefixLabel
@ -263,8 +259,9 @@ object MakeResStrDialog: TMakeResStrDialog
Width = 621
Align = alClient
BorderSpacing.Around = 6
Font.Color = clBlack
Font.Height = -13
Color = clWindow
Font.Color = clWindowText
Font.Name = 'Courier'
Font.Pitch = fpFixed
Font.Quality = fqNonAntialiased
@ -800,8 +797,9 @@ object MakeResStrDialog: TMakeResStrDialog
Width = 621
Align = alClient
BorderSpacing.Around = 6
Font.Color = clBlack
Font.Height = -13
Color = clWindow
Font.Color = clWindowText
Font.Name = 'Courier'
Font.Pitch = fpFixed
Font.Quality = fqNonAntialiased