home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 4 Bible
/
Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso
/
source
/
README
/
TEST.dfm
/
TEST.txt
Wrap
Text File
|
1998-05-14
|
991b
|
52 lines
object TestForm: TTestForm
Left = 251
Top = 175
AutoScroll = False
Caption = 'Call ReadMe'
ClientHeight = 127
ClientWidth = 367
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'System'
Font.Style = []
OldCreateOrder = True
PixelsPerInch = 120
TextHeight = 20
object Bevel1: TBevel
Left = 10
Top = 10
Width = 211
Height = 101
end
object Label1: TLabel
Left = 20
Top = 20
Width = 191
Height = 81
AutoSize = False
Caption =
'Click the button to call README.EXE and display README.TXT in th' +
'e current directory.'
WordWrap = True
end
object ClickMeButton: TButton
Left = 240
Top = 20
Width = 111
Height = 41
Caption = 'Click me!'
TabOrder = 0
OnClick = ClickMeButtonClick
end
object BitBtn1: TBitBtn
Left = 240
Top = 70
Width = 111
Height = 41
TabOrder = 1
Kind = bkClose
end
end