home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 May
/
PCWorld_2003-05_cd.bin
/
Software
/
Vyzkuste
/
divfix
/
Source
/
DirRequester.dfm
/
DirRequester.txt
Wrap
Text File
|
2002-09-10
|
1KB
|
53 lines
object Form4: TForm4
Left = 297
Top = 213
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Form4'
ClientHeight = 253
ClientWidth = 275
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object DirectoryListBox1: TDirectoryListBox
Left = 0
Top = 0
Width = 201
Height = 233
ItemHeight = 16
TabOrder = 0
end
object Button1: TButton
Left = 200
Top = 0
Width = 75
Height = 25
Caption = 'Select dir'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 200
Top = 24
Width = 75
Height = 25
Caption = 'Cancel'
TabOrder = 2
OnClick = Button2Click
end
object DriveComboBox1: TDriveComboBox
Left = 0
Top = 232
Width = 201
Height = 19
DirList = DirectoryListBox1
TabOrder = 3
end
end