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   
Text File  |  1995-03-20  |  632b  |  35 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 100
  4.   Width = 314
  5.   Height = 234
  6.   ActiveControl = SeeClasses
  7.   Caption = 'Delphi Class Example'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   PixelsPerInch = 96
  14.   Scaled = False
  15.   TextHeight = 16
  16.   object SeeClasses: TButton
  17.     Left = 103
  18.     Top = 168
  19.     Width = 101
  20.     Height = 30
  21.     Caption = 'See Classes'
  22.     TabOrder = 0
  23.     OnClick = SeeClassesClick
  24.   end
  25.   object Memo1: TMemo
  26.     Left = 37
  27.     Top = 16
  28.     Width = 233
  29.     Height = 137
  30.     Lines.Strings = (
  31.       'Memo1')
  32.     TabOrder = 1
  33.   end
  34. end
  35.