mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
467 lines
13 KiB
Text
467 lines
13 KiB
Text
object frmTweakPlugin: TfrmTweakPlugin
|
|
Left = 405
|
|
Height = 482
|
|
Top = 52
|
|
Width = 544
|
|
AutoSize = True
|
|
Caption = 'Tweak plugin'
|
|
ClientHeight = 482
|
|
ClientWidth = 544
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
ShowInTaskBar = stNever
|
|
LCLVersion = '1.1'
|
|
object nbTweakAll: TNotebook
|
|
Left = 0
|
|
Height = 437
|
|
Top = 0
|
|
Width = 544
|
|
PageIndex = 0
|
|
Align = alClient
|
|
TabOrder = 0
|
|
TabStop = True
|
|
object pgTweakPacker: TPage
|
|
object pnlTweak: TPanel
|
|
Left = 6
|
|
Height = 425
|
|
Top = 6
|
|
Width = 532
|
|
Align = alClient
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
BevelOuter = bvNone
|
|
BorderStyle = bsSingle
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ClientHeight = 423
|
|
ClientWidth = 530
|
|
TabOrder = 0
|
|
object lblFlagsValue: TLabel
|
|
AnchorSideLeft.Control = lblFlags
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = lblFlags
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 25
|
|
Height = 1
|
|
Top = 98
|
|
Width = 1
|
|
ParentColor = False
|
|
end
|
|
object lblPlugin: TLabel
|
|
AnchorSideLeft.Control = pnlTweak
|
|
AnchorSideTop.Control = pnlTweak
|
|
Left = 6
|
|
Height = 18
|
|
Top = 12
|
|
Width = 45
|
|
BorderSpacing.Top = 12
|
|
Caption = '&Plugin:'
|
|
FocusControl = edtPlugin
|
|
ParentColor = False
|
|
end
|
|
object lblExtension: TLabel
|
|
AnchorSideLeft.Control = lblPlugin
|
|
AnchorSideTop.Control = edtPlugin
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 18
|
|
Top = 47
|
|
Width = 68
|
|
BorderSpacing.Top = 12
|
|
Caption = '&Extension:'
|
|
FocusControl = cbExt
|
|
ParentColor = False
|
|
end
|
|
object lblFlags: TLabel
|
|
AnchorSideLeft.Control = lblExtension
|
|
AnchorSideTop.Control = pnlPackerExtsButtons
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 18
|
|
Top = 80
|
|
Width = 39
|
|
BorderSpacing.Top = 8
|
|
Caption = 'Flags:'
|
|
ParentColor = False
|
|
end
|
|
object edtPlugin: TEdit
|
|
AnchorSideLeft.Control = pnlPackerExtsButtons
|
|
AnchorSideTop.Control = lblPlugin
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = pnlPackerExtsButtons
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 86
|
|
Height = 28
|
|
Top = 7
|
|
Width = 438
|
|
Anchors = [akTop, akLeft, akRight]
|
|
TabOrder = 0
|
|
end
|
|
object pnlPackerExtsButtons: TPanel
|
|
AnchorSideLeft.Control = lblExtension
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = lblExtension
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = pnlTweak
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 86
|
|
Height = 31
|
|
Top = 41
|
|
Width = 438
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 12
|
|
BevelOuter = bvNone
|
|
ChildSizing.EnlargeHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.Layout = cclTopToBottomThenLeftToRight
|
|
ClientHeight = 31
|
|
ClientWidth = 438
|
|
TabOrder = 1
|
|
object cbExt: TComboBox
|
|
Left = 0
|
|
Height = 31
|
|
Top = 0
|
|
Width = 129
|
|
Constraints.MinWidth = 80
|
|
ItemHeight = 0
|
|
OnChange = cbExtChange
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
object btnRemove: TButton
|
|
Left = 129
|
|
Height = 31
|
|
Top = 0
|
|
Width = 103
|
|
AutoSize = True
|
|
Caption = '&Remove'
|
|
Constraints.MinWidth = 80
|
|
OnClick = btnRemoveClick
|
|
TabOrder = 1
|
|
end
|
|
object btnAdd: TButton
|
|
Left = 232
|
|
Height = 31
|
|
Top = 0
|
|
Width = 103
|
|
AutoSize = True
|
|
Caption = 'A&dd new'
|
|
Constraints.MinWidth = 80
|
|
OnClick = btnAddClick
|
|
TabOrder = 2
|
|
end
|
|
object btnChange: TButton
|
|
Left = 335
|
|
Height = 31
|
|
Top = 0
|
|
Width = 103
|
|
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 = 86
|
|
Height = 267
|
|
Top = 80
|
|
Width = 276
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ClientHeight = 267
|
|
ClientWidth = 276
|
|
TabOrder = 2
|
|
object cbPK_CAPS_NEW: TCheckBox
|
|
Left = 0
|
|
Height = 23
|
|
Top = 0
|
|
Width = 276
|
|
Caption = 'Can create new archi&ves'
|
|
OnClick = cbPackerFlagsClick
|
|
TabOrder = 0
|
|
end
|
|
object cbPK_CAPS_MODIFY: TCheckBox
|
|
Left = 0
|
|
Height = 23
|
|
Top = 23
|
|
Width = 276
|
|
Caption = 'Can &modify existing archives'
|
|
OnClick = cbPackerFlagsClick
|
|
TabOrder = 1
|
|
end
|
|
object cbPK_CAPS_MULTIPLE: TCheckBox
|
|
Left = 0
|
|
Height = 23
|
|
Top = 46
|
|
Width = 276
|
|
Caption = '&Archive can contain multiple files'
|
|
OnClick = cbPackerFlagsClick
|
|
TabOrder = 2
|
|
end
|
|
object cbPK_CAPS_DELETE: TCheckBox
|
|
Left = 0
|
|
Height = 23
|
|
Top = 69
|
|
Width = 276
|
|
Caption = 'Can de&lete files'
|
|
OnClick = cbPackerFlagsClick
|
|
TabOrder = 3
|
|
end
|
|
object cbPK_CAPS_OPTIONS: TCheckBox
|
|
Left = 0
|
|
Height = 23
|
|
Top = 92
|
|
Width = 276
|
|
Caption = 'S&upports the options dialogbox'
|
|
OnClick = cbPackerFlagsClick
|
|
TabOrder = 4
|
|
end
|
|
object cbPK_CAPS_MEMPACK: TCheckBox
|
|
Left = 0
|
|
Height = 23
|
|
Top = 115
|
|
Width = 276
|
|
Caption = 'Supports pac&king in memory'
|
|
OnClick = cbPackerFlagsClick
|
|
TabOrder = 5
|
|
end
|
|
object cbPK_CAPS_BY_CONTENT: TCheckBox
|
|
Left = 0
|
|
Height = 23
|
|
Top = 138
|
|
Width = 276
|
|
Caption = 'De&tect archive type by content'
|
|
OnClick = cbPackerFlagsClick
|
|
TabOrder = 6
|
|
end
|
|
object cbPK_CAPS_SEARCHTEXT: TCheckBox
|
|
Left = 0
|
|
Height = 23
|
|
Top = 161
|
|
Width = 276
|
|
Caption = 'Allow searchin&g for text in archives'
|
|
OnClick = cbPackerFlagsClick
|
|
TabOrder = 7
|
|
end
|
|
object cbPK_CAPS_HIDE: TCheckBox
|
|
Left = 0
|
|
Height = 23
|
|
Top = 184
|
|
Width = 276
|
|
Caption = 'Sho&w as normal files (hide packer icon)'
|
|
OnClick = cbPackerFlagsClick
|
|
TabOrder = 8
|
|
end
|
|
object cbPK_CAPS_ENCRYPT: TCheckBox
|
|
Left = 0
|
|
Height = 23
|
|
Top = 207
|
|
Width = 276
|
|
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 = 31
|
|
Top = 236
|
|
Width = 100
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'De&fault'
|
|
Constraints.MinWidth = 100
|
|
OnClick = btnDefaultClick
|
|
TabOrder = 10
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object pgTweakOther: TPage
|
|
object pnlTweakOther: TPanel
|
|
Left = 6
|
|
Height = 425
|
|
Top = 6
|
|
Width = 532
|
|
Align = alClient
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
BevelOuter = bvNone
|
|
BorderStyle = bsSingle
|
|
ClientHeight = 423
|
|
ClientWidth = 530
|
|
TabOrder = 0
|
|
object lblName: TLabel
|
|
AnchorSideLeft.Control = lblPlugin1
|
|
AnchorSideTop.Control = edtPlugin1
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 18
|
|
Top = 68
|
|
Width = 41
|
|
Caption = '&Name:'
|
|
FocusControl = edtName
|
|
ParentColor = False
|
|
end
|
|
object lblDetectStr: TLabel
|
|
AnchorSideLeft.Control = lblName
|
|
AnchorSideTop.Control = edtName
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 18
|
|
Top = 128
|
|
Width = 92
|
|
Caption = 'D&etect string:'
|
|
FocusControl = edtDetectStr
|
|
ParentColor = False
|
|
end
|
|
object lblDescription: TLabel
|
|
AnchorSideLeft.Control = lblDetectStr
|
|
AnchorSideTop.Control = edtDetectStr
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 18
|
|
Top = 188
|
|
Width = 79
|
|
Caption = '&Description:'
|
|
FocusControl = edtDescription
|
|
ParentColor = False
|
|
end
|
|
object edtName: TEdit
|
|
AnchorSideLeft.Control = lblName
|
|
AnchorSideTop.Control = lblName
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = edtPlugin1
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 10
|
|
Height = 28
|
|
Top = 92
|
|
Width = 510
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Bottom = 8
|
|
TabOrder = 1
|
|
end
|
|
object edtDetectStr: TEdit
|
|
AnchorSideLeft.Control = edtPlugin1
|
|
AnchorSideTop.Control = lblDetectStr
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = edtPlugin1
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 10
|
|
Height = 28
|
|
Top = 152
|
|
Width = 510
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Bottom = 8
|
|
TabOrder = 2
|
|
end
|
|
object edtDescription: TEdit
|
|
AnchorSideLeft.Control = edtPlugin1
|
|
AnchorSideTop.Control = lblDescription
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = edtPlugin1
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 10
|
|
Height = 28
|
|
Top = 212
|
|
Width = 510
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Bottom = 8
|
|
TabOrder = 3
|
|
end
|
|
object edtPlugin1: TEdit
|
|
AnchorSideLeft.Control = pnlTweakOther
|
|
AnchorSideTop.Control = lblPlugin1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = pnlTweakOther
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 10
|
|
Height = 28
|
|
Top = 32
|
|
Width = 510
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 10
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 10
|
|
BorderSpacing.Bottom = 8
|
|
Constraints.MinWidth = 350
|
|
TabOrder = 0
|
|
end
|
|
object lblPlugin1: TLabel
|
|
AnchorSideLeft.Control = pnlTweakOther
|
|
AnchorSideTop.Control = pnlTweakOther
|
|
Left = 10
|
|
Height = 18
|
|
Top = 8
|
|
Width = 45
|
|
BorderSpacing.Left = 10
|
|
BorderSpacing.Top = 8
|
|
Caption = '&Plugin:'
|
|
FocusControl = edtPlugin1
|
|
ParentColor = False
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object pnlButtons: TPanel
|
|
Left = 0
|
|
Height = 45
|
|
Top = 437
|
|
Width = 544
|
|
Align = alBottom
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 45
|
|
ClientWidth = 544
|
|
TabOrder = 1
|
|
object btnOK: TButton
|
|
AnchorSideTop.Control = btnCancel
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = btnCancel
|
|
Left = 329
|
|
Height = 31
|
|
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 = 437
|
|
Height = 31
|
|
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
|
|
end
|