home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TMAXIMIZEFORM / TMAXIMIZEFORM.txt
Encoding:
Text File  |  2006-11-14  |  2.8 KB  |  139 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.     Height = 39
  12.     Anchors = [akLeft, akTop, akRight]
  13.     TabOrder = 0
  14.     TabStop = True
  15.     ExplicitLeft = 7
  16.     ExplicitTop = 4
  17.     ExplicitWidth = 321
  18.     inherited VolumeAxis: TDogAxis
  19.       Left = 77
  20.       Width = 180
  21.       Min = -80.000000000000000000
  22.       ExplicitLeft = 77
  23.       ExplicitWidth = 180
  24.     end
  25.     inherited PercentLabel: TStaticText
  26.       Left = 263
  27.       ExplicitLeft = 263
  28.     end
  29.     inherited VolumeFader: TFader
  30.       Left = 77
  31.       Width = 180
  32.       Min = -80.000000000000000000
  33.       ExplicitLeft = 77
  34.       ExplicitWidth = 180
  35.     end
  36.     inherited VolumeBox: TNumBox
  37.       Left = 261
  38.       Min = -80.000000000000000000
  39.       Decimal = 2
  40.       Label = 'Maximum'
  41.       Items.Strings = (
  42.         '0.0'
  43.         '-2.4988'
  44.         '-6.0206')
  45.       Text = '0.00'
  46.       ExplicitLeft = 261
  47.     end
  48.     inherited VolumeLabel: TStaticText
  49.       Width = 73
  50.       Caption = 'Maximum (dB):'
  51.       ExplicitWidth = 73
  52.     end
  53.   end
  54.   object InfoBox: TGroupBox
  55.     Left = 20
  56.     Top = 42
  57.     Width = 294
  58.     Height = 69
  59.     Caption = ' Current maximum '
  60.     TabOrder = 1
  61.     object LeftMaxLabel: TStaticText
  62.       Left = 11
  63.       Top = 16
  64.       Width = 25
  65.       Height = 17
  66.       Alignment = taRightJustify
  67.       Caption = 'Left:'
  68.       TabOrder = 0
  69.     end
  70.     object LeftMax: TStaticText
  71.       Left = 40
  72.       Top = 16
  73.       Width = 105
  74.       Height = 17
  75.       Alignment = taCenter
  76.       AutoSize = False
  77.       BorderStyle = sbsSunken
  78.       TabOrder = 1
  79.     end
  80.     object LeftAtLabel: TStaticText
  81.       Left = 149
  82.       Top = 16
  83.       Width = 38
  84.       Height = 17
  85.       Alignment = taCenter
  86.       Caption = 'at time:'
  87.       TabOrder = 2
  88.     end
  89.     object LeftTime: TEdit
  90.       Left = 188
  91.       Top = 14
  92.       Width = 95
  93.       Height = 21
  94.       AutoSize = False
  95.       Color = clBtnFace
  96.       ReadOnly = True
  97.       TabOrder = 3
  98.     end
  99.     object RightMaxLabel: TStaticText
  100.       Left = 4
  101.       Top = 42
  102.       Width = 32
  103.       Height = 17
  104.       Alignment = taRightJustify
  105.       Caption = 'Right:'
  106.       TabOrder = 4
  107.     end
  108.     object RightMax: TStaticText
  109.       Left = 40
  110.       Top = 42
  111.       Width = 105
  112.       Height = 17
  113.       Alignment = taCenter
  114.       AutoSize = False
  115.       BorderStyle = sbsSunken
  116.       TabOrder = 5
  117.     end
  118.     object RightAtLabel: TStaticText
  119.       Left = 149
  120.       Top = 42
  121.       Width = 38
  122.       Height = 17
  123.       Alignment = taCenter
  124.       Caption = 'at time:'
  125.       TabOrder = 6
  126.     end
  127.     object RightTime: TEdit
  128.       Left = 188
  129.       Top = 40
  130.       Width = 95
  131.       Height = 21
  132.       AutoSize = False
  133.       Color = clBtnFace
  134.       ReadOnly = True
  135.       TabOrder = 7
  136.     end
  137.   end
  138. end
  139.