doublecmd/fpackdlg.lfm
2007-11-17 19:22:17 +00:00

223 lines
5.2 KiB
Text

object frmPackDlg: TfrmPackDlg
Left = 322
Height = 232
Top = 547
Width = 517
HelpContext = 150
HorzScrollBar.Page = 516
VertScrollBar.Page = 231
ActiveControl = cbStoredir
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Pack files'
ClientHeight = 232
ClientWidth = 517
Font.Height = -11
Font.Name = 'MS Sans Serif'
OnShow = FormShow
Position = poScreenCenter
object lblPrompt: TLabel
Left = 4
Height = 12
Top = 2
Width = 445
AutoSize = False
Caption = 'Pack file(s) to the file:'
Font.Color = clBtnText
Font.Height = -11
Font.Name = 'MS Sans Serif'
ParentColor = False
ShowAccelChar = False
end
object cbStoredir: TCheckBox
Left = 4
Height = 19
Top = 43
Width = 203
Caption = 'Also &pack path names (only recursed)'
Checked = True
State = cbChecked
TabOrder = 0
end
object cbRecurse: TCheckBox
Left = 4
Height = 19
Top = 63
Width = 176
Caption = 'Recursively pack &subdirectories'
Checked = True
Enabled = False
State = cbChecked
TabOrder = 1
end
object cbMultivolume: TCheckBox
Left = 4
Height = 19
Top = 83
Width = 122
Caption = '&Multiple disk archive'
Enabled = False
TabOrder = 2
end
object btnOk: TButton
Left = 213
Height = 32
Top = 192
Width = 90
Anchors = [akRight, akBottom]
BorderSpacing.Top = 6
BorderSpacing.InnerBorder = 4
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 7
end
object btnCancel: TButton
Left = 307
Height = 32
Top = 192
Width = 90
Anchors = [akRight, akBottom]
BorderSpacing.Top = 6
BorderSpacing.InnerBorder = 4
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 8
end
object cbMoveToArchive: TCheckBox
Left = 4
Height = 19
Top = 103
Width = 103
Caption = 'M&ove to archive'
TabOrder = 3
end
object cbCreateSFX: TCheckBox
Left = 4
Height = 19
Top = 123
Width = 163
Caption = 'Create self e&xtracting archive'
Enabled = False
TabOrder = 4
end
object btnHelp: TButton
Left = 401
Height = 32
Top = 192
Width = 90
Anchors = [akRight, akBottom]
BorderSpacing.Top = 6
BorderSpacing.InnerBorder = 4
Caption = 'Help'
TabOrder = 9
end
object cbEncrypt: TCheckBox
Left = 4
Height = 19
Top = 163
Width = 62
Caption = 'Encr&ypt'
TabOrder = 6
end
object cbCreateSeparateArchives: TCheckBox
Left = 4
Height = 19
Top = 143
Width = 261
Caption = 'Create separate archives, o&ne per selected file/dir'
Enabled = False
TabOrder = 5
end
object edtPackCmd: TDirectoryEdit
Left = 4
Height = 23
Top = 16
Width = 312
OnAcceptDirectory = edtPackCmdAcceptDirectory
ButtonWidth = 23
NumGlyphs = 1
ParentColor = False
TabOrder = 10
end
object rgPacker: TRadioGroup
Left = 352
Height = 100
Top = 16
Width = 150
AutoFill = True
Caption = 'Packer'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 3
Columns = 3
OnClick = arbChange
TabOrder = 11
end
object cbPackerList: TComboBox
AnchorSideLeft.Control = cbOtherPlugins
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = rgPacker
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = rgPacker
AnchorSideRight.Side = asrBottom
Left = 396
Height = 21
Top = 122
Width = 98
Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
BorderSpacing.Top = 6
BorderSpacing.Right = 8
Enabled = False
Font.Height = -11
Font.Name = 'MS Sans Serif'
ItemHeight = 13
MaxLength = 0
OnChange = cbOtherPluginsChange
Style = csDropDownList
TabOrder = 12
Visible = False
end
object btnConfig: TButton
AnchorSideLeft.Control = rgPacker
AnchorSideTop.Control = cbPackerList
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = rgPacker
AnchorSideRight.Side = asrBottom
Left = 358
Height = 32
Top = 149
Width = 138
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
BorderSpacing.InnerBorder = 4
Caption = '&Configure'
OnClick = btnConfigClick
TabOrder = 13
end
object cbOtherPlugins: TCheckBox
AnchorSideLeft.Control = rgPacker
AnchorSideTop.Control = rgPacker
AnchorSideTop.Side = asrBottom
Left = 358
Height = 19
Top = 122
Width = 38
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = '=>'
Enabled = False
OnChange = cbOtherPluginsChange
TabOrder = 14
Visible = False
end
end