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

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