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 / TADDCHAINFORM / TADDCHAINFORM.txt
Encoding:
Text File  |  2003-03-28  |  687 b   |  37 lines

  1. inherited AddChainForm: TAddChainForm
  2.   Width = 263
  3.   Height = 290
  4.   Caption = 'Add Chain'
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited ButtonOk: TButton
  8.     Left = 93
  9.     Top = 233
  10.     Anchors = [akRight, akBottom]
  11.     TabOrder = 2
  12.   end
  13.   inherited ButtonCancel: TButton
  14.     Left = 173
  15.     Top = 233
  16.     Anchors = [akRight, akBottom]
  17.     TabOrder = 3
  18.   end
  19.   object List: TListBox
  20.     Left = 8
  21.     Top = 21
  22.     Width = 239
  23.     Height = 203
  24.     Anchors = [akLeft, akTop, akRight, akBottom]
  25.     ItemHeight = 13
  26.     TabOrder = 1
  27.   end
  28.   object HelpLabel: TStaticText
  29.     Left = 8
  30.     Top = 4
  31.     Width = 75
  32.     Height = 17
  33.     Caption = 'Select a chain:'
  34.     TabOrder = 0
  35.   end
  36. end
  37.