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 / TVISUALFORM / TVISUALFORM.txt
Encoding:
Text File  |  2003-03-28  |  562 b   |  30 lines

  1. inherited VisualForm: TVisualForm
  2.   Caption = 'VisualForm'
  3.   ClientHeight = 36
  4.   ClientWidth = 336
  5.   OnResize = FormResize
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited ButtonOk: TButton
  9.     Top = 6
  10.     OnClick = ButtonOkClick
  11.   end
  12.   inherited ButtonCancel: TButton
  13.     Top = 6
  14.   end
  15.   inherited ButtonHelp: THelpButton
  16.     Left = 250
  17.     Top = 6
  18.   end
  19.   object ButtonApply: TButton
  20.     Left = 170
  21.     Top = 6
  22.     Width = 75
  23.     Height = 25
  24.     Anchors = [akRight, akBottom]
  25.     Caption = '&Apply'
  26.     TabOrder = 3
  27.     OnClick = ButtonApplyClick
  28.   end
  29. end
  30.