Jedi code format: Hide unused option.

This commit is contained in:
DomingoGP 2025-03-01 12:44:23 +01:00
parent 07609dbba2
commit 20c09edcab

View File

@ -1,12 +1,14 @@
inherited fClarify: TfClarify object fClarify: TfClarify
Left = 0
Height = 292 Height = 292
Top = 0
Width = 426 Width = 426
ClientHeight = 292 ClientHeight = 292
ClientWidth = 426 ClientWidth = 426
TabOrder = 0 TabOrder = 0
DesignLeft = 130 DesignLeft = 130
DesignTop = 131 DesignTop = 131
object Label1: TLabel[0] object Label1: TLabel
AnchorSideLeft.Control = Owner AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner AnchorSideTop.Control = Owner
Left = 6 Left = 6
@ -17,7 +19,7 @@ inherited fClarify: TfClarify
Caption = 'File extensions to format:' Caption = 'File extensions to format:'
ParentColor = False ParentColor = False
end end
object rgRunOnceOffs: TRadioGroup[1] object rgRunOnceOffs: TRadioGroup
AnchorSideLeft.Control = mFileExtensions AnchorSideLeft.Control = mFileExtensions
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = mFileExtensions AnchorSideTop.Control = mFileExtensions
@ -49,8 +51,9 @@ inherited fClarify: TfClarify
'Run &only these' 'Run &only these'
) )
TabOrder = 0 TabOrder = 0
Visible = False
end end
object mFileExtensions: TMemo[2] object mFileExtensions: TMemo
AnchorSideLeft.Control = Label1 AnchorSideLeft.Control = Label1
AnchorSideTop.Control = Label1 AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom