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 = {} 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