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

  1. inherited MaximizeForm: TMaximizeForm
  2.   Caption = 'Maximize'
  3.   ClientHeight = 116
  4.   OldCreateOrder = True
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inline VolumeFrame: TVolumeFrame
  8.     Left = 7
  9.     Top = 4
  10.     Width = 321
  11.     Anchors = [akLeft, akTop, akRight]
  12.     inherited VolumeAxis: TDogAxis
  13.       Left = 77
  14.       Width = 180
  15.       Min = -80
  16.     end
  17.     inherited PercentLabel: TStaticText
  18.       Left = 263
  19.     end
  20.     inherited VolumeFader: TFader
  21.       Left = 77
  22.       Width = 180
  23.       Min = -80
  24.     end
  25.     inherited VolumeBox: TNumBox
  26.       Left = 261
  27.       Min = -80
  28.       Decimal = 2
  29.       Label = 'Maximum'
  30.       Items.Strings = (
  31.         '0.0'
  32.         '-2.4988'
  33.         '-6.0206')
  34.       Text = '0.00'
  35.     end
  36.     inherited VolumeLabel: TStaticText
  37.       Width = 73
  38.       Caption = 'Maximum (dB):'
  39.     end
  40.   end
  41.   object InfoBox: TGroupBox
  42.     Left = 20
  43.     Top = 42
  44.     Width = 294
  45.     Height = 69
  46.     Caption = ' Current maximum '
  47.     TabOrder = 1
  48.     object LeftMaxLabel: TStaticText
  49.       Left = 11
  50.       Top = 16
  51.       Width = 25
  52.       Height = 17
  53.       Alignment = taRightJustify
  54.       Caption = 'Left:'
  55.       TabOrder = 0
  56.     end
  57.     object LeftMax: TStaticText
  58.       Left = 40
  59.       Top = 16
  60.       Width = 105
  61.       Height = 17
  62.       Alignment = taCenter
  63.       AutoSize = False
  64.       BorderStyle = sbsSunken
  65.       TabOrder = 1
  66.     end
  67.     object LeftAtLabel: TStaticText
  68.       Left = 149
  69.       Top = 16
  70.       Width = 38
  71.       Height = 17
  72.       Alignment = taCenter
  73.       Caption = 'at time:'
  74.       TabOrder = 2
  75.     end
  76.     object LeftTime: TStaticText
  77.       Left = 188
  78.       Top = 16
  79.       Width = 95
  80.       Height = 17
  81.       Alignment = taCenter
  82.       AutoSize = False
  83.       BorderStyle = sbsSunken
  84.       TabOrder = 3
  85.     end
  86.     object RightMaxLabel: TStaticText
  87.       Left = 4
  88.       Top = 42
  89.       Width = 32
  90.       Height = 17
  91.       Alignment = taRightJustify
  92.       Caption = 'Right:'
  93.       TabOrder = 4
  94.     end
  95.     object RightMax: TStaticText
  96.       Left = 40
  97.       Top = 42
  98.       Width = 105
  99.       Height = 17
  100.       Alignment = taCenter
  101.       AutoSize = False
  102.       BorderStyle = sbsSunken
  103.       TabOrder = 5
  104.     end
  105.     object RightAtLabel: TStaticText
  106.       Left = 149
  107.       Top = 42
  108.       Width = 38
  109.       Height = 17
  110.       Alignment = taCenter
  111.       Caption = 'at time:'
  112.       TabOrder = 6
  113.     end
  114.     object RightTime: TStaticText
  115.       Left = 188
  116.       Top = 42
  117.       Width = 95
  118.       Height = 17
  119.       Alignment = taCenter
  120.       AutoSize = False
  121.       BorderStyle = sbsSunken
  122.       TabOrder = 7
  123.     end
  124.   end
  125. end
  126.