home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TCDSELECTFORM / TCDSELECTFORM.txt
Encoding:
Text File  |  2006-11-14  |  801 b   |  40 lines

  1. inherited CDSelectForm: TCDSelectForm
  2.   Caption = 'Select CD Entry'
  3.   ClientHeight = 237
  4.   ClientWidth = 405
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited ButtonOk: TButton
  9.     Left = 241
  10.     Top = 206
  11.     Anchors = [akRight, akBottom]
  12.     TabOrder = 2
  13.   end
  14.   inherited ButtonCancel: TButton
  15.     Left = 321
  16.     Top = 206
  17.     Anchors = [akRight, akBottom]
  18.     TabOrder = 3
  19.   end
  20.   object List: TListBox
  21.     Left = 8
  22.     Top = 24
  23.     Width = 389
  24.     Height = 175
  25.     Anchors = [akLeft, akTop, akRight, akBottom]
  26.     ItemHeight = 13
  27.     TabOrder = 1
  28.   end
  29.   object SelectLabel: TStaticText
  30.     Left = 7
  31.     Top = 4
  32.     Width = 304
  33.     Height = 17
  34.     Caption = 
  35.       'Multiple entries found.  Please select most appropriate CD entry' +
  36.       ':'
  37.     TabOrder = 0
  38.   end
  39. end
  40.