home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TCROSSFADEFORM / TCROSSFADEFORM.txt
Encoding:
Text File  |  2006-11-14  |  3.6 KB  |  182 lines

  1. inherited CrossfadeForm: TCrossfadeForm
  2.   Caption = 'Crossfade'
  3.   ClientHeight = 235
  4.   ClientWidth = 392
  5.   OnCloseQuery = FormCloseQuery
  6.   ExplicitWidth = 398
  7.   ExplicitHeight = 267
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object LengthAxis: TDogAxis [0]
  11.     Left = 68
  12.     Top = 105
  13.     Width = 252
  14.     Height = 16
  15.     Associate = LengthFader
  16.     Min = 0.010000000000000000
  17.     Max = 20.000000000000000000
  18.     Border = 22
  19.     Anchors = [akLeft, akTop, akRight]
  20.   end
  21.   object Preview: TPaintBox [1]
  22.     Left = 5
  23.     Top = 6
  24.     Width = 381
  25.     Height = 77
  26.     Anchors = [akLeft, akTop, akRight]
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     OnPaint = PreviewPaint
  34.   end
  35.   inherited ButtonOk: TButton
  36.     Left = 147
  37.     Top = 205
  38.     TabOrder = 7
  39.     ExplicitLeft = 147
  40.     ExplicitTop = 205
  41.   end
  42.   inherited ButtonCancel: TButton
  43.     Left = 227
  44.     Top = 205
  45.     TabOrder = 8
  46.     ExplicitLeft = 227
  47.     ExplicitTop = 205
  48.   end
  49.   inherited ButtonHelp: THelpButton
  50.     Left = 307
  51.     Top = 205
  52.     TabOrder = 9
  53.     HelpKey = 'edit_crossfade'
  54.     ExplicitLeft = 307
  55.     ExplicitTop = 205
  56.   end
  57.   inherited PreviewFrame: TPreviewFrame
  58.     Left = 348
  59.     Top = 132
  60.     Width = 39
  61.     Height = 63
  62.     TabOrder = 6
  63.     ExplicitLeft = 348
  64.     ExplicitTop = 132
  65.     ExplicitWidth = 39
  66.     ExplicitHeight = 63
  67.     inherited PreviewStop: TBitton [0]
  68.       Left = 6
  69.       Top = 34
  70.       ExplicitLeft = 6
  71.       ExplicitTop = 34
  72.     end
  73.     inherited PreviewPlay: TBitton [1]
  74.       Left = 6
  75.       Top = 9
  76.       ExplicitLeft = 6
  77.       ExplicitTop = 9
  78.     end
  79.     inherited PreviewActionList: TActionList
  80.       Left = 7
  81.       Top = 55
  82.     end
  83.   end
  84.   object Length: TTimeBox
  85.     Left = 325
  86.     Top = 89
  87.     Width = 63
  88.     Height = 21
  89.     Value = 5.000000000000000000
  90.     Min = 0.010000000000000000
  91.     Max = 20.000000000000000000
  92.     Decimal = -2
  93.     PageChange = 10.000000000000000000
  94.     LineChange = 1.000000000000000000
  95.     Label = 'Duration'
  96.     Buddy = LengthFader
  97.     Anchors = [akTop, akRight]
  98.     Items.Strings = (
  99.       '0.5'
  100.       '1.0'
  101.       '1.5'
  102.       '2'
  103.       '2.5'
  104.       '3'
  105.       '3.5'
  106.       '4'
  107.       '5'
  108.       '7.5'
  109.       '10')
  110.     TabOrder = 2
  111.     Text = '5.00'
  112.     OnChange = Change
  113.     Caption = '5.00'
  114.   end
  115.   object LengthFader: TFader
  116.     Left = 68
  117.     Top = 89
  118.     Width = 252
  119.     Height = 16
  120.     Anchors = [akLeft, akTop, akRight]
  121.     Caption = 'Length'
  122.     TabOrder = 1
  123.     Associate = Length
  124.     Line = 0.250000000000000000
  125.     Page = 1.000000000000000000
  126.     Min = 0.010000000000000000
  127.     Max = 20.000000000000000000
  128.     Position = 5.000000000000000000
  129.     Stripe = True
  130.   end
  131.   object DurationText: TStaticText
  132.     Left = 3
  133.     Top = 89
  134.     Width = 61
  135.     Height = 17
  136.     Alignment = taRightJustify
  137.     Caption = 'Duration (s):'
  138.     TabOrder = 0
  139.   end
  140.   object Position: TRadioGroup
  141.     Left = 8
  142.     Top = 124
  143.     Width = 115
  144.     Height = 73
  145.     Caption = ' Clipboard position '
  146.     ItemIndex = 0
  147.     Items.Strings = (
  148.       'End of file'
  149.       'Beginning of file')
  150.     TabOrder = 3
  151.     OnClick = Change
  152.   end
  153.   object OutCurve: TRadioGroup
  154.     Left = 133
  155.     Top = 124
  156.     Width = 101
  157.     Height = 73
  158.     Caption = ' Fade out curve '
  159.     ItemIndex = 1
  160.     Items.Strings = (
  161.       'None'
  162.       'Linear'
  163.       'Logarithmic')
  164.     TabOrder = 4
  165.     OnClick = Change
  166.   end
  167.   object InCurve: TRadioGroup
  168.     Left = 244
  169.     Top = 124
  170.     Width = 101
  171.     Height = 73
  172.     Caption = ' Fade in curve '
  173.     ItemIndex = 1
  174.     Items.Strings = (
  175.       'None'
  176.       'Linear'
  177.       'Logarithmic')
  178.     TabOrder = 5
  179.     OnClick = Change
  180.   end
  181. end
  182.