doublecmd/src/frames/foptionstools.lfm
2023-07-11 20:44:24 +03:00

73 lines
1.9 KiB
Text

inherited frmOptionsViewer: TfrmOptionsViewer
Height = 513
Width = 586
HelpKeyword = '/configuration.html#ConfigToolsViewer'
ClientHeight = 513
ClientWidth = 586
DesignLeft = 384
DesignTop = 288
inherited lblToolsPath: TLabel
Width = 145
end
inherited cbToolsKeepTerminalOpen: TCheckBox
Width = 297
end
inherited cbToolsRunInTerminal: TCheckBox
Width = 119
end
inherited cbToolsUseExternalProgram: TCheckBox
Width = 131
end
object gbInternalViewer: TGroupBox[8]
AnchorSideLeft.Control = fneToolsPath
AnchorSideTop.Control = cbToolsKeepTerminalOpen
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = edtToolsParameters
AnchorSideRight.Side = asrBottom
Left = 8
Height = 55
Top = 200
Width = 571
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 12
BorderSpacing.Bottom = 10
Caption = 'Internal viewer options'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 3
ClientHeight = 48
ClientWidth = 569
TabOrder = 5
object seNumberColumnsViewer: TSpinEdit
AnchorSideLeft.Control = lblNumberColumnsViewer
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Side = asrBottom
Left = 211
Height = 23
Top = 6
Width = 50
BorderSpacing.Left = 12
BorderSpacing.Top = 5
MaxValue = 3
MinValue = 1
TabOrder = 0
Value = 1
end
object lblNumberColumnsViewer: TLabel
AnchorSideTop.Control = seNumberColumnsViewer
AnchorSideTop.Side = asrCenter
Left = 12
Height = 15
Top = 10
Width = 187
Caption = '&Number of columns in book viewer'
FocusControl = seNumberColumnsViewer
ParentColor = False
end
end
inherited pmPathHelper: TPopupMenu[9]
Left = 520
Top = 152
end
end