home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / goldwave / gwave503.exe / GoldWave.exe / 0 / RCDATA / THDOG / THDOG.txt
Encoding:
Text File  |  2003-03-28  |  541 b   |  27 lines

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