home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 4 Bible
/
Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso
/
source
/
README
/
MAIN.dfm
/
MAIN.txt
Wrap
Text File
|
1998-01-21
|
814b
|
42 lines
object MainForm: TMainForm
Left = 238
Top = 141
BorderStyle = bsDialog
Caption = 'Readme'
ClientHeight = 375
ClientWidth = 462
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
Position = poScreenCenter
WindowState = wsMaximized
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 16
object Memo1: TMemo
Left = 8
Top = 8
Width = 446
Height = 329
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
end
object BitBtn1: TBitBtn
Left = 184
Top = 344
Width = 89
Height = 25
TabOrder = 1
Kind = bkClose
end
end