mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
122 lines
2.6 KiB
Text
122 lines
2.6 KiB
Text
object frmExtractDlg: TfrmExtractDlg
|
|
Left = 401
|
|
Height = 183
|
|
Top = 495
|
|
Width = 400
|
|
HelpContext = 160
|
|
HorzScrollBar.Page = 399
|
|
VertScrollBar.Page = 182
|
|
ActiveControl = cbFileMask
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'Unpack files'
|
|
ClientHeight = 183
|
|
ClientWidth = 400
|
|
Font.Color = clBtnText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Position = poScreenCenter
|
|
object lblExtractTo: TLabel
|
|
Left = 4
|
|
Height = 16
|
|
Top = 5
|
|
Width = 385
|
|
AutoSize = False
|
|
Caption = 'Unpack file to:'
|
|
ParentColor = False
|
|
end
|
|
object lblFileMask: TLabel
|
|
Left = 4
|
|
Height = 16
|
|
Top = 51
|
|
Width = 129
|
|
AutoSize = False
|
|
Caption = '&Files to unpack:'
|
|
FocusControl = cbFileMask
|
|
ParentColor = False
|
|
end
|
|
object cbFileMask: TComboBox
|
|
Left = 134
|
|
Height = 21
|
|
Top = 49
|
|
Width = 255
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
ItemHeight = 13
|
|
MaxLength = 0
|
|
TabOrder = 0
|
|
Text = '*.*'
|
|
end
|
|
object cbExtractPath: TCheckBox
|
|
Left = 4
|
|
Height = 19
|
|
Top = 73
|
|
Width = 205
|
|
Caption = '&Unpack path names if stored with files'
|
|
Checked = True
|
|
Enabled = False
|
|
State = cbChecked
|
|
TabOrder = 1
|
|
end
|
|
object cbOverwrite: TCheckBox
|
|
Left = 4
|
|
Height = 19
|
|
Top = 95
|
|
Width = 130
|
|
Caption = '&Overwrite existing files'
|
|
Checked = True
|
|
Enabled = False
|
|
State = cbChecked
|
|
TabOrder = 2
|
|
end
|
|
object btnOK: TButton
|
|
Left = 128
|
|
Height = 32
|
|
Top = 145
|
|
Width = 85
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 4
|
|
end
|
|
object btnCancel: TButton
|
|
Left = 216
|
|
Height = 32
|
|
Top = 145
|
|
Width = 85
|
|
BorderSpacing.InnerBorder = 4
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 5
|
|
end
|
|
object btnHelp: TButton
|
|
Left = 305
|
|
Height = 32
|
|
Top = 145
|
|
Width = 85
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Help'
|
|
TabOrder = 6
|
|
end
|
|
object cbInSeparateFolder: TCheckBox
|
|
Left = 4
|
|
Height = 19
|
|
Top = 117
|
|
Width = 328
|
|
Caption = 'Unpack each archive to a &separate subdir (name of the archive)'
|
|
TabOrder = 3
|
|
end
|
|
object edtExtractTo: TDirectoryEdit
|
|
Left = 4
|
|
Height = 23
|
|
Top = 24
|
|
Width = 364
|
|
ButtonWidth = 23
|
|
NumGlyphs = 1
|
|
ParentColor = False
|
|
TabOrder = 7
|
|
end
|
|
end
|