doublecmd/src/ftweakplugin.lfm
2011-02-01 08:00:21 +00:00

455 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 = '0.9.31'
object nbTweakAll: TNotebook
Left = 0
Height = 439
Top = 0
Width = 544
PageIndex = 0
Align = alClient
TabOrder = 0
TabStop = True
object pgTweakPacker: TPage
ClientWidth = 540
ClientHeight = 435
object pnlTweak: TPanel
Left = 6
Height = 423
Top = 6
Width = 528
Align = alClient
AutoSize = True
BorderSpacing.Around = 6
BevelOuter = bvNone
BorderStyle = bsSingle
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 421
ClientWidth = 526
TabOrder = 0
object lblFlagsValue: TLabel
AnchorSideLeft.Control = lblFlags
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = lblFlags
AnchorSideTop.Side = asrBottom
Left = 28
Height = 1
Top = 102
Width = 1
ParentColor = False
end
object lblPlugin: TLabel
AnchorSideLeft.Control = pnlTweak
AnchorSideTop.Control = pnlTweak
Left = 6
Height = 20
Top = 12
Width = 51
BorderSpacing.Top = 12
Caption = 'Plugin:'
ParentColor = False
end
object lblExtension: TLabel
AnchorSideLeft.Control = lblPlugin
AnchorSideTop.Control = edtPlugin
AnchorSideTop.Side = asrBottom
Left = 6
Height = 20
Top = 49
Width = 73
BorderSpacing.Top = 12
Caption = 'Extension:'
ParentColor = False
end
object lblFlags: TLabel
AnchorSideLeft.Control = lblExtension
AnchorSideTop.Control = pnlPackerExtsButtons
AnchorSideTop.Side = asrBottom
Left = 6
Height = 20
Top = 82
Width = 44
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 = 91
Height = 29
Top = 8
Width = 429
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 = 91
Height = 29
Top = 45
Width = 429
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Left = 12
BevelOuter = bvNone
ChildSizing.EnlargeHorizontal = crsScaleChilds
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.Layout = cclTopToBottomThenLeftToRight
ClientHeight = 29
ClientWidth = 429
TabOrder = 1
object cbExt: TComboBox
Left = 0
Height = 29
Top = 0
Width = 121
Constraints.MinWidth = 80
ItemHeight = 0
OnChange = cbExtChange
Style = csDropDownList
TabOrder = 0
end
object btnRemove: TButton
Left = 121
Height = 29
Top = 0
Width = 103
AutoSize = True
Caption = 'Remove'
Constraints.MinWidth = 80
OnClick = btnRemoveClick
TabOrder = 1
end
object btnAdd: TButton
Left = 224
Height = 29
Top = 0
Width = 103
AutoSize = True
Caption = 'Add new'
Constraints.MinWidth = 80
OnClick = btnAddClick
TabOrder = 2
end
object btnChange: TButton
Left = 327
Height = 29
Top = 0
Width = 102
AutoSize = True
Caption = 'Change'
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 = 91
Height = 275
Top = 82
Width = 296
AutoSize = True
BevelOuter = bvNone
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ClientHeight = 275
ClientWidth = 296
TabOrder = 2
object cbPK_CAPS_NEW: TCheckBox
Left = 0
Height = 24
Top = 0
Width = 296
Caption = 'Can create new archives'
TabOrder = 0
end
object cbPK_CAPS_MODIFY: TCheckBox
Left = 0
Height = 24
Top = 24
Width = 296
Caption = 'Can modify exisiting archives'
TabOrder = 1
end
object cbPK_CAPS_MULTIPLE: TCheckBox
Left = 0
Height = 24
Top = 48
Width = 296
Caption = 'Archive can contain multiple files'
TabOrder = 2
end
object cbPK_CAPS_DELETE: TCheckBox
Left = 0
Height = 24
Top = 72
Width = 296
Caption = 'Can delete files'
TabOrder = 3
end
object cbPK_CAPS_OPTIONS: TCheckBox
Left = 0
Height = 24
Top = 96
Width = 296
Caption = 'Supports the options dialogbox'
TabOrder = 4
end
object cbPK_CAPS_MEMPACK: TCheckBox
Left = 0
Height = 24
Top = 120
Width = 296
Caption = 'Supports packing in memory'
TabOrder = 5
end
object cbPK_CAPS_BY_CONTENT: TCheckBox
Left = 0
Height = 24
Top = 144
Width = 296
Caption = 'Detect archive type by content'
TabOrder = 6
end
object cbPK_CAPS_SEARCHTEXT: TCheckBox
Left = 0
Height = 24
Top = 168
Width = 296
Caption = 'Allow searching for text in archives'
TabOrder = 7
end
object cbPK_CAPS_HIDE: TCheckBox
Left = 0
Height = 24
Top = 192
Width = 296
Caption = 'Show as normal files (hide packer icon)'
TabOrder = 8
end
object cbPK_CAPS_ENCRYPT: TCheckBox
Left = 0
Height = 24
Top = 216
Width = 296
Caption = 'Supports encryption'
TabOrder = 9
end
object btnDefault: TButton
AnchorSideLeft.Control = cbPK_CAPS_ENCRYPT
AnchorSideTop.Control = cbPK_CAPS_ENCRYPT
AnchorSideTop.Side = asrBottom
Left = 0
Height = 29
Top = 246
Width = 100
AutoSize = True
BorderSpacing.Top = 6
Caption = 'Default'
Constraints.MinWidth = 100
OnClick = btnDefaultClick
TabOrder = 10
end
end
end
end
object pgTweakOther: TPage
ClientWidth = 540
ClientHeight = 435
object pnlTweakOther: TPanel
Left = 6
Height = 423
Top = 6
Width = 528
Align = alClient
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
BevelOuter = bvNone
BorderStyle = bsSingle
ClientHeight = 421
ClientWidth = 526
TabOrder = 0
object lblName: TLabel
AnchorSideLeft.Control = lblPlugin1
AnchorSideTop.Control = edtPlugin1
AnchorSideTop.Side = asrBottom
Left = 10
Height = 20
Top = 71
Width = 45
Caption = 'Name:'
ParentColor = False
end
object lblDetectStr: TLabel
AnchorSideLeft.Control = lblName
AnchorSideTop.Control = edtName
AnchorSideTop.Side = asrBottom
Left = 10
Height = 20
Top = 134
Width = 93
Caption = 'Detect string:'
ParentColor = False
end
object lblDescription: TLabel
AnchorSideLeft.Control = lblDetectStr
AnchorSideTop.Control = edtDetectStr
AnchorSideTop.Side = asrBottom
Left = 10
Height = 20
Top = 197
Width = 86
Caption = 'Description:'
ParentColor = False
end
object edtName: TEdit
AnchorSideLeft.Control = lblName
AnchorSideTop.Control = lblName
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = edtPlugin1
AnchorSideRight.Side = asrBottom
Left = 10
Height = 29
Top = 97
Width = 506
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 = 29
Top = 160
Width = 506
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 = 29
Top = 223
Width = 506
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 = 29
Top = 34
Width = 506
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 = 20
Top = 8
Width = 51
BorderSpacing.Left = 10
BorderSpacing.Top = 8
Caption = 'Plugin:'
ParentColor = False
end
end
end
end
object pnlButtons: TPanel
Left = 0
Height = 43
Top = 439
Width = 544
Align = alBottom
AutoSize = True
BevelOuter = bvNone
ClientHeight = 43
ClientWidth = 544
TabOrder = 1
object btnOK: TButton
AnchorSideTop.Control = btnCancel
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = btnCancel
Left = 329
Height = 29
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 = 29
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