mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
453 lines
14 KiB
Text
453 lines
14 KiB
Text
object frmTweakPlugin: TfrmTweakPlugin
|
|
Left = 346
|
|
Height = 443
|
|
Top = 80
|
|
Width = 488
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'Tweak plugin'
|
|
ClientHeight = 443
|
|
ClientWidth = 488
|
|
Color = clForm
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.29'
|
|
object btnOK: TButton
|
|
AnchorSideTop.Control = btnCancel
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = btnCancel
|
|
Left = 308
|
|
Height = 32
|
|
Top = 400
|
|
Width = 82
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Right = 8
|
|
Caption = 'OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object btnCancel: TButton
|
|
AnchorSideTop.Control = nbTweakAll
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 398
|
|
Height = 32
|
|
Top = 400
|
|
Width = 82
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Right = 8
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
object nbTweakAll: TNotebook
|
|
Left = 8
|
|
Height = 392
|
|
Top = 0
|
|
Width = 472
|
|
PageIndex = 0
|
|
ShowTabs = False
|
|
TabOrder = 2
|
|
object pgTweakPacker: TPage
|
|
ClientWidth = 464
|
|
ClientHeight = 384
|
|
object grpTweak: TGroupBox
|
|
AnchorSideLeft.Control = pgTweakPacker
|
|
AnchorSideTop.Control = pgTweakPacker
|
|
AnchorSideRight.Control = pgTweakPacker
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = pgTweakPacker
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 372
|
|
Top = 6
|
|
Width = 452
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ClientHeight = 354
|
|
ClientWidth = 448
|
|
TabOrder = 0
|
|
object lblFlagsValue: TLabel
|
|
AnchorSideLeft.Control = lblFlags
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = lblFlags
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 8
|
|
Height = 14
|
|
Top = 84
|
|
Width = 27
|
|
Caption = '(000)'
|
|
ParentColor = False
|
|
end
|
|
object lblPlugin: TLabel
|
|
AnchorSideLeft.Control = grpTweak
|
|
AnchorSideTop.Control = grpTweak
|
|
Left = 6
|
|
Height = 14
|
|
Top = 12
|
|
Width = 33
|
|
BorderSpacing.Top = 12
|
|
Caption = 'Plugin:'
|
|
ParentColor = False
|
|
end
|
|
object lblExtension: TLabel
|
|
AnchorSideLeft.Control = lblPlugin
|
|
AnchorSideTop.Control = lblPlugin
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 14
|
|
Top = 44
|
|
Width = 52
|
|
BorderSpacing.Top = 18
|
|
Caption = 'Extension:'
|
|
ParentColor = False
|
|
end
|
|
object lblFlags: TLabel
|
|
AnchorSideLeft.Control = lblExtension
|
|
AnchorSideTop.Control = lblExtension
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 14
|
|
Top = 70
|
|
Width = 30
|
|
BorderSpacing.Top = 12
|
|
Caption = 'Flags:'
|
|
ParentColor = False
|
|
end
|
|
object edtPlugin: TEdit
|
|
AnchorSideLeft.Control = lblExtension
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = lblPlugin
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = btnChange
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 70
|
|
Height = 21
|
|
Top = 9
|
|
Width = 354
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 12
|
|
TabOrder = 0
|
|
end
|
|
object cbExt: TComboBox
|
|
AnchorSideLeft.Control = edtPlugin
|
|
AnchorSideTop.Control = lblExtension
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 70
|
|
Height = 21
|
|
Top = 41
|
|
Width = 73
|
|
ItemHeight = 13
|
|
OnChange = cbExtChange
|
|
Style = csDropDownList
|
|
TabOrder = 1
|
|
end
|
|
object cbPK_CAPS_NEW: TCheckBox
|
|
AnchorSideLeft.Control = cbExt
|
|
AnchorSideTop.Control = lblFlags
|
|
Left = 70
|
|
Height = 17
|
|
Top = 70
|
|
Width = 137
|
|
Caption = 'Can create new archives'
|
|
TabOrder = 5
|
|
end
|
|
object cbPK_CAPS_MODIFY: TCheckBox
|
|
AnchorSideLeft.Control = cbExt
|
|
AnchorSideTop.Control = cbPK_CAPS_NEW
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 70
|
|
Height = 17
|
|
Top = 87
|
|
Width = 157
|
|
Caption = 'Can modify exisiting archives'
|
|
TabOrder = 6
|
|
end
|
|
object cbPK_CAPS_MULTIPLE: TCheckBox
|
|
AnchorSideLeft.Control = cbExt
|
|
AnchorSideTop.Control = cbPK_CAPS_MODIFY
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 70
|
|
Height = 17
|
|
Top = 104
|
|
Width = 173
|
|
Caption = 'Archive can contain multiple files'
|
|
TabOrder = 7
|
|
end
|
|
object cbPK_CAPS_DELETE: TCheckBox
|
|
AnchorSideLeft.Control = cbExt
|
|
AnchorSideTop.Control = cbPK_CAPS_MULTIPLE
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 70
|
|
Height = 17
|
|
Top = 121
|
|
Width = 92
|
|
Caption = 'Can delete files'
|
|
TabOrder = 8
|
|
end
|
|
object cbPK_CAPS_OPTIONS: TCheckBox
|
|
AnchorSideLeft.Control = cbExt
|
|
AnchorSideTop.Control = cbPK_CAPS_DELETE
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 70
|
|
Height = 17
|
|
Top = 138
|
|
Width = 167
|
|
Caption = 'Supports the options dialogbox'
|
|
TabOrder = 9
|
|
end
|
|
object cbPK_CAPS_MEMPACK: TCheckBox
|
|
AnchorSideLeft.Control = cbExt
|
|
AnchorSideTop.Control = cbPK_CAPS_OPTIONS
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 70
|
|
Height = 17
|
|
Top = 155
|
|
Width = 152
|
|
Caption = 'Supports packing in memory'
|
|
TabOrder = 10
|
|
end
|
|
object cbPK_CAPS_BY_CONTENT: TCheckBox
|
|
AnchorSideLeft.Control = cbExt
|
|
AnchorSideTop.Control = cbPK_CAPS_MEMPACK
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 70
|
|
Height = 17
|
|
Top = 172
|
|
Width = 168
|
|
Caption = 'Detect archive type by content'
|
|
TabOrder = 11
|
|
end
|
|
object cbPK_CAPS_SEARCHTEXT: TCheckBox
|
|
AnchorSideLeft.Control = cbExt
|
|
AnchorSideTop.Control = cbPK_CAPS_BY_CONTENT
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 70
|
|
Height = 17
|
|
Top = 189
|
|
Width = 186
|
|
Caption = 'Allow searching for text in archives'
|
|
TabOrder = 12
|
|
end
|
|
object cbPK_CAPS_HIDE: TCheckBox
|
|
AnchorSideLeft.Control = cbExt
|
|
AnchorSideTop.Control = cbPK_CAPS_SEARCHTEXT
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 70
|
|
Height = 17
|
|
Top = 206
|
|
Width = 203
|
|
Caption = 'Show as normal files (hide packer icon)'
|
|
TabOrder = 13
|
|
end
|
|
object btnAdd: TButton
|
|
AnchorSideLeft.Control = btnRemove
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbExt
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 242
|
|
Height = 32
|
|
Top = 35
|
|
Width = 89
|
|
BorderSpacing.Left = 4
|
|
Caption = 'Add new'
|
|
OnClick = btnAddClick
|
|
TabOrder = 3
|
|
end
|
|
object btnRemove: TButton
|
|
AnchorSideLeft.Control = cbExt
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbExt
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 149
|
|
Height = 32
|
|
Top = 35
|
|
Width = 89
|
|
BorderSpacing.Left = 6
|
|
Caption = 'Remove'
|
|
OnClick = btnRemoveClick
|
|
TabOrder = 2
|
|
end
|
|
object btnDefault: TButton
|
|
AnchorSideLeft.Control = cbExt
|
|
AnchorSideTop.Control = cbPK_CAPS_ENCRYPT
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 70
|
|
Height = 32
|
|
Top = 246
|
|
Width = 105
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Default'
|
|
OnClick = btnDefaultClick
|
|
TabOrder = 15
|
|
end
|
|
object btnChange: TButton
|
|
AnchorSideLeft.Control = btnAdd
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbExt
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 335
|
|
Height = 32
|
|
Top = 35
|
|
Width = 89
|
|
BorderSpacing.Left = 4
|
|
Caption = 'Change'
|
|
OnClick = btnChangeClick
|
|
TabOrder = 4
|
|
end
|
|
object cbPK_CAPS_ENCRYPT: TCheckBox
|
|
AnchorSideLeft.Control = cbExt
|
|
AnchorSideTop.Control = cbPK_CAPS_HIDE
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 70
|
|
Height = 17
|
|
Top = 223
|
|
Width = 115
|
|
Caption = 'Supports encryption'
|
|
TabOrder = 14
|
|
end
|
|
end
|
|
end
|
|
object pgTweakOther: TPage
|
|
ClientWidth = 454
|
|
ClientHeight = 384
|
|
object grpTweakOther: TGroupBox
|
|
AnchorSideLeft.Control = pgTweakOther
|
|
AnchorSideTop.Control = pgTweakOther
|
|
AnchorSideRight.Control = pgTweakOther
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = pgTweakOther
|
|
Left = 6
|
|
Height = 388
|
|
Top = 6
|
|
Width = 442
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
ClientHeight = 370
|
|
ClientWidth = 438
|
|
TabOrder = 0
|
|
object lblName: TLabel
|
|
AnchorSideLeft.Control = grpTweakOther
|
|
AnchorSideTop.Control = edtPlugin1
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 14
|
|
Top = 57
|
|
Width = 32
|
|
BorderSpacing.Left = 10
|
|
BorderSpacing.Top = 8
|
|
Caption = 'Name:'
|
|
ParentColor = False
|
|
end
|
|
object lblDetectStr: TLabel
|
|
AnchorSideLeft.Control = grpTweakOther
|
|
AnchorSideTop.Control = edtName
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 14
|
|
Top = 106
|
|
Width = 67
|
|
BorderSpacing.Left = 10
|
|
BorderSpacing.Top = 8
|
|
Caption = 'Detect string:'
|
|
ParentColor = False
|
|
end
|
|
object lblDescription: TLabel
|
|
AnchorSideLeft.Control = grpTweakOther
|
|
AnchorSideTop.Control = edtDetectStr
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 10
|
|
Height = 14
|
|
Top = 155
|
|
Width = 58
|
|
BorderSpacing.Left = 10
|
|
BorderSpacing.Top = 8
|
|
Caption = 'Description:'
|
|
ParentColor = False
|
|
end
|
|
object edtName: TEdit
|
|
AnchorSideLeft.Control = grpTweakOther
|
|
AnchorSideTop.Control = lblName
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = grpTweakOther
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 10
|
|
Height = 21
|
|
Top = 77
|
|
Width = 418
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 10
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 10
|
|
TabOrder = 0
|
|
end
|
|
object edtDetectStr: TEdit
|
|
AnchorSideLeft.Control = grpTweakOther
|
|
AnchorSideTop.Control = lblDetectStr
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = grpTweakOther
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 10
|
|
Height = 21
|
|
Top = 126
|
|
Width = 418
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 10
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 10
|
|
TabOrder = 1
|
|
end
|
|
object edtDescription: TEdit
|
|
AnchorSideLeft.Control = grpTweakOther
|
|
AnchorSideTop.Control = lblDescription
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = grpTweakOther
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 10
|
|
Height = 21
|
|
Top = 177
|
|
Width = 418
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 10
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Right = 10
|
|
TabOrder = 2
|
|
end
|
|
object edtPlugin1: TEdit
|
|
AnchorSideLeft.Control = grpTweakOther
|
|
AnchorSideTop.Control = lblPlugin1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = grpTweakOther
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 10
|
|
Height = 21
|
|
Top = 28
|
|
Width = 418
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 10
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 10
|
|
TabOrder = 3
|
|
end
|
|
object lblPlugin1: TLabel
|
|
AnchorSideLeft.Control = grpTweakOther
|
|
AnchorSideTop.Control = grpTweakOther
|
|
Left = 10
|
|
Height = 14
|
|
Top = 8
|
|
Width = 33
|
|
BorderSpacing.Left = 10
|
|
BorderSpacing.Top = 8
|
|
Caption = 'Plugin:'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|