home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Objrepos / OKCNHLP1.DFM / OKCNHLP1.txt
Text File  |  1999-08-11  |  344b  |  20 lines

  1. inherited OKHelpBottomDlg: TOKHelpBottomDlg
  2.   PixelsPerInch = 96
  3.   TextHeight = 13
  4.   inherited OKBtn: TButton
  5.     Left = 70
  6.   end
  7.   inherited CancelBtn: TButton
  8.     Left = 150
  9.   end
  10.   object HelpBtn: TButton
  11.     Left = 230
  12.     Top = 180
  13.     Width = 75
  14.     Height = 25
  15.     Caption = '&Help'
  16.     TabOrder = 2
  17.     OnClick = HelpBtnClick
  18.   end
  19. end
  20.