mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 07:58:07 +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.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
|
||||
|
Loading…
Reference in New Issue
Block a user