home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TMIXFORM / TMIXFORM.txt
Text File  |  2003-10-10  |  2KB  |  92 lines

  1. inherited MixForm: TMixForm
  2.   Caption = 'Mix'
  3.   ClientHeight = 113
  4.   ClientWidth = 335
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   object Start: TTimeEdit [0]
  8.     Left = 134
  9.     Top = 7
  10.     Width = 94
  11.     Height = 21
  12.     TabStop = True
  13.     Value = 1
  14.     Max = 1000000
  15.     Decimal = -5
  16.     PageChange = 10
  17.     LineChange = 0.100000000000000000
  18.     Label = 'Start'
  19.     Caption = '1'
  20.     TabOrder = 1
  21.     MaxLength = 20
  22.     Format = tttFull
  23.   end
  24.   object TimeLabel: TStaticText [1]
  25.     Left = 4
  26.     Top = 10
  27.     Width = 126
  28.     Height = 17
  29.     Alignment = taRightJustify
  30.     Caption = 'Time where mix will begin:'
  31.     TabOrder = 0
  32.   end
  33.   inherited ButtonOk: TButton
  34.     Left = 47
  35.     Top = 82
  36.     TabOrder = 6
  37.   end
  38.   inherited ButtonCancel: TButton
  39.     Left = 129
  40.     Top = 82
  41.     TabOrder = 7
  42.   end
  43.   inherited ButtonHelp: THelpButton
  44.     Left = 211
  45.     Top = 82
  46.     TabOrder = 8
  47.     HelpKey = 'edit_mix'
  48.   end
  49.   inherited PreviewPlay: TBitton
  50.     Left = 266
  51.     Top = 8
  52.     TabOrder = 3
  53.   end
  54.   inherited PreviewStop: TBitton
  55.     Left = 301
  56.     Top = 8
  57.     TabOrder = 4
  58.   end
  59.   object TimeBuddy: TBuddyUpDown [7]
  60.     Left = 228
  61.     Top = 7
  62.     Width = 15
  63.     Height = 21
  64.     Associate = Start
  65.     TabOrder = 2
  66.   end
  67.   inline VolumeFrame: TVolumeFrame [8]
  68.     Left = 6
  69.     Top = 36
  70.     Width = 325
  71.     TabOrder = 5
  72.     inherited VolumeAxis: TDogAxis
  73.       Width = 194
  74.       Min = -80
  75.       Max = 12
  76.     end
  77.     inherited PercentLabel: TStaticText
  78.       Left = 267
  79.     end
  80.     inherited VolumeFader: TFader
  81.       Width = 194
  82.       Min = -80
  83.       Max = 12
  84.     end
  85.     inherited VolumeBox: TNumBox
  86.       Left = 265
  87.       Min = -80
  88.       Max = 12
  89.     end
  90.   end
  91. end
  92.