home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / editory / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TCHAINFORM / TCHAINFORM.txt < prev   
Encoding:
Text File  |  2003-10-10  |  2.6 KB  |  130 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.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object ChainImage: TImage [0]
  11.     Left = 24
  12.     Top = 272
  13.     Width = 32
  14.     Height = 32
  15.     Enabled = False
  16.     Picture.Data = {<image000.ico>}
  17.     Visible = False
  18.   end
  19.   inherited ButtonOk: TButton
  20.     Left = 240
  21.     Top = 355
  22.     TabOrder = 10
  23.     OnClick = ButtonOkClick
  24.   end
  25.   inherited ButtonCancel: TButton
  26.     Left = 321
  27.     Top = 355
  28.     ModalResult = 0
  29.     TabOrder = 11
  30.     OnClick = ButtonCancelClick
  31.   end
  32.   inherited ButtonHelp: THelpButton
  33.     Left = 401
  34.     Top = 355
  35.     TabOrder = 12
  36.     HelpKey = 'tool_effectchaineditor'
  37.   end
  38.   inherited PresetGroup: TGroupBox
  39.     Left = 161
  40.     Top = 298
  41.     Caption = ' &Chains '
  42.     TabOrder = 7
  43.     inherited AddPreset: TBitton
  44.       Enabled = False
  45.     end
  46.   end
  47.   inherited PreviewPlay: TBitton
  48.     Left = 447
  49.     Top = 303
  50.     TabOrder = 8
  51.   end
  52.   inherited PreviewStop: TBitton
  53.     Left = 447
  54.     Top = 327
  55.     TabOrder = 9
  56.   end
  57.   object ListLabel: TStaticText [7]
  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 [8]
  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 [9]
  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 [10]
  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 [11]
  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 [12]
  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 [13]
  120.     Left = 5
  121.     Top = 26
  122.     TabOrder = 1
  123.     inherited EffectList: TTreeView
  124.       OnChange = EffectListChange
  125.       OnDblClick = EffectListDblClick
  126.       OnMouseDown = EffectListMouseDown
  127.     end
  128.   end
  129. end
  130.