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

  1. object ArrangerFrame: TArrangerFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 448
  5.   Height = 256
  6.   TabOrder = 0
  7.   TabStop = True
  8.   DesignSize = (
  9.     448
  10.     256)
  11.   object FromBar: TListView
  12.     Left = 3
  13.     Top = 19
  14.     Width = 215
  15.     Height = 205
  16.     Anchors = [akLeft, akTop, akBottom]
  17.     Columns = <
  18.       item
  19.         Caption = 'Available tool bar buttons:'
  20.         Width = 202
  21.       end>
  22.     ColumnClick = False
  23.     DragMode = dmAutomatic
  24.     HideSelection = False
  25.     MultiSelect = True
  26.     ReadOnly = True
  27.     RowSelect = True
  28.     ShowColumnHeaders = False
  29.     SmallImages = MainForm.ImageList
  30.     SortType = stData
  31.     TabOrder = 1
  32.     ViewStyle = vsReport
  33.     OnCompare = FromBarCompare
  34.     OnDragDrop = FromBarDragDrop
  35.     OnDragOver = FromBarDragOver
  36.   end
  37.   object MainAvailableLabel: TStaticText
  38.     Left = 3
  39.     Top = 0
  40.     Width = 131
  41.     Height = 17
  42.     Caption = 'Available tool bar buttons:'
  43.     TabOrder = 0
  44.   end
  45.   object ToBar: TListView
  46.     Left = 228
  47.     Top = 19
  48.     Width = 215
  49.     Height = 205
  50.     Anchors = [akTop, akRight, akBottom]
  51.     Columns = <
  52.       item
  53.         Caption = 'Current tool bar buttons:'
  54.         Width = 202
  55.       end>
  56.     ColumnClick = False
  57.     DragMode = dmAutomatic
  58.     HideSelection = False
  59.     MultiSelect = True
  60.     ReadOnly = True
  61.     RowSelect = True
  62.     ShowColumnHeaders = False
  63.     SmallImages = MainForm.ImageList
  64.     SortType = stData
  65.     TabOrder = 3
  66.     ViewStyle = vsReport
  67.     OnCompare = ToBarCompare
  68.     OnDragDrop = ToBarDragDrop
  69.     OnDragOver = ToBarDragOver
  70.   end
  71.   object MainCurrentLabel: TStaticText
  72.     Left = 228
  73.     Top = 0
  74.     Width = 125
  75.     Height = 17
  76.     Anchors = [akTop, akRight]
  77.     Caption = 'Current tool bar buttons:'
  78.     TabOrder = 2
  79.   end
  80.   object AddButton: TButton
  81.     Left = 144
  82.     Top = 229
  83.     Width = 75
  84.     Height = 25
  85.     Action = AddAction
  86.     TabOrder = 4
  87.   end
  88.   object RemoveButton: TButton
  89.     Left = 229
  90.     Top = 229
  91.     Width = 75
  92.     Height = 25
  93.     Action = RemoveAction
  94.     Anchors = [akTop, akRight]
  95.     TabOrder = 5
  96.   end
  97.   object ButtonActions: TActionList
  98.     Left = 18
  99.     Top = 226
  100.     object AddAction: TAction
  101.       Caption = 'Add >>'
  102.       OnExecute = AddExecute
  103.       OnUpdate = AddUpdate
  104.     end
  105.     object RemoveAction: TAction
  106.       Caption = '<< Remove'
  107.       OnExecute = RemoveExecute
  108.       OnUpdate = RemoveUpdate
  109.     end
  110.   end
  111. end
  112.