Fixed Keep background checkbox
This commit is contained in:
parent
fccc7122d6
commit
8fc89fea80
@ -44,7 +44,7 @@ object OptionsForm: TOptionsForm
|
|||||||
Top = 8
|
Top = 8
|
||||||
Width = 451
|
Width = 451
|
||||||
Height = 265
|
Height = 265
|
||||||
ActivePage = GeneralPage
|
ActivePage = RandomPage
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
TabStop = False
|
TabStop = False
|
||||||
object GeneralPage: TTabSheet
|
object GeneralPage: TTabSheet
|
||||||
@ -618,15 +618,6 @@ object OptionsForm: TOptionsForm
|
|||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object chkKeepBackground: TCheckBox
|
|
||||||
Left = 208
|
|
||||||
Top = 170
|
|
||||||
Width = 161
|
|
||||||
Height = 17
|
|
||||||
HelpContext = 1023
|
|
||||||
Caption = 'Keep background color'
|
|
||||||
TabOrder = 4
|
|
||||||
end
|
|
||||||
object gpFlameTitlePrefix: TGroupBox
|
object gpFlameTitlePrefix: TGroupBox
|
||||||
Left = 208
|
Left = 208
|
||||||
Top = 88
|
Top = 88
|
||||||
@ -834,6 +825,15 @@ object OptionsForm: TOptionsForm
|
|||||||
Thousands = False
|
Thousands = False
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
object chkKeepBackground: TCheckBox
|
||||||
|
Left = 216
|
||||||
|
Top = 160
|
||||||
|
Width = 137
|
||||||
|
Height = 22
|
||||||
|
HelpContext = 1023
|
||||||
|
Caption = 'Keep background color'
|
||||||
|
TabOrder = 4
|
||||||
|
end
|
||||||
end
|
end
|
||||||
object VariationsPage: TTabSheet
|
object VariationsPage: TTabSheet
|
||||||
Caption = 'Variations'
|
Caption = 'Variations'
|
||||||
|
Loading…
Reference in New Issue
Block a user