home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / THDOG / THDOG.txt
Text File  |  2003-10-10  |  448b  |  23 lines

  1. inherited HDog: THDog
  2.   BorderStyle = bsDialog
  3.   OldCreateOrder = True
  4.   PixelsPerInch = 96
  5.   TextHeight = 13
  6.   inherited ButtonOk: TButton
  7.     Anchors = [akRight, akBottom]
  8.   end
  9.   inherited ButtonCancel: TButton
  10.     Anchors = [akRight, akBottom]
  11.   end
  12.   object ButtonHelp: THelpButton
  13.     Left = 151
  14.     Top = 136
  15.     Width = 75
  16.     Height = 25
  17.     Anchors = [akRight, akBottom]
  18.     Caption = 'Help'
  19.     TabOrder = 2
  20.     TabStop = True
  21.   end
  22. end
  23.