home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 April A
/
Pcwk4a98.iso
/
PROGRAM
/
DELPHI16
/
Dirscan
/
dirlist1.dfm
/
dirlist1.txt
Wrap
Text File
|
1995-05-12
|
1KB
|
72 lines
object Form1: TForm1
Left = 260
Top = 222
Width = 642
Height = 300
Caption = 'Recursive Directory Scan'
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 120
Position = poScreenCenter
TextHeight = 20
object Label1: TLabel
Left = 480
Top = 24
Width = 116
Height = 20
Caption = '&Path to search'
FocusControl = Edit1
end
object Label2: TLabel
Left = 480
Top = 96
Width = 74
Height = 20
Caption = '&File Mask'
FocusControl = Edit2
end
object ListBox1: TListBox
Left = 16
Top = 24
Width = 449
Height = 225
ItemHeight = 20
TabOrder = 0
end
object Edit1: TEdit
Left = 480
Top = 48
Width = 137
Height = 29
TabOrder = 1
end
object Edit2: TEdit
Left = 480
Top = 120
Width = 137
Height = 29
TabOrder = 2
end
object Button1: TButton
Left = 480
Top = 168
Width = 137
Height = 33
Caption = '&Search'
Default = True
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 480
Top = 216
Width = 137
Height = 33
Caption = 'Close'
TabOrder = 4
OnClick = Button2Click
end
end