doublecmd/src/ftweakplugin.lfm
2026-04-19 15:00:05 +03:00

513 lines
15 KiB
Text

object frmTweakPlugin: TfrmTweakPlugin
Left = 297
Height = 703
Top = 155
Width = 533
AutoSize = True
Caption = 'Tweak plugin'
ClientHeight = 703
ClientWidth = 533
OnCreate = FormCreate
Position = poScreenCenter
ShowInTaskBar = stNever
LCLVersion = '2.2.7.0'
object nbTweakAll: TNotebook
Left = 0
Height = 664
Top = 0
Width = 533
PageIndex = 0
Align = alClient
AutoSize = True
TabOrder = 0
TabStop = True
object pgTweakPacker: TPage
object pnlTweak: TPanel
Left = 6
Height = 652
Top = 6
Width = 521
Align = alClient
BorderSpacing.Around = 6
BevelOuter = bvNone
BorderStyle = bsSingle
ChildSizing.LeftRightSpacing = 10
ChildSizing.TopBottomSpacing = 8
ClientHeight = 648
ClientWidth = 517
TabOrder = 0
object lblFlagsValue: TLabel
AnchorSideLeft.Control = lblFlags
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = lblFlags
AnchorSideTop.Side = asrBottom
Left = 25
Height = 1
Top = 87
Width = 1
ParentColor = False
end
object lblPlugin: TLabel
AnchorSideLeft.Control = pnlTweak
AnchorSideTop.Control = fnePlugin1
AnchorSideTop.Side = asrCenter
Left = 10
Height = 15
Top = 12
Width = 37
BorderSpacing.Top = 12
Caption = '&Plugin:'
ParentColor = False
end
object lblExtension: TLabel
AnchorSideLeft.Control = lblPlugin
AnchorSideTop.Control = pnlPackerExtsButtons
AnchorSideTop.Side = asrCenter
Left = 10
Height = 15
Top = 44
Width = 54
BorderSpacing.Top = 12
Caption = '&Extension:'
FocusControl = cbExt
ParentColor = False
end
object lblFlags: TLabel
AnchorSideLeft.Control = lblExtension
AnchorSideTop.Control = pnlPackerExtsButtons
AnchorSideTop.Side = asrBottom
Left = 10
Height = 15
Top = 72
Width = 30
BorderSpacing.Top = 8
Caption = 'Flags:'
ParentColor = False
end
object pnlPackerExtsButtons: TPanel
AnchorSideLeft.Control = lblExtension
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = fnePlugin1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = btnRelativePlugin1
AnchorSideRight.Side = asrBottom
Left = 76
Height = 25
Top = 39
Width = 431
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Left = 12
BevelOuter = bvNone
ChildSizing.EnlargeHorizontal = crsScaleChilds
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.Layout = cclTopToBottomThenLeftToRight
ClientHeight = 25
ClientWidth = 431
TabOrder = 0
object cbExt: TComboBox
Left = 0
Height = 23
Top = 0
Width = 128
Constraints.MinWidth = 80
ItemHeight = 15
OnChange = cbExtChange
Style = csDropDownList
TabOrder = 0
end
object btnRemove: TButton
Left = 128
Height = 25
Top = 0
Width = 101
AutoSize = True
Caption = '&Remove'
Constraints.MinWidth = 80
OnClick = btnRemoveClick
TabOrder = 1
end
object btnAdd: TButton
Left = 229
Height = 25
Top = 0
Width = 101
AutoSize = True
Caption = 'A&dd new'
Constraints.MinWidth = 80
OnClick = btnAddClick
TabOrder = 2
end
object btnChange: TButton
Left = 330
Height = 25
Top = 0
Width = 101
AutoSize = True
Caption = 'C&hange'
Constraints.MinWidth = 80
OnClick = btnChangeClick
TabOrder = 3
end
end
object pnlFlags: TPanel
AnchorSideLeft.Control = pnlPackerExtsButtons
AnchorSideTop.Control = lblFlags
AnchorSideRight.Control = pnlTweak
AnchorSideRight.Side = asrBottom
Left = 76
Height = 221
Top = 72
Width = 226
AutoSize = True
BevelOuter = bvNone
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ClientHeight = 221
ClientWidth = 226
TabOrder = 1
object cbPK_CAPS_NEW: TCheckBox
Left = 0
Height = 19
Top = 0
Width = 226
Caption = 'Can create new archi&ves'
OnClick = cbPackerFlagsClick
TabOrder = 0
end
object cbPK_CAPS_MODIFY: TCheckBox
Left = 0
Height = 19
Top = 19
Width = 226
Caption = 'Can &modify existing archives'
OnClick = cbPackerFlagsClick
TabOrder = 1
end
object cbPK_CAPS_MULTIPLE: TCheckBox
Left = 0
Height = 19
Top = 38
Width = 226
Caption = '&Archive can contain multiple files'
OnClick = cbPackerFlagsClick
TabOrder = 2
end
object cbPK_CAPS_DELETE: TCheckBox
Left = 0
Height = 19
Top = 57
Width = 226
Caption = 'Can de&lete files'
OnClick = cbPackerFlagsClick
TabOrder = 3
end
object cbPK_CAPS_OPTIONS: TCheckBox
Left = 0
Height = 19
Top = 76
Width = 226
Caption = 'S&upports the options dialogbox'
OnClick = cbPackerFlagsClick
TabOrder = 4
end
object cbPK_CAPS_MEMPACK: TCheckBox
Left = 0
Height = 19
Top = 95
Width = 226
Caption = 'Supports pac&king in memory'
OnClick = cbPackerFlagsClick
TabOrder = 5
end
object cbPK_CAPS_BY_CONTENT: TCheckBox
Left = 0
Height = 19
Top = 114
Width = 226
Caption = 'De&tect archive type by content'
OnClick = cbPackerFlagsClick
TabOrder = 6
end
object cbPK_CAPS_SEARCHTEXT: TCheckBox
Left = 0
Height = 19
Top = 133
Width = 226
Caption = 'Allow searchin&g for text in archives'
OnClick = cbPackerFlagsClick
TabOrder = 7
end
object cbPK_CAPS_HIDE: TCheckBox
Left = 0
Height = 19
Top = 152
Width = 226
Caption = 'Sho&w as normal files (hide packer icon)'
OnClick = cbPackerFlagsClick
TabOrder = 8
end
object cbPK_CAPS_ENCRYPT: TCheckBox
Left = 0
Height = 19
Top = 171
Width = 226
Caption = 'Supports e&ncryption'
OnClick = cbPackerFlagsClick
TabOrder = 9
end
object btnDefault: TButton
AnchorSideLeft.Control = cbPK_CAPS_ENCRYPT
AnchorSideTop.Control = cbPK_CAPS_ENCRYPT
AnchorSideTop.Side = asrBottom
Left = 0
Height = 25
Top = 196
Width = 100
AutoSize = True
BorderSpacing.Top = 6
Caption = 'De&fault'
Constraints.MinWidth = 100
OnClick = btnDefaultClick
TabOrder = 10
end
end
object fnePlugin1: TFileNameEdit
AnchorSideLeft.Control = lblPlugin2
AnchorSideTop.Control = pnlTweak
AnchorSideRight.Control = btnRelativePlugin1
Left = 71
Height = 23
Top = 8
Width = 412
DialogOptions = []
FilterIndex = 0
HideDirectories = False
ButtonWidth = 23
NumGlyphs = 1
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Bottom = 8
MaxLength = 0
TabOrder = 2
end
object btnRelativePlugin1: TSpeedButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = fnePlugin1
AnchorSideRight.Control = pnlTweak
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = fnePlugin1
AnchorSideBottom.Side = asrBottom
Left = 483
Height = 23
Hint = 'Some functions to select appropriate path'
Top = 8
Width = 24
Anchors = [akTop, akRight, akBottom]
Images = dmComData.ilEditorImages
ImageIndex = 27
OnClick = btnRelativePlugin1Click
end
end
end
object pgTweakOther: TPage
object pnlTweakOther: TPanel
Left = 6
Height = 652
Top = 6
Width = 521
Align = alClient
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
BevelOuter = bvNone
BorderStyle = bsSingle
ClientHeight = 648
ClientWidth = 517
TabOrder = 0
object lblName: TLabel
AnchorSideLeft.Control = lblPlugin2
AnchorSideTop.Control = fnePlugin2
AnchorSideTop.Side = asrBottom
Left = 10
Height = 15
Top = 60
Width = 35
Caption = '&Name:'
FocusControl = edtName
ParentColor = False
end
object lblDetectStr: TLabel
AnchorSideLeft.Control = lblName
AnchorSideTop.Control = edtName
AnchorSideTop.Side = asrBottom
Left = 10
Height = 15
Top = 112
Width = 70
Caption = 'D&etect string:'
FocusControl = edtDetectStr
ParentColor = False
end
object lblDescription: TLabel
AnchorSideLeft.Control = lblDetectStr
AnchorSideTop.Control = edtDetectStr
AnchorSideTop.Side = asrBottom
Left = 10
Height = 15
Top = 164
Width = 63
Caption = '&Description:'
FocusControl = edtDescription
ParentColor = False
end
object edtName: TEdit
AnchorSideLeft.Control = lblName
AnchorSideTop.Control = lblName
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = btnRelativePlugin2
AnchorSideRight.Side = asrBottom
Left = 10
Height = 23
Top = 81
Width = 497
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Bottom = 8
TabOrder = 1
end
object edtDetectStr: TEdit
AnchorSideTop.Control = lblDetectStr
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = btnRelativePlugin2
AnchorSideRight.Side = asrBottom
Left = 10
Height = 23
Top = 133
Width = 497
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Bottom = 8
TabOrder = 2
end
object edtDescription: TEdit
AnchorSideTop.Control = lblDescription
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = btnRelativePlugin2
AnchorSideRight.Side = asrBottom
Left = 10
Height = 23
Top = 185
Width = 497
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Bottom = 8
TabOrder = 3
end
object lblPlugin2: TLabel
AnchorSideLeft.Control = pnlTweakOther
AnchorSideTop.Control = pnlTweakOther
Left = 10
Height = 15
Top = 8
Width = 37
BorderSpacing.Left = 10
BorderSpacing.Top = 8
Caption = '&Plugin:'
FocusControl = fnePlugin2
ParentColor = False
end
object fnePlugin2: TFileNameEdit
AnchorSideLeft.Control = lblPlugin2
AnchorSideTop.Control = lblPlugin2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = btnRelativePlugin2
Left = 10
Height = 23
Top = 29
Width = 473
DialogOptions = []
FilterIndex = 0
HideDirectories = False
ButtonWidth = 23
Constraints.MinWidth = 350
NumGlyphs = 1
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Bottom = 8
MaxLength = 0
TabOrder = 0
end
object btnRelativePlugin2: TSpeedButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = fnePlugin2
AnchorSideRight.Control = pnlTweakOther
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = fnePlugin2
AnchorSideBottom.Side = asrBottom
Left = 483
Height = 23
Hint = 'Some functions to select appropriate path'
Top = 29
Width = 24
Anchors = [akTop, akRight, akBottom]
BorderSpacing.Right = 10
Images = dmComData.ilEditorImages
ImageIndex = 27
OnClick = btnRelativePlugin2Click
end
end
end
end
object pnlButtons: TPanel
Left = 0
Height = 39
Top = 664
Width = 533
Align = alBottom
AutoSize = True
BevelOuter = bvNone
ClientHeight = 39
ClientWidth = 533
TabOrder = 1
object btnOK: TButton
AnchorSideTop.Control = btnCancel
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = btnCancel
Left = 318
Height = 25
Top = 7
Width = 100
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Right = 8
Caption = '&OK'
Constraints.MinWidth = 100
Default = True
ModalResult = 1
TabOrder = 0
end
object btnCancel: TButton
AnchorSideTop.Control = pnlButtons
AnchorSideRight.Control = pnlButtons
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = pnlButtons
AnchorSideBottom.Side = asrBottom
Left = 426
Height = 25
Top = 7
Width = 100
Anchors = [akTop, akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 7
Cancel = True
Caption = '&Cancel'
Constraints.MinWidth = 100
ModalResult = 2
TabOrder = 1
end
end
object pmPathHelper: TPopupMenu
Left = 224
Top = 600
end
end