home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TVISUALFORM / TVISUALFORM.txt
Text File  |  2003-10-10  |  592b  |  31 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.     OnClick = ButtonHelpClick
  19.   end
  20.   object ButtonApply: TButton
  21.     Left = 170
  22.     Top = 6
  23.     Width = 75
  24.     Height = 25
  25.     Anchors = [akRight, akBottom]
  26.     Caption = '&Apply'
  27.     TabOrder = 3
  28.     OnClick = ButtonApplyClick
  29.   end
  30. end
  31.