home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Programming Unleashed
/
Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso
/
misc
/
objects
/
classex
/
class1
/
main.dfm
/
main.txt
< prev
Wrap
Text File
|
1995-03-20
|
632b
|
35 lines
object Form1: TForm1
Left = 200
Top = 100
Width = 314
Height = 234
ActiveControl = SeeClasses
Caption = 'Delphi Class Example'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
Icon.Data = {<image000.ico>}
PixelsPerInch = 96
Scaled = False
TextHeight = 16
object SeeClasses: TButton
Left = 103
Top = 168
Width = 101
Height = 30
Caption = 'See Classes'
TabOrder = 0
OnClick = SeeClassesClick
end
object Memo1: TMemo
Left = 37
Top = 16
Width = 233
Height = 137
Lines.Strings = (
'Memo1')
TabOrder = 1
end
end