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

  1. inherited ChainForm: TChainForm
  2.   Left = 271
  3.   Top = 193
  4.   Caption = 'Effect Chain Editor'
  5.   ClientHeight = 385
  6.   ClientWidth = 482
  7.   OnCloseQuery = FormCloseQuery
  8.   ExplicitWidth = 488
  9.   ExplicitHeight = 417
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object ChainImage: TImage [0]
  13.     Left = 24
  14.     Top = 272
  15.     Width = 32
  16.     Height = 32
  17.     Enabled = False
  18.     Picture.Data = {<image000.ico>}
  19.     Visible = False
  20.   end
  21.   inherited ButtonOk: TButton
  22.     Left = 240
  23.     Top = 355
  24.     TabOrder = 9
  25.     OnClick = ButtonOkClick
  26.     ExplicitLeft = 240
  27.     ExplicitTop = 355
  28.   end
  29.   inherited ButtonCancel: TButton
  30.     Left = 321
  31.     Top = 355
  32.     ModalResult = 0
  33.     TabOrder = 10
  34.     OnClick = ButtonCancelClick
  35.     ExplicitLeft = 321
  36.     ExplicitTop = 355
  37.   end
  38.   inherited ButtonHelp: THelpButton
  39.     Left = 401
  40.     Top = 355
  41.     TabOrder = 11
  42.     HelpKey = 'tool_effectchaineditor'
  43.     ExplicitLeft = 401
  44.     ExplicitTop = 355
  45.   end
  46.   inherited PresetGroup: TGroupBox
  47.     Left = 161
  48.     Top = 298
  49.     Caption = ' &Chains '
  50.     TabOrder = 7
  51.     ExplicitLeft = 161
  52.     ExplicitTop = 298
  53.     inherited AddPreset: TBitton
  54.       Enabled = False
  55.     end
  56.   end
  57.   object ListLabel: TStaticText
  58.     Left = 5
  59.     Top = 9
  60.     Width = 229
  61.     Height = 17
  62.     AutoSize = False
  63.     Caption = 'All available effects:'
  64.     TabOrder = 0
  65.   end
  66.   object ChainWindow: TScrollBox
  67.     Left = 247
  68.     Top = 26
  69.     Width = 229
  70.     Height = 235
  71.     VertScrollBar.Margin = 40
  72.     VertScrollBar.Tracking = True
  73.     DragMode = dmAutomatic
  74.     Color = clWindow
  75.     ParentColor = False
  76.     TabOrder = 3
  77.     OnDragDrop = ChainWindowDragDrop
  78.     OnDragOver = ChainWindowDragOver
  79.   end
  80.   object ChainLabel: TStaticText
  81.     Left = 247
  82.     Top = 9
  83.     Width = 229
  84.     Height = 17
  85.     AutoSize = False
  86.     Caption = 'Effects currently in the chain:'
  87.     TabOrder = 2
  88.   end
  89.   object RemoveEffect: TButton
  90.     Left = 248
  91.     Top = 266
  92.     Width = 87
  93.     Height = 25
  94.     Caption = '<< Remove Last'
  95.     Enabled = False
  96.     TabOrder = 5
  97.     OnClick = RemoveEffectClick
  98.   end
  99.   object AddEffect: TButton
  100.     Left = 147
  101.     Top = 266
  102.     Width = 87
  103.     Height = 25
  104.     Caption = 'Add >>'
  105.     Enabled = False
  106.     TabOrder = 4
  107.     OnClick = AddEffectClick
  108.   end
  109.   object RemoveAll: TButton
  110.     Left = 401
  111.     Top = 266
  112.     Width = 75
  113.     Height = 25
  114.     Caption = 'Remove All'
  115.     Enabled = False
  116.     TabOrder = 6
  117.     OnClick = RemoveAllClick
  118.   end
  119.   inline EffectSelectFrame: TEffectSelectFrame
  120.     Left = 5
  121.     Top = 26
  122.     Width = 229
  123.     Height = 235
  124.     TabOrder = 1
  125.     TabStop = True
  126.     ExplicitLeft = 5
  127.     ExplicitTop = 26
  128.     inherited EffectList: TTreeView
  129.       OnChange = EffectListChange
  130.       OnDblClick = EffectListDblClick
  131.       OnMouseDown = EffectListMouseDown
  132.     end
  133.   end
  134.   inline Preview: TPreviewFrame
  135.     Left = 445
  136.     Top = 295
  137.     Width = 34
  138.     Height = 51
  139.     Anchors = [akRight, akBottom]
  140.     TabOrder = 8
  141.     TabStop = True
  142.     ExplicitLeft = 445
  143.     ExplicitTop = 295
  144.     ExplicitWidth = 34
  145.     ExplicitHeight = 51
  146.     inherited PreviewPlay: TBitton
  147.       Left = 2
  148.       Top = 8
  149.       ExplicitLeft = 2
  150.       ExplicitTop = 8
  151.     end
  152.     inherited PreviewStop: TBitton
  153.       Left = 2
  154.       Top = 32
  155.       ExplicitLeft = 2
  156.       ExplicitTop = 32
  157.     end
  158.     inherited PreviewActionList: TActionList
  159.       Left = 2
  160.       Top = 65515
  161.       inherited PreviewAction: TAction
  162.         OnExecute = PreviewPlayClick
  163.       end
  164.       inherited StopAction: TAction
  165.         OnExecute = PreviewStopClick
  166.       end
  167.     end
  168.   end
  169. end
  170.