home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
nastroje
/
RTF2HTML.ZIP
/
Rtf2html.exe
/
0
/
RCDATA
/
TFORM1
/
TFORM1.txt
Wrap
Text File
|
1998-06-25
|
1KB
|
58 lines
object Form1: TForm1
Left = 188
Top = 156
BorderStyle = bsDialog
Caption = 'Form1'
ClientHeight = 231
ClientWidth = 314
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object DirectoryListBox1: TDirectoryListBox
Left = 8
Top = 32
Width = 145
Height = 161
ItemHeight = 16
TabOrder = 0
OnChange = DirectoryListBox1Change
end
object FileListBox1: TFileListBox
Left = 160
Top = 8
Width = 145
Height = 185
ItemHeight = 13
TabOrder = 1
end
object DriveComboBox1: TDriveComboBox
Left = 8
Top = 8
Width = 145
Height = 19
TabOrder = 2
OnChange = DriveComboBox1Change
end
object ConvBtn: TBitBtn
Left = 8
Top = 200
Width = 75
Height = 25
TabOrder = 3
OnClick = ConvBtnClick
Kind = bkOK
end
object ExitBtn: TBitBtn
Left = 232
Top = 200
Width = 75
Height = 25
TabOrder = 4
Kind = bkClose
end
end