home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / goldwave / gwave503.exe / GoldWave.exe / 0 / RCDATA / TMAXIMIZEFORM / TMAXIMIZEFORM.txt
Encoding:
Text File  |  2003-03-28  |  2.5 KB  |  127 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 = 74
  14.       Width = 183
  15.       Min = -80
  16.     end
  17.     inherited PercentLabel: TStaticText
  18.       Left = 263
  19.     end
  20.     inherited VolumeFader: TFader
  21.       Left = 74
  22.       Width = 183
  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.       Left = 1
  38.       Width = 73
  39.       Caption = 'Maximum (dB):'
  40.     end
  41.   end
  42.   object InfoBox: TGroupBox
  43.     Left = 20
  44.     Top = 42
  45.     Width = 294
  46.     Height = 69
  47.     Caption = ' Current maximum '
  48.     TabOrder = 1
  49.     object LeftMaxLabel: TStaticText
  50.       Left = 11
  51.       Top = 18
  52.       Width = 25
  53.       Height = 17
  54.       Alignment = taRightJustify
  55.       Caption = 'Left:'
  56.       TabOrder = 0
  57.     end
  58.     object RightMaxLabel: TStaticText
  59.       Left = 4
  60.       Top = 44
  61.       Width = 32
  62.       Height = 17
  63.       Alignment = taRightJustify
  64.       Caption = 'Right:'
  65.       TabOrder = 4
  66.     end
  67.     object LeftAtLabel: TStaticText
  68.       Left = 149
  69.       Top = 18
  70.       Width = 38
  71.       Height = 17
  72.       Alignment = taCenter
  73.       Caption = 'at time:'
  74.       TabOrder = 6
  75.     end
  76.     object RightAtLabel: TStaticText
  77.       Left = 149
  78.       Top = 44
  79.       Width = 38
  80.       Height = 17
  81.       Alignment = taCenter
  82.       Caption = 'at time:'
  83.       TabOrder = 2
  84.     end
  85.     object LeftMax: TStaticText
  86.       Left = 40
  87.       Top = 16
  88.       Width = 105
  89.       Height = 17
  90.       Alignment = taCenter
  91.       AutoSize = False
  92.       BorderStyle = sbsSunken
  93.       TabOrder = 1
  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 LeftTime: TStaticText
  106.       Left = 188
  107.       Top = 16
  108.       Width = 95
  109.       Height = 17
  110.       Alignment = taCenter
  111.       AutoSize = False
  112.       BorderStyle = sbsSunken
  113.       TabOrder = 3
  114.     end
  115.     object RightTime: TStaticText
  116.       Left = 188
  117.       Top = 42
  118.       Width = 95
  119.       Height = 17
  120.       Alignment = taCenter
  121.       AutoSize = False
  122.       BorderStyle = sbsSunken
  123.       TabOrder = 7
  124.     end
  125.   end
  126. end
  127.