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

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