home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TCDSELECTFORM / TCDSELECTFORM.txt
Text File  |  2003-10-10  |  789b  |  40 lines

  1. inherited CDSelectForm: TCDSelectForm
  2.   Width = 413
  3.   Height = 267
  4.   Caption = 'Select CD Entry'
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited ButtonOk: TButton
  9.     Left = 241
  10.     Top = 209
  11.     Anchors = [akRight, akBottom]
  12.     TabOrder = 2
  13.   end
  14.   inherited ButtonCancel: TButton
  15.     Left = 321
  16.     Top = 209
  17.     Anchors = [akRight, akBottom]
  18.     TabOrder = 3
  19.   end
  20.   object List: TListBox
  21.     Left = 8
  22.     Top = 24
  23.     Width = 389
  24.     Height = 177
  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.