home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 August / Chip_1999-08_cd.bin / EPA / NED / CZ / PRESENT / PRESENTF.DFM / PRESENTF.txt
Text File  |  1999-01-22  |  446b  |  21 lines

  1. inherited PresentationForm: TPresentationForm
  2.   Caption = 'PresentationForm'
  3.   Color = clYellow
  4.   PixelsPerInch = 96
  5.   TextHeight = 13
  6.   object Label2: TLabel [2]
  7.     Left = 20
  8.     Top = 112
  9.     Width = 49
  10.     Height = 29
  11.     Caption = 'ZAK'
  12.     Font.Charset = DEFAULT_CHARSET
  13.     Font.Color = clWindowText
  14.     Font.Height = -24
  15.     Font.Name = 'MS Sans Serif'
  16.     Font.Style = [fsBold]
  17.     ParentFont = False
  18.     OnClick = ZakBtnClick
  19.   end
  20. end
  21.