home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 March
/
Chip_1998-03_cd.bin
/
zkuste
/
delphi
/
komprese
/
zip
/
DELZIP12.ZIP
/
DEMO1.ZIP
/
EXTRUNIT.DFM
/
EXTRUNIT.txt
Wrap
Text File
|
1997-09-28
|
2KB
|
110 lines
object Extract: TExtract
Left = 176
Top = 88
Width = 488
Height = 418
Caption = 'Select Extract Directory'
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnActivate = FormActivate
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 353
Height = 394
Align = alClient
TabOrder = 0
object DirectoryListBox1: TDirectoryListBox
Left = 1
Top = 20
Width = 351
Height = 373
Align = alClient
ItemHeight = 16
TabOrder = 0
end
object Panel3: TPanel
Left = 1
Top = 1
Width = 351
Height = 19
Align = alTop
TabOrder = 1
object DriveComboBox1: TDriveComboBox
Left = 2
Top = 0
Width = 259
Height = 19
DirList = DirectoryListBox1
TabOrder = 0
TextCase = tcUpperCase
end
end
end
object Panel2: TPanel
Left = 353
Top = 0
Width = 127
Height = 394
Align = alRight
TabOrder = 1
object OKBut: TButton
Left = 29
Top = 247
Width = 61
Height = 20
Caption = '&Ok'
TabOrder = 0
OnClick = OKButClick
end
object CancelBut: TButton
Left = 29
Top = 283
Width = 61
Height = 20
Caption = '&Cancel'
TabOrder = 1
OnClick = CancelButClick
end
object RadioGroup1: TRadioGroup
Left = 11
Top = 13
Width = 95
Height = 59
Caption = 'Expand ZIP Dirs'
Items.Strings = (
'No'
'Yes')
TabOrder = 2
end
object RadioGroup2: TRadioGroup
Left = 10
Top = 88
Width = 98
Height = 59
Caption = 'OverWrite Existing'
Items.Strings = (
'No'
'Yes')
TabOrder = 3
end
object RadioGroup3: TRadioGroup
Left = 10
Top = 163
Width = 98
Height = 62
Caption = 'Files to Extract'
Items.Strings = (
'All Files'
'Selected Files')
TabOrder = 4
end
end
end