home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June B / Pcwk6b98.iso / Mpeg3 / Audiogb / agsetup.exe / AUDIOGRABBER.EXE / 0 / RCDATA / TFORMD / TFORMD.txt < prev   
Encoding:
Text File  |  1998-01-06  |  1.3 KB  |  70 lines

  1. object FormD: TFormD
  2.   Left = 320
  3.   Top = 338
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Select what to do'
  7.   ClientHeight = 103
  8.   ClientWidth = 258
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 12
  20.     Top = 10
  21.     Width = 32
  22.     Height = 32
  23.     AutoSize = True
  24.     Picture.Data = {<image000.bmp>}
  25.   end
  26.   object Label1: TLabel
  27.     Left = 58
  28.     Top = 20
  29.     Width = 176
  30.     Height = 13
  31.     Caption = 'What do you want to do with the file?'
  32.   end
  33.   object BitBtn1: TBitBtn
  34.     Left = 57
  35.     Top = 43
  36.     Width = 89
  37.     Height = 23
  38.     Caption = '&Normalize'
  39.     TabOrder = 0
  40.     OnClick = BitBtn1Click
  41.   end
  42.   object BitBtn2: TBitBtn
  43.     Left = 152
  44.     Top = 43
  45.     Width = 89
  46.     Height = 23
  47.     Caption = 'Create &MP3'
  48.     TabOrder = 1
  49.     OnClick = BitBtn2Click
  50.   end
  51.   object BitBtn4: TBitBtn
  52.     Left = 152
  53.     Top = 71
  54.     Width = 89
  55.     Height = 23
  56.     Caption = '&Cancel'
  57.     TabOrder = 3
  58.     OnClick = BitBtn4Click
  59.   end
  60.   object BitBtn3: TBitBtn
  61.     Left = 57
  62.     Top = 71
  63.     Width = 89
  64.     Height = 23
  65.     Caption = '&Both'
  66.     TabOrder = 2
  67.     OnClick = BitBtn3Click
  68.   end
  69. end
  70.