home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / FIRST.DFM / FIRST.txt
Text File  |  1997-01-16  |  394b  |  23 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 112
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Button1: TButton
  14.     Left = 176
  15.     Top = 40
  16.     Width = 75
  17.     Height = 25
  18.     Caption = '2nd form'
  19.     TabOrder = 0
  20.     OnClick = Button1Click
  21.   end
  22. end
  23.