home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / goldwave / gwave509.exe / GoldWave.exe / 0 / RCDATA / TCROSSFADEFORM / TCROSSFADEFORM.txt
Encoding:
Text File  |  2005-01-25  |  3.1 KB  |  167 lines

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