home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 February
/
PCWorld_1999-02_cd.bin
/
temacd
/
WinRes
/
Rescue98.exe
/
0
/
RCDATA
/
TFDIRFORM
/
TFDIRFORM.txt
Wrap
Text File
|
1998-11-16
|
1KB
|
72 lines
object FDIRFORM: TFDIRFORM
Left = 255
Top = 121
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
BorderStyle = bsDialog
Caption = 'Select a Directory'
ClientHeight = 295
ClientWidth = 273
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label2: TLabel
Left = 8
Top = 8
Width = 25
Height = 13
Caption = 'Path:'
end
object BT_Cancel: TButton
Left = 157
Top = 256
Width = 75
Height = 25
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 0
end
object BT_OK: TButton
Left = 40
Top = 256
Width = 75
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object DirectoryListBox1: TDirectoryListBox
Left = 8
Top = 57
Width = 256
Height = 183
ItemHeight = 16
TabOrder = 2
OnChange = DirectoryChange
OnClick = DirectoryChange
end
object DriveComboBox1: TDriveComboBox
Left = 8
Top = 29
Width = 257
Height = 19
DirList = DirectoryListBox1
TabOrder = 3
end
object Edit1: TEdit
Left = 40
Top = 4
Width = 225
Height = 21
TabOrder = 4
Text = 'c:\windows'
end
end